body, header, footer, p, a, h1, h2, h3, h4, h5, h6, span, div, input{
    font-family: 'PT Serif', serif;
}
body{
    background: #f5f5f5;
}
header{
    background: rgba(248, 249, 250, 0.65);
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 10px 0;
}
.logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo span{
    font-size: 1.2rem;
    font-weight: 600;
}
header .menu{
    display: flex;
    justify-content: center;
    align-items: center;
}
header .menu>ul{
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
header .menu>ul>li{
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 8px;
}
.logo img{
    max-width: 100%;
    max-height: 60px;
}
.betwen{
    justify-content: space-between;
}
.slider{
    position: relative;
}
.flex-d{
    display: flex;
}
.first{
    background: url(img/bg_head.png);
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    justify-content: center;
    display: flex;
}
.test-sl{
    position: absolute;
    bottom: 10vh;
    align-items: center;
    width: 100%;
    justify-content: space-around;
}
.garant{
    display: flex;
    box-shadow: 0pt 0px 10px -2px;
    padding: 10px 18px;
    border-radius: 10px;
    margin: 25px;
    justify-content: space-between;
    align-items: center;
    background: white;
    min-height: 179px;
}
.owl-nav{
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.owl-nav>button{
    display: block;
    outline: none;
}
.owl-nav>button>span{
    font-size: 8rem;
    line-height: 0;
}
.gar_slider{
    padding: 30px 0;
}
.gar5i img{
    max-height: 100px;
    width: auto!important;
}
.gar7 h4{
    font-size: 1.2rem;
    font-weight: 600;
}
.gar7 p{
    font-size: 0.9rem;
    margin:0;
    color: #212121;
}
.menu_u{
    background: #004524;
}
.menu_u ul{
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0;
}
.menu_u ul>li{
    width: 100%;
    color: white;
    font-size: 1.7rem;
    line-height: 1;
    padding: 1.2rem 25px;
    border-right: 1px solid white;
    border-left: 1px solid white;
    cursor: pointer;
}
.menu_u ul>.active{
    background: linear-gradient(90deg, rgba(0,121,41,1) 0%, rgba(0,119,41,1) 39%, rgba(0,69,36,1) 100%);
    border-bottom: 5px solid white;
}
.akcii{
    background: #212121;
    padding: 60px 0;
}
footer{
    background: #212121;
    padding-top: 40px;
}
footer h3{
    color:white;
    padding-top: 30px;
}
footer .col-7{
    border-top: 1px solid white;
    padding-top: 10px;
}
.text-b>h1{
    color: white;
    text-shadow: 1pt 1px #007329;
    font-size: 3rem;
}
.text-b>h4{
    margin-left: 24px;
    padding-left: 10px;
    border-left: 4px solid #004524;
    color: white;
    padding-top: 5px;
    padding-bottom: 6px;
    margin-top: 15px;
}
.callback-b a{
    font-size: 1.6rem;
    text-transform: uppercase;
    color: white;
    background: linear-gradient(180deg, rgba(0,121,41,1) 0%, rgba(0,119,41,1) 39%, rgba(0,69,36,1) 100%);
    padding: 30px 30px;
    border-radius: 10px;
    text-decoration: none;
}
.feedback{
    justify-content: center;
    align-items: center;
    display: flex;
}
.fray p{
    margin: 0;
    line-height: 1;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.fray a{
    font-size: 1.7rem;
    color: #212121;
    text-decoration: none;
    font-weight: 700;
}
.social{
    display: flex;
    justify-content: center;
    align-items: center;
}
.social a>i{
    font-size: 1.5rem;
    background: #212121;
    padding: 6px;
    color: white;
    border-radius: 5px;
    margin: 0 5px;
}
.social a>i:hover{
    background: linear-gradient(180deg, rgba(0,121,41,1) 0%, rgba(0,119,41,1) 39%, rgba(0,69,36,1) 100%);
}
.tab_item{
    display: none;
}
.partner img{
    margin: 20px 10px;
}
.partner{
    padding: 75px 0;
}
.akcia{
    color:white;
}
footer ul{
    padding: 0;
    list-style: none;
    color: white;
    margin-top: 25px;
    font-size: 1.1rem;
    font-weight: 600;
}
footer h4{
    margin: 20px 0;
    font-size: 2rem;
}
footer a{
    color: white!important;
    text-decoration: none!important;
}
footer span{
    font-size: 1.1rem;
    font-weight: 600;
    color:white;
}
footer .social{
    margin-top: 15px;
    justify-content: initial;
}
footer .social a>i{
    background: linear-gradient(180deg, rgba(0,121,41,1) 0%, rgba(0,119,41,1) 39%, rgba(0,69,36,1) 100%);
}
.owl-racusel .clipa{
    justify-content: center;
}
.akica{
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: white;
    padding: 15px;
    border-radius: 2px;
    align-items: center;
}
.akica img{
    max-height: 128px;
    width: auto!important;
    margin-right: 20px;
}
.akica p{
    color: #004524;
}
.partner h2{
    padding: 30px 0;
}
.incorp{
    background: #28292a;
    border-top: 1px solid white;
    margin-top: 35px;
    padding: 20px 0;
}
.incorp .row{
    align-items: center;
}
.incorp p{
    color: white;
    font-size: 0.7rem;
    margin: 0;
}
.akcii .owl-nav{
    display: none!important;
}
.otziv p{
    margin-top: 15px;
}
.otziv{
    padding: 80px 0;
}
.content_us ul{
    list-style: none;
    padding-left: 15px;
    padding-top: 10px;
}
.usluga_text span{
    font-weight: 700;
}
.usluga_text .green{
    color:#004524;
}
.header_us{
    border-bottom: 1px solid grey;
    padding: 15px;
    margin-bottom: 10px;
}
.colonka_us{
    padding: 15px 30px;
}
.btn_zakaz{
    background: #004524;
    color: white!important;
    text-decoration: none!important;
    font-size: 1.4rem;
    padding: 15px 25px;
    font-weight: 700;
}
.uslugi{
    padding-bottom: 80px;
}
.block_2_1 li{
    line-height: 1.3;
    font-weight: 600;
}
main{
    background: linear-gradient(360deg, rgb(0 121 41 / 35%) 0%, rgba(0,119,41,0) 25%, rgba(0,69,36,0) 100%);
}
.close{
    position: absolute;
    right: 5px;
}
.content-form{
    padding: 35px;
    background: #f5f5f5;
}
.content-form h2{
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 18px;
}
[type=submit]:not(:disabled){
    background: linear-gradient(180deg, rgba(0,121,41,1) 0%, rgba(0,119,41,1) 39%, rgba(0,69,36,1) 100%);
    border: none;
    color: white;
    padding: 10px 25px;
}
input[type=checkbox]{
    width: 25px;
    height: 25px;
    margin-right: 10px;
    border-color: #004825;
}
.content-form span{
    color: grey;
}
header .menu_mob{
    display: none;
}
.mobile_visible_1{
    display: none;
}
.mobile_akcii{
    display: none;
}
.mobile_ceny{
    display: none;
}
.mobile_uslugi{
    display: none;
}
.owl-dots{
    text-align: center;
}
.owl-dots button{
    border: 1px solid black!important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 2px;
}
.owl-dots button.active{
    background: black!important;
}
.owl-racusel>.owl-dots button{
    border: 1px solid white!important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 2px;
    outline: none;
}
.owl-racusel>.owl-dots button.active{
    border: 1px solid #007329!important;
    background: #007329!important;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 5px!important;
}
@media (max-width: 600px){
    header>div> .social, .feedback, .menu{
        display: none!important;
    }
    header .menu_mob{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header .menu_mob>span{
        background: linear-gradient(180deg, rgba(0,121,41,1) 0%, rgba(0,119,41,1) 39%, rgba(0,69,36,1) 100%);
        padding: 12px 20px;
        font-weight: 700;
        color: white;
    }
    .logo span {
        font-size: 1rem;
        font-weight: 600;
    }
    .logo img {
        max-width: 100%;
        max-height: 45px;
    }
    .test-sl {
        position: absolute;
        bottom: 10vh;
        align-items: center;
        width: 100%;
        justify-content: flex-start;
        flex-direction: column;
    }
    .callback-b a {
        font-size: 1.2rem;
        text-transform: uppercase;
        color: white;
        padding: 15px 24px;
        border-radius: 10px;
        text-decoration: none;
    }
    .test-sl .text-b{
        margin-bottom: 30px;
    }
    .mobile_visible_1{
        display: block;
        padding-top: 25px;
    }
    .gar_slider .slider{
        display: none!important;
    }
    .mobile_visible_1 h2{
        color: #004524;
    font-size: 1.7rem;
    font-weight: 600;
    margin-left: 25px;
    }
    .mobile_akcii{
        display: block;
        background: #212121;
        padding: 35px 25px;
    }
    .mobile_akcii h2,p{
        color: white;
    }
    .mobile_akcii h2{
        font-size: 1.7rem;
        font-weight: 600;
    }
    .mobile_akcii span{
        color: #006327;
    font-size: 1.2rem;
    font-weight: 600;
    }
    .akcii{
        display: none;
    }
    hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgb(150 150 150);
    }
    .mobidik{
        background: linear-gradient(180deg, rgba(0,121,41,1) 0%, rgba(0,119,41,1) 39%, rgba(0,69,36,1) 100%);
        font-size: 0.7rem;
    }
    .uslugi{
        display: none;
    }
    .partner{
        display: none;
    }
    .mobile_ceny{
        display: block;
        padding: 35px 25px;
        background: #f9f9fa;
    }
    .mobile_ceny p{
        color:black;
        font-weight: 600;
        font-size: 0.9rem;
    }
    .mobile_ceny span{
        color: black;
        font-size: 1.2rem;
        font-weight: 600;
    }
    .mobile_ceny h2{
        font-size: 1.7rem;
        font-weight: 600;
        color: #006327;
    }
    .content-form h2 {
        font-size: 1.2rem;
    }
    .content-form span {
        color: grey;
        font-size: 0.8rem;
    }
    input[type=checkbox] {
        width: 18px;
        height: 18px;
        margin-right: 10px;
        border-color: #004825;
    }
    .mobile_uslugi{
        display: block;
    }
    .mobile_uslugi h2{
        font-size: 1.7rem;
        font-weight: 600;
        background: #004524;
        color:white;
        padding: 25px;
    }
    .mobile_uslugi .usla{
        padding: 10px 18px;
        border-radius: 10px;
        margin: 10px 30px;
        background: white;
        border: 1px solid rgb(128 128 128 / 46%);
    }
    .mobile_uslugi .gar5i img {
        width: 100%!important;
        height: auto;
    }
    .usla>.row>.col{
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .gs2{
        font-size: 1.3rem;
        color: #004524;
        font-weight: 600;
    }
    .hidden-xs{
        display: none;
    }
    .mobil_cont{
        padding: 25px;
    }
    footer{
        padding-top: 0;
    }
    footer h3 {
        color: #adb5bd;
        padding-top: 30px;
        font-size: 1.4rem;
        font-weight: 600;
        border-top: 1px solid;
    }
    .text-b>h1 {
        color: white;
        text-shadow: 1pt 1px #007329;
        font-size: 2rem;
    }
    .owl-racusel>.owl-nav{
        display:none!important;
    }
    .owl-racusel .col-md-3 {
        max-width:120px;
    }
    .owl-racusel h5{
        position: absolute;
        color: #004524;
        top: -28px;
        left: 120px;
        font-weight: 600;
        text-decoration: underline;
    }
    .otziv>.container h2{
        text-align: left!important;
        border-left: 5px solid #004524;
        color: #004524;
        padding-left: 5px;
        font-weight: 700;
        margin-bottom: 25px;
    }
    .owl-racusel>.owl-dots button {
        border: 1px solid #a2a2a2!important;
    }
    header{
        position: fixed;
    }
    .owl-racusel{
        background: white!important;
        border-radius: 5px!important;
        padding: 15px!important;
    }
    .otziv p{
        color:#616060;
    }
    .informa, .formfut{
        margin: auto;
    }
}
.slide-toggle1 {
        text-decoration: underline;
    cursor: pointer;
    border-left: 3px solid;
    margin: 10px 0;
    display: block;
    padding-left: 5px;
}
.slide-toggle2 {
       text-decoration: underline;
    cursor: pointer;
    border-left: 3px solid;
    margin: 10px 0;
    display: block;
    padding-left: 5px;
}
.slide-toggle3 {
        text-decoration: underline;
    cursor: pointer;
    border-left: 3px solid;
    margin: 10px 0;
    display: block;
    padding-left: 5px;
}
.slide-toggle4 {
        text-decoration: underline;
    cursor: pointer;
    border-left: 3px solid;
    margin: 10px 0;
    display: block;
    padding-left: 5px;
}
.slide-toggle5 {
        text-decoration: underline;
    cursor: pointer;
    border-left: 3px solid;
    margin: 10px 0;
    display: block;
    padding-left: 5px;
}
.slide-toggle6 {
        text-decoration: underline;
    cursor: pointer;
    border-left: 3px solid;
    margin: 10px 0;
    display: block;
    padding-left: 5px;
}
.slide-toggle7 {
       text-decoration: underline;
    cursor: pointer;
    border-left: 3px solid;
    margin: 10px 0;
    display: block;
    padding-left: 5px;
}
.slide-toggle8 {
        text-decoration: underline;
    cursor: pointer;
    border-left: 3px solid;
    margin: 10px 0;
    display: block;
    padding-left: 5px;
}

.genfon{
    background: #007829;
}
.genfon span{
    font-size: 15px;
    font-weight: 900;
    color: white;
    border-left: 3px solid;
    padding-left: 3px;
}
.informa{
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 350px;
    padding: 25px;
    margin-right: auto;
    height: 100%;
}
.informa>div{
    text-align: center;
}
.informa a{
    color: black!important;
    font-size: 1.5rem;
}
.informa p{
    margin: 0;
}
.formfut{
    max-width: 350px;
    background: white;
    padding: 25px;
    margin-left: auto;
    height: 100%;
}
.formfut input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border-color: #004825;
}
.formfut span{
    color: black;
    font-size: 10px;
}
.informa i{
    font-size: 3rem;
}
.menu li>a{
    color:black;
    text-decoration: none;
}
.newblock .gerl{
    background: linear-gradient(90deg, rgba(0,121,41,1) 0%, rgba(0,119,41,1) 39%, rgba(0,69,36,1) 100%);
    padding: 25px 15px;
}
.newblock .verl{
    background: linear-gradient(90deg, rgba(255, 255, 255) 0%, rgba(255, 255, 255) 39%, rgba(255, 255, 255) 100%);
    padding: 25px 15px;
}
.newblock .gerl h2{
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-weight: 900;
}
.newblock .verl h2{
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}
.newblock ul{
    padding: 0;
    list-style: none;
}
.newblock .gerl .row{
    align-items: center;
    height: 100%;
    padding-bottom: 25px;
}
.newblock .verl .row{
    align-items: center;
    height: 100%;
    padding-bottom: 25px;
}
.newblock .gerl ul>li{
    color: white;
    margin-bottom: 15px;
    font-size: 16px;
}
.newblock .gerl ul>li>b{
    background: white;
    color: black;
    padding: 1px 5px;
    border-radius: 15px;
}
.newblock .verl ul>li{
    margin-bottom: 15px;
    font-size: 16px;
}
.newblock .verl ul>li>b{
    background:linear-gradient(90deg, rgba(0,121,41,1) 0%, rgba(0,119,41,1) 39%, rgba(0,69,36,1) 100%);
    color: white;
    padding: 1px 5px;
    border-radius: 15px;
}
.dzin{
    background: linear-gradient(90deg, #28a745, #d9f6b2);
    margin: 55px 0;
    padding: 30px 0;
}
.dzin h2{
    text-align: center;
    color: white;
    font-weight: 900;
    text-shadow: 0 0 2px black;
}
.dzin p{
    text-align: center;
    color: white;
    text-shadow: 0 0 4px black;
}
.zvinku{
    align-items: center;
}
.zvinku .col-md-6{
    text-align: center;
}
.zvinku a{
    color: white;
    padding: 10px 10px;
    line-height: 3;
    border-radius: 5px;
    box-shadow: 0 0 10px -5px black;
    text-decoration: none;
}