@import "style3.css";

@keyframes move-twink-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -10000px 5000px;
    }
}

@-webkit-keyframes move-twink-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -10000px 5000px;
    }
}

@-moz-keyframes move-twink-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -10000px 5000px;
    }
}

@-ms-keyframes move-twink-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -10000px 5000px;
    }
}

@keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 10000px 0;
    }
}

@-webkit-keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 10000px 0;
    }
}

@-moz-keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 10000px 0;
    }
}

@-ms-keyframes move-clouds-back {
    from {
        background-position: 0;
    }

    to {
        background-position: 10000px 0;
    }
}

#slick-slide20:before {
    content: '';
    display: block;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.3;
}


#slick-slide20:before {
    background: transparent url(/wp-content/themes/lotus/main-production/build/images/lotus/clouds.png) repeat top center;
    z-index: 3;

    -moz-animation: move-clouds-back 60s linear infinite;
    -ms-animation: move-clouds-back 60s linear infinite;
    -o-animation: move-clouds-back 60s linear infinite;
    -webkit-animation: move-clouds-back 60s linear infinite;
    animation: move-clouds-back 60s linear infinite;
}

/* Home Slider */
.slider_index {
    background-color: #062e28;
    margin-top: -100px;
}

.slider_index,
.sider-cars__block,
.info,
.instagram_feed {
    position: relative;
    overflow-x: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.home_slider_instagram .slick-slide img,
.home_slider_instagram .slick-slide img:focus {
    outline: none;
    cursor: pointer;
    width: 100%;
    height: auto;
}

.slider_index .slick-list {
    margin-right: 120px;
}

.slider_index .slick-dots {
    position: absolute;
    top: 40%;
    right: 27px;
}

.slider_index .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slider_index .slick-dots li {
    position: relative;
    padding: 0;
    cursor: pointer;
    margin: 5px;
}

@media screen and (min-width: 760px) {
    .slider_index .slick-dots li {
        width: 36px;
        height: 10px;
    }
}

@media screen and (max-width: 759px) {
    .slider_index .slick-dots li {
        width: 36px;
        height: 10px;
    }
}

.slider_index .slick-dots li .slick-dot {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    background: #055045;
    height: 2px;
    -webkit-transition: background-color 600ms, -webkit-transform 600ms;
    transition: background-color 600ms, -webkit-transform 600ms;
    -o-transition: transform 600ms, background-color 600ms;
    transition: transform 600ms, background-color 600ms;
    transition: transform 600ms, background-color 600ms, -webkit-transform 600ms;
}

.slider_index .slick-dots li.slick-active .slick-dot {
    background: #fff200;
    width: 34px;
}


.slider_index .slick-slide {
    outline: none;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1920px) {
    .slider_index .slick-slide {
        height: 920px;
    }
}

@media screen and (min-width: 760px) and (max-width: 1919px) {
    .slider_index .slick-slide {
        height: 47.94vw;
    }
}

@media screen and (max-width: 759px) {
    .slider_index .slick-slide {
        height: 55.34vw;
        min-height: 200px;
    }
}


.big-home__slider .slick-arrow {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #074037;
    width: 60px;
    height: 226px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.big-home__slider .slick-arrow img {
    opacity: 0.4;
}

.big-home__slider .slick-arrow:hover {
    background-color: #055045;
}

.big-home__slider .slick-arrow:hover img {
    opacity: 1;
}

.big-home__slider .slick-arrow.slick-prev {
    right: 61px;
}

.big-home__slider .slick-arrow.slick-next {
    right: 0px;
}


.slider_index .header_slide_desc {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(6, 46, 40, 0.7);
    height: 227px;
    z-index: 22;
    margin-right: 120px;

}

.slider_index .header_slide_desc .slide_desc_item,
.slider_index .header_slide_desc .car_features {

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.slider_index .header_slide_desc .slide_desc_item {
    display: none;
}

.slider_index .header_slide_desc .slide_desc_item.active {
    display: flex;
}

.slider_index .header_slide_desc .slider_desc_item_title {
    line-height: 60px;
    text-transform: uppercase;
    font-size: 56px;
    color: #fff200;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
}

.slider_desc_item_title div {
    color: #ffffff;
    font-family: 'Overpass', sans-serif;
    font-weight: 200;
}

@media screen and (min-width: 999px) {
    .slider_index .header_slide_desc .slider_desc_item_title {
        margin-left: 100px;
    }


}

.slider_index .header_slide_desc .car_features {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 4 1 auto;
    -ms-flex: 4 1 auto;
    flex: 4 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.slider_index .header_slide_desc .car_features .car_features_item {
    text-align: center;
    position: relative;
    width: 25%;
    -webkit-font-smoothing: antialiased;
}

.slider_index .header_slide_desc .car_features .car_features_item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -38px;
    width: 1px;
    height: 76px;
    background: #fff;
    opacity: 0.4;
}

.slider_index .header_slide_desc .car_features .car_features_item:first-child:before {
    display: none;
}

.slider_index .header_slide_desc .car_features .car_features_value {
    color: #ffffff;
    font-family: 'Overpass', sans-serif;
    font-size: 80px;
    font-weight: 200;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.slider_index .header_slide_desc .car_features .car_features_title {
    opacity: 0.7;
    color: #ffffff;
    font-family: 'Overpass', sans-serif;
    font-size: 30px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.slider_index .header_slide_desc .slide_desc_btn,
.slider_index .header_slide_desc .slider_desc_item_title {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.button_color-yellow {
    background-color: #fff200;
    height: 50px !important;
    max-width: 266px;
    margin: 0px auto;
    display: block;
    text-align: center;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
}

.button.button_theme-bordered.button_color-yellow .button__subtitle {
    color: #062e28;
    font-family: "Russo One";
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* Home Slider */


#sb_instagram .sbi_photo img {
    height: 0px !important;
}



.sbi_photo {
    display: block;
    text-decoration: none;
    background-size: contain;
}

.sider-cars__block {
    background-color: #062e28;
    padding-top: 20px;
}

.instagram_feed {
    background-color: #fff200;
}


.sider-cars__title {
    font-family: 'Overpass', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 40px 0px;
}

.sider-cars__title span {
    color: #fff200;
    font-family: 'Overpass', sans-serif;
    font-weight: 200;
}

.home_slider_cars {
    margin: 10px 100px;
}

.home_slider_cars .slick-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #074037;
    top: 40%;
    margin-top: -50px;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease;
}

.home_slider_cars .slick-arrow img {
    opacity: 0.4;
}

.home_slider_cars .slick-arrow:hover {
    background-color: #055045;
}

.home_slider_cars .slick-arrow:hover img {
    opacity: 1;
}

.home_slider_cars .slick-arrow.slick-prev {
    left: -50px;
}

.home_slider_cars .slick-arrow.slick-next {
    right: -50px;
}

@media screen and (max-width: 576px) {

    .home_slider_cars .slick-arrow.slick-prev {
        left: 15px;
    }

    .home_slider_cars .slick-arrow.slick-next {
        right: 15px;
    }
}

.home_slider_cars .slick-slide {
    padding: 0px 15px;
    outline: none;
}

.home_slider_cars .slick-slide img {
    width: 100%;
    margin-bottom: 35px;
}

.home_slider_cars .hscars-item {
    text-align: center;
}

.home_slider_cars .hscars-item .hscars-item__title {
    color: #fff200;
    font-family: 'Overpass', sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.home_slider_cars .hscars-item .hscars-item__title span {
    color: #fff;
}

.home_slider_cars .hscars-item .car_price_item {
    color: #ffffff;
    font-family: 'Overpass', sans-serif;
    font-size: 28px;
    font-weight: 300;
    margin: 6px auto;
    margin-bottom: 21px;
}


.index-header .index-header__info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}



.info_wrapper {
    border-top: 2px solid #fff200;
    margin: 0px 100px;
    padding: 100px 0px 80px 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 999px) {
    .info_wrapper {
        margin: 0px 48px;
        padding: 32px 0px 36px 0px;
    }
}



.info_wrapper > div {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

@media screen and (min-width: 999px) {
    .info_wrapper .info_video {
        margin-right: 22px;
    }

    .info_wrapper .info__layer.info__layer_role-content {
        margin-left: 22px;
    }
}


.info_wrapper .info_video .modal_btn {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info_wrapper .info_video .modal_btn img {
    width: 100%;
}

.info_wrapper .info_video .pulse_btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    color: #fff;
    background-color: rgba(255, 242, 0, 0.9);
    border-radius: 50%;
}

.info_wrapper .info_video .pulse_btn:before {
    content: '';
    display: block;
    -webkit-animation-name: radial-pulse;
    -moz-animation-name: radial-pulse;
    -o-animation-name: radial-pulse;
    animation-name: radial-pulse;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 1;
}

.info_wrapper .info_video .pulse_btn svg {
    position: absolute;
    z-index: 2;
}

@keyframes radial-pulse {
    0% {
        background-color: rgba(255, 242, 0, 0.9);
        box-shadow: 0 0 22px rgba(255, 242, 0, 0.4);
    }

    100% {
        width: 110px;
        height: 110px;
        background-color: rgba(255, 242, 0, 0.7);
        box-shadow: 0 0 22px rgba(255, 242, 0, 0.4);
    }
}

.info .info__layer.info__layer_role-content {
    max-width: auto;
    padding: 0px;
}

.info .info__heading .heading__title {
    color: #fff200;
    font-family: 'Overpass', sans-serif;
    font-size: 40px;
    font-weight: 200;
    line-height: 55px;
    text-transform: uppercase;
}

.info .info__heading .heading__subtitle {
    margin: 0px;
    color: #ffffff;
    font-family: 'Overpass', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
}

.info .text {
    color: #ffffff;
    font-family: 'Overpass', sans-serif;
    font-size: 15px;
    font-weight: 200;
    line-height: 23px;
}

.instagram_wrapper {
    margin: 0px 100px;
    padding: 55px 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
}

.instagram_wrapper.instagram_wrapper_center {
    justify-content: center;
    -webkit-justify-content: center;
}

.instagram_wrapper.instagram_wrapper_center .button.button_theme-bordered {
    background-color: #062e28;
    -webkit-box-shadow: inset 0 0 0 1px #062e28;
    box-shadow: inset 0 0 0 1px #062e28;
    height: 50px;
    margin: 10px 15px;
    padding: 0px;
}

@media screen and (min-width: 999px) {
    .instagram_wrapper.instagram_wrapper_center .button.button_theme-bordered {
        width: 300px;
    }
}

@media screen and (min-width: 1600px) {
    .instagram_wrapper.instagram_wrapper_center .button.button_theme-bordered {
        width: 400px;
    }
}

.instagram_wrapper.instagram_wrapper_center .button.button_theme-bordered .button__title,
.instagram_wrapper.instagram_wrapper_center .button.button_theme-bordered .button__subtitle {
    color: #ffffff;
    font-family: "Russo One";
    font-size: 16px;
    letter-spacing: 1.33px;
    text-transform: uppercase;
}

.instagram_wrapper .instagram_text {
    color: #062e28;
    font-family: 'Overpass', sans-serif;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.instagram_wrapper .instagram_text strong {
    font-weight: 700;
}

.instagram_wrapper .instagram_login,
.instagram_wrapper .instagram_login a {
    color: #062e28;
    font-family: 'Overpass', sans-serif;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0.67px;
    text-decoration: none;
}

.about .about_bg {
    background-color: #fefefe;
}

.about-content {
    margin: 0 120px 0 120px;
}



.about-content h1,
.about-content h2 {
    color: #062e28;
    font-family: 'Overpass', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.about-content .about-text {
    color: #191919;
    font-family: 'Overpass', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.1px;
    line-height: 28px;
    margin-bottom: 55px;
}

.about-content .about-text p {
    margin-bottom: 10px;
}

.about_contact_text {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 50px;
}


.about_contact_text > div {

    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 4 25%;
    -ms-flex: 0 4 25%;
    flex: 0 4 25%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.about_contact_text > div strong,
.schedule .schedule__item .schedule__text:first-child {
    olor: #191919;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    margin-right: 4px;
    vertical-align: bottom;
    display: inline-block;
}



.about_contact_text > div strong {
    padding-bottom: 3px;
    display: block;
}

.about_contact_text:before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #055045;
    margin-bottom: 55px;
}

.about_contact_text_adress {
    color: #191919;
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    line-height: 24px;
    font-size: 24px;
}

.about_contact_text_adress > div {
    font-size: 18px;
    width: 60%;
    margin-bottom: 5px;
}

.green_block_about {
    background-color: #0f433b;
    padding: 65px 120px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}


.green_block_about .modal-adf__title {
    display: none;
}

.green_block_about.green_block_about_center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1280px) {
    .about-content {
        margin: 0 30px 0 30px;
    }

    .green_block_about {
        background-color: #0f433b;
        padding: 30px 30px;
    }
    .site .site__content.single_main .single_wrap {
        padding: 0 30px 38px 30px;
    }
}

@media screen and (max-width: 1199px) {
.site .site__content.single_main {
    margin-top: 40px;
}
}
.green_block_about .green_block_text {
    color: #ffffff;
    font-family: 'Overpass', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;


    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    -webkit-align-self: auto;
    -ms-flex-item-alig
}

.green_block_about .green_block_text .green_block_title {
    color: #fff200;
    font-family: 'Overpass', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.green_block_about .green_block_text .green_block_description {
    margin-bottom: 20px;
}

.green_block_about .green_block_text a {
    color: #fff200;
    font-family: 'Overpass', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff200;
    text-decoration: none;
    display: inline-block;
}

.green_block_form {
    color: #ffffff;
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    font-weight: 300;


    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.green_block_form .modal-adf__form .modal-adf__row {
    margin-top: 0px;
    margin-bottom: 24px;
}


@media screen and (max-width: 999px) {
    
    .site .site__content.single_main .single_wrap {
        padding: 0 30px 38px 30px;
    }
    .instagram_wrapper .instagram_text {
        font-size: 26px;
        letter-spacing: 0.54px;
        line-height: 28px;
    }

    .instagram_wrapper .instagram_login,
    .instagram_wrapper .instagram_login a {
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 0.42px;
    }

    .instagram_wrapper {
        margin: 0px 48px;
        padding: 35px 0px;
    }

    .instagram_wrapper.instagram_wrapper_center .button.button_theme-bordered {
        width: 95%;
        margin: 0px;
        height: 40px;
    }

    .instagram_wrapper.instagram_wrapper_center .button.button_theme-bordered .button__title,
    .instagram_wrapper.instagram_wrapper_center .button.button_theme-bordered .button__subtitle {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .info .info__controls a .button__subtitle,
    .info .info__controls a .button__title {
        font-size: 12px;
    }

    .info .info__layer.info__layer_role-content {
        max-width: 100%;
    }

    .info .info__controls {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
    }

    .info .info__controls a {
        width: 100%;
        margin-right: 0px;
    }

    .info .info__controls .button:first-child,
    .instagram_wrapper.instagram_wrapper_center .button.button_theme-bordered:first-child {
        margin-right: 15px;
    }

    .info .info__heading .heading__title {
        line-height: 35px;
    }

    .info .info__heading {
        margin-top: 32px;
    }

    .js-car-carousel-dots {
        padding-bottom: 23px;
        padding-top: 28px;
    }

    .home_slider_cars {
        margin: 0px 48px;
    }

    .home_slider_cars .hscars-item .hscars-item__title {
        font-size: 18px;
    }

    .home_slider_cars .hscars-item .car_price_item {
        font-size: 20px;
    }

    .home_slider_cars .hscars-item .button {
        width: 100%;
    }

    .home_slider_cars .slick-arrow {
        width: 24px;
        height: 24px;
    }

    .home_slider_cars .slick-arrow img {
        height: 12px;
    }

    .home_slider_cars .slick-arrow.slick-prev {
        left: -34px;
    }

    .home_slider_cars .slick-arrow.slick-next {
        right: -34px;
    }

    .sider-cars__title span {
        display: block;
    }

    .sider-cars__title {
        font-size: 26px;
        line-height: 28px;
        padding: 20px 0px;
    }

    .slider_index .header_slide_desc {
        height: 100px;
        margin-right: 60px;
    }

    .slider_index .slick-list {
        margin-right: 60px;
    }

    .big-home__slider .slick-arrow {
        width: 30px;
        height: 100px;
    }

    .big-home__slider .slick-arrow.slick-prev {
        right: 31px;
    }

    .slider_index .slick-dots {
        position: absolute;
        top: 46%;
        right: 4px;
    }

    .slider_index .header_slide_desc .slider_desc_item_title {
        font-size: 26px;
        line-height: 28px;
    }

    .slider_index .header_slide_desc .car_features .car_features_value {
        font-size: 36px;
    }

    .slider_index .header_slide_desc .car_features .car_features_title {
        font-size: 14px;
    }

    .slider_index .slick-slide {
        height: 78.94vw;
    }

    .slider_index .header_slide_desc .slide_desc_btn a {
        height: 47px;
        padding: 0px 10px;
    }

    .slider_index .header_slide_desc .slide_desc_btn a .button__subtitle {
        font-size: 12px;
        letter-spacing: 0.75px;
    }

    .slider_index .header_slide_desc .slide_desc_item {
        padding: 0px 24px 0px 48px;
    }
}

@media screen and (max-width: 540px) {
    
    .about_map iframe {
        height: 220px !important;
    }

    .breadcrumbs .breadcrumbs__wrapper a.button .button__subtitle {
        font-size: 10px;
    }
    .breadcrumbs .breadcrumbs__button.button {
        margin-right: 5px;
    }

    .breadcrumbs .breadcrumbs__button.button:after {
        content: '\2022';
        margin-left: 5px;
        font-size: 9px;
        color: #055045;
    }

    .about_contact_text_adress {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
    }

    .about_contact_text_adress > div {
        font-size: 20px;
    }

    .green_block_about .green_block_text .green_block_title {
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .green_block_about .green_block_text .green_block_description {
        font-size: 12px;
        font-weight: 300;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .green_block_about .green_block_text a {
        font-size: 14px;
        font-weight: 300;
        line-height: 28px;
        padding-bottom: 5px;
    }

    .about_contact_text {
        margin-bottom: 0px;
    }

    .info_wrapper,
    .home_slider_cars,
    .instagram_wrapper {
        margin: 0px 20px;
    }

    .instagram_wrapper .instagram_login,
    .instagram_wrapper .instagram_login a {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.29px;
    }

    .footer .footer__menu .footer__button {
        margin-right: 0px;
        width: 25%;
    }

    .instagram_wrapper.instagram_wrapper_center {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 0px;
    }

    .instagram_wrapper.instagram_wrapper_center .button.button_theme-bordered:first-child {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .instagram_wrapper.instagram_wrapper_center .button.button_theme-bordered {
        width: 100%;
    }

    .instagram_wrapper .instagram_text {
        font-size: 16px;
    }

    .instagram_wrapper .instagram_login {
        font-size: 14px;
    }

    .info .info__heading,
    .info .info__heading .heading__subtitle,
    .info .info__heading .heading__title {
        font-size: 20px;
        line-height: 20px;
    }

    .info .info__heading {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .home_slider_cars .slick-slide img {
        margin-bottom: 5px;
    }

    .home_slider_cars .slick-slide {
        padding: 0px;
    }

    .home_slider_cars .slick-arrow.slick-prev {
        left: 10px;
        z-index: 999;
        top: 45%;
    }

    .home_slider_cars .slick-arrow.slick-next {
        right: 10px;
        z-index: 999;
        top: 45%;
    }

    .slider_index .slick-list,
    .slider_index .header_slide_desc {
        margin-right: 0px;
    }

    .slider_index .slick-slide {
        height: 95.94vw;
    }

    .slider_index .header_slide_desc .slide_desc_item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 20px;
    }

    .slider_index .header_slide_desc {
        height: auto;
        margin-right: 0px;
        position: relative;
        margin-top: -48px;
        padding: 0px;
        text-align: center;
    }

    .slider_desc_item_title div {
        display: inline-block;
        margin-right: 5px;
    }
}


@media screen and (max-width: 1280px) {
    .about-content {
        margin: 0 30px 0 30px;
    }

    .green_block_about {
        background-color: #0f433b;
        padding: 30px 30px;
    }
}



@media screen and (max-width: 1100px) {

    .green_block_about {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about_contact_text > div {

        -webkit-flex: 0 4 50%;
        -ms-flex: 0 4 50%;
        flex: 0 4 50%;
        margin-bottom: 20px;
    }

    .green_block_about .green_block_text {
        margin-bottom: 30px;
    }

    .green_block_about .green_block_text,
    .green_block_form {

        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .green_block_form .modal-adf__form .modal-adf__row {
        padding: 0px;
    }
}

@media screen and (max-width: 768px) {
    .about_bg {
        display: none;
    }
}


@media screen and (max-width: 480px) {

    .about-content h1,
    .about-content h2 {
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .about_contact_text:before,
    .about-content .about-text {

        margin-bottom: 15px;
    }

    .about-content .about-text {
        font-size: 12px;
        font-weight: 300;
        line-height: 15px;
    }

    .about-content {
        margin: 0 20px 0 20px;
    }

    .green_block_about {
        background-color: #0f433b;
        padding: 20px 20px;
    }

    .about_contact_text > div {

        -webkit-flex: 0 4 100%;
        -ms-flex: 0 4 100%;
        flex: 0 4 100%;
        margin-bottom: 20px;
    }

    .green_block_form .modal-adf__form .modal-adf__row {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .green_block_form .modal-adf__form .modal-adf__row .modal-adf__col + .modal-adf__col {
        margin-left: 0px;
        margin-top: 24px;
        width: 100%
    }

    .modal-adf__submit_right .button {
        height: 48px;
        width: 100%;
        max-width: 364px;
    }
}

.wpcf7 {
    overflow: hidden;
}