@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular/Roboto-Regular.ttf')  format('truetype'),
    url('../fonts/Roboto-Regular/Roboto-Regular.svg#Roboto-Italic') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Medium/Roboto-Medium.woff') format('woff'),
         url('../fonts/Roboto-Medium/Roboto-Medium.ttf')  format('truetype'),
         url('../fonts/Roboto-Medium/Roboto-Medium.svg#Roboto-Italic') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Italic/Roboto-Italic.woff') format('woff'),
         url('../fonts/Roboto-Italic/Roboto-Italic.ttf')  format('truetype'),
         url('../fonts/Roboto-Italic/Roboto-Italic.svg#Roboto-Italic') format('svg');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'RobotoSlab';
    src: url('../fonts/RobotoSlab-Regular/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoSlab-Regular/RobotoSlab-Regular.woff') format('woff'),
    url('../fonts/RobotoSlab-Regular/RobotoSlab-Regular.ttf')  format('truetype'),
    url('../fonts/RobotoSlab-Regular/RobotoSlab-Regular.svg#Roboto-Italic') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoSlab';
    src: url('../fonts/RobotoSlab-Medium/RobotoSlab-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoSlab-Medium/RobotoSlab-Medium.woff') format('woff'),
    url('../fonts/RobotoSlab-Medium/RobotoSlab-Medium.ttf')  format('truetype'),
    url('../fonts/RobotoSlab-Medium/RobotoSlab-Medium.svg#Roboto-Italic') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoSlab';
    src: url('../fonts/RobotoSlab-Bold/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoSlab-Bold/RobotoSlab-Bold.woff') format('woff'),
    url('../fonts/RobotoSlab-Bold/RobotoSlab-Bold.ttf')  format('truetype'),
    url('../fonts/RobotoSlab-Bold/RobotoSlab-Bold.svg#Roboto-Italic') format('svg');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Roboto';
    font-size: 16px;
}
a:hover {
    text-decoration: none;
    transition: ease all .3s;
}
a:focus, a:active {
    text-decoration: none;
    color: #fff;
}
section {
    position: relative;
}
h1 {
    font-family: 'RobotoSlab';
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    color: #19a73e;
}
img {
    display: block;
    max-width: 100%;
}
.main {
    max-width: 100%;
    overflow-x: hidden;
}
.flex-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.flex-holder.sb {
    justify-content: space-between;
}
.flex-holder.cc {
    justify-content: center;
}
header {
    background-color: #fff;
    padding: 15px 0;
}
.contacts-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.contacts-part a {
    font-size: 20px;
    margin-right: 30px;
    background: linear-gradient(to left, #019243, #30bc39);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #30bc39;
}

.banner-text {
    padding: 220px 0 170px;
    max-width: 590px;
}
.banner-text h1 {
    color: #fff;
    font-size: 110px;
}
.banner-text h2 {
    color: #fff;
    font-size: 60px;
    margin-top: 0;
    margin-bottom: 30px;
}
.order-btn {
    display: inline-block;
    font-size: 30px;
    padding: 20px 110px 20px 45px;
    position: relative;
    color: #fff;
    font-family: 'RobotoSlab';
    background-color: #22b03c;
    border-radius: 50px;
    transition: ease all .3s;
}
.order-btn:hover, .what-is-btn:hover, .consult:hover {
    color: #fff;
    transform: scale(1.05);
}
.order-btn:after {
    content: '';
    width: 42px;
    height: 36px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    background: url(../img/send_icon.png) center center no-repeat;
    background-size: cover;
}

.what-is-text-block {
    max-width: 425px;
}
.what-is-title {
    font-weight: 500;
}
.what-is-text-block p {
    font-size: 18px;
    color: #222;
    line-height: 1.7;
}
.what-is-btn {
    display: inline-block;
    font-family: 'RobotoSlab';
    font-size: 30px;
    color: #fff;
    padding: 20px 50px;
    border-radius: 40px;
    background-color: #21ae3c;
}
.roots-section {
    padding: 75px 0 80px;
    background: url(../img/roots_white.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
.roots-section:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/roots_normal.jpg) center center no-repeat;
    background-size: cover;
    animation: roots 2s linear infinite alternate;
}
.roots-text-block {
    max-width: 460px;
    position: relative;
    z-index: 3;
}
.roots-title {
    color: #fff;
}
.roots-text-block p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.7;
}
.info-section {
    padding: 55px 0;
}
.info-title {
    text-align: center;
    margin-bottom: 10px;
}
.info-subtitle {
    max-width: 870px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
}
.info-main-block {
    position: relative;
    padding-top: 50px;
}
.info-main-img {
    margin: 0 auto;
}
.info-item {
    display: flex;
    flex-wrap: wrap;
    max-width: 359px;
    position: absolute;
}
.info-item.info-1 {
    top: 50px;
    left: 100px;
}
.info-item.info-2 {
    top: 50px;
    right: 20px;
    max-width: 425px;
}
.info-item.info-3 {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    max-width: 375px;
}
.info-item.info-4 {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.info-item.info-5 {
    bottom: 0;
    left: 100px;
    max-width: 415px;
}
.info-item.info-6 {
    bottom: 25px;
    right: 20px;
    max-width: 425px;
}
.info-img {
    flex: 0 0 17%;
}
.info-text {
    flex: 0 0 81%;
}
.item-title {
    font-size: 24px;
    font-family: 'RobotoSlab';
    font-weight: 700;
    color: #000;
    margin-top: 0;
    margin-bottom: 15px;
}
.item-subtitle {
    font-size: 18px;
    margin: 0;
}
.testimonials-section {
    padding: 80px 0;
    background: url(../img/testimonials-bg.jpg) center center no-repeat;
    background-size: cover;
}
.testimonials-title {
    text-align: center;
}
.testimonials-slider-holder, .certificates-slider-holder {
    margin-top: 100px;
    position: relative;
}
.testimonials-slide {
    outline: none;
    padding: 50px 10px 0;
}
.inner-wrapper {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 1px 1px 3px 1px #eee;
    padding: 40px 15px 10px;
    text-align: center;
    position: relative;
}
.t-photo {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 95px;
}
.t-photo img {
    border-radius: 50%;
}
.t-name {
    color: #1dab3d;
    font-size: 18px;
    font-family: RobotoSlab;
    margin-top: 50px;
}
.t-profession {
    font-size: 16px;
    color: #000;
    line-height: 1.3;
}
.green-line {
    width: 75px;
    height: 3px;
    margin: 10px auto;
    background: #1dab3d;
}
.t-content {
    font-style: italic;
}
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 45px;
    cursor: pointer;
    z-index: 6;
}
.arrow-left {
    left: -30px;
    background: url(../img/arrow-left.png) center center no-repeat;
    background-size: cover;
}
.arrow-right {
    right: -30px;
    background: url(../img/arrow-right.png) center center no-repeat;
    background-size: cover;
}
.offer-section {
    padding: 70px 0;
}
.products-holder {
    margin-top: 150px;
}
.product-item {
    flex: 0 0 30%;
    box-shadow: 1px 2px 7px 3px #eee;
    border-radius: 15px;
    position: relative;
    text-align: center;
    padding: 150px 75px 30px;
    transition: ease all .3s;
}
.product-item:hover {
    background: linear-gradient(to top, #109b45, #41b84d);
}
.product-item:hover .product-title, .product-item:hover .product-price {
    color: #fff;
}
.product-item:hover .product-btn, .product-btn:hover {
    background: linear-gradient(to top, #fa6c21, #f8ad31);
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
}
.product-img {
    position: absolute;
    bottom: 190px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.product-img img {
    margin: 0 auto
}
.product-title, .product-price {
    font-family: 'RobotoSlab';
    font-weight: 700;
    color: #119c46;
    line-height: 1.3;
    margin: 0;
}
.product-btn {
    color: #fa7322;
    font-family: 'RobotoSlab';
    font-size: 24px;
    margin-top: 30px;
    padding: 10px;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to top, #fa6c21, #f8ad31);
    border-image-slice: 1;
    transition: ease all .3s;
    display: block;
}
.introduce-section {
    padding: 50px 0;
}
.text-part {
    flex: 0 0 67%;
}
.photo-part {
    flex: 0 0 30%;
}
.photo-descr {
    text-align: center;
    margin: 0;
    line-height: 1.7;
}
.photo-part img {
    border-radius: 20px;
    margin-bottom: 20px;
}
.consult {
    display: inline-block;
    font-family: 'RobotoSlab';
    font-size: 18px;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    background-color: #21ae3c;
}
.certificates-slide a, .videos-slide a {
    outline: none;
}
.faq-section {
    padding: 70px 0;
    background: url(../img/faq-bg.png) center bottom no-repeat;
    background-size: cover;
    position: relative;
    z-index: 5;
}
.faq-title {
    text-align: center;
}
.faq-block {
    max-width: 1030px;
    margin: 40px auto 0;
    width: 100%;
}
.faq-item {
    margin-bottom: 15px;
}
.question {
    font-size: 24px;
    color: #109f40;
    border-radius: 40px;
    padding: 15px 20px;
    cursor: pointer;
    position: relative;
    box-shadow: 1px 0px 3px 1px #cae8d3;
    background: #fff;
    transition: ease all .3s;
}
.question:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    background: url(../img/faq-plus.png) center center no-repeat;
    background-size: cover;
}
.question:hover, .question.active {
    color: #fff;
    background: #109f40;
}
.question:hover:after, .question.active:after {
    opacity: 0;
}
.answer {
    background: #fff;
    padding: 55px 30px 20px;
    border-radius: 15px;
    margin-top: -35px;
    box-shadow: 1px 1px 3px 1px #eee;
    display: none;
}
.contact-section {
    padding: 155px 0 140px;
    background: url(../img/contacts-bg.png), #24b13c center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 4;
    margin-top: -35px;
}
.contact-title {
    max-width: 900px;
    margin: 0 auto;
}
.contacts-holder {
    max-width: 900px;
    margin: 0 auto;
    justify-content: space-between;
}

.phones-part {
    flex: 0 0 42%;
}
.form-part {
    flex: 0 0 55%;
}
.contacts-subtitle {
    font-size: 18px;
}
.c-block {
    margin-bottom: 30px;
}
.c-block p, .c-block a {
    font-size: 24px;
    color: #333;
    display: block;
    margin: 5px 0;
}
.c-block a:hover {
    text-decoration: underline;
}
.input-holder {
    margin-bottom: 10px;
}
.input-holder input, .input-holder textarea {
    width: 100%;
    border: 2px solid #24b13c;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 30px;
    font-family: RobotoSlab;
    outline: none;
    color: #24b13c;
}
.input-holder input::placeholder, .input-holder textarea::placeholder {
    color: #24b13c;
}
.contact-submit {
    display: inline-block;
    color: #fff;
    background: #24b13c;
    border: none;
    font-family: 'RobotoSlab';
    font-size: 30px;
    padding: 10px 50px;
    border-radius: 30px;
    margin-top: 10px;
    transition: ease all .3s;
    outline: none;
}
.contact-submit:hover {
    transform: scale(1.05);
}
.contact-form {
    text-align: center;
}
footer {
    background-color: #24b13c;
    padding: 30px 0;
    margin-top: -1px;
}
.copyright {
    color: #fff;
    text-align: center;
    font-family: RobotoSlab;
    font-size: 24px;
    font-weight: 500;
}
.copyright a {
    color: #fff;
	font-size: 18px;
}
.copyright a:hover {
    text-decoration: underline;
}
.videos-section {
    padding: 70px 0;
}
.videos-slider-holder {
    position: relative;
    margin-top: 50px;
}
.video-link {
    display: block;
    width: 100%;
    padding: 0 15px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    display: block;
    z-index: 10;
    display: none;
}
.modal-window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 13;
    background: #fff;
    padding: 50px;
    border-radius: 30px;
    max-width: 400px;
    width: 100%;
    display: none;
}
.modal-form {
    text-align: center;
}
.modal-title {
    margin-bottom: 30px;
    text-align: center;
}
.close-modal {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../img/close.png) center center no-repeat;
    background-size: cover;
    cursor: pointer;
}
.products-wrapper {
    position: relative;
}
.d-hidden, .d-hidden2 {
    display: none;
}
.logo-mobile {
    display: none;
}
.plant-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-43%);
}
.roots-normal, .roots-white {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-48%);
}
.roots-normal {
    z-index: 3;
    animation: roots 2s linear infinite alternate;
}
.roots-normal {
    z-index: 2;
}
.input-holder textarea {
	height: 162px;
}
.answer p {
    margin: 0 0 1em;
}
.answer p:last-child {
    margin: 0;
}

@media(max-width: 1199px) {
    .info-item.info-1 {
        left: 50px;
    }
    .info-item.info-2 {
        right: -35px;
    }
    .info-item.info-6 {
        bottom: 40px;
        right: -25px;
    }
    .info-item.info-5 {
        bottom: 15px;
        left: 20px;
    }
    .product-img {
        bottom: 230px;
    }
}

@media(max-width: 991px) {
    .banner-text h1 {
        font-size: 70px;
    }
    .banner-text h2 {
        font-size: 40px;
    }
    .info-main-img {
        display: none;
    }
    .info-main-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .info-item {
        flex: 0 0 48%;
        position: static;
        margin-bottom: 20px;
    }
    .info-item.info-4, .info-item.info-3 {
        transform: none;
    }
    .testimonials-slider-holder {
        padding: 0 30px;
    }
    .arrow-left {
        left: 0;
    }
    .arrow-right {
        right: 0;
    }
    .products-holder {
        margin-top: 75px;
    }
    .product-item {
        flex: 0 0 75%;
        padding: 50px;
        margin-bottom: 50px;
    }
    .product-item:last-child {
        margin-bottom: 0;
    }
    .product-img {
        position: static;
        transform: none;
    }
    .products-holder.flex-holder.sb  {
        justify-content: center;
    }
    .offer-title, .offer-subtitle, .introduce-title, .contact-section h1, .wpcf7-form.init p, .c-block, .contacts-subtitle {
        text-align: center;
    }
    .flex-holder.sb.introduce-holder {
        flex-direction: column-reverse;
        margin-top: 50px;
    }
    .video-link img, .certificates-slide a img {
        margin: 0 auto;
    }
    .question {
        padding: 15px 75px 15px 20px;
    }
    .contact-section {
        padding: 70px 0;
    }
    .contacts-holder {
        flex-direction: column-reverse;
        margin-top: 30px;
    }
    .contact-section {
        background: none;
    }
    .consult {
        display: block;
        max-width: 195px;
        text-align: center;
        margin: 30px auto 0;
    }
    .d-hidden {
        display: block;
    }
    .products-holder.flex-holder.sb {
        display: block;
        padding: 0 15px;
        max-width: 500px;
        margin: 0 auto;
    }
    .product-item {
        margin: 0 15px 10px;
    }
}
@media(max-width: 767px) {
    .d-hidden2 {
        display: block;
    }
    .banner-text {
        padding: 70px 0 20px;
        text-align: center;
    }
    .banner-text h1 {
        font-size: 50px;
        text-shadow: 1px 1px 5px #000000b3;
    }
    .banner-text h2 {
        font-size: 28px;
        text-shadow: 1px 1px 5px #000000b3;
    }
    .order-btn {
        margin-top: 430px;
        font-size: 24px;
    }
    .order-btn:after {
        width: 30px;
        height: 24px;
        right: 50px;
    }
    h1 {
        font-size: 22px;
    }

    .what-is-text-block {
        margin-bottom: 55px;
    }
    .what-is-text-block p {
        font-size: 14px;
    }
    .what-is-btn {
        display: none;
    }
    .roots-section {
        background: url(../img/roots_bg_mobile.jpg) center center no-repeat;
        background-size: cover;
        padding: 280px 0 80px;
    }
    .roots-section:after {
        display: none;
    }
    .info-item {
        display: block;
    }
    .info-img, .info-text {
        flex: 0 0 100%;
        text-align: center;
    }
    .info-img img {
        margin: 0 auto 20px;
    }
    .item-title {
        font-size: 16px;
    }
    .item-subtitle, .roots-text-block p {
        font-size: 14px;
    }
    .question, .answer {
        font-size: 15px;
    }
    .certificates-slider-holder, .videos-slider-holder {
        margin-top: 50px;
        padding: 0 30px;
    }
    .contacts-holder {
        align-items: flex-start;
    }
    .c-block p, .c-block a {
        font-size: 18px;
    }
    .contact-submit {
        font-size: 24px;
    }
    .products-wrapper {
        max-width: 500px;
        margin: 0 auto;
    }
    .product-arrow-left {
        left: -15px;
    }
    .product-arrow-right {
        right: -15px;
    }
    .offer-subtitle br {
        display: none;
    }
    .product-arrow-left, .c-arrow-left {
        left: -5px;
    }
    .product-arrow-right, .c-arrow-right {
        right: -5px;
    }
    .logo-mobile {
        display: block;
    }
    .logo-desktop {
        display: none;
    }
    .contacts-part, .header-phones {
        flex: 0 0 70%;
    }
    .logo-part {
        flex: 0 0 20%;
    }
    .contacts-part a {
        margin-right: 0;
        font-size: 14px;
    }
    .product-item {
        padding: 20px;
    }
    .introduce-section {
        padding-top: 0;
    }
	.testimonials-slider-holder {
	    margin-top: 50px;
	}
}


@media(max-width: 350px) {
    .certificates-slider-holder, .videos-slider-holder, .testimonials-slider-holder {
        padding: 0 10px;
    }
    .t-content {
        font-size: 12px;
    }
}

@keyframes roots {
    0% { opacity: 1; }
    50% { opacity: .5; }
    100% { opacity: 0; }
}


.cinnosti-section {
    padding: 15px 0 30px;
}
.cinnosti-text {
    margin-bottom: 40px;
    max-width: 760px;
}
.cinnosti-docs {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cinnosti-docs a {
    color: #333 !important;
    display: block;
    margin-bottom: 40px;
    text-align: center;
    width: 16.6666%;
}
.cinnosti-docs a:hover {
    text-decoration: underline;
}
.cinnosti-docs img {
    margin: 0 auto 15px;
}
@media (max-width: 991px) {
    .cinnosti-docs a {
        width: 25%;
    }
    .gallery-title, .cinnosti-title {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .cinnosti-section {
        padding: 0 0 30px;
    }
    .cinnosti-docs a {
        width: 50%;
    }
}

.gallery-list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -15px 0;
}
.gallery-list a {
    display: block;
    width: 33.3333%;
    padding: 0 15px 40px;
    text-align: center;
    color: #333;
}
.gallery-list a:hover {
    text-decoration: underline;
}
.gallery-list img {
    height: 270px;
    object-fit: cover;
    margin-bottom: 15px;
    width: 100%;
}
.gallery-list div {
    font-size: 20px;
    font-family: 'RobotoSlab';
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}
@media (max-width: 1199px) {
    .gallery-list img {
        height: 210px;
    }
}
@media (max-width: 991px) {
    .gallery-list img {
        height: 160px;
    }
}
@media (max-width: 767px) {
    .gallery-section {
        padding-bottom: 30px;
    }
    .gallery-list a {
        width: 100%;
    }
    .gallery-list img {
        height: auto;
    }
    .gallery-list div {
        font-size: 18px;
    }
}