/* import fonts */

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Bold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Black.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* import fonts END */

/* **************************************************************************************************************************************** */

/* css reset */

*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

b {
    font-weight: 500;
}

img,
picture {
    max-width: 100%;
    display: block;
}

picture {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
}

address {
    font-style: normal;
}

form {
    display: flex;
    flex-direction: column;
    /* gap: 27px; */
}

input,
button,
select {
    font: inherit;
    outline: none;
    color: #f3f3f3;
    width: 100%;
    margin: 0;
    border: 1px solid #5b5b5f;
    box-shadow: none;
    border-radius: 0;
    padding: 5px 15px;
    background: transparent;
}

input::-moz-placeholder {
    color: #f3f3f3;
}

input::-webkit-input-placeholder {
    color: #f3f3f3;
}

input:-ms-input-placeholder {
    color: #f3f3f3;
}

input::placeholder {
    color: #f3f3f3;
}

button {
    cursor: pointer;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(../img/ico_select.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
}

select option {
    color: #101115;
}

.select::-ms-expand {
    display: none;
}

.select:hover {
    border-color: #5b5b5f;
}

.select:focus {
    border-color: #5b5b5f;
    box-shadow: none;
    box-shadow: none -moz-mac-focusring;
    color: inherit;
    outline: none;
}

.select option {
    font-weight: normal;
}

body {
    min-height: 100vh;
    line-height: 1.3;
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote,
q {
    quotes: none;
}

q:before,
q:after {
    content: "";
}

a,
ins {
    text-decoration: none;
    color: inherit;
}

sub,
sup {
    vertical-align: baseline;
    position: relative;
    font-size: 0.8em;
}

sup {
    top: -5px;
}

sub {
    bottom: -2px;
}

pre {
    font: inherit;
}

/* css reset END */

/* **************************************************************************************************************************************** */

/* common styles */

body {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    position: relative;
    font-weight: 300;
    padding: 0px;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
    background: #101115;
}

.compensate-for-scrollbar {
    margin: 0 auto !important;
    overflow: auto !important;
}

.fancybox-button svg {
    pointer-events: none;
}

.bg-dark {
    background: linear-gradient(
            128.49deg,
            #191a22 0.7%,
            rgba(25, 26, 33, 0) 47.37%,
            #191a20 100%
    );
    border-radius: 23px;
    display: block;
    border: 1px solid #232631;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.bg-dark_bot-60:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #c89e64;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
}

.bg-dark_bot-90:after {
    content: "";
    display: block;
    width: 90px;
    height: 1px;
    background: #c89e64;
    position: absolute;
    bottom: 0;
    left: calc(50% - 45px);
}

.bg-dark_right-60:after {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #c89e64;
    position: absolute;
    bottom: calc(50% - 30px);
    right: 0;
}

.form_title {
    color: inherit;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 20px;
}

.form_title span {
    display: block;
    white-space: nowrap;
}

input,
textarea,
select,
button,
.btn {
    height: 50px;
}

input,
textarea,
select {
    border: none;
    border-bottom: 1px solid #5b5b5f;
    padding: 0;
    font-weight: 100;
    position: relative;
}

form .form-group {
    position: relative;
    z-index: 1;
    margin-top: 17px;
}

form .form-group .btn,
form .form-group button {
    width: 100%;
    font-weight: 400;
    margin-top: 27px;
}

form .form-group .inp-style {
    content: "";
    height: 65px;
    width: 180%;
    display: block;
    background: linear-gradient(
            90deg,
            rgba(35, 38, 49, 0.15) 0%,
            rgba(35, 38, 49, 0) 51.3%,
            rgba(35, 38, 49, 0.35) 100%
    );
    position: absolute;
    z-index: -1;
    bottom: -7.5px;
    left: -40%;
}

form .form-group .inp-style2 {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #c89e64;
    position: absolute;
    left: -20px;
    top: calc(50% - 2px);
    border-radius: 50%;
    animation: blick 1.5s ease-in-out infinite;
}

@keyframes blick {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.1;
    }
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c86461;
}

#form_popup {
    display: none;
}

.popup_container {
    width: 520px;
    max-width: 100%;
    padding: 60px 45px;
    overflow: hidden !important;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(
            128.49deg,
            #191a22 0.7%,
            rgba(25, 26, 33, 0) 47.37%,
            #191a20 100%
    );
    background-color: #101115;
    border-radius: 23px;
    border: 1px solid #232631;
}

.alert.fancybox-content {
    overflow: hidden;
    background: linear-gradient(
            128.49deg,
            #191a22 0.7%,
            rgba(25, 26, 33, 0) 47.37%,
            #191a20 100%
    );
    border-radius: 23px;
    color: #fff;
    border: 1px solid #232631;
}

.not_agree button {
    background-color: #5b5b5f !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 10px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 15px;
    top: 0px;
    color: #a7a7a8;
    margin-top: 5px;
}

.agree_field a {
    color: inherit;
    text-decoration: underline;
}

.agree_field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
    height: auto;
    width: auto;
    z-index: -1;
    visibility: hidden;
}

.agree_field > span {
    display: inline-block;
}

.agree_field input + .inp-check {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #c89e64;
    left: 0;
}

.agree_field input:checked + .inp-check:before {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    top: 1.5px;
    left: 1.5px;
}

.main {
}

.container {
    width: 100%;
    max-width: 1580px;
    padding: 0 30px;
    margin: 0 auto;
}

.raw {
    display: flex;
}

.column-2 {
    width: 50%;
}

.column-3 {
    width: 33.333%;
}

.column-4 {
    width: 25%;
}

.bg_color1 {
}

.title {
    color: #c89e64;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.subtitle {
}

.text {
}

.desc {
}

.comment {
}

.text_color1 {
}

.block-title_white {
}

.text_thn {
}

.text_bld {
}

.text_left {
}

.text_right {
}

.text_upp {
}

.br_mob {
    display: block;
}

.btn {
    background: #c89e64;
    color: #101115;
    text-align: center;
    width: 330px;
    display: flex;
    align-items: center;
    border: 1px solid #c89e64;
    border-radius: 100px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear;
}

.btn span {
    display: inline-block;
    width: 100%;
}

.btn:hover {
    background-color: #a07c49;
    border-color: #a07c49;
    color: #101115;
}

.btn_glass {
    background-color: #101115;
    border-color: #c89e64;
    color: #c89e64;
}

.btn_glass:hover {
    background-color: #c89e64;
    border-color: #c89e64;
    color: #101115;
}

.anim {
    opacity: 0;
    transition: all 0.8s linear;
}

.anim.animated {
    opacity: 1;
}

.anim .title {
    opacity: 0;
    transition: all 1.3s linear;
}

.anim.animated .title {
    opacity: 1;
}

.textanim {
    position: relative;
}

.textanim:last-child {
    position: absolute;
    pointer-events: none;
}

#cookies_popup {
    position: fixed;
    bottom: 12px;
    width: 100%;
    max-width: 500px;
    right: 30px;
    /* transform: translateX(-50%); */
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* align-items: center; */
    /*background: #fff;*/
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    z-index: 99999;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    background: linear-gradient(90deg, #14161d 0%, #282a34 50%, #1e2028 100%);
}

#cookies_popup .text {
}

#cookies_popup .text p {
    margin: 0px;
}

#cookies_popup .text a {
    color: #00000087;
}

#cookies_popup .btn {
    width: auto;
    flex-shrink: 0;
    margin-top: 10px;
    /* margin-left: 15px; */
}

/* common styles END */

/*************************************************************************************************************************/

.header .mob-menu-btn {
    display: none;
}

/**************************************************************************************************************/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transform: translateY(0);
    transition: all 0.8s linear;
}

.header.scroll {
    transform: translateY(-200px);
}

.header__info {
    background: #080808;
    padding: 20px 0;
}

.header__container {
}

.header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__addr {
    font-weight: 500;
    min-width: 35%;
}

.header__addr-text_small {
}

.header__logo-block {
    position: relative;
}

.header__logo {
}

.header__logo img {
}

.header__logo-text {
    font-weight: 400;
    font-size: 15px;
    position: absolute;
    width: 136px;
    top: 148%;
    left: calc(50% - 68px);
    text-align: center;
    line-height: 1;
}

.header__logo-text_text-sm {
    font-size: 0.6em;
    font-weight: 100;
}

.header__contacts {
    display: flex;
    align-items: center;
    gap: 88px;
}

.header__phone-wrap {
}

.header__addr-text_small {
    color: #a7a7a8;
    font-size: 12px;
    font-weight: 300;
}

.header__phone {
    font-weight: 500;
}

.header__btn {
    max-width: 250px;
}

.header__menu {
    background: linear-gradient(90deg, #14161d 0%, #282a34 50%, #1e2028 100%);
    padding: 10px 0;
}

.header__container {
}

.header__menu-content {
    display: flex;
    justify-content: space-between;
}

.header__menu-block {
    display: flex;
    gap: 40px;
}

.header__menu-item {
    font-size: 18px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    position: relative;
}

.header__menu-item > span {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.header__menu-text_new {
    font-size: 0.7em;
    color: #c89e64;
    line-height: 1.45;
}

.header-phone-mob {
    display: none;
}

/**************************************************************************************************************/

.banner {
    position: relative;
    padding-top: 132px;
    overflow: hidden;
}

.banner__bg {
}

.banner__bg img {
}

.banner__container {
}

.banner__content {
    position: absolute;
    top: 0;
    width: 100%;
    top: 184px;
}

.banner__title-block {
    position: relative;
}

.banner__plashka {
    position: absolute;
    bottom: -42px;
    right: 50%;
    transform: translateX(328%);
    width: 134px;
    height: 170px;
    background: url(../img/banner__plashka.png) no-repeat;
    z-index: 3;
}

.banner__plashka span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50px);
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}

.banner__title {
    color: #1e2028;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    max-width: 832px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 26px;
    padding-bottom: 34px;
    background: linear-gradient(92.57deg, rgba(255, 255, 255, 0.4104) 0.28%, rgba(255, 255, 255, 0.76) 99.8%);
    border-radius: 23px;
    position: relative;
}

/*
.banner__title:after {
  content: url(../img/img__ng-tree.svg);
  position: absolute;
  bottom: 53px;
  left: 52px;
}
*/

.banner__title:before {
    content: url(../img/img__ng-tree-line.svg);
    position: absolute;
    left: -67%;
    bottom: 35px;
}

.banner__title:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    inset: -1px;
    padding: 1px;
    border-radius: 25px;
    background: linear-gradient(90deg, #ffffff, #FFFFFF24);
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: 2;
}

.banner__title .banner__title_text-big {
    font-size: 1.47em;
    font-weight: 700;
}

.banner__title .banner__title_text-mid {
    font-size: 1.27em;
    font-weight: 400;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 8px;
}

.banner__title b {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner__btn {
}

/**************************************************************************************************************/

.timer {
    margin-top: -110px;
    padding-bottom: 34px;
    background: url(../img/line_timer.svg) 50% 100% no-repeat;
}

.timer__container {
}

.timer__content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.timer__main-timer {
    background: #101115;
    background-image: linear-gradient(
            128.49deg,
            #191a22 0.7%,
            rgba(25, 26, 33, 0) 47.37%,
            #191a20 100%
    );
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 65px;
}

.timer__title {
    font-size: 32px;
}

.timer__title_text-big {
    font-size: 1.5em;
}

.timer__timer {
}

.timer__timer div[id*="timer"] {
}

.timer__timer span[id*="timer"] {
}

.timer__form-wrap {
    background: #101115;
    background-image: linear-gradient(
            128.49deg,
            #191a22 0.7%,
            rgba(25, 26, 33, 0) 47.37%,
            #191a20 100%
    );
    padding: 0 87px;
    padding-bottom: 30px;
    width: 100%;
    max-width: 490px;
}

.timer__form {
    padding-top: 30px;
}

/**************************************************************************************************************/

.cars {
    margin-top: 150px;
    overflow: hidden;
    padding-bottom: 30px;
}

.cars__title {
}

.cars__content {
}

.car {
    margin-top: 150px;
    background: url(../img/car_bg.png) 50% 68% no-repeat;
    background-size: 100%;
}

.car:first-child {
    margin-top: 40px;
}

.cars__container {
}

.car__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.car__title {
    font-size: 32px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 14px;
    width: 100%;
    margin-bottom: 45px;
}

.car__title:before {
    content: "";
    display: block;
    width: 1920px;
    height: 35px;
    background: url(../img/car_line.svg);
    position: absolute;
    bottom: 0;
    left: -200px;
}

.car__text_gold {
    color: #c89e64;
}

.car__text_gold sup {
    font-size: 0.6em;
    top: -9px;
    left: 2px;
}

.car__timer {
    font-size: 20px;
    position: absolute;
    bottom: calc(100% - 25px);
    height: 50px;
    padding-left: 67px;
    padding-right: 15px;
    border-radius: 50px;
    right: 0;
    background: linear-gradient(
            128.49deg,
            #191a22 0.7%,
            rgba(25, 26, 33, 0) 47.37%,
            #191a20 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #232631;
}

.car__timer span {
}

.car__timer:before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: linear-gradient(
            218.95deg,
            #c89e64 15.26%,
            rgba(200, 158, 100, 0) 84.98%
    );
    position: absolute;
    left: 0;
    top: 0;
}

.car__timer:after {
    content: "";
    display: block;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background-image: url(../img/ico_car_timer.svg);
    background-color: #191a22;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    left: 1px;
    top: 1px;
}

.car__infoblock {
    width: 100%;
    max-width: 1000px;
    position: relative;
    overflow: visible;
    display: flex;
}

.car__info {
}

.car__profit {
    font-size: 24px;
    padding-right: 18px;
    position: relative;
    background: url(../img/ico_car_profit.svg) 100% 50% no-repeat;
}

a.popup.car__profit:after {
}

.car__profit b {
    font-weight: 600;
}

.car__props {
    display: flex;
    flex-direction: column;
    gap: 45px;
    margin-top: 45px;
}

.car__props-item {
    padding-left: 70px;
    position: relative;
    /* height: 50px; */
    display: flex;
    align-items: center;
}

.car__props-item:before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: linear-gradient(
            218.95deg,
            #c89e64 15.26%,
            rgba(200, 158, 100, 0) 84.98%
    );
    position: absolute;
    left: 0;
    top: calc(50% - 25px);
}

.car__props-item:after {
    content: "";
    display: block;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background-color: #191a22;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    left: 1px;
    top: calc(50% - 24px);
}

.car__props-item_ico1:after {
    background-image: url(../img/ico_car1.svg);
}

.car__props-item_ico2:after {
    background-image: url(../img/ico_car2.svg);
}

.car__props-item_ico3:after {
    background-image: url(../img/ico_car3.svg);
}

.car__props-item_ico4:after {
    background-image: url(../img/ico_tools4.svg);
}

.car__image-block {
}

.car__image-block img {
}

.car__btns {
    display: flex;
    justify-content: center;
    gap: 15px;
    position: absolute;
    width: 100%;
    bottom: -25px;
}

.car__btn {
}

.car__infoblock2 {
    width: 100%;
    max-width: 510px;
}

.car__gallery {
    padding-bottom: 25px;
}

.car__gallery-item {
    margin: 0 10px;
}

.car__gallery-item img {
    margin: 0 auto;
    transform: scale(1);
    transition: all 0.8s linear;
}

.car__gallery-item img:hover {
    transform: scale(1.1);
}

.car__gallery-item picture {
    border-radius: 20px;
}

.car__gallery .slick-arrow {
    position: absolute;
    bottom: 0;
    border: none;
    outline: none;
    color: transparent;
    font-size: 0;
    display: block;
    width: 54px;
    height: 6px;
    background: url(../img/arrow_car_gallery.svg) 50% no-repeat;
    z-index: 1;
}

.car__gallery .slick-arrow:hover {
    opacity: 0.8;
}

.car__gallery .slick-prev {
    left: calc(50% - 74px);
}

.car__gallery .slick-next {
    transform: rotateY(180deg);
    left: calc(50% + 20px);
}

.car__techs {
    display: flex;
    justify-content: space-between;
    margin: 0 15px;
    margin-top: 30px;
}

.car__techs-item {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.car__techs-name {
    font-size: 14px;
    color: #a7a7a8;
    font-weight: 300;
    padding-bottom: 10px;
}

.car__techs-val {
}

.car__techs-sep {
    width: 1px;
    background: #232631;
}

/**************************************************************************************************************/

.instock {
    margin-top: 130px;
}

.instock .ccontainer {
}

.instock .instock__title {
}

.instock #filter_table {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.instock .select_container {
    width: 32.5%;
}

.instock .select_container .form-group {
    display: flex;
    justify-content: center;
}

.instock .select_container select {
    width: 70%;
}

.instock #filter_table .form-group .inp-style {
    width: 100%;
    left: 0;
}

.instock #filter_table .form-group .inp-style2 {
    left: 35px;
}

.instock .tb_complects_container {
}

.instock .tb_complects {
    width: 100%;
}

.instock .tb_complects tr {
    margin-bottom: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    overflow: visible;
}

.instock .tb_complects tr td {
}

.instock .tb_complects tr td.block1 {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 23%;
}

.instock .tb_complects tr td.block2 {
    width: 100%;
    max-width: 30%;
}

.instock .tb_complects tr td.block3 {
    width: 35%;
}

.instock .tb_complects tr td.block4 {
    margin-right: -50px;
}

.instock .tb_complects tr td.block5 {
    display: flex;
    width: 100%;
    justify-content: center;
    position: absolute;
    bottom: -25px;
}

.instock .tb_complects tr td .compl-profit {
}

.instock .tb_complects tr td .compl-profit .car__profit {
    display: none;
}

.instock .tb_complects tr td .compl-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.instock .tb_complects tr td .compl-name__name {
    font-size: 32px;
    text-transform: uppercase;
}

.instock .tb_complects tr td .compl-name__name_text-yell {
    color: #c89e64;
    font-weight: 500;
}

.instock .tb_complects tr td .compl-name__compl {
    color: #101115;
    font-weight: 500;
    background: #c89e64;
    border-radius: 30px;
    padding: 4px 35px;
}

.instock .tb_complects tr td .compl-name__compl span {
}

.instock .tb_complects tr td .compl-props {
}

.instock .tb_complects tr td .compl-props .car-props {
}

.instock .tb_complects tr td .compl-props .car__props-item {
}

.instock .tb_complects tr td .compl-techs {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 20%;
    justify-content: space-between;
}

.instock .tb_complects tr td .compl-techs__item {
    min-width: 17%;
    padding-left: 10px;
    border-left: 1px solid #c89e64;
}

.instock .tb_complects tr td .compl-techs__name {
    padding-bottom: 10px;
    color: #c89e64;
    font-size: 14px;
}

.instock .tb_complects tr td .compl-techs__val {
    font-size: 16px;
    font-weight: 500;
}

.instock .tb_complects tr td .compl-image {
}

.instock .tb_complects tr td .compl-image picture {
}

.instock .tb_complects tr td .compl-btns {
    display: flex;
    gap: 10px;
}

.instock .tb_complects tr td .compl-btns .btn {
}

.instock .tb_complects_showmore {
    color: #c89e64;
    text-decoration: underline;
}

/**************************************************************************************************************/

.tradein {
    margin-top: 150px;
    background: url(../img/car_bg.png) 50% 80% no-repeat;
}

.tradein__title {
    padding-bottom: 45px;
}

.tradein__comment {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 1;
}

.tradein__container {
}

.tradein__content {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.tradein__image {
}

.tradein__image img:hover {
    transform: scale(1.1);
}

.tradein__info {
    width: 100%;
    max-width: 495px;
    margin-top: -130px;
}

.tradein__form {
    padding: 120px 82px 30px 82px;
}

.tradein__image {
}

.tradein__image img {
    transform: scale(1);
    transition: all 0.8s linear;
}

.tradein__image picture {
    border-radius: 20px;
}

.tradein__image picture:hover {
}

/****************************************************************************************************/

.comb-block {
    margin-top: 200px;
    background: url(../img/comb_block_bg/bg.png) 50% no-repeat;
    /* background-size: auto 100%; */
    /* overflow: hidden; */
}

.comb-block__container {
}

.comb-block__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.comb-block__item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.comb-block__image {
    position: absolute;
}

.credit .comb-block__image {
    right: -75px;
    top: -100px;
    width: 200%;
    display: flex;
    justify-content: flex-end;
}

.credit .comb-block__image:before {
    content: url(../img/comb_block_bg/line_right.png);
    position: absolute;
    top: 47.5%;
    right: -8%;
    z-index: -1;
}

.testdrive .comb-block__image {
    left: -90px;
    bottom: -105px;
    width: 200%;
    display: flex;
}

.testdrive .comb-block__image:before {
    content: url(../img/comb_block_bg/line_left.png);
    position: absolute;
    top: 47.5%;
    left: -8%;
    z-index: -1;
}

.comb-block__image img {
}

/**************************************************************************************************************/

.testdrive {
    align-items: flex-start;
}

.testdrive img {
    width: 763px;
    height: 439px;
}

.testdrive__form {
    width: 495px;
    max-width: 100%;
    margin-bottom: 258px;
}

.testdrive__title {
}

.testdrive__comment {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
}

.testdrive__form-title {
}

.testdrive__form-title {
    text-align: center;
    color: #a7a7a8;
    font-size: 16px;
    padding-top: 24px;
}

/**************************************************************************************************************/

.credit {
    align-items: flex-end;
}

.credit img {
    height: 350px;
    width: 634px;
}

.credit__form {
    width: 495px;
    max-width: 100%;
    margin-top: 258px;
    padding: 28px 44px 37px 44px;
}

.credit__title {
}

.credit__comment {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
}

.credit__form-title {
}

.credit__form-title {
    text-align: center;
    color: #a7a7a8;
    font-size: 16px;
    padding-top: 24px;
}

/**************************************************************************************************************/

.contacts {
    margin-top: 150px;
    border-top: 1px solid #232631;
    background: #14161d;
}

.contacts__container {
}

.contacts__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.contacts__info {
    background: linear-gradient(
            128.49deg,
            #191a22 0.7%,
            rgba(25, 26, 33, 0) 47.37%,
            #191a20 100%
    );
    border-top: 1px solid #c89e64;
    margin-top: -1px;
    padding: 30px;
}

.contacts__title {
    font-size: 32px;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.contacts__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contacts__item {
}

.contacts__item_name {
    color: #a7a7a8;
    font-size: 12px;
    padding-bottom: 7px;
}

.contacts__item_val {
    font-weight: 500;
}

.worktime_holidays {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.worktime_holidays p {
    margin: 0;
    font-size: 16px;
}

.worktime_holidays div {
    display: flex;
}

.worktime_holidays div span {
    min-width: 170px;
}

.contacts #map1 {
    width: 100%;
    max-width: 750px;
    height: 250px;
    border-radius: 30px;
    overflow: hidden;
}

.contacts__about {
    background: linear-gradient(
            128.49deg,
            #191a22 0.7%,
            rgba(25, 26, 33, 0) 47.37%,
            #191a20 100%
    );
    border-top: 1px solid #c89e64;
    margin-top: -1px;
    padding: 30px;
    width: 242px;
}

.contacts__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
}

.contacts__logo img {
}

.contacts__logo-text {
    padding-left: 20px;
    border-left: 1px solid #232631;
}

.contacts__comp-info {
    color: #a7a7a8;
    font-size: 14px;
    padding-bottom: 30px;
}

.contacts__dislamer-btn {
    color: #a7a7a8;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

.contacts__policy {
    color: #a7a7a8;
    font-size: 12px;
    display: block;
    margin-bottom: 30px;
}

.contacts__madein {
    display: flex;
    gap: 5px;
    color: #ffffff30;
    font-size: 20px;
}

.contacts__madein img {
}

/**************************************************************************************************************/

.footer {
    padding: 20px 0;
}

.footer__container {
}

.footer__disclamer {
    display: none;
}

/* **************************************************************************************************************************************** */

/* media */

/* desktop and laptops */

@media only screen and (max-width: 1600px) {
    .container {
        max-width: 1240px;
        padding: 0 15px;
    }

    .title {
    }

    .comment {
    }

    .btn {
    }

    .header {
    }

    .header__info {
    }

    .header__container {
    }

    .header__content {
    }

    .header__addr {
    }

    .header__addr-text_small {
    }

    .header__logo-block {
    }

    .header__logo {
    }

    .header__logo img {
    }

    .header__logo-text {
    }

    .header__contacts {
    }

    .header__phone-wrap {
    }

    .header__addr-text_small {
    }

    .header__phone {
    }

    .header__btn {
    }

    .header__menu {
    }

    .header__container {
    }

    .header__menu-content {
    }

    .header__menu-block {
        gap: 20px;
    }

    .header__menu-item {
        font-size: 14px;
    }

    .header__menu-item > span {
    }

    .header__menu-text_new {
    }

    /**************************************************************************************************************/
    .banner {
    }

    .banner__bg {
    }

    .banner__bg img {
    }

    .banner__container {
    }

    .banner__content {
    }

    .banner__title-block {
    }

    .banner__title {
    }

    .banner__btn {
    }

    /**************************************************************************************************************/
    .timer {
    }

    .timer__container {
    }

    .timer__content {
    }

    .timer__main-timer {
        padding: 0 30px;
    }

    .timer__title {
        font-size: 28px;
    }

    .timer__timer {
    }

    .timer__timer div[id*="timer"] {
    }

    .timer__timer span[id*="timer"] {
    }

    .timer__form-wrap {
        padding: 30px;
        max-width: 370px;
    }

    .timer__form {
    }

    /**************************************************************************************************************/
    .cars {
    }

    .cars__title {
    }

    .cars__content {
    }

    .car {
    }

    .cars__container {
    }

    .car__content {
    }

    .car__title {
    }

    .car__title:before {
    }

    .car__text_gold {
    }

    .car__infoblock {
        max-width: 690px;
    }

    .car__info {
    }

    .car__profit {
        /* padding-right: 60px; */
        background-position: 100% 22%;
        display: inline-block;
        margin-bottom: 40px;
    }

    .car__profit b {
        display: block;
    }

    .car__props {
        margin: 0;
    }

    .car__props-item {
    }

    .car__props-item:before {
    }

    .car__props-item:after {
    }

    .car__props-item_ico1:after {
    }

    .car__props-item_ico2:after {
    }

    .car__props-item_ico3:after {
    }

    .car__image-block {
    }

    .car__image-block img {
    }

    .car__btns {
        left: 0;
    }

    .car__btn {
    }

    .car__infoblock2 {
    }

    .car__gallery {
    }

    .car__gallery-item {
    }

    .car__gallery-item img {
    }

    .car__gallery .slick-arrow {
    }

    .car__gallery .slick-prev {
    }

    .car__gallery .slick-next {
    }

    .car__techs {
    }

    .car__techs-item {
    }

    .car__techs-name {
    }

    .car__techs-val {
    }

    .car__techs-sep {
    }

    /**************************************************************************************************************/
    .instock {
    }

    .instock .ccontainer {
    }

    .instock .instock__title {
    }

    .instock #filter_table {
    }

    .instock .select_container {
    }

    .instock .select_container .form-group {
    }

    .instock .select_container select {
    }

    .instock .tb_complects_container {
    }

    .instock .tb_complects {
    }

    .instock .tb_complects tr {
        gap: 25px;
    }

    .instock .tb_complects tr td {
    }

    .instock .tb_complects tr td.block1 {
        justify-content: space-between;
    }

    .instock .tb_complects tr td.block2 {
    }

    .instock .tb_complects tr td.block3 {
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }

    .instock .tb_complects tr td.block4 {
        margin: 0;
    }

    .instock .tb_complects tr td.block5 {
    }

    .instock .tb_complects tr td .compl-profit {
    }

    .instock .tb_complects tr td .compl-profit .car__profit {
        margin: 0;
    }

    .instock .tb_complects tr td .compl-name {
    }

    .instock .tb_complects tr td .compl-name__name {
    }

    .instock .tb_complects tr td .compl-name__name_text-yell {
    }

    .instock .tb_complects tr td .compl-name__compl {
    }

    .instock .tb_complects tr td .compl-name__compl span {
    }

    .instock .tb_complects tr td .compl-props {
    }

    .instock .tb_complects tr td .compl-props .car-props {
    }

    .instock .tb_complects tr td .compl-props .car__props-item {
    }

    .instock .tb_complects tr td .compl-techs {
    }

    .instock .tb_complects tr td .compl-techs__item {
    }

    .instock .tb_complects tr td .compl-techs__name {
    }

    .instock .tb_complects tr td .compl-techs__val {
    }

    .instock .tb_complects tr td .compl-image {
    }

    .instock .tb_complects tr td .compl-image picture {
    }

    .instock .tb_complects tr td .compl-btns {
        width: 100%;
    }

    .instock .tb_complects tr td .compl-btns .btn {
    }

    /**************************************************************************************************************/
    .tradein {
    }

    .tradein__title {
    }

    .tradein__comment {
    }

    .tradein__container {
    }

    .tradein__content {
        gap: 10px;
    }

    .tradein__image {
    }

    .tradein__image img {
    }

    .tradein__info {
    }

    .tradein__form {
    }

    .tradein__image {
    }

    .tradein__image img {
    }

    /****************************************************************************************************/
    .comb-block {
    }

    .comb-block__container {
    }

    .comb-block__content {
    }

    .comb-block__item {
    }

    .comb-block__image {
    }

    .credit .comb-block__image:before {
        display: none;
    }

    .testdrive .comb-block__image:before {
        display: none;
    }

    .comb-block__image img {
    }

    /**************************************************************************************************************/
    .testdrive {
    }

    .testdrive img {
    }

    .testdrive__form {
    }

    .testdrive__title {
    }

    .testdrive__comment {
    }

    .testdrive__form-title {
    }

    .testdrive__form-title {
    }

    /**************************************************************************************************************/
    .credit {
    }

    .credit img {
    }

    .credit__form {
    }

    .credit__title {
    }

    .credit__comment {
    }

    .credit__form-title {
    }

    .credit__form-title {
    }

    /**************************************************************************************************************/
    .contacts {
    }

    .contacts__container {
    }

    .contacts__content {
    }

    .contacts__info {
    }

    .contacts__title {
    }

    .contacts__items {
    }

    .contacts__item {
    }

    .contacts__item_name {
    }

    .contacts__item_val {
    }

    .contacts #map1 {
        max-width: 500px;
    }

    .contacts__about {
    }

    .contacts__logo {
    }

    .contacts__logo img {
    }

    .contacts__logo-text {
    }

    .contacts__comp-info {
    }

    .contacts__dislamer-btn {
    }

    .contacts__policy {
    }

    .contacts__madein {
    }

    .contacts__madein img {
    }

    /**************************************************************************************************************/
    .footer {
    }

    .footer__container {
    }

    .footer__disclamer {
    }
}

/* tablets */

@media only screen and (min-width: 768px) and (max-width: 1279px) {
    .container {
        max-width: 1082px;
        padding: 0 15px;
    }

    .title {
    }

    .comment {
    }

    .btn {
    }

    .header {
    }

    .header__info {
    }

    .header__container {
    }

    .header__content {
    }

    .header__addr {
    }

    .header__addr-text_small {
    }

    .header__logo-block {
    }

    .header__logo {
    }

    .header__logo img {
    }

    .header__logo-text {
    }

    .header__contacts {
        gap: 20px;
    }

    .header__phone-wrap {
    }

    .header__addr-text_small {
    }

    .header__phone {
    }

    .header__btn {
    }

    .header__menu {
    }

    .header__container {
    }

    .header__menu-content {
    }

    .header__menu-block {
    }

    .header__menu-item {
        font-size: 13px;
    }

    .header__menu-item > span {
    }

    .header__menu-text_new {
    }

    /**************************************************************************************************************/
    .banner {
    }

    .banner__bg {
    }

    .banner__bg img {
    }

    .banner__container {
    }

    .banner__content {
        top: 160px;
    }

    .banner__title-block {
    }

    .banner__title {
        font-size: 18px;
    }

    .banner__title b {
        font-size: 18px;
    }

    .banner__title:before {
        bottom: 24px;
    }

    .banner__btn {
    }

    /**************************************************************************************************************/
    .timer {
        margin-top: -60px;
    }

    .timer__container {
    }

    .timer__content {
    }

    .timer__main-timer {
        flex-direction: column;
        justify-content: center;
        gap: 30px;
    }

    .timer__title {
        text-align: center;
    }

    .timer__timer {
    }

    .timer__timer div[id*="timer"] {
    }

    .timer__timer span[id*="timer"] {
    }

    .timer__form-wrap {
        max-width: 40%;
    }

    .timer__form {
    }

    /**************************************************************************************************************/
    .cars {
    }

    .cars__title {
    }

    .cars__content {
    }

    .car {
        background-position: 50% 31%;
    }

    .cars__container {
    }

    .car__content {
    }

    .car__title {
    }

    .car__title:before {
    }

    .car__text_gold {
    }

    .car__infoblock {
        max-width: 100%;
    }

    .car__info {
    }

    .car__profit {
    }

    .car__props {
    }

    .car__props-item {
    }

    .car__props-item:before {
    }

    .car__props-item:after {
    }

    .car__props-item_ico1:after {
    }

    .car__props-item_ico2:after {
    }

    .car__props-item_ico3:after {
    }

    .car__image-block {
    }

    .car__image-block img {
    }

    .car__btns {
    }

    .car__btn {
    }

    .car__infoblock2 {
        display: flex;
        max-width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        margin-top: 66px;
    }

    .car__gallery {
        max-width: 45%;
    }

    .car__gallery-item {
    }

    .car__gallery-item img {
    }

    .car__gallery .slick-arrow {
    }

    .car__gallery .slick-prev {
    }

    .car__gallery .slick-next {
    }

    .car__techs {
        gap: 35px;
    }

    .car__techs-item {
    }

    .car__techs-name {
    }

    .car__techs-val {
    }

    .car__techs-sep {
    }

    /**************************************************************************************************************/
    .instock {
    }

    .instock .ccontainer {
    }

    .instock .instock__title {
    }

    .instock #filter_table {
    }

    .instock .select_container {
    }

    .instock .select_container .form-group {
    }

    .instock .select_container select {
    }

    .instock .tb_complects_container {
    }

    .instock .tb_complects {
    }

    .instock .tb_complects tr {
    }

    .instock .tb_complects tr td {
    }

    .instock .tb_complects tr td.block1 {
    }

    .instock .tb_complects tr td.block2 {
    }

    .instock .tb_complects tr td.block3 {
    }

    .instock .tb_complects tr td.block4 {
    }

    .instock .tb_complects tr td.block5 {
    }

    .instock .tb_complects tr td .compl-profit {
    }

    .instock .tb_complects tr td .compl-profit .car__profit {
    }

    .instock .tb_complects tr td .compl-name {
    }

    .instock .tb_complects tr td .compl-name__name {
    }

    .instock .tb_complects tr td .compl-name__name_text-yell {
    }

    .instock .tb_complects tr td .compl-name__compl {
    }

    .instock .tb_complects tr td .compl-name__compl span {
    }

    .instock .tb_complects tr td .compl-props {
    }

    .instock .tb_complects tr td .compl-props .car-props {
    }

    .instock .tb_complects tr td .compl-props .car__props-item {
    }

    .instock .tb_complects tr td .compl-techs {
    }

    .instock .tb_complects tr td .compl-techs__item {
    }

    .instock .tb_complects tr td .compl-techs__name {
    }

    .instock .tb_complects tr td .compl-techs__val {
    }

    .instock .tb_complects tr td .compl-image {
    }

    .instock .tb_complects tr td .compl-image picture {
    }

    .instock .tb_complects tr td .compl-btns {
    }

    .instock .tb_complects tr td .compl-btns .btn {
    }

    /**************************************************************************************************************/
    .tradein {
    }

    .tradein__title {
    }

    .tradein__comment {
    }

    .tradein__container {
    }

    .tradein__content {
    }

    .tradein__image {
    }

    .tradein__image img {
    }

    .tradein__info {
    }

    .tradein__form {
    }

    .tradein__image {
    }

    .tradein__image img {
    }

    /****************************************************************************************************/
    .comb-block {
        overflow: hidden;
    }

    .comb-block__container {
    }

    .comb-block__content {
    }

    .comb-block__item {
    }

    .comb-block__image {
    }

    .comb-block__image img {
    }

    /**************************************************************************************************************/
    .testdrive {
    }

    .testdrive img {
    }

    .testdrive__form {
    }

    .testdrive__title {
    }

    .testdrive__comment {
    }

    .testdrive__form-title {
    }

    .testdrive__form-title {
    }

    /**************************************************************************************************************/
    .credit {
    }

    .credit img {
    }

    .credit__form {
    }

    .credit__title {
    }

    .credit__comment {
    }

    .credit__form-title {
    }

    .credit__form-title {
    }

    /**************************************************************************************************************/
    .contacts {
    }

    .contacts__container {
    }

    .contacts__content {
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        padding-bottom: 20px;
    }

    .contacts__info {
    }

    .contacts__title {
    }

    .contacts__items {
    }

    .contacts__item {
    }

    .contacts__item_name {
    }

    .contacts__item_val {
    }

    .contacts #map1 {
        order: 1;
        max-width: 100%;
    }

    .contacts__about {
    }

    .contacts__logo {
    }

    .contacts__logo img {
    }

    .contacts__logo-text {
    }

    .contacts__comp-info {
    }

    .contacts__dislamer-btn {
    }

    .contacts__policy {
    }

    .contacts__madein {
    }

    .contacts__madein img {
    }

    /**************************************************************************************************************/
    .footer {
    }

    .footer__container {
    }

    .footer__disclamer {
    }
}

@media only screen and (min-width: 768px) and (max-width: 1112px) {
    .banner__plashka {
        bottom: -94px;
        right: 0;
        transform: none;
        width: 98px;
        height: 126px;
        background-size: contain;
    }

    .banner__plashka span {
        transform: translate(-50%, 38px);
        font-size: 12px;
    }

    .container {
        max-width: 100%;
    }

    .title {
    }

    .comment {
    }

    .btn {
    }

    .header {
    }

    .header__info {
    }

    .header__container {
    }

    .header__content {
    }

    .header__addr {
        display: none;
    }

    .header__addr-text_small {
    }

    .header__logo-block {
    }

    .header__logo {
    }

    .header__logo img {
    }

    .header__logo-text {
        top: 14px;
        left: 115%;
    }

    .header__contacts {
    }

    .header__phone-wrap {
    }

    .header__addr-text_small {
    }

    .header__phone {
    }

    .header__btn {
    }

    .header__menu {
    }

    .header__container {
    }

    .header__menu-content {
    }

    .header__menu-block {
    }

    .header__menu-item {
    }

    .header__menu-item > span {
    }

    .header__menu-text_new {
    }

    /**************************************************************************************************************/
    .banner {
    }

    .banner__bg {
    }

    .banner__bg img {
    }

    .banner__container {
    }

    .banner__content {
    }

    .banner__title-block {
    }

    .banner__title {
        font-size: 18px;
    }

    .banner__title b {
        font-size: 18px;
    }

    .banner__btn {
    }

    /**************************************************************************************************************/
    .timer {
    }

    .timer__container {
    }

    .timer__content {
    }

    .timer__main-timer {
    }

    .timer__title {
    }

    .timer__timer {
    }

    .timer__timer div[id*="timer"] {
    }

    .timer__timer span[id*="timer"] {
    }

    .timer__form-wrap {
    }

    .timer__form {
    }

    /**************************************************************************************************************/
    .cars {
    }

    .cars__title {
    }

    .cars__content {
    }

    .car {
    }

    .cars__container {
    }

    .car__content {
    }

    .car__title {
    }

    .car__title:before {
    }

    .car__text_gold {
    }

    .car__infoblock {
    }

    .car__info {
    }

    .car__profit {
    }

    .car__props {
    }

    .car__props-item {
    }

    .car__props-item:before {
    }

    .car__props-item:after {
    }

    .car__props-item_ico1:after {
    }

    .car__props-item_ico2:after {
    }

    .car__props-item_ico3:after {
    }

    .car__image-block {
    }

    .car__image-block img {
    }

    .car__btns {
    }

    .car__btn {
    }

    .car__infoblock2 {
    }

    .car__gallery {
    }

    .car__gallery-item {
    }

    .car__gallery-item img {
    }

    .car__gallery .slick-arrow {
    }

    .car__gallery .slick-prev {
    }

    .car__gallery .slick-next {
    }

    .car__techs {
    }

    .car__techs-item {
    }

    .car__techs-name {
    }

    .car__techs-val {
    }

    .car__techs-sep {
    }

    /**************************************************************************************************************/
    .instock {
    }

    .instock .ccontainer {
    }

    .instock .instock__title {
    }

    .instock #filter_table {
    }

    .instock .select_container {
    }

    .instock .select_container .form-group {
    }

    .instock .select_container select {
    }

    .instock .tb_complects_container {
    }

    .instock .tb_complects {
    }

    .instock .tb_complects tr {
    }

    .instock .tb_complects tr td {
    }

    .instock .tb_complects tr td.block1 {
    }

    .instock .tb_complects tr td.block2 {
    }

    .instock .tb_complects tr td.block3 {
    }

    .instock .tb_complects tr td.block4 {
    }

    .instock .tb_complects tr td.block5 {
    }

    .instock .tb_complects tr td .compl-profit {
    }

    .instock .tb_complects tr td .compl-profit .car__profit {
    }

    .instock .tb_complects tr td .compl-name {
    }

    .instock .tb_complects tr td .compl-name__name {
    }

    .instock .tb_complects tr td .compl-name__name_text-yell {
    }

    .instock .tb_complects tr td .compl-name__compl {
    }

    .instock .tb_complects tr td .compl-name__compl span {
    }

    .instock .tb_complects tr td .compl-props {
    }

    .instock .tb_complects tr td .compl-props .car-props {
    }

    .instock .tb_complects tr td .compl-props .car__props-item {
    }

    .instock .tb_complects tr td .compl-techs {
    }

    .instock .tb_complects tr td .compl-techs__item {
    }

    .instock .tb_complects tr td .compl-techs__name {
    }

    .instock .tb_complects tr td .compl-techs__val {
    }

    .instock .tb_complects tr td .compl-image {
    }

    .instock .tb_complects tr td .compl-image picture {
    }

    .instock .tb_complects tr td .compl-btns {
    }

    .instock .tb_complects tr td .compl-btns .btn {
    }

    /**************************************************************************************************************/
    .tradein {
    }

    .tradein__title {
    }

    .tradein__comment {
    }

    .tradein__container {
    }

    .tradein__content {
    }

    .tradein__image {
    }

    .tradein__image img {
    }

    .tradein__info {
    }

    .tradein__form {
    }

    .tradein__image {
    }

    .tradein__image img {
    }

    /****************************************************************************************************/
    .comb-block {
    }

    .comb-block__container {
    }

    .comb-block__content {
    }

    .comb-block__item {
    }

    .comb-block__image {
    }

    .comb-block__image img {
    }

    /**************************************************************************************************************/
    .testdrive {
    }

    .testdrive img {
    }

    .testdrive__form {
    }

    .testdrive__title {
    }

    .testdrive__comment {
    }

    .testdrive__form-title {
    }

    .testdrive__form-title {
    }

    /**************************************************************************************************************/
    .credit {
    }

    .credit img {
    }

    .credit__form {
    }

    .credit__title {
    }

    .credit__comment {
    }

    .credit__form-title {
    }

    .credit__form-title {
    }

    /**************************************************************************************************************/
    .contacts {
    }

    .contacts__container {
    }

    .contacts__content {
    }

    .contacts__info {
    }

    .contacts__title {
    }

    .contacts__items {
    }

    .contacts__item {
    }

    .contacts__item_name {
    }

    .contacts__item_val {
    }

    .contacts #map1 {
    }

    .contacts__about {
    }

    .contacts__logo {
    }

    .contacts__logo img {
    }

    .contacts__logo-text {
    }

    .contacts__comp-info {
    }

    .contacts__dislamer-btn {
    }

    .contacts__policy {
    }

    .contacts__madein {
    }

    .contacts__madein img {
    }

    /**************************************************************************************************************/
    .footer {
    }

    .footer__container {
    }

    .footer__disclamer {
    }
}

/* mobiles */

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

    #cookies_popup {
        /* flex-direction: column; */
        right: unset;
        left: 0;
        max-width: 100%;
    }

    #cookies_popup .text {
    }

    #cookies_popup .text p {
    }

    #cookies_popup .btn {
        margin-left: 0px;
        margin-top: 15px;
        width: 100%;
    }


    .banner__plashka {
        bottom: -24vw;
        right: 0;
        transform: scale(0.75);
        transform-origin: 100% 0;
        width: 98px;
        height: 126px;
        background-size: contain;
    }

    .banner__plashka span {
        transform: translate(-50%, 38px);
        font-size: 12px;
    }

    .banner__title b {
        font-size: 4vw;
    }

    .container {
        max-width: 610px;
        padding: 0 15px;
    }

    .fancybox-type-image {
        width: 100% !important;
        margin: 0px !important;
        left: 0px !important;
    }

    .fancybox-close {
        right: 9px !important;
        top: 9px !important;
    }

    .fancybox-inner {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .fancybox-wrap {
        margin: 0px !important;
        width: 100% !important;
        left: 0px !important;
        top: 20px !important;
    }

    .fancybox-type-image .fancybox-close {
        top: -8px !important;
    }

    .simple_slider .btn_left {
        display: none !important;
    }

    .simple_slider .btn_right {
        display: none !important;
    }

    .popup_container {
        width: 100%;
    }

    .btn {
        width: 100%;
    }

    .title {
        font-size: 6vw;
    }

    .comment {
    }

    .header {
    }

    .br_mob {
        display: none;
    }

    /************************************************************************/
    .header .mob-menu-btn {
        display: block;
        position: relative;
        width: 30px;
        height: 22px;
        z-index: 1;
        /* order: -1; */
        order: 1;
    }

    .header .mob-menu-btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #c89e64;
        transition: all 0.2s linear;
    }

    .header .mob-menu-btn span:nth-child(1) {
        top: 0;
    }

    .header .mob-menu-btn span:nth-child(2) {
        top: calc(50% - 1px);
        opacity: 1;
    }

    .header .mob-menu-btn span:nth-child(3) {
        bottom: 0;
    }

    .header .mob-menu-btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }

    .header .mob-menu-btn.active span:nth-child(2) {
        opacity: 0;
    }

    .header .mob-menu-btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }

    /************************************************************************/
    .header__info {
        padding: 10px 0;
    }

    .header__container {
    }

    .header__content {
        flex-wrap: wrap;
    }

    .header__addr {
        display: none;
    }

    .header__addr-text_small {
    }

    .header__logo-block {
        order: -1;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .header__logo {
    }

    .header__logo img {
    }

    .header__logo-text {
        position: static;
        font-size: 14px;
        /* width: 52px; */
    }

    .header__contacts {
        /* width: 100%; */
        display: flex;
        justify-content: center;
        order: 1;
        /* display: none; */
    }

    .header__phone-wrap {
    }

    .header__phone-wrap br {
        display: none;
    }

    .header__addr-text_small {
        display: none;
    }

    .header__phone {
        font-size: 14px;
    }

    .header__btn {
        display: none;
    }

    .header__menu {
        position: fixed;
        width: 100%;
        z-index: 10;
        left: 0;
        padding: 35px 0;
        left: 100%;
        transition: all 0.2s linear;
    }

    .header__menu.active {
        left: 0;
    }

    .header__container {
    }

    .header__menu-content {
        flex-direction: column;
        gap: 45px;
        align-items: center;
    }

    .header__menu-block {
        flex-direction: column;
        align-items: center;
    }

    .header__menu-item {
        display: flex; /* justify-content: center; */
    }

    .header__menu-item > span {
    }

    .header__menu-text_new {
    }

    /**************************************************************************************************************/
    .banner {
        padding-top: 0;
        margin-top: 0;
    }

    .banner__bg {
    }

    .banner__bg img {
    }

    .banner__container {
    }

    .banner__content {
        top: calc(150px - 10vw);
    }

    .banner__title-block {
    }

    .banner__title {
        font-size: 3.5vw;
        padding: 3vw 2vw;
        /* background: none; */
        text-align: center;
        line-height: 6.3vw;
    }

    .banner__title .banner__title_text-big {
        font-size: 1.1em;
    }

    .banner__title .banner__title_text-mid {
        font-size: 4.5vw;
    }

    .banner__title:after {
        display: none;
    }

    .banner__btn {
    }

    .banner__title:before {
        display: none;
    }

    /**************************************************************************************************************/
    .timer {
        margin-top: 8vw;
    }

    .timer__container {
    }

    .timer__content {
        flex-wrap: wrap;
    }

    .timer__main-timer {
        flex-direction: column;
        padding: 30px;
        gap: 10px;
        padding-bottom: 100px;
        position: relative;
    }

    .timer__title {
        text-align: center;
        font-size: 5vw;
    }

    .timer__timer {
        transform: scale(0.65);
        position: absolute;
        bottom: 15px;
    }

    .timer__timer div[id*="timer"] {
    }

    .timer__timer span[id*="timer"] {
    }

    .timer__form-wrap {
        max-width: 100%;
    }

    .timer__form {
    }

    /**************************************************************************************************************/
    .cars {
        margin-top: 75px;
        padding: 0;
    }

    .cars__title {
    }

    .cars__content {
    }

    .car {
    }

    .cars__container {
    }

    .car__content {
        flex-direction: column;
        align-items: center;
    }

    .car__title {
        font-size: 6vw;
    }

    .car__title:before {
    }

    .car__text_gold {
    }

    .car__infoblock {
        flex-wrap: wrap;
    }

    .car__info {
    }

    .car__profit {
        font-size: 20px;
        background-position: 100% 45%;
    }

    .car__profit b {
        display: inline;
    }

    .car__props {
        gap: 18px;
        margin-top: 10px;
        margin-left: -10px;
    }

    .car__props-item {
    }

    .car__props-item:before {
        transform: scale(0.7);
    }

    .car__props-item:after {
        transform: scale(0.7);
    }

    .car__props-item_ico1:after {
    }

    .car__props-item_ico2:after {
    }

    .car__props-item_ico3:after {
    }

    .car__image-block {
        order: -1;
    }

    .car__image-block img {
    }

    .car__btns {
        position: static;
        margin-top: 25px;
        flex-wrap: wrap;
    }

    .car__btn {
    }

    .car__infoblock2 {
        margin-top: 30px;
    }

    .car__gallery {
    }

    .car__gallery-item {
    }

    .car__gallery-item img {
    }

    .car__gallery .slick-arrow {
    }

    .car__gallery .slick-prev {
    }

    .car__gallery .slick-next {
    }

    .car__techs {
    }

    .car__techs-item {
    }

    .car__techs-name {
    }

    .car__techs-val {
    }

    .car__techs-sep {
    }

    /**************************************************************************************************************/
    .instock {
    }

    .instock .ccontainer {
    }

    .instock .instock__title {
    }

    .instock #filter_table {
        flex-wrap: wrap;
        gap: 10px;
    }

    .instock .select_container {
        width: 100%;
    }

    .instock .select_container .form-group {
    }

    .instock .select_container select {
        width: 80%;
    }

    .instock #filter_table .form-group .inp-style2 {
        left: 22px;
    }

    .instock .tb_complects_container {
    }

    .instock .tb_complects {
    }

    .instock .tb_complects tr {
        padding: 25px 15px;
        gap: 00;
    }

    .instock .tb_complects tr td {
        max-width: 100% !important;
    }

    .instock .tb_complects tr td.block1 {
        flex-wrap: wrap;
        gap: 15px;
    }

    .instock .tb_complects tr td.block2 {
        margin-top: 15px;
    }

    .instock .tb_complects tr td.block3 {
    }

    .instock .tb_complects tr td.block4 {
    }

    .instock .tb_complects tr td.block5 {
        position: static;
        order: 1;
    }

    .instock .tb_complects tr td .compl-profit {
        order: 1;
        width: 100%;
    }

    .instock .tb_complects tr td .compl-profit .car__profit {
    }

    .instock .tb_complects tr td .compl-name {
        /* flex-wrap: wrap; */
        width: 100%;
    }

    .instock .tb_complects tr td .compl-name__name {
        width: 100%;
        font-size: 7vw;
    }

    .instock .tb_complects tr td .compl-name__name_text-yell {
    }

    .instock .tb_complects tr td .compl-name__compl {
    }

    .instock .tb_complects tr td .compl-name__compl span {
    }

    .instock .tb_complects tr td .compl-props {
    }

    .instock .tb_complects tr td .compl-props .car-props {
    }

    .instock .tb_complects tr td .compl-props .car__props-item {
        padding-left: 55px;
        font-size: 14px;
    }

    .instock .tb_complects tr td .compl-techs {
        gap: unset;
        row-gap: 15px;
    }

    .instock .tb_complects tr td .compl-techs__item {
        width: 33%;
    }

    .instock .tb_complects tr td .compl-techs__name {
        font-size: 3vw;
    }

    .instock .tb_complects tr td .compl-techs__val {
        font-size: 3.5vw;
    }

    .instock .tb_complects tr td .compl-image {
    }

    .instock .tb_complects tr td .compl-image picture {
    }

    .instock .tb_complects tr td .compl-btns {
        flex-wrap: wrap;
    }

    .instock .tb_complects tr td .compl-btns .btn {
    }

    /**************************************************************************************************************/
    .tradein {
        margin-top: 75px;
    }

    .tradein__title {
        padding-bottom: 0vw;
        position: relative;
        z-index: 1;
    }

    .tradein__comment {
        font-size: 4vw;
        padding: 015px;
        position: relative;
    }

    .tradein__comment br {
        display: none;
    }

    .tradein__container {
    }

    .tradein__content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .tradein__image {
    }

    .tradein__image img {
    }

    .tradein__info {
        margin-top: 0;
    }

    .tradein__form {
        padding: 30px;
    }

    .tradein__image {
        order: 1;
    }

    .tradein__image:last-child {
        display: none;
    }

    .tradein__image img {
    }

    /****************************************************************************************************/
    .comb-block {
        margin-top: 75px;
    }

    .comb-block__container {
    }

    .comb-block__content {
        flex-direction: column;
        align-items: center;
    }

    .comb-block__item {
        align-items: center !important;
    }

    .comb-block__image {
        width: 100% !important;
        position: relative;
        left: 0 !important;
        right: 0 !important;
        bottom: unset !important;
        top: unset !important;
        order: 1;
    }

    .comb-block__image img {
        width: auto !important;
        height: auto !important;
    }

    /**************************************************************************************************************/
    .testdrive {
    }

    .testdrive img {
    }

    .testdrive__form {
        margin-bottom: -25px;
        width: 100%;
    }

    .testdrive__title {
    }

    .testdrive__comment {
        font-size: 3.5vw;
    }

    .testdrive__form-title {
    }

    .testdrive__form-title {
        font-size: 3vw;
    }

    /**************************************************************************************************************/
    .credit {
    }

    .credit img {
    }

    .credit__form {
        margin-top: 0;
        width: 100%;
    }

    .credit__title {
    }

    .credit__comment {
        font-size: 3.5vw;
    }

    .credit__form-title {
    }

    .credit__form-title {
        font-size: 4vw;
    }

    /**************************************************************************************************************/
    .contacts {
        margin-top: 75px;
        padding: 30px 15px;
    }

    .contacts__container {
    }

    .contacts__content {
        flex-direction: column;
    }

    .contacts__info {
        width: 100%;
    }

    .contacts__title {
    }

    .contacts__items {
    }

    .contacts__item {
    }

    .contacts__item_name {
    }

    .contacts__item_val {
    }

    .contacts #map1 {
        /* order: 1; */
        height: 350px;
        width: 100%;
    }

    .contacts__about {
        width: 100%;
    }

    .contacts__logo {
    }

    .contacts__logo img {
    }

    .contacts__logo-text {
    }

    .contacts__comp-info {
    }

    .contacts__dislamer-btn {
    }

    .contacts__policy {
    }

    .contacts__madein {
    }

    .contacts__madein img {
    }

    /**************************************************************************************************************/
    .footer {
    }

    .footer__container {
    }

    .footer__disclamer {
    }

    /************************************************************************/
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 592px) {
}

@media only screen and (max-width: 568px) {
}

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

@media only screen and (max-width: 414px) {
    .header-phone-mob {
        display: block;
        text-align: center;
        position: fixed;
        z-index: 10;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px 15px;
        font-size: 18px;
        color: #fff;
        background: #101115;
    }

    .header__contacts {
        display: none;
    }
}

@media only screen and (max-width: 375px) {
}

@media only screen and (max-width: 360px) {
    .banner__plashka {
        transform: scale(0.55);
    }

}

@media only screen and (max-width: 320px) {
}

/* **************************************************************************************************************************************** */

/* media END*/
