/*!
Theme Name: lanty
Theme URI: http://underscores.me/
Author: Rozmuar
Author URI: http://rozmuar.ru
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lanty
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

lanty is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


@font-face {
    font-family: 'TT Firs Neue';
    src: local('TT Firs Neue Bold'), local('/wp-content/themes/lanty/fonts/TT-Firs-Neue-Bold'),
        url('/wp-content/themes/lanty/fonts/TTFirsNeue-Bold.woff2') format('woff2'),
        url('/wp-content/themes/lanty/fonts/TTFirsNeue-Bold.woff') format('woff'),
        url('/wp-content/themes/lanty/fonts/TTFirsNeue-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'TT Firs Neue';
    src: local('/wp-content/themes/lanty/fonts/TT Firs Neue Regular'), local('/wp-content/themes/lanty/fonts/TT-Firs-Neue-Regular'),
        url('/wp-content/themes/lanty/fonts/TTFirsNeue-Regular.woff2') format('woff2'),
        url('/wp-content/themes/lanty/fonts/TTFirsNeue-Regular.woff') format('woff'),
        url('/wp-content/themes/lanty/fonts/TTFirsNeue-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

html{
    overflow-x: hidden;
}
body{
    margin: 0;
    font-family: 'TT Firs Neue';
    background-color: #F5F5F5;
    background-image: url(/wp-content/themes/lanty/img/bg_site.svg);
    background-position-x: center;
    background-position-y: 68%;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.black{

}
.black.active {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 52%);
    z-index: 99;
}

.overflow{
    overflow:hidden;
}


.color.green{
    position: fixed;
    top: 50px;
    left: 50px;
    background: #204821;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
}
.color.green.yellow{
    background: #f8971d;
}

.site-header {
    padding: 30px 0 50px;
}

.site-header  .logo{
    width: 340px;
}



.site-header .header-tel{

}
.site-header .header-tel:before{
    content: '';
    position: absolute;
    width: 640px;
    height: 170px;
    left: 50%;
    transform: translate(-39%, 0);
    bottom: -42px;
    background-image: url(/wp-content/themes/lanty/img/round.svg);
    background-position-x: center;
    background-position-y: bottom;
}
.site-header .header-tel a{
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
}
.site-header .header-tel a:before{
    content: '';
    width: 21px;
    height: 21px;
    background-image: url(/wp-content/themes/lanty/img/phone_w.svg);
    background-size: cover;
    position: absolute;
    left: -30px;
    top: 6px;
}

.site-header .top_comt{
    z-index: 9; 
}
.site-header .top_comt .tov-button{
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 100px;
    margin: 10px 0 0;
    cursor: pointer;
    background: #204821;
    padding: 8px;
}
.site-header .top_comt .tov-button:hover{
    color: #fff;
    background: #103711;
}




.slider-block-home{
    margin: 66px 0 120px;
}
.slider-block-home .slide-item{
    
}
.slider-block-home .slide-item .slide-item-text{
    
}
.slider-block-home .slide-item .slide-item-text .slide-item-title{
    font-weight: 600;
    font-size: 60px;
    line-height: 80px;
    color: #313131;
    margin: 0 40px 60px 0;
    position: relative;
}
.slider-block-home .slide-item .slide-item-text .slide-item-title:before{
    content: '';
    position: absolute;
    width: 100px;
    height: 5px;
    background: #204821;
    bottom: -30px;
}
.slider-block-home .slide-item .slide-item-text .slide-descr{
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #f8971d;
    margin: 0 40px 0 0;
}
.slider-block-home .slide-item .slid-img{
    width: 100%;
}

.s_slider {
    position: relative;
}
.s_slider.owl-carousel .owl-dots{
    display: inline-flex;
    height: 30px;
    align-items: center;
    margin: 0 0 0 15px;
    position: absolute;
    left: 140px;
    bottom: -30px;
}
.s_slider.owl-carousel .owl-dots.disabled{
    display: none;
}
.s_slider.owl-carousel button.owl-dot {
    width: 30px;
    height: 7px;
    background: rgba(49, 49, 49, 0.1);
    border-radius: 10px;
    margin: 0 7px 0 0;
    transition: all 0.5s;
}
.s_slider.owl-carousel button.owl-dot.active{
    width: 60px;
    background: #F8971D;
    border-radius: 10px;
}
.s_slider.owl-carousel button.owl-dot span{
    
}
.s_slider.owl-carousel button.owl-dot.active span{
    
}

.s_slider.owl-carousel .owl-nav{
    display: inline-flex;
    height: 30px;
    align-items: center;
    margin: 0 15px 0 0;
    position: absolute;
    left: 0px;
    bottom: -30px;
}
.s_slider.owl-carousel .owl-nav.disabled{
    display: none;
}
.s_slider.owl-carousel .owl-nav button.owl-prev{
    width: 26px;
    height: 17px;
    background-image: url(/wp-content/themes/lanty/img/ar_l.svg);
    transition: all 0.5s;
    margin: 0 15px 0 0;
}
.s_slider.owl-carousel .owl-nav button.owl-prev.disabled{
    background-image: url(/wp-content/themes/lanty/img/ar_l_g.svg);
}
.s_slider.owl-carousel .owl-nav button.owl-prev span{
    display: none;
}

.s_slider.owl-carousel .owl-nav button.owl-next{
    width: 67px;
    height: 17px;
    background-image: url(/wp-content/themes/lanty/img/ar_r.svg);
    transition: all 0.5s;
    margin: 0 0 0 15px;
}
.s_slider.owl-carousel .owl-nav button.owl-next.disabled{
    background-image: url(/wp-content/themes/lanty/img/ar_r_g.svg);
}
.s_slider.owl-carousel .owl-nav button.owl-next span{
    display: none;
}




.tov-block{
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 80px;
    margin: 0 0 130px;
}
.tov-block .tov-slid-item{
    padding: 20px;
}
.tov-block .tov-slid-item:hover{
    background: #F9F9F9;
}
.tov-block .tov-slid-item img{
    
}
.tov-block .tov-slid-item .tov-slid-body{
    margin: 20px 0 0;
}
.tov-block .tov-slid-item .tov-slid-body .title-slid-tov{
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #313131;
    margin: 0 0 10px;
}
.tov-block .tov-slid-item .tov-slid-body .price-tov{
    font-weight: 600;
    font-size: 30px;
    line-height: 39px;
    color: #204821;
    margin: 0 0 10px;
}
.tov-block .tov-slid-item .tov-slid-body .price-tov span{
    
}
.tov-block .tov-slid-item .tov-slid-body .price-desk{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #A2A2A2;
    margin: 0 0 10px;
}
.tov-block .tov-slid-item .tov-slid-body .tov-button{
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    background: #F8971D;
    border-radius: 100px;
    max-width: 140px;
    padding: 15px 0;
    margin: 20px 0 0;
    cursor: pointer;
}
.tov-block .tov-slid-item .tov-slid-body .tov-button:hover{
    background: #df800b;
}





.tov_slider{

}
.owl-carousel.tov_slider .owl-nav span{
    display: none;
}
.owl-carousel.tov_slider .owl-nav button.owl-prev{
    width: 48px;
    height: 48px;
    background-color: #F8971D;
    background-image: url(/wp-content/themes/lanty/img/arr.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 14px;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -104px;
    transform: translate(0, -50%);
}
.owl-carousel.tov_slider .owl-nav button.owl-prev:hover{
    
}
.owl-carousel.tov_slider .owl-nav button.owl-next{
    width: 48px;
    height: 48px;
    background-color: #F8971D;
    background-image: url(/wp-content/themes/lanty/img/arr.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 14px;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -104px;
    transform: translate(0, -50%) rotate(180deg);
}
.owl-carousel.tov_slider .owl-nav button.owl-next:hover{
    
}





.block-why{

}
.block-why .priem-item{
    background: #FFFFFF;
    border-radius: 30px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
    transition: all 0.5s;
}
.block-why .priem-item:hover{
    box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
}
.block-why .priem-item img{
    border-radius: 50%;
    margin: 0 0 10px;
}
.block-why .priem-item .triem-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #313131;
    margin: 10px 0 10px;
}
.block-why .priem-item .priem-desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #A2A2A2;
    margin: 0 0 10px;
}

.preim_why{
    
}
.preim_why .preim_why_item:nth-child(1){
    margin: 60px 0 0;
}
.preim_why .preim_why_item:nth-child(4){
    margin: -60px 0 0;
}


.block-why .why-right{

}
.block-why .why-right .why-top{
    
}
.block-why .why-right .why-top h2{
    font-weight: 600;
    font-size: 50px;
    line-height: 64px;
    color: #FFFFFF;
    margin: 0 0 50px;
    text-shadow: 0px 0px 1px #f8971d, 1px 1px 1px #f8971d, -1px -1px 1px #f8971d, 1px -1px 1px #f8971d, -1px 1px 1px #f8971d;    
    position: relative;
}
.block-why .why-right .why-top h2::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: #FFFFFF;
    bottom: -15px;
    box-shadow: 1px 1px 2px #f8971d, -1px -1px 2px #f8971d;
}
.block-why .why-right .why-top .why-desc{
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #F9FDFE;
    text-shadow: 0px 0px 1px #f8971d, 1px 1px 1px #f8971d, -1px -1px 1px #f8971d, 1px -1px 1px #f8971d, -1px 1px 1px #f8971d; 
}

.block-why .why-right .why-bottom{
    margin: 90px 0 0;
}
.block-why .why-right .why-bottom h2{
    font-weight: 600;
    font-size: 50px;
    line-height: 64px;
    color: #313131;
    text-align: end;
    position: relative;
    margin: 0 0 40px;
}
.block-why .why-right .why-bottom h2:before{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: #F8971D;
    bottom: -25px;
    right: 0;
}
.block-why .why-right .why-bottom p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #A2A2A2;
    margin: 0 0 20px;
}
.block-why .why-right .why-bottom form{
    background: #F8971D;
    border-radius: 30px;
    padding: 20px;
    margin: 50px 0 30px;
}
.block-why .why-right .why-bottom form p{
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    margin: 10px 0 45px;
}
.block-why .why-right .why-bottom form p:before{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: #FFFFFF;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: -20px;
}
.block-why .why-right .why-bottom form .form-input{
    display: flex;
    justify-content: center;
    margin: 0 0 23px;
}
.block-why .why-right .why-bottom form .form-input input{
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 100px;
    padding: 15px;
    width: 100%;
    margin: 0 5px;
    color: #777777;
    font-size: 16px;
}
.block-why .why-right .why-bottom form button{
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    border: 3px solid #FFFFFF;
    border-radius: 100px;
    height: 50px;
    padding: 0 26px;
    margin: auto;
    display: block;
    background: rgb(248 151 29 / 0%);
    transition: all 0.5s;
    cursor: pointer;
}
.block-why .why-right .why-bottom form button:hover{
    background: rgb(255 255 255);
    color: #f8971d;
}




.block-why .why-right .cont-block{
    text-align: end;
    margin: 36px 0 0;
}
.block-why .why-right .cont-block .phone{
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #313131;
    text-decoration: none;
    margin: 0 0 0 50px;
    position: relative;
}
.block-why .why-right .cont-block .phone:before{
    content: '';
    background-image: url(/wp-content/themes/lanty/img/phone_y.svg);
    width: 23px;
    height: 19px;
    position: absolute;
    background-size: contain;
    left: -27px;
    top: 1px;
    background-repeat: no-repeat;
}
.block-why .why-right .cont-block .mail{
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #313131;
    text-decoration: none;
    margin: 0 0 0 50px;
    position: relative;
}
.block-why .why-right .cont-block .mail:before{
    content: '';
    background-image: url(/wp-content/themes/lanty/img/mail.svg);
    width: 23px;
    height: 19px;
    position: absolute;
    background-size: contain;
    left: -29px;
    top: 1px;
    background-repeat: no-repeat;
}


.site-footer {
    background: #E7EFF1;
    padding: 25px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #A2A2A2;
    margin: 70px 0 0;
}




/** green **/
body.site-green{
    background-image: url(/wp-content/themes/lanty/img/bg_site_g.svg);
}
.site-green .site-header .header-tel:before {
    background-image: url(/wp-content/themes/lanty/img/round-g.svg);
}
.site-green .block-why .why-right .why-top h2 {
    text-shadow: 0px 0px 1px #204821, 1px 1px 1px #204821, -1px -1px 1px #204821, 1px -1px 1px #204821, -1px 1px 1px #204821;
}
.site-green .block-why .why-right .why-top h2::before {
    box-shadow: 1px 1px 2px #204821, -1px -1px 2px #204821;
}
.site-green .block-why .why-right .why-top .why-desc {
    text-shadow: 0px 0px 1px #204821, 1px 1px 1px #204821, -1px -1px 1px #204821, 1px -1px 1px #204821, -1px 1px 1px #204821;
}



body.site-green .top_comt .tov-button{
    color: #000000;
    background: #f8971d;
}
body.site-green .top_comt .tov-button:hover{
    color: #000;
    background: #f08600;
}






.modal__form{
    display: none;
    background: #F8971D;
    border-radius: 30px;
    padding: 20px;
    margin: 50px 0 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    max-width: 500px;
}
.modal__form.active{
    display: block;
}
.modal__form .close_modal{
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(/wp-content/themes/lanty/img/close.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.modal__form .modal_body .modal__title{
    font-weight: 600;
    font-size: 29px;
    line-height: 43px;
    color: #FFFFFF;
    margin: 0 0 29px;
    position: relative;
    display: inline-block;
}
.modal__form .modal_body .modal__title::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: #FFFFFF;
    bottom: -15px;
}
.modal__form .modal_body .modal__tov{
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 15px 0;
}
.modal__form .modal_body .line{
    
}
.modal__form .modal_body .modal_name{
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 100px;
    padding: 15px;
    width: 100%;
    margin: 0 0 15px;
    color: #777777;
    font-size: 16px;
}
.modal__form .modal_body .modal_mail{
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 100px;
    padding: 15px;
    width: 100%;
    margin: 0 0 15px;
    color: #777777;
    font-size: 16px;
}
.modal__form .modal_body .sub_lab{
    
}
.modal__form .modal_body .sub_lab button{
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    border: 3px solid #FFFFFF;
    border-radius: 100px;
    height: 50px;
    padding: 0 26px;
    margin: auto;
    display: block;
    background: rgb(248 151 29 / 0%);
    transition: all 0.5s;
    cursor: pointer;
}
.modal__form .modal_body .sub_lab button:hover{
    background: rgb(255 255 255);
    color: #f8971d;
}
.modal__form .modal_body .fz152{
    text-align: center;
    color: #fff;
    margin: 10px 0 0;
}


.podb_modal {
    padding: 50px 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 15px 0;
}




/* single */

body.single{
    background: #F5F5F5;
}



@media(max-width:1199px){
    .slider-block-home .slide-item .slide-item-text .slide-item-title {
        font-size: 60px;
        line-height: 60px;
    }
    .site-header .header-tel:before {
        left: 50%;
        transform: translate(-47%, 0);
    }
    .tov-block {
        padding: 50px;
    }
    .tov-block .tov-slid-item .tov-slid-body .title-slid-tov {
        font-size: 16px;
    }
    .tov-block .tov-slid-item .tov-slid-body .price-tov {
        font-size: 24px;
        line-height: 34px;
    }
    .tov-block .tov-slid-item .tov-slid-body .tov-button {
        padding: 10px 0;
        margin: 20px 0 0;
    }
    .preim_why .preim_why_item:nth-child(4) {
        margin: -40px 0 0;
    }
    .owl-carousel.tov_slider .owl-nav button.owl-prev {
        left: -75px;
    }
    .owl-carousel.tov_slider .owl-nav button.owl-next {
        right: -73px;
    }
}
@media(max-width:991px){
    body {
        background-position-y: 78%;
    }
    .site-header .logo {
        width: auto;
        max-width: 100%;
    }
    .site-header .header-tel a {
        font-size: 19px;
        line-height: 31px;
    }
    .site-header .header-tel:before {
        width: 523px;
        height: 102px;
        left: 50%;
    }
    .color.green {
        top: auto;
        left: 15px;
        bottom: 13px;
    }
}
@media(max-width:768px){
    .tov-block {
        margin: 0 0 60px;
    }
    .preim_why .preim_why_item:nth-child(4) {
        margin: 0 0 30px;
    }
    .modal__form {
        width: 350px;
        margin: 0;
    }
}
@media(max-width:576px){
    .site-header .header-tel a {
        font-size: 17px;
        line-height: 31px;
    }
    .site-header .header-tel:before {
        left: 50%;
        transform: translate(-39%, 0);
    }
    .site-header .header-tel:before {
        width: 568px;
        height: 140px;
        left: 50%;
    }
    .slider-block-home .slide-item .slide-item-text .slide-item-title {
        font-size: 50px;
        line-height: 59px;
    }
    .slider-block-home .slide-item .slide-item-text .slide-descr {
        font-size: 26px;
        line-height: 35px;
    }
    .block-why .why-right .cont-block {
        text-align: end;
        margin: 36px 0 0;
        display: flex;
        justify-content: end;
    }
    .block-why .why-right .cont-block .phone {
        margin: 0 30px 0 30px;
        font-size: 15px;
        line-height: 23px;
        position: relative;
    }
    .block-why .why-right .cont-block .mail {
        font-size: 15px;
        line-height: 23px;
        margin: 0 0 0 30px;
    }

    .owl-carousel.tov_slider .owl-nav button.owl-prev {
        left: -65px;
    }
    .owl-carousel.tov_slider .owl-nav button.owl-next {
        right: -65px;
    }


}
@media(max-width:446px){
    .slider-block-home {
        margin: 30px 0 90px;
    }
    .site-header .header-tel a {
        font-size: 14px;
        line-height: 28px;
        color: #f8971d;
    }
    .site-header .header-tel:before{
        display: none;
    }
    .site-header .header-tel a:before {
        background-image: url(/wp-content/themes/lanty/img/phone_y.svg);
    }
    .block-why .why-right .cont-block {
        text-align: end;
        margin: 36px 0 0;
        display: flex;
        justify-content: space-between;
    }

    .site-header .header-tel a:before {
        content: '';
        width: 16px;
        height: 16px;
        left: -30px;
        top: 1px;
    }
    .site-header .top_comt .tov-button {
        margin: 8px 0 0;
    }


    .block-why .why-right .why-top h2 {
        font-weight: 600;
        font-size: 40px;
        line-height: 42px;
    }
    .block-why .why-right .why-bottom h2 {
        font-size: 40px;
        line-height: 50px;

    }
}
@media(max-width:446px){
    .block-why .why-right .cont-block {
        text-align: end;
        margin: 36px 0 0;
        display: block;
        justify-content: space-between;
    }
    
    .block-why .why-right .cont-block .phone {
        margin: 0 0 20px 60px;
        font-size: 15px;
        line-height: 23px;
        display: inline-flex;
    }
    .block-why .why-right .cont-block .mail {
        font-size: 15px;
        line-height: 23px;
        margin: 0 0 0 60px;
        display: inline-block;
        display: inline-flex;
    }

}


