@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;800&display=swap');

html, body{
    font-family: Manrope, Helvetica, sans-serif;
    color: #16191D;
    font-size: 15px;
}

a {
    color: #428bca;
    text-decoration: none;
}

.container{
    box-sizing: border-box;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}

section, header{
    margin-bottom: 100px;
}

.btn{
    display: inline-block;
    text-decoration: none;
    color: inherit;
    font-weight: 500;
    background-color: #FFA801;
    padding: 10px 40px;
}

header {
    padding-top: 105px;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: 3;
    width: 100%;
}

.header > .container{
    display: flex;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

.logo {
    flex: 0 0 170px;
    max-width: 170px;
    max-height: 70px;
    object-fit: contain;
}

.phone a{
    color: inherit;
}

.header .main-menu{
    display: flex;
    justify-content: center;
    flex-grow: 1;
    margin: 0;
    list-style: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    padding: 0;
}

.header .main-menu .modal-wnd-close{
    display: none;
}

.header-title{
    font-weight: bold;
    font-size: 50px;
    color: #F7F7F7;
    margin-bottom: 80px;
}

.header-maininfo .btn{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.7em;
}

.header .main-menu > li {
    margin: 0 23px;
}

.header .main-menu > li a {
    color: inherit;
    text-decoration: none;
}

.header .main-menu > li a:hover {
    text-decoration: underline;
}

.header .phone{
    font-weight: bold;
    font-size: 26px;
    line-height: 1.3em;
    color: inherit;
    text-decoration: none;
    padding-left: 46px;
    min-height: 20px;
    background: url(../images/phone-ico.png) transparent no-repeat left center;
}

.header-with-image{
    display: flex;
    align-items: flex-end;
    min-height: 798px;
    background-image: url(../images/header_bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 45px;
    box-sizing: border-box;
    position: relative;
}

.header-with-image::before{
    content: "";
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.header-with-image > .container{
    z-index: 1;
}

.header-maininfo{
    margin-bottom: 110px;
    width: 65%;
}

.header-features{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 66px;
}

.header-feature{
    display: flex;
    align-items: center;
    padding: 24px 24px 24px 34px;
    background-color: #16191D;
}

.header-feature-num{
    font-weight: bold;
    font-size: 75px;
    color: #FFA801;
    margin-right: 40px;
}

.header-feature-text{
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5em;
}

.header-subtitle{
word-break: break-word;
}

.header-subtitle, h2{
    display: flex;
    align-items: center;
    font-weight: 800;
}

.side-menu{
    position: fixed;
    z-index: 3;
    right:0;
    top: 25%;
}

.video-js{
    width: 100%;
}

.side-menu .menu-item{
    display: flex;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #FFF;
    border-radius: 20px 0px 0px 20px;
    width: 110px;
    height: 82px;
    margin-bottom: 7px;
}

.side-menu .menu-item .menu-item-text{
    margin-top: 8px;
    font-weight: 500;
    font-size: 12px;
}

.side-menu .menu-item:last-child{
    margin-bottom: 0;
}

h2{
    font-size: 50px;
    line-height: 1.3em;
    margin: 0 0 50px 0;
}

.header-subtitle{
    font-size: 30px;
    color: #FFFFFF;
}

h2::before, .header-subtitle::before{
    content: "";
    display: inline-block;
    width: 35px;
    height: 5px;
    background-color: #E58E1A;
    margin-right: 18px;
}

#wrapMap iframe{
    border: 0;
}

.vechicle-tour{
    position: relative;
    margin-bottom: 70px;
}

.vechicle-tour img {
    width: 100%;
}

.vechicle-tour .vechicle-tour-items{
    counter-increment: my-counter;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vechicle-tour .vechicle-tour-items li{
    position: absolute;
}

.vechicle-tour .vechicle-tour-items li .bullet{
    position: absolute;
    left:0;
    top:0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #58B285;
    animation: border-pulsate .5s infinite alternate;
    cursor: pointer;
    z-index: 1;
}

.vechicle-tour li .bullet i{
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin: 5px;
    border-radius: 50%;
    background-color: #58B285;
}

.vechicle-tour-item{
    display: none;
    position: absolute;
    top: 62px;
    left: 0;
    padding: 15px;
    background: #FFF;
    width: 350px;
    z-index: 2;
    border: 1px solid #000;
}

.vechicle-tour-item.show{
    display: flex;
    align-items: flex-start;
}

.vechicle-tour-item p{
    margin-top: 0;
}

.vechicle-tour-item img{
    width: 130px;
    margin-left: 15px;
}

@keyframes border-pulsate {
    0%   { box-shadow: 0 0 0 0 rgba(88, 178, 133, 0.9); }
    100% { box-shadow: 0 0 0 7px rgba(88, 178, 133, 0.5); }
}

.tour-btn-wrapper{
    text-align: center;
}

.model-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 55px;
    grid-row-gap: 55px;
}

.model-list > h3, .show-more-models{
    display: none;
}

.model-list .model-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
    padding: 15px 20px 35px 20px;
}

.model-item .model-img{
    display: block;
    position: relative;
    margin: 0 25px;
}

.model-item .model-img img{
    width: 100%;
    height: 185px;
    object-fit: cover;
}

.model-item .model-img.model-video::before{
    content: "";
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
    background: url(../images/play-ico.png) transparent no-repeat 0 0;
    background-size: 100% 100%;
}

.model-item .model-img::after{
    content: "⟶";
    position: absolute;
    bottom: 15px;
    right: 20px;
    color: #FFF;
}

.model-item h3{
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 20px;
}

.model-item .model-model {
    font-size: 23px;
    font-weight: 800;
    color: #E58E1A;
    margin-bottom: 8px;
    text-align: center;
}

.model-props .model-prop{
    display: flex;
    justify-content: space-between;
    background: #F8F8F8;
    margin-bottom: 2px;
    font-size: 18px;
    padding: 10px 30px 10px 14px;
}

.model-props .model-prop:last-child{
    margin-bottom: 0;
}

.model-item-btn{
    text-align: center;
    margin-top: 40px;
}

.model-item-btn .btn{
    font-size: 18px;
    border: 1px solid #E58E1A;
    background-color: transparent;
    padding: 10px 30px;
}

.model-item-btn .btn:hover{
    background-color: #E58E1A;
}

.hiw-video{
    position: relative;
    margin-bottom: 170px;
    height: 700px;
    background-color: #CCC;
}

.hiw-video::before{
    content: "";
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    background: url(../images/big-play-ico.png) transparent no-repeat 0 0;
    background-size: 100% 100%;
}

.hiw-counter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333333;
}

.hiw-counter img{
    width: 390px;
    height: 450px;
    object-fit: cover;
}

.hiw-counter .hiv-counter-content{
    margin: 0 30px;
}

.hiv-counter-content-item{
    text-align: center;
    margin-bottom: 40px;
}

.hiv-counter-content-item:last-child{
    margin-bottom: 0;
}

.hiv-counter-content-item-num{
    font-weight: 600;
    font-size: 35px;
    color: #FFA801;
    margin-bottom: 3px;
}

.hiv-counter-content-item-text{
    font-size: 25px;
    color: #FCFCFC;
}

.profit-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}

.profit-list .profit-item{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    color: #FFF;
    border-radius: 10px;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.profit-list .profit-item > span{
    font-weight: 600;
    font-size: 20px;
    padding: 0 30px 10px 30px;
    z-index: 1;
}

.profit-list .profit-item i{
    z-index: 1;
    content: "";
    position: relative;
    flex-grow: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    margin-left: 50px;
    margin-bottom: 15px;
}

.profit-list .profit-item i::before{
    content: "";
    position: absolute;
    bottom:0;
    left:-5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #FFF;
}

.profit-list .profit-item::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}

.profit-list .profit-item:hover::after{
    display: none;
}

.profit-list .profit-item:hover{
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.video-list{
    margin-left: -12px;
    margin-right: -12px;
}

.video-list .video-item {
    display: block;
    position: relative;
    max-height: 360px;
    padding: 0 12px;
    box-sizing: border-box;
}

.video-list .video-item img{
    max-height: inherit;
}

.video-list .video-item::before{
    content: "";
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: url(../images/big-play-ico.png) transparent no-repeat 0 0;
    background-size: 100% 100%;
}

.video-list .video-item img {
    width: 100%;
    height: 100%;
}

.columnized-seo-text{
    column-count: 2;
    line-height: 1.4em;
    column-gap: 110px;
}

.columnized-seo-text p{
    margin-top: 0;
}

#seo {
    margin-bottom: 100px;
}

footer{
    background-color: #333333;
    padding: 20px 0 35px 0;
    color: #FFF;
    font-size: 18px;
}

footer .footer-inner{
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

footer .footer-inner:last-child{
    margin-bottom: 0;
}

.footer-inner .col:first-child{
    margin-right: 35px;
    width: 170px;
}

.footer-inner .col{
    margin-right: 65px;
    line-height: 1.6em;
}

.footer-inner .col:last-child{
    margin-right: 0;
}

.footer-ico{
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 21px;
    height: 21px;
}

.footer-ico:last-child{
    margin-right: 0;
}

.email-ico{
    background-image: url(../images/email-ico.png);
    width: 26px;
}

.whatsapp-ico{
    background-image: url(../images/whatsapp-ico.png);
}

.instagram-ico{
    background-image: url(../images/instagram-ico.png);
}

.footer-inner .col.tos{
    line-height: 0.5em;
}

.copyright, .tos > a{
    font-weight: 300;
    font-size: 10px;
}

.tos > a {
    color: #AAA;
    text-decoration: underline;
}

.leasing-content{
    position: relative;
    text-align: center;
    background: url(../images/leasing-bg.jpg) #333 no-repeat center 0;
    background-size: cover;
}

.leasing-content::before{
    content: "";
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 40, 40, 0.6);
}

.leasing-content > .container{
    position: relative;
    z-index: 2;
    padding: 50px 0;
    min-height: 410px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.leasing-content .leasing-items{
    display: flex;
    align-items: flex-start;
}

.leasing-content .leasing-items .leasing-item{
    text-align: center;
    width: 100%;
}

.leasing-item-num{
    font-weight: bold;
    font-size: 35px;
    color: #FFA801;
    margin-bottom: 7px;
}

.leasing-item-text {
    font-weight: 300;
    font-size: 22px;
    color: #FFFFFF;
}

.form-inline-wrapper{
    position: relative;
    z-index: 2;
    padding: 40px 58px 50px 58px;
    background-color: #333;
    box-sizing: border-box;
}

.form-inline{
    text-align: center;
    display: flex;
}

input{
    text-align: inherit;
    width: 100%;
    border:0;
    box-sizing: border-box;
    border-radius: 0;
}

.form-inline input{
    margin: 0 23px;
}

.form-inline .btn{
    max-width: 350px;
}

input[type="text"]{
    padding: 16px;
    background-color: #C4C4C4;
    box-sizing: border-box;
}

input[type="text"]::placeholder{
    color: #333;
}

input[type="text"]:focus{
    outline: none;
}

.form-title{
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    margin-bottom: 35px;
}

#map{
    margin-bottom: 70px;
}

#map .form-inline{
    width: 90%;
    margin: 40px auto 0 auto;
}

#map .form-inline input {
    margin: 0 35px;
}

.form-bordered input[type="text"]{
    border: 1px solid #000;
    background-color: #FFF;
}

.form-bordered input[type="text"]::placeholder{
    color: #000;
}

.form-vertical input[type="text"]{
    margin-bottom: 10px;
}

.form-vertical {
    font-size: 17px;
}

#modal-1 .form-vertical input, #modal-5 .form-vertical input{
    padding: 20px;
}

.modal-short .form-vertical input{
    padding: 10px;
}

.feedback-wrapper{
    display: flex;
    width: 1560px;
    max-width: 100%;
    margin: 0 auto;
}

.feedback-wrapper .feedback-image{
    width: 50.65%;
    object-fit: cover;
}

.feedback-wrapper .feedback-content{
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    width: 548px;
}

.feedback-wrapper .feedback-user-text{
    position: relative;
    padding: 30px;
    border: 3px solid #E58E1A;
    font-size: 15px;
    line-height: 1.3em;
    margin-top: 30px;
    flex-grow: 1;
}

.feedback-wrapper .feedback-user-text::before{
    position: absolute;
    top: -14px;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid #E58E1A;
    border-bottom: 0;
    border-right: 0;
    background-color: #FFF;
    transform: rotate(45deg);
}

.feedback-user{
    display: flex;
    align-items: center;
}

.feedback-user-photo{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 70px 0 -24px;
}

.feedback-user-fullname{
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 10px;
}

.feedback-user-job{
    font-size: 16px;
    text-transform: uppercase;
}

.modal-wnd-overlay{
    display: none;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
}

.modal-wnd-with-form{
    margin-bottom: 20px;
}

.modal-wnd{
    display: none;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    padding: 75px 10px 35px 10px;
    max-width: 90%;
    width: 850px;
    box-sizing: border-box;
    background-color: #FFF;
    transform: translate(-50%, -50%);
    border-radius: 25px;
}

.modal-wnd.with-scroll{
    top: 10px;
    transform: translate(-50%, 0);
}

.modal-wnd-content{
    display: flex;
    align-items: flex-start;
}

.modal-short {
    width: 450px;
}

.modal-short .modal-wnd-content{
    align-items: center;
}

.modal-short input[type="text"]{
    border-color: #E58E1A;
}

.modal-wnd-content .m-col{
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}

.m-img{
    max-width: 100%;
}

.m-gallery{
    max-width: 100%;
    width: 330px;
    flex: 0 0 330px;
}

#modal-1 .m-img, #modal-5 .m-img{
    width: 445px;
    flex: 0 0 445px;
}

.modal-short .m-img {
    width: 195px;
    flex: 0 0 195px;
}

.modal-wnd-content .m-form{
    text-align: center;
    padding-right: 30px;
}

.modal-wnd h4{
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 15px;
}

.m-form p{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.modal-wnd-close{
    position: absolute;
    font-size: 42px;
    line-height: 1em;
    right: 40px;
    top: 25px;
    color: inherit;
    text-decoration: none;
}

.m-form-header{
    text-align: center;
}

.m-form-header p{
    margin: 0;
    font-size: 16px;
}

#modal-2 .m-form-header, #modal-6 .m-form-header{
    margin-left: 30%;
}

.modal-short .m-form-header h4, .modal-info .m-form-header h4{
    font-weight: 500;
    font-size: 18px;
}

#modal-3 p{
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 20px;
}

.big-logo{
    text-align: center;
    margin: 30px 0;
}

.big-logo img{
    max-width: 100%;
}

.x4{
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    margin: 20px 0;
}

.x2{
    font-weight: bold;
    margin-bottom: 10px;
}

.brand-items{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 20px;
}

.brand-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    font-size: 1.2rem;
}

.brand-item span{
    text-align: center;
    margin-top: 20px;
}

.brand-item .brand-photo{
    height: 120px;
    width: 100%;
}

.brand-item{
    color: #000;
    font-weight: 500;
}

.brand-item .brand-photo img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#pbOverlay.show{opacity:1;pointer-events:auto}
#pbOverlay{opacity:0;overflow:hidden;width:100%;height:100%;position:fixed;z-index:9999;left:0;top:0;text-align:center;pointer-events:none;-moz-user-select:none;background:rgba(0, 0, 0, 0.85);background:radial-gradient(rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.9) 100%);-webkit-transform:translate3d(0, 0, 0);-webkit-transition:opacity 300ms ease;-ms-transition:opacity 300ms ease;transition:opacity 300ms ease}


.model-prop-main-image{
    display: block;
    width: 100%;
    height: 250px;
}

.model-prop-main-image img, .model-prop-images a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.model-prop-images{
    display: flex;
    flex-wrap: wrap;
}

.model-prop-images a{
    margin: 10px 5px 0 5px;
    width: calc(25% - 10px);
}

.tour-show-more-wrapper{
    display: none;
}

.tour-btn-wrapper .btn.tour-show-more{
    background-color: transparent;
    border: 1px solid #323232;
    color: #323232;
}

@media (max-width: 1150px) {
    header{
        padding-top: 75px;
    }

    .header-with-image{
        min-height: 680px;
    }

    .header .phone{
        font-size: 19px;
        padding-left: 22px;
    }

    .header > .container{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #map .form-inline{
        width: 100%;
    }

    .form-inline-wrapper{
        padding: 30px 0;
    }

    #map .form-inline input{
        margin: 0 20px;
    }

    h2{
        font-size: 45px;
    }
    
    .model-list {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .hiw-counter{
        display: block;
    }

    .hiw-counter img{
        width: 100%;
    }

    .hiw-counter .hiv-counter-content{
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .feedback-wrapper{
        position: relative;
        width: auto;
        display: block;
    }

    .feedback-wrapper .feedback-image{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .feedback-wrapper::before{
        content: "";
        position: absolute;
        left:0;
        top:0;
        width: 100%;
        height: 100%;
        background-color: rgba(40, 40, 40, 0.6);
        z-index: 1;
    }

    .feedback-wrapper .feedback-content{
        position: relative;
        z-index: 1;
        width: auto;
        padding: 25px;
        color: #FFF;
        margin-left: 0;
    }

    .feedback-user-photo{
        margin-left: 0;
    }

    .feedback-wrapper .feedback-user-text{
        border:0;
        padding: 0;
    }

    .feedback-wrapper .feedback-user-text::before{
        display: none;
    }
}

@media (max-width: 992px) {
    .brand-items{
        grid-template-columns: repeat(3, 1fr);
    }

    header{
        padding-top: 0;
    }

.header-with-image{
padding-top:60px;
}

    .header-feature{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header{
        background-color: transparent;
    }

    .header.sticky{
        background-color: #FFF;
    }

    .header .main-menu .modal-wnd-close{
        display: block;
    }

    .header .phone{
        font-size: 16px;
        font-weight: 500;
        color: #FFF;
        padding-left: 0;
        background: transparent;
    }

    .header > .container{
        justify-content: space-between;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header.sticky .phone{
        color: #000;
    }

    .header .hamburger-menu{
        width: 47px;
        height: 47px;
        padding-top: 8px;
        box-sizing: border-box;
        background: rgba(255,255,255,0.2);
        border-radius: 50%;
        margin-right: 30px;
    }

    .header .hamburger-menu span{
        display: block;
        height: 2px;
        width: 20px;
        margin: 7px auto;
        background-color: #FFF;
    }

    .header.sticky .hamburger-menu span{
        background-color: #000;
    }

    .header > .container .main-menu{
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: fixed;
        background: #FFF;
        padding-top: 70px;
        padding-bottom: 20px;
        font-size: 1.5em;
    }

    .header > .container .main-menu li{
        margin-bottom: 10px;
        border-bottom: 1px solid #E5E5E5;
    }

    .header .main-menu > li a{
        display: block;
        padding: 10px 0;
    }

    .header > .container .main-menu.show{
        display: block;
    }

    section, header{
        margin-bottom: 60px;
    }

    h2{
        margin-bottom: 30px;
    }

    .columnized-seo-text{
        column-count: 1;
    }

    .hiw-video{
        height: 500px;
    }

    .model-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .header-features{
        display: block;
        margin: 0 5px;
    }

    .header-subtitle{
        font-size: 48px;
    }

    .header-maininfo .show-modal{
        display: none;
    }

    .header-maininfo{
        width: auto;
        margin-bottom: 0;
    }

    .header-title{
        margin-bottom: 30px;
        font-size: 22px;
        font-weight: 500;
        margin-left: 40px;
        margin-right: 40px;
        text-align: center;
        margin-top: 20px;
    }

    .header-subtitle::before{
        margin-left: -25px;
        width: 60px;
    }

    #seo{
        margin-bottom: 20px;
    }

    footer{
        padding: 45px 0;
    }

    footer .footer-inner:first-child{
        display: block;
    }

    footer .logo{
        margin-bottom: 40px;
    }

    .footer-address-title{
        display: none;
    }

    .footer-inner .col > div{
        margin-bottom: 30px;
    }

    .feedback-user-photo{
        width: 100px;
        height: 100px;
        margin-right: 25px;
    }

    .hiw-video{
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .brand-items{
        grid-template-columns: repeat(2, 1fr);
    }

    .side-menu .menu-item{
        width: 95px;
    }

    h2 {
    font-size: 26px;
    text-align: center;
    justify-content: center;
    }

    header .logo{
        flex: 0 0 72px;
        width: 72px;
        height: auto;
    }

    .leasing-content .leasing-items{
        display: block;
    }

    .leasing-item{
        margin-bottom: 25px;
    }

    .leasing-item:last-child{
        margin-bottom: 0;
    }

    .leasing-item-num{
        font-size: 26px;
    }

    .leasing-item-text{
        font-size: 16px;
    }

    .btn{
        padding: 13px;
    }

    .form-inline .btn{
        max-width: none;
    }

    .form-inline{
        display: block;
    }

    input[type="text"]{
        background-color: transparent;
        border: 1px solid #E5E5E5;
        padding: 12px;
    }
    
    input[type="text"]::placeholder{
        color: #E5E5E5;
    }

    .form-inline input, #map .form-inline input{
        margin: 0 0 15px 0;
    }

    #leasing .form-inline-wrapper{
        padding-left: 45px;
        padding-right: 45px;
    }

    .form-title{
        font-size: 18px;
    }

    .feedback-user-photo{
        width: 58px;
        height: 58px;
    }

    .feedback-user-fullname{
        font-size: 16px;
    }

    .feedback-user-job{
        font-size: 14px;
    }

    #map{
        margin-left: -25px;
        margin-right: -25px;
    }

    #map .form-inline{
        box-sizing: border-box;
        padding-left: 70px;
        padding-right: 70px;
    }

    .profit-list{
        display: block;
    }

    .profit-list .profit-item, .model-list .model-item{
        width: 60%;
        min-width: 270px;
        margin: 0 auto 20px auto;
    }

    .model-list .model-item{
        padding: 15px 15px 30px 15px;
    }

    .model-item .model-img{
        margin: 0;
    }

    .model-props .model-prop{
        font-size: 14px;
        padding: 8px;
    }

    .model-item h3, .model-item .model-model{
        font-size: 16px;
        text-align: left;
    }

    .model-item-btn{
        margin-top: 15px;
        background-color: #E58E1A;
    }

    .profit-list .profit-item:last-child{
        margin-bottom: 0;
    }

    .profit-list .profit-item i{
        margin-left: 40px;
    }

    .profit-list .profit-item > span{
        font-size: 14px;
        font-weight: 500;
    }

    .hiw-counter {
        margin-left: -25px;
        margin-right: -25px;
    }

    .model-list{
        display: block;
    }

    .model-list .model-item{
        margin-bottom: 15px;
    }

    .m-img{
        display: none;
    }

    .modal-wnd-content .m-form{
        padding-left: 30px;
    }

    .hiv-counter-content-item-num {
        font-size: 26px;
    }

    .hiv-counter-content-item-text {
        font-size: 16px;
    }

    .model-list h3, .model-list .show-more-models {
        display: block;
    }

    .model-list .show-more-models a, .tour-btn-wrapper .btn{
        display: block;
        background-color: #323232;
        color: #FFF;
        font-weight: 700;
        font-size: 16px;
        text-align: center;
        padding: 10px;
        max-width: 500px;
        margin: 30px auto;
    }

    .model-list h3{
        font-size: 22px;
        text-align: center;
        margin-top: 40px;
        word-break: break-word;
    }

    .model-list .model-item.more-model-item{
        display: none;
    }

    .vechicle-tour .vechicle-tour-items li, .vechicle-tour-item{
        position: relative;
        display: block;
        top: auto!important;
    }
    
    .vechicle-tour .vechicle-tour-items li{
        left: auto!important;
        top: auto!important;
    }

    .vechicle-tour-item{
        display: flex;
        align-items: flex-start;
        width: auto;
        padding:  20px 0 0 0;
        border: 0;
    }

    .vechicle-tour-item img{
        margin-left: 25px;
    }

    .vechicle-tour .vechicle-tour-items li .bullet, .vechicle-tour .vechicle-tour-items li.vechicle-tour-item-more{
        display: none;
    }

    .vechicle-tour{
        margin-bottom: 20px;
    }

    .model-props{
        margin-top: 20px;
    }

    .modal-wnd-with-form, .tour-show-more-wrapper{
        display: block;
    }

    .side-menu{
        display: none;
    }
}

@media (max-width: 576px) {
    .brand-items{
        grid-template-columns: repeat(1, 1fr);
    }

    .hiw-video{
        height: 200px;
    }

    .hiw-counter img{
        height: 260px;
    }

    .profit-list .profit-item{
        height: 170px;
    }

    #wrapMap iframe{
        height: 400px;
    }
}

.slick-dots{
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 15px;
}

.slick-dots button{
    background-color:rgba(0,0,0,0.4);
    width: 30px;
    height: 2px;
    border-radius: 2px;
    border:0;
    margin: 0 5px;
    text-indent: -9999px;
}

.slick-dots .slick-active button{
    background-color: #000;
}

#modal-complete .modal-wnd-content{
    font-size: 18px;
    text-align: center;
}

.fancybox__slide.has-iframe.my-iframe .fancybox__content,
.my-iframe .fancybox__slide.has-iframe .fancybox__content {
  padding-top: calc(56.2% - 128px); /* (9/16 * 100%) -- your aspect ratio in percents */
    height: 0 !important;
	width: 90% !important;
}

.fancybox__slide.has-iframe.my-iframe .fancybox__content iframe,
.my-iframe .fancybox__slide.has-iframe .fancybox__content iframe {
position: absolute; 
width: calc(100% + 16px);
height: calc(100% + 16px);
    top: -8px; 
    left: -8px; 
    right: 0; 
    bottom: 0;
}