.wrapper{
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
}
body{
    font-family: 'Nunito', sans-serif;
    color: #3A3A3A;
}
a{
    text-decoration: none;
    color: #3A3A3A;
    transition: 0.5s;
}

header{
    background-color: #fff;
    padding: 30px 0;
}
header .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#menu-menu{
    display: flex;
    min-width: 625px;
    justify-content: space-between;
    width: 100%;
}
#menu-menu li a{
    font-size: 18px;
}
#menu-menu li a:hover{
    color: #5B9AF2;
}
.head-contacts-address{
    font-size: 16px;
    margin-bottom: 15px;
}
.head-contacts-phone{
    display: flex;
    align-content: center;
    justify-content: right;
}
.head-contacts-phone img{
    max-height: 28px;
}
.head-contacts-phone a{
    font-size: 28px;
    margin-left: 10px;
    font-weight: 600;
    line-height: 1;
}
.head-contacts-phone a:first-child{
    margin-left: 0;
}
.arenda-block{
    margin-top: 115px;
}
h2{
    font-size: 44px;
    font-weight: 300;
    max-width: 900px;
    letter-spacing: -1px;
    margin-bottom: 50px;
}
h2 span {
    font-weight: 600;
}
.subtitle{
    font-weight: 300;
    font-size: 16px;
    max-width: 1300px;
}
.arenda-block-items{
    margin-top: 100px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.arenda-block-item{
    background: #FFFFFF;
    box-shadow: 0px 4px 78px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    max-width: 450px;
    width: 100%;
    margin-right: 20px;
}
.arenda-block-item img{
    max-width: 460px;
    height: 285px;
    display: block;
    margin: 0 auto;
}
.arenda-block-item-content{
    padding: 50px 44px;
}
.arenda-block-item-title{
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 50px;
}
.arenda-block-item-text{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.arenda-block-item-text span{
    font-weight: 400;
}
.arenda-block-item-content ul{
    min-height: 140px;
}
.arenda-block-item-content ul li{
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
}
.arenda-block-item-content ul li:before{
    content: '•';
    color: #8FB0DF;
    padding-right: 10px;
    font-size: 20px;
}
.arenda-block-item-link{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(180deg, #4179C8 0%, #1358B9 100%);
    border-radius: 8px;
    display: block;
    margin: 0 auto;
    max-width: 370px;
    text-align: center;
    padding: 25px 0;
    margin-top: 50px;
    border-bottom: 3px solid #204171;
}
.all-bus-link{
    display: block;
    margin: 0 auto;
    margin-top: 80px;
    font-weight: 600;
    font-size: 18px;
    max-width: 150px;
    border-bottom: 1px dashed #3A3A3A;
}
.all-bus-link img{
    margin-left: 10px;
}
.booking-block{
    margin-top: 130px;
    background: linear-gradient(251.32deg, #204171 33.08%, #3D71BB 91.75%);
    padding: 70px 0 80px 0;
    position: relative;
}
.booking-block .wrapper{
    z-index: 200;
    position: relative;
}
.booking-block h3{
    font-weight: 400;
    color: #fff;
    font-size: 36px;
    margin-bottom: 32px;
    text-align: center;
}
.booking-block .subtitle{
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.booking-form{
    display: flex;
    justify-content: center;
    margin-top: 76px;
}
.booking-form select, .booking-form input{
    background: #FFFFFF;
    box-shadow: inset 0px 4px 9px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    font-weight: 400;
    font-size: 16px;
    border: none;
    width: 280px;
    height: 70px;
    text-align: center;
}
.booking-form input{
    margin-left: 47px;
}
.booking-check{
    margin-top: 46px;
    display: flex;
    justify-content: center;
}
.booking-check{
    font-weight: 400;
    color: #E3E3E3;
}
.booking-submit{
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 238px;
    height: 68px;
    background: linear-gradient(180deg, #F4D14E 0%, #FADB69 100%);
    border-radius: 84px;
    line-height: 64px;
    margin-top: 50px;
    border: none;
    border-bottom: 3px solid #C6B36A;
}
.bus{
    position: absolute;
    right: 0;
    top: 45%;
    z-index: 100;
}
.about-block{
    margin-top: 116px;
}
.about-block-items{
    display: flex;
}
.about-block-slider, .about-block-text{
    width: 50%;
}
.about-block-text{
    margin-left: 25px;
}
.about-block-text p{
    font-weight: 300;
    font-size: 16px;
    margin: 20px 0;
}
.about-block-text ul li{
    font-weight: 300;
    font-size: 16px;
    padding-left: 28px;
    position: relative;
    margin-bottom: 16px;
}
.about-block-text ul li:before{
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: url("../img/r12.png") top center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
}
.callback-btn{
    font-weight: 400;
    color: #fff;
    background: linear-gradient(180deg, #4179C8 0%, #1358B9 100%);
    border-radius: 8px;
    display: block;
    width: 227px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    margin-top: 10px;
}
.question-block{
    margin-top: 110px;
    background-color: #F5F5F5;
    padding: 60px 0;
}
.question-block .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.question-block-item .question-block-title{
    font-weight: 400;
    font-size: 42px;
    line-height: 49px;
    margin-bottom: 10px;
}
.question-block-subtitle{
    font-weight: 300;
    font-size: 21px;
    line-height: 24px;
}
.question-manager{
    display: flex;
    align-items: center;
}
.question-manager-img{
    float: left;
    margin-right: 37px;
}
.manger-name{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    display: block;
}
.question-block-item p, .question-manager p{
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
}
.qurstion-social-link{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.qurstion-social-link img{
    width: 45px;
}
.question-phone{
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    margin-top: 12px;
    display: block;
}
.uslugi-block{
    margin-top: 145px;
}
.uslugi-block h2{
    text-align: center;
    margin: 0 auto;
    font-weight: 300px;
    font-size: 36px;
    line-height: 42px;
}
.uslugi-block h2 span{
    font-weight: 600;
}
.uslugi-block .subtitle{
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    margin-top: 36px;
    max-width: 900px;
    margin-bottom: 88px;
}
.uslugi-block-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.uslugi-block-item{
    position: relative;
    background: #F5F5F5;
    border-radius: 10px;
    padding: 57px 53px;
    max-width: 460px;
    width: 32%;
    box-sizing: border-box;
    margin-bottom: 34px;
    height: 353px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.uslugi-block-item-text{
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    max-width: 343px;
    z-index: 200;
}
.uslugi-block-item-link{
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    display: block;
    background: linear-gradient(180deg, #F4D14E 0%, #FADB69 100%);
    border-radius: 78px;
    width: 238px;
    height: 68px;
    border-bottom: 3px solid #C6B36A;
    line-height: 68px;
    z-index: 200;
}
.uslugi-block-item1{
    background:#F5F5F5 url("../img/uslugi-block-item1.png")bottom right no-repeat;
    background-size: auto;
}
.uslugi-block-item2{
    background:#F5F5F5 url("../img/uslugi-block-item2.png")bottom right no-repeat;
    background-size: auto;
}
.uslugi-block-item3{
    background:#F5F5F5 url("../img/uslugi-block-item3.png")bottom right no-repeat;
    background-size: auto;
}
.uslugi-block-item4{
    background:#F5F5F5 url("../img/uslugi-block-item4.png")bottom right no-repeat;
    background-size: auto;
}
.uslugi-block-item5{
    background:#F5F5F5 url("../img/uslugi-block-item5.png")bottom right no-repeat;
    background-size: auto;
}
.uslugi-block-item6{
    background:#F5F5F5 url("../img/uslugi-block-item6.png")bottom right no-repeat;
    background-size: auto;
}
.spec-block{
    background: url("../img/spec-banner.jpg") top center no-repeat;
    background-size: cover;
    padding-top: 123px;
    padding-bottom: 145px;
}
.spec-block .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.spec-block-right img{
    max-width: 810px;
}
.spec-block-left h4{
    color: #FEECAB;
    font-size: 44px;
    margin-bottom: 20px;
}
.spec-subtitle{
    font-size: 36px;
    color: #fff;
    margin-bottom: 40px;
    display: block;
}
.spec-block-left p{
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    max-width: 535px;
    margin-bottom: 50px;
}
.spec-block-left .wpcf7-response-output{color: #fff;}
.spec-form{
    display: flex;
}
.spec-form input[type="tel"]{
    background-color: #fff;
    color: #3A3A3A;
    font-weight: 400;
    font-size: 16px;
    box-shadow: inset 0px 4px 9px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    width: 280px;
    height: 70px;
    text-align: center;
    border: none;
}
.spec-submit{
    background: linear-gradient(180deg, #F4D14E 0%, #FADB69 100%);
    border-radius: 9px;
    border: none;
    border-bottom: 3px solid #C6B36A;
    font-weight: 600;
    color: #3A3A3A;
    font-size: 18px;
    width: 280px;
    height: 70px;
    text-align: center;
    display: block;
    line-height: 70px;
    margin-left: 24px;
}
.advantages-block{
    padding: 100px 0;
}
.advantages-block h2{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 80px;
}
.advantages-block-items{
    display: flex;
    justify-content: space-between;
}
.advantages-block-item{
    width: 25%;
    background: #FFFFFF;
    box-shadow: 0px 4px 78px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
    margin: -20px 32px;
}
.advantages-block-item-content{
    background: #FFFFFF;
    box-shadow: 0px 4px 78px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
    margin: 20px -20px;
    padding: 60px 20px;
    height: 550px;
    box-sizing: border-box;
}
.advantages-block-item-content img{
    display: block;
    margin: 0 auto;
}
.advantages-block-title{
    font-weight: 600 ;
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
}
.advantages-block-text{
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    color: #6B6B6B;
}
.license-block{
    background: #F5F5F5;
    padding: 120px 0;
}
.license-block h2{
    font-size: 36px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 100px;
}
.license-block-items{
    display: flex;
    justify-content: space-around;
}
.license-block-items  img{
    max-height: 500px;
    width: 100%;
}
.contacts-block{
    padding: 134px 0;
    background-color: #fff;
}
.contacts-block-content{
    background: #FFFFFF;
    box-shadow: 0px 4px 78px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
    display: flex;
    overflow: hidden;
}
.contacts-block-text{
    width: 50%;
    padding: 50px 80px;
}
.contacts-block-text h4{
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 40px;
}
.contacts-block-text p{
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 24px;
}
.contacts-block-text a, .contacts-block-text p.contacts-address{
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 10px;
}
.social-links a img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.callback-btn{
    width: 287px;
    height: 65px;
    font-size: 16px!important;
}
footer{
    background: #171717;
}
.footer-top{
    padding-top: 67px;
    display: flex;
    justify-content: space-between;
}
.footer-top-item{
    width: 25%;
}
.footer-top-item p{
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    max-width: 288px;
}
.footer-logo{
    margin-bottom: 20px;
}
.footer-top-item .footer-top-title{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}
.footer-menu li a{
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
    display: block;
}
.footer-links li a{
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    display: block;
}
.footer-bottom{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 50px;
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
}
.footer-bottom p{
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}
.footer-bottom p:nth-child(2){
    color: #A8A8A8;
}
.footer-bottom p a{
    color: #F0DFA2;
}
#owl-about .slider-item img{
    display: block;
    width: 100%;
    height: auto;
}
.about-block-slider {
	width: 50%;
	position: relative;
	max-width: 698px;
	border-radius: 10px;
}
.page-header{
    background: #F2F2F2;
    padding: 40px 0;
    margin-bottom: 70px;
}
.page-header h1{
     font-weight: 600;
     font-size: 44px;
     text-align: center;
}
.contacts-page-items{
    display: flex;
    justify-content: space-between;
}
.contacts-page-item{
    width: 50%;
}
.contacts-page-item h3{
    font-weight: 400;
    font-size: 44px;
    margin-bottom: 50px;
}
.contacts-page-item p{
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}
.contacts-page-item p b{
    font-weight: 700;
}
.page-title-h2{
    font-weight: 400;
    font-size: 44px;
    margin-bottom: 40px;
}
.page-subtitle-text{
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 70px;
}
.arenda-menu{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 78px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}
.arenda-menu li a{
    font-weight: 400;
    font-size: 22px;
    padding: 20px 40px;
    text-align: center;
    display: block;
}
.arenda-menu li a.arenda-active, .arenda-menu li a:hover{
    background-color: #FEECAB;
}
.arenda-block-item-link:hover, .callback-btn:hover{
-webkit-box-shadow: 0px 0px 20px 6px rgba(65, 121, 200, 0.3);
-moz-box-shadow: 0px 0px 20px 6px rgba(65, 121, 200, 0.3);
box-shadow: 0px 0px 20px 6px rgba(65, 121, 200, 0.3);
}
.uslugi-block-item-link:hover, .booking-submit:hover, .spec-submit:hover{
    -webkit-box-shadow: 0px 0px 20px 6px rgba(250, 219, 105, 0.3);
-moz-box-shadow: 0px 0px 20px 6px rgba(250, 219, 105, 0.3);
box-shadow: 0px 0px 20px 6px rgba(250, 219, 105, 0.3);
}
.social-links{
    display: flex;
}
.popup-form{
    text-align: center;
}
.popup-form p{
    margin-bottom: 30px;
}
.popup-form input{
        background: #FFFFFF;
    border: 1px solid #C9C9C9;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 9px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    padding: 23px 80px;
    max-width: 280px;
    max-height: 70px;
}
.popup-form input[type="text"]{
    margin-bottom: 30px;
}
.popup-form input[type="submit"]{
        font-size: 18px;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(180deg, #4179C8 0%, #1358B9 100%);
    border-radius: 8px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 25px 0;
    margin-top: 50px;
    border-bottom: 3px solid #204171;
    width: 100%;
}
.popup-form .model-name{
    box-shadow: none;
    border: none;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0!important;
    padding: 0;
    max-width: 100%;
    text-align: center;
}
.popup-form .model-name:focus-visible{
    border: none;
}
.booking-hidden{
    display: none;
}
.olgatour-block{
    background: #fff url(../img/ot-bg.jpg) right bottom no-repeat;
    background-size: contain;
    background-position: 100% 110px;
}
.olgatour-title{
    display: flex;
    align-items: center;
}
.olgatour-title img{
    width: 110px;
    margin-right: 20px;
}
.olgatour-title h2{
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 0;
}
.olgatour-content{
    display: flex;
    margin-top: 40px;
}
.olgatour-text{
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}
.olgatour-content img{
    width: 500px;
    height: 100%;
}
.olgatour-text b{
    font-weight: 600;
}
.olgatour-text p{
    margin-top: 20px;
}
.olgatour-link{
    display: flex;
    margin-top: 40px;
    align-items: center;
}
.olgatour-link a{
    margin-right: 40px;
    max-width: 227px;
}
.olgatour-link span{
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    max-width: 314px;
}
.olgatour-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.olgatour-item{
    width: 25%;
    margin-bottom: 40px;
}
.olgatour-item img{
    max-width: 260px;
    margin: 0 auto;
    display: block;
}
.banner{
    background: url(../img/banner.jpg)top center no-repeat;
    background-size: cover;
    padding: 140px 0;
}
.banner h1{
    font-size: 60px;
    font-weight: 600;
    line-height: 63px;
    max-width: 760px;
}
.banner h1 span{
    font-weight: 700;
    color: #5B9AF2;
}
.banner-text{
    font-weight: 600;
    font-size: 17px;
    line-height: 19px;
    margin-top: 20px;
    max-width: 670px;
}
.banner-adv{
    display: flex;
    max-width: 620px;
    justify-content: flex-start;
    margin-top: 40px;
    align-items: center;
    flex-wrap: wrap;
}
.banner-adv-item{
    margin-right: 10px;
    margin-bottom: 15px;
}
.banner-adv-item:last-child{
    margin-left: 10px;
}
.banner-adv img{
    margin-right: 10px;
    vertical-align: middle;
}
.banner .callback-btn{
    margin-top: 60px;
    max-width: 227px;
}
.model-name-hidden{
    display: none;
}
.booking-block .wpcf7-response-output{
    color: #fff;
}
.booking-block .wpcf7-not-valid-tip{
    margin-left: 58px;
}
@media all and (max-width:  1420px){
    .banner h1{
        font-size: 40px;
        line-height: 48px;
    }
    .banner h1 span{
        display: block;
    }
    .banner-text{
        font-size: 14px;
        line-height: 16px;
    }
    .wrapper{
        width: 90%;
    }
    .arenda-block-item{
        width: 30%;
    }
    .arenda-block-item img{
        width: 100%;
        height: auto;
    }
    .arenda-block, .about-block, .all-bus-link, .question-block, .uslugi-block{
        margin-top: 40px;
    }
    h2{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .arenda-block-items{
        margin-top: 40px;
        justify-content: space-between;
    }
    .arenda-block-item-content {
        padding: 20px 30px;
    }
    .arenda-block-item-title{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .arenda-block-item-text {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .arenda-block-item-link{
        padding: 20px 0;
    }
   
    .booking-block{
        margin-top: 40px;
        padding: 50px 0;
    }
    .question-block{
        padding: 40px 0;
    }
    .uslugi-block .subtitle{
        margin-bottom: 40px;
    }
    .uslugi-block-item, .advantages-block{
        padding: 40px;
    }
    .uslugi-block-item-text{
        font-size: 18px;
    }
    .spec-block{
        padding: 50px 0;
    }
    .advantages-block-item-content img{
        height: 170px;
    }
    .license-block , .contacts-block{
        padding: 40px 0;
    }

}
@media all and (max-width:  1322px){
    .menu li{
        margin-right: 10px;
    }
    #menu-menu{
        min-width: 400px;
    }
    .question-block-item .question-block-title{
        font-size: 24px;
        line-height: 1;
    }
    .spec-block-right img{
        width: 100%;
    }
    .advantages-block-items{
        flex-wrap: wrap;
    }
    .advantages-block-item{
        width: 40%;
        margin-bottom: 20px;
    }
    .advantages-block-item-content{
        height: 460px;
    }
    .license-block h2{
        margin-bottom: 40px;
    }
    .map{
        width: 40%;
        overflow: hidden;
    }
   .contacts-block-text {
        padding: 30px 30px;
    }
    .contacts-block-text h4 {
        font-size: 32px;
        margin-bottom: 20px;
    }
}

@media all and (max-width:  1210px){
    .logo img{
        width: 150px;
    }
    #menu-menu li a {
    font-size: 16px;
}
    .olgatour-item{
        width: auto;
    }
    .olgatour-title h2{
        font-size: 30px;
    }
    .olgatour-title img{
        width: 70px;
    }
    .olgatour-text{
        font-size: 14px;
        line-height: 18px;
    }
    .head-contacts-phone a{
        font-size: 22px;
    }
    .head-contacts-address{
        font-size: 13px;
    }
    .arenda-block-item-content {
        padding: 20px;
    }
    .arenda-block-item-content ul li{
        font-size: 14px;
        line-height: 1;
    }
    .arenda-block-item-text{
        font-size: 14px;
    }
    .question-manager-img{
        margin-right: 10px;
    }
    .manger-name, .question-phone{
        font-size: 16px;
        line-height: 1;
    }
    .qurstion-social-link img {
        width: 28px;
    }
    .qurstion-social-link{
        justify-content: space-around;
    }
    .spec-block-left h4{
        font-size: 28px;
    }
    .spec-subtitle{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .spec-block-left p{
        margin-bottom: 20px;
    }

    .advantages-block-item-content{
        padding: 20px;
    }
    .license-block-items{
        flex-wrap: wrap;
    }
    .license-block-items a{
        width: 25%;
    }
    .license-block-items a img{
        width: 100%;
    }
    .page-header h1{
        font-size: 36px;
    }
    .page-header{
        margin-bottom: 20px;
    }
    .page-title-h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .page-subtitle-text{
        margin-bottom: 20px;
    }
    .arenda-menu li a {
        font-size: 16px;
        padding: 20px;
    }
}
@media all and (max-width:  1024px){
    .banner{
        padding: 40px 0;
    }
    .banner-text{
        max-width: 410px;
    }
    .banner-adv{
        max-width: 410px;
        flex-direction: column;
        align-items: flex-start;
    }
    .banner-adv-item:last-child{
        margin-left: 0px;
    }
    .banner-adv-item{
        margin-bottom: 10px;
    }
    #menu-menu{
        display: none;
    }
    .arenda-block-item-title{
        font-size: 14px;
    }
    .arenda-block-item-link{
        margin-top: 10px;
        font-size: 14px;
        padding: 10px 0;
    }
    .booking-form {
        justify-content: center;
        margin-top: 30px;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .booking-form input, .booking-form select {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .about-block-items{
        flex-direction: column;
        align-items: center;
    }
    .about-block-slider{
        width: 100%;
    }
    .about-block-text{
        width: 100%;
        margin-left: 0;
    }
    .question-block .wrapper{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .question-block-item{
        width: 50%;
    }
    .qurstion-social-link {
        justify-content: space-evenly;
    }
    .uslugi-block-item, .advantages-block {
        padding: 10px;
    }
    .uslugi-block-item-link{
        width: 200px;
        height: 50px;
        line-height: 50px;
    }
    .uslugi-block-item-text {
        font-size: 16px;
    }
    .spec-block-right{
        position: absolute;
        z-index: 10;
        opacity: 0.4;
    }
    .spec-block-left{
        z-index: 20;
    }
    .advantages-block-item-content img {
        height: 100px;
    }
    .advantages-block-item-content {
        height: 400px;
    }
    .contacts-block-text h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .contacts-block-text p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .contacts-block-text a, .contacts-block-text p.contacts-address{
        font-size: 16px;
    }
    .social-links a img{
        margin-bottom: 0;
    }
    .footer-top{
        flex-wrap: wrap;
    }
    .footer-top-item {
        width: 50%;
    }
    .olgatour-content{
        flex-direction: column;
        align-items: center;
    }
}
@media all and (max-width:  768px){
    .banner .callback-btn{
        margin-top: 10px;
    }
    .arenda-block-item {
        width: 100%;
    }
    .arenda-block-items{
        justify-content: center;
    }
    .booking-check{
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }
    .uslugi-block-item, .advantages-block {
        padding: 25px;
    }
    .uslugi-block-item{
        width: 100%;
    }
    .uslugi-block-items{
        justify-content: center;
    }
    .spec-block {
        padding: 20px 0;
    }
    .spec-block-left h4 {
        font-size: 22px;
    }
    .spec-subtitle {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .spec-block-left p{
        font-size: 13px;
    }
    .spec-form {
        flex-direction: column;
        align-items: center;
    }
    .spec-submit{
        margin-top: 10px;
        margin-left: 0;
    }
    .advantages-block-item {
        width: 100%;
    }
 
    .advantages-block-title{
        margin-bottom: 10px;
    }
    .contacts-block-content{
        flex-direction: column;
    }
    .map {
        width: 100%;
        max-height: 200px;
    }
    .wp-image-39{
        width: 100%;
        height: auto;
    }
    .contacts-page-items{
        flex-direction: column;
        align-items: center;
    }
    .contacts-page-item {
        width: 70%;
    }
    .contacts-page-item h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .arenda-menu{
        flex-direction: column;
    }
}
@media all and (max-width:  600px){
    .banner h1 {
        font-size: 20px;
        line-height: 22px;
    }
    .banner-text {
        font-size: 12px;
        line-height: 14px;
        max-width: 300px;
        margin-top: 10px;
    }
    .banner .callback-btn{
        height: 50px;
        line-height: 50px;
    }
    .wrapper {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    header .wrapper{
        flex-direction: column;
    }
    h2 {
        font-size: 24px;
    }
    .subtitle{
        font-size: 14px;
    }
    .booking-block {
        margin-top: 20px;
        padding: 20px 0;
    }
    .booking-block h3{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .uslugi-block h2{
        font-size: 28px;
    }
    .question-block .wrapper {
        flex-direction: column;
        align-items: center;
        align-content: center;
        text-align: center;
    }
    .question-block-item{
        margin-bottom: 10px;
    }
    .question-block-item {
        width: 90%;
    }
    .question-manager{
        justify-content: center;
    }
    .qurstion-social-link {
        justify-content: center;
    }
    .qurstion-social-link a{
        margin-right: 10px;
    }
    .arenda-block, .about-block, .all-bus-link, .question-block, .uslugi-block {
        margin-top: 20px;
    }
    .uslugi-block .subtitle{
        font-size: 14px;
        margin: 10px 0;
    }
    .uslugi-block-item{
        height: 250px;
		background-color: #ffffffa3;
        background-blend-mode: overlay;
    }
    .footer-top{
        flex-direction: column;
        align-items: center;
    }
    .footer-top-item {
        width: 100%;
        margin: 10px 0;
    }
    .olgatour-items{
        justify-content: center;
    }
    .olgatour-link{
        flex-direction: column-reverse;
        text-align: center;
    }
    .olgatour-link a {
        margin-right: 0;
    }
}
