html {
    overflow-x: hidden;
}

body {
    font-family: "Notosans";
    font-size: 16px;
    color: #000;
    position: relative;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: #fff;
    opacity: 1;
}

ab {
	box-sizing:border-box;
}

.start body {}

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

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



.colors {
    display: flex;
    position: relative;
    overflow: hidden;
    height: 330px;
}
/* .colors > * {
    width: 100%;
    height: 100%;
    display: inline-flex;
} */
.colors > * img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.colors > *:hover:after, .colors > *.current:after {background: white;}
.colors > *:first-child img, .colors > *:hover img,
.colors > *.current img {z-index:1;}



.rub {font-style:normal;font-family: "Roboto";}


.mobile_phone {
    display: none;
}

.alert {color:black;}

img.lazyload {width:auto !important;}


.disclamer {font-size:14px;display: none;text-align: left;}
.disclamer a {color:white;}

.anim {
    opacity: 0;
	transition:0.5s;
}
.anim.animated {opacity:1;}

font {display:block;}

.fancybox-slide--html .fancybox-close-small {/* color: white !important; */color: black;}

.fancybox-button svg {
    transform: scale(2);
}

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

.fancybox-content {
    overflow: hidden;
}


input[type=file] {
    display: none;
}
input::placeholder {color:black;font-family: inherit;}


.resp_table {
    width: 100%;
}

.resp_table tr td:before {
    display: none;
}

.resp_table img {
    display: block;
}


sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
    font-size: 80%;
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
}

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

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

a:hover {
    text-decoration: none;
}

.rub {
}


.fancybox-type-image .fancybox-close {
    right: 9px;
}

.fancybox-close {
    background: url(../img/bg_close.png) 50% 50% no-repeat !important;
    color: black;
    width: 22px !important;
    height: 22px !important;
    top: -25px !important;
    right: -25px !important;
}


.container
{
    position: relative;
    max-width: 1620px;
    margin: 0px auto;
    padding: 0px 15px;
}

.container2 {
    max-width: 1280px;
}


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


#form_popup, #form_popup2 {
    display: none;
}

.popup_container {
    width: 460px;
    max-width: 100%;
    padding: 30px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    /* border: 2px solid black; */
    background: white;
    text-align: center;
    padding-bottom: 30px;
    background: url(../img/bg_popup.png) 100% 0% no-repeat white;
}

.popup_container .agree_field {
    color: #0c121c;
    text-align: left;
}

.popup_container .agree_field a {
    color: black;
}


.popup_container h2 {
    padding: 0px;
    margin: 0px;
    padding-top: 25px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 100%;
    padding-bottom: 32px;
    color: black;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #414141;
    padding-bottom: 15px;
}

.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    -moz-transform: rotate(45deg); /* Aey Firefox */
    -ms-transform: rotate(45deg); /* Aey IE */
    -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Aey Opera */
    transform: rotate(45deg);
    cursor: poNotosans;
}

.popup_container .close:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 16px;
    width: 34px;
    height: 1px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: '';
    position: absolute;
    left: 16px;
    top: 0px;
    width: 1px;
    height: 34px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .form-group {
    margin-bottom: 19px;
}

.popup_container .form-group input[type=tel] {color: black;/* border: 1px solid black; */text-align: center;/* border-bottom: 1px solid; *//* border-image-source: linear-gradient(to left, hwb(0deg 100% 0% / 0%), #000); *//* border-image-slice: 1; */}
.popup_container .form-group input[type=tel]::placeholder {}


.popup_container .agree_field .check_ex {
    border-color: inherit;
}
.popup_container .agree_field .check_ex i {
}

.popup_container .form-group textarea {
    color: black;
    display: block;
    height: 100px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #c0c6c9;
    padding: 10px;
    resize: none;
    font-family: inherit;
    font-size: 16px;
}

.popup_container .form-group select {
    color: #1d1f20;
    height: 50px;
    border: 1px solid white;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    font-family: inherit;
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #c0c6c9;
}

.popup_container .form-group select option {
}

.popup_container .form-group button {
    cursor: poNotosans;
}

.popup_container .form-group button:before {
    display: none;
}

.popup_container .form-group button:after {
    display: none;
}


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

.agree_field {
    line-height: 100%;
    position: relative;
    display: block;
    top: 0px;
    margin-top: 8px;
    text-align: left;
    font-size: 12px;
    color: #7A7A7A;
}

.agree_field a {
    color: inherit;
}

.agree_field input {opacity: 0;position: absolute;}

.agree_field .check_ex {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    vertical-align: middle;
    top: -1px;
    margin-right: 5px;
    border-radius: 100px;
    box-sizing: content-box;
    background: none;
    border: 1px solid black;
    /* background: #2962FF; */
}
.agree_field .check_ex input {}
.agree_field .check_ex i {
    /* background: url(../img/arrow.svg) 50% 50% no-repeat; */
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    display: none;
    background-size: 120%;
    background: #0D0D0D;
    position: relative;
    top: 2px;
    left: 2px;
    border-radius: 100px;
    /* filter: invert(100%) sepia(1%) saturate(7488%) hue-rotate(328deg) brightness(119%) contrast(99%); */
}
.agree_field .check_ex i:before {content:'';}
.agree_field .check_ex input:checked + i {display: block;}
.agree_field .check_ex input:checked + i:before {}



.popup_container .form-disclamer {
    color: #b8b8b8;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}



.form_popup2_container {
    padding: 0px;
    max-width: 993px;
}
.form_popup2_container .desc {}
.form_popup2_container .desc picture {
    margin-left: -40px;
    margin-top: -40px;
    display: block;
    width: calc(100% + 80px);
}
.form_popup2_container .desc picture img {
    width: 100% !important;
}
.form_popup2_container .desc {
    padding: 40px;
}
.form_popup2_container form {
    background: black;
    /* margin-left: -44px; */
    width: 100%;
    max-width: none;
    padding: 40px;
}
.form_popup2_container form .form-group {
    margin-bottom: 0px;
    width: 270px;
}
.form_popup2_container form .form-group input[type=tel] {
    border: 2px solid white;
    border-radius: 4px;
    text-align: left;
    color: white;
}
.form_popup2_container button {}
.form_popup2_container button:hover {border-color:white;background:black;color:white;}
.form_popup2_container .agree_field {
    color: white;
}
.form_popup2_container .agree_field a {color:white;}
.form_popup2_container .fields {
    display: flex;
}
.form_popup2_container .fields .form-group:first-child {margin-right: 15px;}



.form_popup2_container .agree_field .check_ex i {background:white;}



.form_popup2_container .desc .columns {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    margin: 0px -15px;
}
.form_popup2_container .desc .columns > li {
    margin: 0px 15px;
}





form {
}

form .form-group {
    position: relative;
    margin-bottom: 8px;
    width: 100%;
}

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group select {height: 58px;width: 100%;color: #878786;font-size: 20px;box-sizing: border-box;font-weight: 400;/* text-transform: uppercase; */font-family: "Notosans";padding: 0px;outline: none;background: transparent;border-radius: 0px;padding-left: 20px;border: 1px solid #DFDFDF;font-family: 'Notosans';font-size: 15px;}

form .form-group select {background: url(../img/ico_select.svg) right 20px top 50% no-repeat transparent;}
form .form-group select option {color:black;}

select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.svg) right 15px top 50% no-repeat white;
    outline: none;
    border: 1px solid #DFDFDF;
    height: 50px;
    border-radius: 8px;
    font-family: inherit;
    width: 100%;
    padding-left: 25px;
    padding-right: 30px;
}

form .form-group button {
    width: 100%;
    cursor: poNotosans;
    outline: none;
    font-size: inherit;
}

form .form-group button:hover {
}


.form_title {
    font-size: 40px;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 20px;
}

.form_title span {
}

.btn {
    box-sizing: border-box;
    background: black;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 58px;
    color: white;
    text-decoration: none;
    outline: none;
    transition: .3s;
    text-align: center;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    padding: 0px;
    position: relative;
    /* text-transform: uppercase; */
    cursor: pointer;
    font-size: 16px;
    border-radius: 0px;
    overflow: hidden;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.btn span {display: inline-flex;justify-content: center;z-index: 1;align-items: center;}


.btn:hover {
    background: #3C4650;
    border-color: rgba(255, 255, 255, 0.5);
}




.btn.blueglass {
    border-color: #0B457F;
    background: none;
    color:#0B457F;
}
.btn.blueglass:hover {border-color: #0B457F;color: white;background:#0B457F;}


.btn.gray {
    border-color: #3C4650;
    background: #3C4650;
    color:white;
}
.btn.gray:hover {border-color: #0B457F;color: white;background:#0B457F;}

.btn.white {
    border-color: #FFFFFF;
    background: #FFFFFF;
    color: black;
}
.btn.white:hover {color: white;border: none;}

.btn.white:before {
    background: #5E5871;
}



.btn:before,.btn:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: -50px;
    transition: 0.5s;
    transform: skewX(45deg);
}
.btn:before {
    width: 0%;
    background: rgba(255, 255, 255, 0.5);
}
.btn:after {
	width: 30px;
}
.menu_container {
    position: relative;
    z-index: 1;
    display: flex;
    margin: 0px auto;
    font-weight: 400;
    justify-content: center;
}
.btn:hover:before,.btn:hover:after {width: 200%;}





.btn.whiteglass {
    border-color: #FFFFFF;
    background: none;
    color: white;
    background: linear-gradient(135deg, #fff 7px, transparent 0%) 0 0, linear-gradient(-45deg, #fff 7px, transparent 0%) 100% 100%;
}
.btn.whiteglass:hover {color: white;border: none;}

.btn.whiteglass:before {
    background: #99999C;
}


.btn.blackglass {
    border-color: #000;
    background: none;
    color: #000;
    background: linear-gradient(135deg, #000 6px, transparent 0%) 0 0, linear-gradient(-45deg, #000 7px, transparent 0%) 100% 100%;
}
.btn.blackglass:hover {color: white;border: none;}

.btn.blackglass:before {
    background: #5E5871;
}











.menu_container {}
.menu_container .menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    /* text-transform: uppercase; */
    justify-content: space-between;
}
.menu_container .menu.add {
    width: auto;
    margin-left: 6%;
}
.menu_container .menu.add li {
    margin: 0px;
    margin-left: 30px;
}

.menu_container .menu > li {
    margin: 0px;
}
.menu_container .menu > li:first-child {border:0px;}
.menu_container .menu > li.last {
}
.menu_container .menu > li.last a {padding-right:0px;}
.menu_container .menu > li.sup {
    width: 100%;
}
.menu_container .menu > li a {
    color: white;
    /* text-transform: uppercase; */
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    display: block;
    text-align: center;
    padding: 11px 20px;
}

.menu_container .menu > li:first-child a {border:none;}

.menu_container .menu > li a:after {content:'';position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);display: block;height: 2px;transition: 0.5s;width: 0px;background: #99999C;opacity: 0;}
.menu_container .menu > li a:hover {color: #99999C;}
.menu_container .menu > li a:hover:after {width: 100%;opacity: 1;/* right: 50%; *//* transform: translateX(50%); */}

.menu_container .menu > li:before {display:none;}

.menu_container .menu > li.sep {width:100%;}


.menu_container .menu > li.sup ~ li a {
    margin-right: 0px;
    margin-left: 8px;
}
.menu_container .menu > li.sup ~ li {
}

.title1 {
	text-transform: uppercase;
	padding-bottom: 50px;
	position: relative;
	font-size: 36px;
	display: block;
	text-align: center;
	font-weight: 700;
}
.title1:before {content:'';}
.title1 span:after {content:'';}
.title1 span {
}
.title1 font {}
.title1 i {
    font-style: normal;
    border-left: 1px solid #9F9C9C;
    font-size: 16px;
    text-transform: none;
    text-align: left;
    margin-left: 16px;
    padding-left: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.title1_comment {
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 20px;
}

.burger {display:none;}

header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 11;
	transition: 0.5s;
	background: #000;
}
.scroll header {
    padding-top: 0px;
}
header .container {
}


header .cont {
    width: 1458px;
    margin: 0px auto;
    padding: 0px 15px;
    box-sizing: border-box;
    max-width: 100%;
}


header >.container:first-child {display: block;}



header .menu_block {
    opacity: 1;
    transition:1s;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    background: #00000099;
}
header .menu_block .container {}

.scroll[data-scrolldirection="down"] .menu_block {opacity: 0;}


.logo1 {display: inline-flex;align-items: flex-start;}

.logo1:before {content:'';background: #797979;height: 20px;width: 1px;margin: 0px 20px;position: relative;top: 11px;}
.logo1 > img:first-child {
    order: -1;
}
.logo1 > img {
}
.logo1 .logo_anim {
    margin-left: 14px;
    position: relative;
    order: -1;
}
.logo1 .logo_anim img {
	opacity: 1;
	animation-name: logo_anim;
	animation-delay: 0s;
	animation-duration: 5s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}
.logo1 .logo_anim img:first-child {position: absolute;top: 50%;left: 0px;transform: translateY(-50%) scaleY(0);}


.logo1 .logo_anim img:first-child {
	animation-name: logo_anim2;
	animation-delay: 0s;
	animation-duration: 5s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

@keyframes logo_anim {
  10% {
	  transform: scaleY(1);
  }
  20%{
	  transform: scaleY(0);
  }
  50% {
	  transform: scaleY(0);
  }
  60% {
	  transform: scaleY(1);
  }

}

@keyframes logo_anim2 {
  20% {
	  transform: translateY(-50%) scaleY(0);
  }
  30%{
	  transform: translateY(-50%) scaleY(1);
  }
  40%{
	  transform: translateY(-50%) scaleY(1);
  }
  50%{
	  transform: translateY(-50%) scaleY(0);
  }
}



header {
}
header .panel {display: flex;align-items: center;justify-content: space-between;padding: 20px 0px;}
header .panel .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 15px;
}


header .addr_container {
    position: relative;
}
header .addr_container label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
header .addr_container label span {}
header .addr_container label:before {content:'';background: url(../img/ico_addr.svg) 50% 50% no-repeat;width: 12px;height: 16px;display: inline-block;flex-shrink: 0;margin-right: 10px;}
header .addr_container label:after {content:'';background: url(../img/arrow.svg) 50% 50% no-repeat;width: 12px;height: 16px;display: inline-block;flex-shrink: 0;margin-left: 10px;filter: invert(50%) sepia(8%) saturate(11%) hue-rotate(356deg) brightness(94%) contrast(85%);}
header .addr_container .items {
    position: absolute;
    top: 100%;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    z-index: 2;
    white-space: nowrap;
    display: none;
    flex-direction: column;
    gap: 10px;
    color: black;
}

header .addr_container.open .items {display:flex;}

header .addr_container .items .item {
    cursor: pointer;
}


header .addr {
    text-decoration: none;
    color: white;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
}
header .addr label {
    display: block;
    color: #676767;
}
header .addr span  {font-weight: 500;}



header .addr:before {content:'';background: url(../img/ico_addr.svg) 50% 50% no-repeat;width: 31px;height: 30px;display: inline-block;flex-shrink: 0;margin-right: 15px;filter: invert(98%) sepia(3%) saturate(261%) hue-rotate(199deg) brightness(114%) contrast(90%);}

header .phone {
    white-space: nowrap;
    color: white;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    margin: -0px 15px;
}

header .phone:before {content:'';background: url(../img/ico_phone.svg) 50% 50% no-repeat;width: 31px;height: 30px;display: inline-block;flex-shrink: 0;margin-right: 15px;filter: invert(98%) sepia(3%) saturate(261%) hue-rotate(199deg) brightness(114%) contrast(90%);}
header .phone span {}



header .btn {
    width: 276px;
}

.bg_menu {
    background: white;
}
.bg_menu .container {}


.big_banner {
    position: relative;
    padding-top: 77px;
}
.big_banner .item {
    position: relative;
}
.big_banner .item picture {
    display: block;
    text-align: center;
    overflow: hidden;
}
.big_banner .item picture img {
    max-width: none;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    display: block;
    /* height: 738px; */
}
.big_banner .item .title_container {
	position: absolute;
    top: 130px;
	left: 0px;
	width: 100%;
	transform: scaleY(0);
	transition: 0.5s;
	animation-name: title_container;
	animation-delay: 0.1s;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}



.big_banner .item .title_container .container {
    height: 100%;
}
.big_banner .item .title_container .container .text_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.big_banner .item .title_container .container .text_container .block_title {
    text-align: center;
}
.big_banner .item .title_container .container .text_container .pre_title {
    font-size: 24px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-weight: 400;
}
.big_banner .item .title_container .container .text_container .title {
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
}
.big_banner .item .title_container .container .text_container .title2 {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
}

.big_banner .item .title_container .container .text_container .btn {
    width:261px;
    margin-top: 29px;
}



@keyframes title_container {
  0% {
  }
  50% {
  }
  to {transform: scaleY(1);}
}



.big_banner .swiper-button-next,.big_banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    right: 0px;
    background: hwb(0deg 100% 0% / 80%);
    width: 57px;
    height: 57px;
    display: none;
    text-align: center;
    color: black;
    padding-top: 14px;
    box-sizing: border-box;
}
.big_banner .swiper-button-next:after,.big_banner .swiper-button-prev:after {
    font-size: 27px;
    font-weight: 700;
}

.big_banner .swiper-button-next:hover,.big_banner .swiper-button-prev:hover {
    background: #ff9549;
}
.big_banner .swiper-button-next:hover:after,.big_banner .swiper-button-prev:hover:after {}



.big_banner .swiper-pagination {
    justify-content: center;
    width: 100%;
    align-items: center;
    display: flex;
    bottom: 27px;
}
.big_banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0px 5px;
    position: relative;
    top: 3px;
    background: #000;
    height: 12px;
    width: 12px;
    opacity: 1;
    border-radius: 10px;
    transition: 0.5s;
}
.big_banner .swiper-pagination .swiper-pagination-bullet:hover {background: #D5001C;}
.big_banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    /* height: 17px; */
    /* width: 17px; */
    background: black;
    width: 64px;
}












.swiper-button-next,.swiper-button-prev {
    width: 24px;
    height: 24px;
    width: 40px;
    height: 40px;
}
.swiper-button-next {
    right: 0px;
    transform: rotate(-90deg);
}
.swiper-button-prev {
    left: 0px;
    transform: rotate(-90deg);
}
.swiper-button-next:after,.swiper-button-prev:after {
    font-size: 0px;
    background: url(../img/arrow.svg) 50% 50% no-repeat;
    width: 100%;
    height: 100%;
}
.swiper-button-next:after {
    transform: rotate(180deg);
}
.swiper-button-prev:after {}
.swiper-button-next:hover:after,.swiper-button-prev:hover:after {
    ););););););););););););
}
.swiper-pagination {
}
.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #9B9B9B;
}
.swiper-pagination .swiper-pagination-bullet-active {}



























.models_items {
}
.models_items .title1 {}
.models_items .tabs_container {
    position: relative;
    background: black;
}
.models_items .tabs_container .swiper-slide {text-align:center;width: auto;}
.models_items .tabs_container .swiper-slide a {display: flex;color: white;text-decoration: none;align-items: center;position: relative;z-index: 0;overflow: hidden;gap: 20px;}


.models_items .tabs_container .swiper-slide a:before {content:'';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);border-radius: 1000px;width: 0px;height: 0px;background: #5E5871;z-index: -1;transition: 0.5s;}
.models_items .tabs_container .swiper-slide a:hover:before {
    width: 500px;
    height: 500px;
}
.models_items .tabs_container .swiper-slide a {
}
.models_items .tabs_container .swiper-slide a span {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: 1px solid #5E5871;
    padding-left: 18px;
}
.models_items .tabs_container .swiper-slide a span img {
    margin-top: 15px;
    filter: invert(100%) sepia(0%) saturate(194%) hue-rotate(219deg) brightness(110%) contrast(101%);
}
.models_items .tabs_container .swiper-slide a > img {}



.models_items .tabs_container .swiper-button-next,.models_items .tabs_container .swiper-button-prev {
}
.models_items .tabs_container .swiper-button-next {
}
.models_items .tabs_container .swiper-button-prev {
}
.models_items .tabs_container .swiper-button-next:after,.models_items .tabs_container .swiper-button-prev:after {
}
.models_items .tabs_container .swiper-button-next:after {
}
.models_items .tabs_container .swiper-button-prev:after {}
.models_items .tabs_container .swiper-button-next:hover:after,.models_items .tabs_container .swiper-button-prev:hover:after {
}
.models_items .tabs_container .swiper-pagination {
    bottom: -47px;
}
.models_items .tabs_container .swiper-pagination .swiper-pagination-bullet {
}
.models_items .tabs_container .swiper-pagination .swiper-pagination-bullet-active {}









.models_items .items {display: flex;flex-direction: column;gap: 150px;padding-top: 150px;}
.models_items .items .item {}
.models_items .items .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #F2F2F2;
    position: relative;
    /* max-height: 600px; */
}
.models_items .items .item.animated {top:0px;}
.models_items .items .item .title {
    position: absolute;
    font-weight: 700;
    top: 36px;
    left: 43%;
    color: #3C4650;
    text-transform: uppercase;
    border-left: 1px solid #5E5871;
    padding-left: 39px;
    z-index: 2;
}
.models_items .items .item .title span {display:block;margin-bottom: 4px;}
.models_items .items .item .title img {
    width: 227px !important;
}

.models_items .items .item .title span {}
.models_items .items .item .title:after {content:'';}

.models_items .items .item .car-gift-prop {
    position: absolute;
    top: 36px;
    left: 68%;
    color: #000;
    text-transform: uppercase;
    padding-left: 62px;
    z-index: 2;
}
.models_items .items .item .car-gift-prop__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: #5E5871;
    position: absolute;
    top: 4px;
    left: 0;
}
.models_items .items .item .car-gift-prop__img img {}
.models_items .items .item .car-gift-prop__text {}
.models_items .items .item .car-gift-prop__text b {}

.models_items .items .item .vigoda {
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-top: 22px;
    position: relative;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: linear-gradient(90deg, #042B52 0%, #0B457F 100%);
    padding: 12px 33px;
    width: 100%;
    box-sizing: border-box;
    margin-left: -32px;
}
.models_items .items .item .vigoda:after {
}

.models_items .items .item .vigoda span {}
.models_items .items .item .vigoda sup {font-size:50%;}

.models_items .items .item .vigoda:before {content:'';background: url(../img/ico_vigoda.svg) 50% 50% no-repeat;width: 40px;height: 40px;display: inline-flex;flex-shrink: 0;margin-right: 8px;}

.models_items .items .item .vigoda:hover {background: linear-gradient(90deg, #FF9632 0%, #FFC06B 100%);}

.models_items .items .item .images_container {
    width: calc(100% - 516px);
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: right;
    background: url(../img/bg_img.svg) 0% 0% no-repeat;
    height: 600px;
}
.models_items .items .item .images_container .images {
    display: flex;
    justify-content: center;
    align-items: center;
}
.models_items .items .item .images_container i {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 84%;
    height: 100%;
    border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    background: var(--color);
    z-index: -1;
}
.models_items .items .item .images_container .images picture {}
.models_items .items .item .images_container .images picture img {}
.models_items .items .item .text_container {
    order: -1;
    width: 516px;
    display: inline-block;
    padding-left: 50px;
    margin-bottom: 50px;
    box-sizing: border-box;
}
.models_items .items .item .props {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 25px;
    z-index: 1;
}

.models_items .items .item .props:before {content:'';width: 2px;height: 100%;position: absolute;top: 0px;left: calc(50% - 1px);background: linear-gradient(to bottom, rgba(190,190,194,0) 0%,rgba(190,190,194,1) 50%,rgba(190,190,194,0) 100%);z-index: -1;}
.models_items .items .item .props:after {content:'';width: 100%;height: 2px;position: absolute;top: calc(50% - 1px);left: 0px;background: linear-gradient(to right, rgba(190,190,194,0) 0%,rgba(190,190,194,1) 50%,rgba(190,190,194,0) 100%);z-index: -1;}


.models_items .items .item .props > div {position:absolute;width: 150px;height: 150px;background: #5E5871;border-top: 100px;color: white;text-transform: uppercase;display: flex;align-items: center;justify-content: center;border-radius: 1000px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.models_items .items .item .props > div:before {content:'';background: url(../img/ico_spec.svg) 50% 50% no-repeat;width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;}
.models_items .items .item .props > div span {
    text-align: center;
}
.models_items .items .item .props a {width: 50%;color: inherit;text-decoration: none;text-transform: uppercase;box-sizing: border-box;display: inline-flex;flex-direction: column;justify-content: center;height: 184px;transition: 0.5s;}
.models_items .items .item .props a:hover {color:#5E5871;/* font-size: 24px; */transform: scale(1.2);}
.models_items .items .item .props a:first-child {}

.models_items .items .item .props a span {}
.models_items .items .item .props a strong {display:block;}


.models_items .items .item .props a:nth-child(even) {
    text-align: right;
    padding-right: 88px;
}
.models_items .items .item .props a:nth-child(even):before {
    margin-left: auto;
}
.models_items .items .item .props a:nth-child(odd) {
    padding-left: 100px;
}
.models_items .items .item .props a:nth-child(odd):before {
    margin-right: auto;
}

.models_items .items .item .btns {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-top: 31px;
}
.models_items .items .item .btns .btn {
    width: 100%;
}
.models_items .items .item .btns .btn:first-child {}
.models_items .items .item .colors {
    position: relative;
    height: 100%;
    padding: 40px 48px;
    box-sizing: border-box;
    flex-direction: column;
    gap: 21px;
    justify-content: center;
}

.models_items .items .item .colors .color_dot {
    width: 27px;
    height: 27px;
    border-radius: 100%;
    cursor: pointer;
}
.models_items .items .item .colors span {
    display: none;
    font-weight: 400;
    font-size: 14px;
    color: #797979;
}
.models_items .items .item .colors.center .swiper {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.models_items .items .item .colors .swiper {
    min-height: 100%;
    max-height: 100%;
}
.models_items .items .item .colors .swiper .swiper-wrapper {}
.models_items .items .item .colors .swiper .swiper-wrapper .swiper-slide {}
.models_items .items .item .colors .swiper .swiper-wrapper .swiper-slide > div {position:relative;overflow:hidden;cursor: pointer;}
.models_items .items .item .colors .swiper .swiper-wrapper .swiper-slide > div img {}
.models_items .items .item .colors .swiper .swiper-wrapper .swiper-slide > div:before {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1000px;
    width: 0px;
    height: 0px;
    background: #5E5871;
    z-index: -1;
    transition: 0.5s;
}

.models_items .items .item .colors .swiper .swiper-wrapper .swiper-slide > div:hover:before,.models_items .items .item .colors .swiper .swiper-wrapper .swiper-slide > div.current:before {
	    width: 500px;
    height: 500px;
}

.models_items .items .item .colors .swiper-button-prev,.models_items .items .item .colors .swiper-button-next {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
}
.models_items .items .item .colors .swiper-button-prev {
    bottom: auto;
    top: 22px;
    left: 50%;
    transform:  translateX(-50%) rotate(180deg);
}
.models_items .items .item .colors .swiper-button-next {
    bottom: 0px;
}
.models_items .items .item .colors .swiper-button-prev:after,.models_items .items .item .colors .swiper-button-next:after {
    font-size: 0px;
    background: url(../img/arrow.svg) 50% 50% no-repeat;
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}
.models_items .items .item .colors .swiper-button-prev:after {
}
.models_items .items .item .colors .swiper-button-next:after {}

.models_items .items .item .colors .swiper-pagination {display:none;}

.models_items .items .item .props a:before {
	content:'';
	position: relative;
	width: 30px;
	height: 30px;
	display: block;
	flex-shrink: 0;
	margin-bottom: 20px;
	transition: 0.5s;
}

.models_items .items .item .props a:hover:before {
    filter: invert(34%) sepia(7%) saturate(1431%) hue-rotate(214deg) brightness(98%) contrast(89%);
    /* width: 42px; */
    /* height: 42px; */
    /* background-size: contain !important; */!I;!;
}






.models_items .items .item .props a.ico1:before {background: url(../img/ico1.svg) 50% 50% no-repeat;}
.models_items .items .item .props a.ico2:before {background: url(../img/ico2.svg) 50% 50% no-repeat;}
.models_items .items .item .props a.ico3:before {background: url(../img/ico3.svg) 50% 50% no-repeat;}
.models_items .items .item .props a.ico4:before {background: url(../img/ico4.svg) 50% 50% no-repeat;}



.models_items .items .item .gallery {
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.models_items .items .item .gallery .swiper {}
.models_items .items .item .gallery .swiper .swiper-wrapper {}
.models_items .items .item .gallery .swiper .swiper-wrapper .swiper-slide {}
.models_items .items .item .gallery .swiper .swiper-wrapper .swiper-slide a {}
.models_items .items .item .gallery .swiper .swiper-wrapper .swiper-slide a:hover {}
.models_items .items .item .gallery .swiper .swiper-wrapper .swiper-slide a img {
    width: 100% !important;
}
.models_items .items .item .gallery .swiper-button-prev,.models_items .items .item .gallery .swiper-button-next {
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    background: black;
    opacity: 1;
	cursor: pointer !important;
	pointer-events: all !important;
}
.models_items .items .item .gallery .swiper-button-prev {
    left: -55px;
}
.models_items .items .item .gallery .swiper-button-next {
    right: -55px;
}

.models_items .items .item .gallery .swiper-button-prev:hover,.models_items .items .item .gallery .swiper-button-next:hover {background:#99999C !important;}

.models_items .items .item .gallery .swiper-button-prev:after,.models_items .items .item .gallery .swiper-button-next:after {
    transform: rotate(90deg);
    background: url(../img/arrow2.svg) 50% 50% no-repeat;
    filter: invert(99%) sepia(69%) saturate(1%) hue-rotate(251deg) brightness(107%) contrast(100%);
}
.models_items .items .item .gallery .swiper-button-prev:after {
    transform: rotate(-90deg);
}
.models_items .items .item .gallery .swiper-button-next:after {
}

.models_items .items .item .gallery .swiper-pagination {
    bottom: -30px;
    display: none;
}



.models_items .items .item .th {
    display: flex;
    position: absolute;
    bottom: 52px;
    left: 43.4%;
    width: 45%;
    justify-content: space-between;
    z-index: 2;
}
.models_items .items .item .th div {
    color: #797979;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: 0px;
    transition: 0.2s;
}
.models_items .items .item .th div:after {content:'';background: #99999C;width: 40px;display: block;height: 1px;margin: 0px auto;margin-top: 5px;}

.models_items .items .item .th div span {
    display: block;
    font-size: 14px;
}
.models_items .items .item .th div strong {
    font-size: 20px;
    display: block;
    margin-top: 4px;
}
.models_items .items .item .th div:hover {
    color: #2E2D2D;
    top: -10px;
}


#instock {padding-top: 149px;}


#filter_table {display: none;}

#filter_table .select_container {
}

#filter_table select {
}

#filter_table select[name="models"] {
}

#filter_table select[name="complects"] {
}

#filter_table select[name="engine"] {
}

#filter_table select option {
  color: black;
}



.filter_quick_menu {font-size: 24px;font-weight: 400;color: #797979;margin: 0px;padding: 0px;list-style: none;display: flex;justify-content: center;text-transform: uppercase;margin-bottom: 57px;}
.filter_quick_menu li {padding: 0px 20px;cursor: pointer;}
.filter_quick_menu li span {display: block;position: relative;padding-bottom: 5px;}
.filter_quick_menu li.current,.filter_quick_menu li:hover {
    color: black;
}


.filter_quick_menu li span:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	height: 2px;
	transition: 0.5s;
	width: 0px;
	background: black;
	opacity: 0;
}
.filter_quick_menu li:hover span:after,.filter_quick_menu li.current span:after {
	width: 100%;
    opacity: 1;
}

.tb_complects {display: flex;flex-wrap: wrap;gap: 20px;}

.tb_complects.limit .item:nth-child(n + 5) {
  display: none;
}

.tb_complects .item {
}
.tb_complects .item:first-child {
  display: none;
}


.tb_complects .item.changed:nth-child(even) {
}


.tb_complects_showmore {
  font-weight: 500;
  margin-top: 68px;
  display: inline-flex;
  color: inherit;
  text-decoration: underline;
}




.tb_complects .item .last {
}


.tb_complects .item {
    width: calc(50% - 10px);
    display: inline-flex;
    flex-direction: column;
}
.tb_complects .item .cont {
    background: #F2F2F2;
    display: flex;
    position: relative;
    padding: 30px;
    gap: 20px;
    align-items: center;
}
.tb_complects .item .cont .title {
    position: absolute;
    top: 30px;
    left: 30px;
    border-left: 1px solid #5E5871;
    font-weight: 700;
    padding-left: 14px;
}
.tb_complects .item .cont .title span {
    display: block;
    margin-bottom: 8px;
}
.tb_complects .item .cont .title img {}
.tb_complects .item .cont .image {
    width: calc(50% - 10px);
    position: relative;
}
.tb_complects .item .cont .image .swiper {}
.tb_complects .item .cont .image .swiper-wrapper {}
.tb_complects .item .cont .image .swiper-slide {}
.tb_complects .item .cont .image .swiper-slide img {}
.tb_complects .item .cont .image .swiper-button-next,.tb_complects .item .cont .image .swiper-button-prev {}
.tb_complects .item .cont .image .swiper-button-next {
    right: -15px;
}
.tb_complects .item .cont .image .swiper-button-prev {
    left: -15px;
}
.tb_complects .item .cont .image .swiper-button-next:after,.tb_complects .item .cont .image .swiper-button-prev:after {}
.tb_complects .item .cont .image .swiper-button-next:after {}
.tb_complects .item .cont .image .swiper-button-prev:after {}
.tb_complects .item .cont .image .swiper-pagination {
    bottom: -20px;
}
.tb_complects .item .cont .image .swiper-pagination .swiper-pagination-bullet {
    height: 2px;
    width: 25px;
}
.tb_complects .item .cont .image .swiper-pagination .swiper-pagination-bullet-active {}



.tb_complects .item .th {
    flex-shrink: 0;
    width: calc(50% - 10px);
    order: -1;
    margin-top: 72px;
    color: #797979;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.tb_complects .item .th div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.tb_complects .item .th div span {
    font-size: 20px;
    font-weight: 700;
}
.tb_complects .item .th div span:first-child {
    font-size: 14px;
    font-weight: 400;
}

.tb_complects .item .advantages {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}
.tb_complects .item .advantages a {
    background: #5E5871;
    color: white;
    height: 41px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.tb_complects .item .advantages a:before {content:'';width: 23px;height: 23px;display: inline-block;flex-shrink: 0;margin-right: 10px;background-size: contain !important;!I;!;filter: invert(93%) sepia(95%) saturate(30%) hue-rotate(246deg) brightness(107%) contrast(100%);}
.tb_complects .item .advantages a span {}
.tb_complects .item .advantages a.ico1:before {background:url(../img/ico2.svg) 50% 50% no-repeat;} 
.tb_complects .item .advantages a.ico2:before {background:url(../img/ico1.svg) 50% 50% no-repeat;} 

.tb_complects .item .btns {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.tb_complects .item .btns .btn {
    width: 100%;
}
.tb_complects .item .btns .btn:first-child {}









#tradein {background: black;margin-top: 150px;}

#tradein .text {}
#tradein .text .title {
    font-size: 36px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}
#tradein .text .comment {
    color: #5E5871;
    font-size: 20px;
}

#tradein .container {}
#tradein .cont {display: flex;padding: 37px 0px;gap: 20px;justify-content: space-between;}
#tradein form {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 800px;
}
#tradein form ::placeholder {color:#6C6C6C;}
#tradein form .form-group {
    margin-bottom: 0px;
}
#tradein form select {height: 50px;}
#tradein form select option {}
#tradein form input {}
#tradein form button {}
#tradein form .agree_field {
    width: calc(50% - 10px);
    margin-left: auto;
}

#tradein form .form_title {
    text-align: left;
    font-size: 35px;
    padding-bottom: 15px;
	position:relative;
}

#tradein form .fields {
    display: flex;
    gap: 20px;
}

#tradein form .agree_field .check_ex {
    border-color: white;
}
#tradein form .agree_field .check_ex i {
    background: white;
}





#advantages {}
#advantages .cont {}
#advantages .container {}
#advantages .items {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    gap: 20px;
    display: flex;
    flex-direction: column;
    width: 390px;
    max-width: 100%;
}
#advantages .items li {
    background: black;
}
#advantages .items li a {
    color: white;
    text-decoration: none;
    position: relative;
    display: flex;
    padding: 20px 30px;
    font-size: 20px;
    font-weight: 400;
    height: 144px;
    box-sizing: border-box;
    transition: 0.2s;
    z-index: 0;
    overflow: hidden;
    align-items: center;
}
#advantages .items li a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 1000px;
	width: 0px;
	height: 0px;
	background: #5E5871;
	z-index: -1;
	transition: 0.5s;
}
#advantages .items li a:hover i {
    width: 500px;
    height: 500px;
}


#advantages .items li a:hover {}
#advantages .items li a:before {content:'';height: calc(100% - 40px);background: #5e5871;width: 2px;display: block;position: absolute;top: 50%;transform: translateY(-50%);left: 0px;}
#advantages .items li a:after {content:'';background: url(../img/bg_a.svg) 100% 0% no-repeat;width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;z-index: -1;}
#advantages .items li a span {
}
#advantages .items li a span:before {content:'';width: 30px;height: 30px;display: block;margin-bottom: 20px;}
#advantages .items li a.ico1 span:before {background:url(../img/ico_a1.svg) 50% 50% no-repeat;}
#advantages .items li a.ico2 span:before {background: url(../img/ico_a2.svg?v=2) 50% 50% no-repeat;}
#advantages .items li a.ico3 span:before {background:url(../img/ico_a3.svg) 50% 50% no-repeat;}

#advantages .image {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
#advantages .image picture {}
#advantages .image picture img {}






#about {
    background: black;
    color: white;
    padding-top: 67px;
    padding-bottom: 67px;
}
#about .container {}
#about .title1 {}
#about .title1_comment {
    width: 800px;
    margin: 0px auto;
    margin-bottom: 50px;
    max-width: 100%;
}
#about .items {,
    margin: 0px;,
    margin: 0px;,
    margin: 0p;,
    margin: 0;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 20px;
    width: 1206px;
    margin: 0px auto;
    max-width: 100%;
}
#about .items > li {
    width: 100%;
    background: #F2F2F21A;
}
#about .items > li a {transition:0.2s;display: flex;flex-direction: column;color: inherit;text-decoration: none;padding: 30px;box-sizing: border-box;position: relative;padding-bottom: 95px;height: 100%;z-index: 0;overflow: hidden;}


#about .items > li a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 1000px;
	width: 0px;
	height: 0px;
	background: #5E5871;
	z-index: -1;
	transition: 0.5s;
}
#about .items > li a:hover i {
	width: 1000px;
	height: 1000px;
}

#about .items > li a:hover {}
#about .items > li a .title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
#about .items > li a .title span {
    border-top: 2px solid #5E5871;
    display: block;
    margin-top: 15px;
    padding-top: 13px;
}
#about .items > li a:hover .title span {border-color:white;}
#about .items > li a .comment {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 0;
    transition:0.2s;
    position: relative;
    top: -20px;
}
#about .items > li a:hover .comment {opacity:1;top: 0px;}
#about .items > li a .comment ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-left: 10px;
}
#about .items > li a .comment ul > li {
    position: relative;
    padding-left: 15px;
}
#about .items > li a .comment ul > li:before {content:'';width: 5px;height: 5px;background: white;display: block;position: absolute;top: 8px;left: 0px;border-radius: 10px;}
#about .items > li a .btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
}

#about .items > li a .title:before {content:'';width: 67px;height: 67px;display: block;}
#about .items > li a.ico1 .title:before {background:url(../img/ico_u1.svg) 50% 50% no-repeat;}
#about .items > li a.ico2 .title:before {background:url(../img/ico_u2.svg) 50% 50% no-repeat;}
#about .items > li a.ico3 .title:before {background:url(../img/ico_u3.svg) 50% 50% no-repeat;}



#about .items > li a:before {content:'';background: url(../img/bg_u.svg) 100% 100% no-repeat;position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;}



#credit {
    padding-top: 100px;
    padding-bottom: 100px;
}
#credit .title1 {}

#credit ::placeholder {color:#000;}

#credit .cont {display:flex;border: 1px solid #DDE1E1;border-radius: 24px;overflow: hidden;margin-top: 40px;}


#credit .calc {
    background: white;
    padding: 15px 69px;
    box-sizing: border-box;
    width: 609px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}
#credit .calc input[type='text'] {
    height: 50px;
    border: 1px solid #B1B1B1;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 15px;
    font-family: inherit;
}
#credit .calc .title {
    font-size: 24px;
    margin-bottom: -22px;
}
#credit .calc .control {
    margin-top: 53px;
}
#credit .calc .control label {
    display: block;
    margin-bottom: 10px;
}


#credit .form_container {
    background: #DBDBDB;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
}
#credit .form_container picture {
    display: block;
    overflow: hidden;
}
#credit .form_container picture img {
	    transform: scale(1);
	    transition:0.5s;
	    height: 100%;
	    /* max-width: none; */
}
#credit picture:hover img {transform: scale(1.05);}



#credit form {/* width: 550px; */margin: 0px auto;padding-top: 23px;padding-bottom: 23px;max-width: 100%;padding-left: 15px;padding-right: 15px;}
#credit form .form_title {font-size: 24px;text-align: left;position:relative;padding-bottom: 16px;}
#credit form .form_title br {}

#credit form .form_title:after {
	content: '';
}


#credit form .form_comment {font-size: 20px;padding-top: 19px;padding-bottom: 44px;}
#credit form .fields {}
#credit form .fields .form-group {}
#credit form input {
    border-color: white;
    color: white;
    background: white;
    height: 50px;
}
#credit form button {
    width: 100%;
}
#credit form .agree_field {}
#credit form .agree_field a {}


#credit .mvideo_container {position: relative;flex-shrink: 0;}
#credit .mvideo_container video {
    overflow: hidden;
    border=-r: 3;
    display: block;
    width: 100%;
}
#credit .mvideo_container button {
    background: url(../img/btn_video.svg) 50% 50% no-repeat;
    border: none;
    width: 58px;
    height: 58px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	opacity:1;
	transition:0.5s;
}
#credit .mvideo_container.play button {opacity:0;}



.irs--flat {
    height: auto;
}
.irs--flat .irs-bar {
    top: 0px;
    background: #0B457F;
    height: 3px;
}
.irs--flat .irs-handle>i:first-child {
    border: 4px solid #0B457F;
    box-sizing: border-box;
    width: 17px;
    height: 17px;
}
.irs--flat .irs-line {
    top: 0px;
    opacity: 0;
}
.irs--flat .irs-handle {
    top: 0px;
}

.irs--flat .irs-handle.state_hover>i:first-child, .irs--flat .irs-handle:hover>i:first-child {background: white;}


.irs--flat .irs-min, .irs--flat .irs-max {
    top: 5px;
    font-family: "Notosans";
    visibility: visible !important;
}

.brand {
    position: relative;
    background: #F2F2F2;
    padding: 35px 0;
}
.brand .text {
    max-width: 680px;
    background: url(../img/bg_img.svg) 0 50% no-repeat;
    background-size: 587px 360px;
}

.brand .title_wrap {
    border-left: 2px solid #5E5871;
    font-weight: 700;
    padding-left: 22px;
    margin-bottom: 37px;
}
.brand .pre_title {
    font-size: 20px;
    font-weight: 400;
    color: #5E5871;
    margin-bottom: 10px;
}
.brand .title {
    font-size: 36px;
    font-weight: 700;
}
.brand .descr {
    font-size: 20px;
}
.brand .image {
    position: absolute;
    right: 30px;
    top: 35px;
}


#contacts {position: relative;background: #3C4650;}
#contacts .container {
}
#contacts .contact_container {
    box-sizing: border-box;
    z-index: 1;
    flex-shrink: 0;
    width: 450px;
    border-radius: 0px;
    overflow: hidden;
    position: absolute;
    top: 68px;
    left: 15px;
    background: #F2F2F2;
    padding: 32px 30px;
}




#contacts .bottom_logo {
    display: flex;
    position:relative;
    margin-bottom: 40px;
}
#contacts .bottom_logo:after {
	content: '';
}
#contacts .bottom_logo picture {
}
#contacts .bottom_logo picture img {
    width: 100%;
}
#contacts .bottom_logo span{
    width: 100%;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
}
#contacts .bottom_logo:before {content:'';}


#contacts .text_container {
    padding: 41px 51px;
}

#contacts .addr {
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}
#contacts .addr:before {content:'';width: 32px;height: 32px;flex-shrink: 0;margin-right: 10px;display: inline-block;background: url(../img/ico_addr.svg) 50% 50% no-repeat;border-radius: 2px;}

#contacts .phone {
    text-decoration: none;
    align-items: center;
    display: flex;
    white-space: nowrap;
    color: inherit;
    font-size: 18px;
    margin-bottom: 13px;
}
#contacts .phone span {}
#contacts .phone strong {display: block;margin-bottom: 5px;color: #676767;font-size: 16px;font-weight: 400;}
#contacts .phone:before {content:'';width: 32px;height: 32px;flex-shrink: 0;margin-right: 10px;display: inline-block;background: url(../img/ico_phone.svg) 50% 50% no-repeat;border-radius: 2px;}
#contacts .phone:after {
}

#contacts .phone:hover {
}

#contacts .worktime {
    align-items: center;
    display: flex;
    color: inherit;
    font-size: 18px;
}
#contacts .worktime span {}
#contacts .worktime strong {display: block;margin-bottom: 5px;color: #676767;font-size: 16px;font-weight: 400;}
#contacts .worktime:before {content:'';width: 32px;height: 32px;flex-shrink: 0;margin-right: 10px;display: inline-block;background: url(../img/ico_worktime.svg?v=1) 50% 50% no-repeat;border-radius: 2px;}
#contacts .worktime:after {
}
#contacts .btn {
    max-width: 100%;
    width: 100%;
    margin-top: 52px;
}


#contacts .title1 {
    font-size: 32px;
    text-align: left;
    text-transform: none;
    padding-bottom: 28px;
}





















#map1 {height: 543px;overflow: hidden;width: 100%;overflow: hidden;}


.creater {
    /* display: flex; */
    white-space: nowrap;
}
.creater span {
}
.creater img {
    margin-left: 5px;
}



footer {
    padding: 42px 0px;
}
footer {
    background: #F2F2F2;
}
footer .panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .panel + .panel {
    border-top: 1px solid #99999C;
    margin-top: 47px;
    padding-top: 48px;
}

footer .panel a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}
footer .disclamer_switch {
    color: white;
    text-decoration: none;
    display: block;
}
footer .panel a:hover {
    text-decoration: none;
}

footer .info {
    color: #797979;
    font-size: 14px;
}


footer .btns {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

footer .btns a {
}


.creator {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.creator span {}
.creator img {}


.disclamer {
}

.copyright {
    display: inline-flex;
    align-items: center;
}
.copyright img {margin-left:10px;}


footer .bottom_logo {}
footer .bottom_logo img {}


#complects {
    padding-top: 93px;
}







.cookie_message {display:none;position: fixed;background: white;padding: 15px 0px;bottom: 0px;left: 0px;width: 100%;background: #F3F3F3;/* border-radius: 10px; */box-shadow: 0px -2px 2px #05141f;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;z-index: 99999;font-size: 12px;}
.cookie_message .container {
    display: flex;
    width: 1230px;
    gap: 20px;
    max-width: 100%;
    box-sizing: border-box;
}
.cookie_message ._text {}
.cookie_message .btn {height:42px;text-align:center;padding: 0px 15px;flex-shrink: 0;}

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


.cookie_message .mob {display:none;}



.policy {
    display: flex;
    flex-direction: column;
}


/*------------------------------------------------------------------------------------------------------------------------*/


@media (min-width: 1921px) {
    #advantages .image {
        width: 1920px;
    }
}

@media (max-width: 1750px) {
	.models_items .items .item .gallery .swiper-button-next {
    right: 10px;
}
	.models_items .items .item .gallery .swiper-button-prev {
    left: 10px;
}

.models_items .items .item .car-gift-prop {}
.models_items .items .item .car-gift-prop__img {}
.models_items .items .item .car-gift-prop__img img {}
.models_items .items .item .car-gift-prop__text {}
.models_items .items .item .car-gift-prop__text b {}

}

@media (max-width: 1600px) {
    .brand .image {
        right: -10%;
    }
}

@media (max-width: 1500px) {
}

@media (max-width: 1440px) {
    

    .models_items .items .item .th {
        width: 470px;
        left: 545px;
    }

    .models_items .items .item .th div {}

    .models_items .items .item .th div strong {}

    .models_items .items .item .th div span {}

    .brand .image {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }


}

@media (max-width: 1300px) {
	#tradein form {width:auto;}
	#tradein form .agree_field {margin-left:0px;width: auto;}




	
	#advantages .image picture img {
    height: 500px;
    max-width: none;
}

	
}

@media (max-width: 1280px) {
	
}

@media (max-width: 1200px) {


}


@media (max-width: 991px) {
	
	
	
	header {
    box-sizing: border-box;
    padding-top: 0px;
    /* height: 60px; */
    top: 0px;
}
	
	.menuopen .menu_container {right: 0px;background: hwb(0deg 0% 100% / 80%);backdrop-filter: blur(8px);margin: 0px;opacity: 1 !important;!i;!;}
	
	.menu_container {padding:0px;display: block;margin: 0px;}

	.menu_container {
    position: absolute;
    top: 100%;
    right: -520px;
    left: auto;
    transition: 0.2s;
    background: white;
    height: auto;
    z-index: 2;
    width: 520px;
    max-width: 100%;
    border: none;
}
	.menu_container .menu {
    background: none;
    display: block !important;
    text-align: center;
    height: auto;
    width: 100%;
    margin: 0px;
    padding-bottom: 0px;
}
	.menu_container .menu > li a {
    padding: 10px 10px;
    display: block;
    color: white;
    margin: 0px !important;
}

	.burger {display:block;}

	
	.burger {
    width: 33px;
    height: 44px;
    border-radius: 100px;
    line-height: 44px;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    top: 9px;
    right: 15px;
    /* transform: translateY(-50%); */
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: poNotosans;
}
	.burger:before {content:'';display: block;height: 2px;background: white;transition: 0.2s;transform-origin: 0px 6px;}
	.burger:after {content:'';display: block;height: 2px;background: white;transition: 0.2s;transform-origin: 5px -2px;}
	.burger span {
    pointer-events: none;
    display: block;
    height: 2px;
    background: white;
    margin: 9px 0px;
}

	.menuopen .burger span {
    opacity: 0;
}
	.menuopen .burger:before {
    transform: rotate(45deg);
}
	.menuopen .burger:after {
    transform: rotate(-45deg);
}

	.menu_container .menu > li {display:block;width: 100% !important;margin: 0px;margin-left: 0px !important;height: auto;}
	.big_banner {margin-top: 79px;padding: 0px;}
	
	
	header .panel {/* border:none; *//* padding: 0px; *//* height: 100%; *//* padding: 15px; */padding-right: 66px;margin-top: 0px;}
	
	
	header .cont {
    padding: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
	header >.container:first-child {
}

	header .container:first-child .btn {display:none;}
	
	
	header .addr_container {display:none;}
	
}


@media (min-width: 991px) {
	
}


/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
	
	.tb_complects .item {width:100%;}
	
	#about .items > li a .comment {
    opacity: 1;
    top: 0px;
}


	.models_items .items {}
	.models_items .items .item {}
	.models_items .items .cont {
    padding-top: 50px;
}
	.models_items .items .item.animated {}
	.models_items .items .item .title {
    /* left: 15px; */
    /* top: 15px; */
    top: 15px;
    left: 0;
}
	.models_items .items .item .title span {}
	.models_items .items .item .title img {}

	.models_items .items .item .title span {}
	.models_items .items .item .title:after {}



    .models_items .items .item .car-gift-prop {
    top: 15px;
    font-size: 14px;
    left: unset;
    right: 0;
}
.models_items .items .item .car-gift-prop__img {}
.models_items .items .item .car-gift-prop__img img {}
.models_items .items .item .car-gift-prop__text {}
.models_items .items .item .car-gift-prop__text b {}



	.models_items .items .item .vigoda {}
	.models_items .items .item .vigoda:after {}

	.models_items .items .item .vigoda span {}
	.models_items .items .item .vigoda sup {}

	.models_items .items .item .vigoda:before {}

	.models_items .items .item .vigoda:hover {}

	.models_items .items .item .images_container {
    height: auto;
    max-height: 540px;
    margin-bottom: 0px;
    width: calc(100% - 400px);
}
	.models_items .items .item .images_container .images {}
	.models_items .items .item .images_container i {}
	.models_items .items .item .images_container .images picture {}
	.models_items .items .item .images_container .images picture img {}
	.models_items .items .item .text_container {
    position: relative;
    padding-left: 0px;
    width: 400px;
    margin-bottom: 0px;
}
	.models_items .items .item .props {}

	.models_items .items .item .props:before {}
	.models_items .items .item .props:after {}


	.models_items .items .item .props > div {}
	.models_items .items .item .props > div:before {}
	.models_items .items .item .props a {}
	.models_items .items .item .props a:hover {}
	.models_items .items .item .props a:first-child {}

	.models_items .items .item .props a span {}
	.models_items .items .item .props a strong {}


	.models_items .items .item .props a:nth-child(even) {}
	.models_items .items .item .props a:nth-child(even):before {}
	.models_items .items .item .props a:nth-child(odd) {}
	.models_items .items .item .props a:nth-child(odd):before {}

	.models_items .items .item .btns {
    /* flex-direction: row; */
    /* margin-top: 182px; */
    margin-top: 0px;
}
	.models_items .items .item .btns .btn {}
	.models_items .items .item .btns .btn:first-child {}
	.models_items .items .item .colors {}


	.models_items .items .item .colors.center .swiper {}

	.models_items .items .item .colors:before {}

	.models_items .items .item .colors .swiper {}
	.models_items .items .item .colors .swiper .swiper-wrapper {}
	.models_items .items .item .colors .swiper .swiper-wrapper .swiper-slide {}
	.models_items .items .item .colors .swiper .swiper-wrapper .swiper-slide > div {
    height: 100%;
}
	.models_items .items .item .colors .swiper .swiper-wrapper .swiper-slide > div img {height: 100%;object-fit: contain;width: 100% !important;!i;!;}
	.models_items .items .item .colors .swiper .swiper-wrapper .swiper-slide > div:before {}

	.models_items .items .item .colors .swiper .swiper-wrapper .swiper-slide > div:hover:before,.models_items .items .item .colors .swiper .swiper-wrapper .swiper-slide > div.current:before {}

	.models_items .items .item .colors .swiper-button-prev,.models_items .items .item .colors .swiper-button-next {}
	.models_items .items .item .colors .swiper-button-prev {}
	.models_items .items .item .colors .swiper-button-next {}
	.models_items .items .item .colors .swiper-button-prev:after,.models_items .items .item .colors .swiper-button-next:after {}
	.models_items .items .item .colors .swiper-button-prev:after {}
	.models_items .items .item .colors .swiper-button-next:after {}

	.models_items .items .item .colors .swiper-pagination {}

	.models_items .items .item .props a:before {}

	.models_items .items .item .props a:hover:before {}






	.models_items .items .item .props a.ico1:before {}
	.models_items .items .item .props a.ico2:before {}
	.models_items .items .item .props a.ico3:before {}
	.models_items .items .item .props a.ico4:before {}



	.models_items .items .item .gallery {
        margin-top: 15px;
    }
	.models_items .items .item .gallery .swiper {}
	.models_items .items .item .gallery .swiper .swiper-wrapper {}
	.models_items .items .item .gallery .swiper .swiper-wrapper .swiper-slide {}
	.models_items .items .item .gallery .swiper .swiper-wrapper .swiper-slide a {}
	.models_items .items .item .gallery .swiper .swiper-wrapper .swiper-slide a:hover {}
	.models_items .items .item .gallery .swiper .swiper-wrapper .swiper-slide a img {}
	.models_items .items .item .gallery .swiper-button-prev,.models_items .items .item .gallery .swiper-button-next {}
	.models_items .items .item .gallery .swiper-button-prev {}
	.models_items .items .item .gallery .swiper-button-next {}
	.models_items .items .item .gallery .swiper-button-prev:after,.models_items .items .item .gallery .swiper-button-next:after {}
	.models_items .items .item .gallery .swiper-button-prev:after {}
	.models_items .items .item .gallery .swiper-button-next:after {}

	.models_items .items .item .gallery .swiper-pagination {
    display: flex;
    justify-content: center;
}



	.models_items .items .item .th {/* left: 15px; *//* bottom: auto; *//* top: -83px; *//* bottom: auto; *//* top: 100px; */left: 420px;calc(100vw: -);calc(100vw:revert-layer););calc(100vw: -);width: calc(100vw - 620px););00px);00px);00p);00);0);););TO 100PX);TO 100PX);TO 100PX);TO 100PX);););););););flex-wrap: wrap;gap: 20px;bottom: 10px;}
	.models_items .items .item .th div {
    width: calc(50% - 10px););)(););
}
	.models_items .items .item .th div:after {}

	.models_items .items .item .th div span {}
	.models_items .items .item .th div strong {
    font-size: 16px;
}
	.models_items .items .item .th div:hover {}

	
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
	
	.big_banner .item .title_container {
    top: 62px;
}

	.models_items .items .item .btns {
    flex-direction: column;
}
	.models_items .items .item .btns .btn {}
	
	.models_items .items .item .th {width: calc(100vw - 539px);}
	
	.models_items .items .item .text_container {
    padding: 0px 15px;
    gap: 20px;
}
	.models_items .items .item .props {width:360px;flex-shrink: 0;}
	
	.models_items .items .item .th div {
    width: calc(50% - 10px);
}

	#tradein form .fields {
    flex-direction: column;
}
	
}

/*MOBILE BEGIN*/
@media (max-width: 767px) {


	.popup_container {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
	}

	.title1 {
    padding-bottom: 15px;
    font-size: 22px;
    text-align: center;
}

	html {overflow-x: hidden;}

		.burger {top: 50%;transform: translateY(-50%);}
	body {
    padding-top: 0px;
}
 

	.anim {
		opacity: 1;
	}


	.mobile_phone {position: fixed;bottom: 0px;left: 0px;width: 100%;display: block;background: #19181E;z-index: 12;text-align: center;box-shadow: 0px 0px 5px hwb(0deg 100% 0% / 10%);color: white;box-sizing: border-box;}
	.mobile_phone span {animation: mobile_phone 1s ease-out infinite;margin-left: 10px;}
	.mobile_phone a {
    display: flex;
    color: inherit;
    text-decoration: none;
    font-weight: 700;
    animation: mobile_phone 1s ease-out infinite;
    color: white;
    padding: 15px 0px;
    justify-content: center;
}

	@keyframes mobile_phone {
		0% {
			text-shadow: 0px 0px 0px #054433;
		}
		50% {
		}
		to {
			text-shadow: 0px 0px 5px #054433;
		}
	}


	header {}
	header .panel {}
	header .panel .container {}


	header .addr_container {}
	header .addr_container label {}
	header .addr_container label span {}
	header .addr_container label:before {}
	header .addr_container label:after {}
	header .addr_container .items {}

	header .addr_container.open .items {}

	header .addr_container .items .item {}


	header .addr {
    display: none;
}
	header .addr label {}
	header .addr span  {}



	header .addr:before {}

	header .phone {
    display: none;
}

	header .phone:before {}
	header .phone span {}



	header .btn {}

	.bg_menu {}
	.bg_menu .container {}


	.big_banner {}
	.big_banner .item {}
	.big_banner .item picture {}
	.big_banner .item picture img {
    max-width: 100%;
    height: auto;
}
	.big_banner .item .title_container {
    top: 100px;
    text-align: center;
}



	.big_banner .item .title_container .container {}
	.big_banner .item .title_container .container .text_container {
    padding-left: 0px;
    
}

	.big_banner .item .title_container .container .text_container .block_title {
    /* border: none; */
    padding-left: 10px;
    /* text-align: left; */
}
	.big_banner .item .title_container .container .text_container .pre_title {
        color: #ffffff;
        font-size: 5vw;
    }
	.big_banner .item .title_container .container .text_container .title {
    font-size: 6vw;
    color: #ffffff;
}

    .big_banner .item .title_container .container .text_container .title2 {
       color: #ffffff;
       font-size: 5vw;
    }

	.big_banner .item .title_container .container .text_container .btn {
        border-color: #FFFFFF;
        background: none;
        color: white;
        background: linear-gradient(135deg, #fff 7px, transparent 0%) 0 0, linear-gradient(-45deg, #fff 7px, transparent 0%) 100% 100%;
    }




	.big_banner .swiper-button-next,.big_banner .swiper-button-prev {}
	.big_banner .swiper-button-next:after,.big_banner .swiper-button-prev:after {}

	.big_banner .swiper-button-next:hover,.big_banner .swiper-button-prev:hover {}
	.big_banner .swiper-button-next:hover:after,.big_banner .swiper-button-prev:hover:after {}



	.big_banner .swiper-pagination {}
	.big_banner .swiper-pagination .swiper-pagination-bullet {}
	.big_banner .swiper-pagination .swiper-pagination-bullet:hover {}
	.big_banner .swiper-pagination .swiper-pagination-bullet-active {}












	.swiper-button-next,.swiper-button-prev {}
	.swiper-button-next {}
	.swiper-button-prev {}
	.swiper-button-next:after,.swiper-button-prev:after {}
	.swiper-button-next:after {}
	.swiper-button-prev:after {}
	.swiper-button-next:hover:after,.swiper-button-prev:hover:after {}
	.swiper-pagination {}
	.swiper-pagination .swiper-pagination-bullet {
    height: 2px;
    width: 25px;
}
	.swiper-pagination .swiper-pagination-bullet-active {}



























	.models_items {}
	.models_items .title1 {}
	.models_items .tabs_container {}
	.models_items .tabs_container .swiper-slide {}
	.models_items .tabs_container .swiper-slide a {}


	.models_items .tabs_container .swiper-slide a:before {}
	.models_items .tabs_container .swiper-slide a:hover:before {}
	.models_items .tabs_container .swiper-slide a {}
	.models_items .tabs_container .swiper-slide a span {}
	.models_items .tabs_container .swiper-slide a span img {}
	.models_items .tabs_container .swiper-slide a > img {}



	.models_items .tabs_container .swiper-button-next,.models_items .tabs_container .swiper-button-prev {}
	.models_items .tabs_container .swiper-button-next {}
	.models_items .tabs_container .swiper-button-prev {}
	.models_items .tabs_container .swiper-button-next:after,.models_items .tabs_container .swiper-button-prev:after {}
	.models_items .tabs_container .swiper-button-next:after {}
	.models_items .tabs_container .swiper-button-prev:after {}
	.models_items .tabs_container .swiper-button-next:hover:after,.models_items .tabs_container .swiper-button-prev:hover:after {}
	.models_items .tabs_container .swiper-pagination {}
	.models_items .tabs_container .swiper-pagination .swiper-pagination-bullet {}
	.models_items .tabs_container .swiper-pagination .swiper-pagination-bullet-active {}









	.models_items .items {
    gap: 60px;
    padding-top: 80px;
}
	.models_items .items .item {}
	.models_items .items .cont {
    padding-top: 30px;
    flex-direction: column;
}
	.models_items .items .item.animated {}
	.models_items .items .item .title {
    position: relative;
    top: 0px;
    left: auto;
    padding-left: 15px;
    margin-left: 15px;
}
	.models_items .items .item .title span {}
	.models_items .items .item .title img {}

	.models_items .items .item .title span {}
	.models_items .items .item .title:after {}


    .models_items .items .item .car-gift-prop {
    position: relative;
    left: 0;
    top: unset;
    margin-top: 25px;
    font-size: 14px;
    padding-left: 50px;
}
.models_items .items .item .car-gift-prop__img {
    top: 0;
}
.models_items .items .item .car-gift-prop__img img {}
.models_items .items .item .car-gift-prop__text {}
.models_items .items .item .car-gift-prop__text b {}



	.models_items .items .item .vigoda {}
	.models_items .items .item .vigoda:after {}

	.models_items .items .item .vigoda span {}
	.models_items .items .item .vigoda sup {}

	.models_items .items .item .vigoda:before {}

	.models_items .items .item .vigoda:hover {}

	.models_items .items .item .images_container {
    flex-direction: column;
    height: auto;
    max-height: none;
    background-size: 90%;
    width: 100%;
    background-position: 50% 0%;
    padding-top: 42px;
}
	.models_items .items .item .images_container .images {
}
	.models_items .items .item .images_container i {}
	.models_items .items .item .images_container .images picture {}
	.models_items .items .item .images_container .images picture img {}
	.models_items .items .item .text_container {
    padding: 15px;
    flex-wrap: wrap;
    padding-top: 0px;
    margin-bottom: 0px;
    order: 1;
    width: 100%;
}
	.models_items .items .item .props {
    margin-top: 0px;
}

	.models_items .items .item .props:before {}
	.models_items .items .item .props:after {}


	.models_items .items .item .props > div {
        width: 126px;
        height: 126px;
    text-align: center;
    background-size: contain;
}
    .models_items .items .item .props > div span {
        font-size: 14px;
    }
	.models_items .items .item .props > div:before {}
	.models_items .items .item .props a {}
	.models_items .items .item .props a:hover {}
	.models_items .items .item .props a:first-child {}

	.models_items .items .item .props a span {}
	.models_items .items .item .props a strong {}


	.models_items .items .item .props a:nth-child(even) {
    padding-right: 51px;
}
	.models_items .items .item .props a:nth-child(even):before {}
	.models_items .items .item .props a:nth-child(odd) {
    padding-left: 52px;
}
	.models_items .items .item .props a:nth-child(odd):before {}

	.models_items .items .item .btns {
    margin-top: 0px;
    flex-direction: column;
}
	.models_items .items .item .btns .btn {}
	.models_items .items .item .btns .btn:first-child {}

	.models_items .items .item .colors {
        height: auto;
        width: 100%;
        margin-top: 15px;
        padding: 0px;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    .models_items .items .item .colors span {
        display: block;
    }
    .models_items .items .item .colors .color_dot {
        width: 14px;
        height: 14px;
        gap: 8px;
    }




	.models_items .items .item .colors.center .swiper {}

	.models_items .items .item .colors:before {}

	.models_items .items .item .colors .swiper {}
	.models_items .items .item .colors .swiper .swiper-wrapper {}
	.models_items .items .item .colors .swiper .swiper-wrapper .swiper-slide {}
	.models_items .items .item .colors .swiper .swiper-wrapper .swiper-slide > div {}
	.models_items .items .item .colors .swiper .swiper-wrapper .swiper-slide > div img {
    margin: 15px 0px;
}
	.models_items .items .item .colors .swiper .swiper-wrapper .swiper-slide > div:before {}

	.models_items .items .item .colors .swiper .swiper-wrapper .swiper-slide > div:hover:before,.models_items .items .item .colors .swiper .swiper-wrapper .swiper-slide > div.current:before {}

	.models_items .items .item .colors .swiper-button-prev,.models_items .items .item .colors .swiper-button-next {
    display: none;
}
	.models_items .items .item .colors .swiper-button-prev {}
	.models_items .items .item .colors .swiper-button-next {}
	.models_items .items .item .colors .swiper-button-prev:after,.models_items .items .item .colors .swiper-button-next:after {}
	.models_items .items .item .colors .swiper-button-prev:after {}
	.models_items .items .item .colors .swiper-button-next:after {}

	.models_items .items .item .colors .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: -20px;
}

	.models_items .items .item .props a:before {}

	.models_items .items .item .props a:hover:before {}






	.models_items .items .item .props a.ico1:before {}
	.models_items .items .item .props a.ico2:before {}
	.models_items .items .item .props a.ico3:before {}
	.models_items .items .item .props a.ico4:before {}



	.models_items .items .item .gallery {
        margin-top: 10px;
    }
	.models_items .items .item .gallery .swiper {}
	.models_items .items .item .gallery .swiper .swiper-wrapper {}
	.models_items .items .item .gallery .swiper .swiper-wrapper .swiper-slide {}
	.models_items .items .item .gallery .swiper .swiper-wrapper .swiper-slide a {}
	.models_items .items .item .gallery .swiper .swiper-wrapper .swiper-slide a:hover {}
	.models_items .items .item .gallery .swiper .swiper-wrapper .swiper-slide a img {}
	.models_items .items .item .gallery .swiper-button-prev,.models_items .items .item .gallery .swiper-button-next {display: none;}
	.models_items .items .item .gallery .swiper-button-prev {}
	.models_items .items .item .gallery .swiper-button-next {}
	.models_items .items .item .gallery .swiper-button-prev:after,.models_items .items .item .gallery .swiper-button-next:after {}
	.models_items .items .item .gallery .swiper-button-prev:after {}
	.models_items .items .item .gallery .swiper-button-next:after {}

	.models_items .items .item .gallery .swiper-pagination {
        display: flex;
        justify-content: center;
        bottom: -20px;
    }
	.models_items .items .item .th {
        display: none;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        gap: 20px;
        flex-wrap: wrap;
        bottom: auto;
    }
	.models_items .items .item .th div {
    width: calc(50% - 10px);
}
	.models_items .items .item .th div:after {}

	.models_items .items .item .th div span {}
	.models_items .items .item .th div strong {
    font-size: 14px;
}
	.models_items .items .item .th div:hover {}


	#instock {}


	#filter_table {}

	#filter_table .select_container {}

	#filter_table select {}

	#filter_table select[name="models"] {}

	#filter_table select[name="complects"] {}

	#filter_table select[name="engine"] {}

	#filter_table select option {}



	.filter_quick_menu {
    font-size: 18px;
}
	.filter_quick_menu li {
    padding: 0px 5px;
}
	.filter_quick_menu li span {}
	.filter_quick_menu li.current {}


	.tb_complects {}

	.tb_complects.limit .item:nth-child(n + 5) {}

	.tb_complects .item {}
	.tb_complects .item:first-child {}


	.tb_complects .item.changed:nth-child(even) {}


	.tb_complects_showmore {}




	.tb_complects .item .last {}


	.tb_complects .item {
    width: 100%;
}
	.tb_complects .item .cont {
    flex-direction: column;
    padding: 15px;
}
	.tb_complects .item .cont .title {
    position: relative;
    top: auto;
    left: auto;
    align-self: flex-start;
}
	.tb_complects .item .cont .title span {}
	.tb_complects .item .cont .title img {}
	.tb_complects .item .cont .image {
    width: 100%;
}
	.tb_complects .item .cont .image .swiper {}
	.tb_complects .item .cont .image .swiper-wrapper {}
	.tb_complects .item .cont .image .swiper-slide {}
	.tb_complects .item .cont .image .swiper-slide img {}
	.tb_complects .item .cont .image .swiper-button-next,.tb_complects .item .cont .image .swiper-button-prev {}
	.tb_complects .item .cont .image .swiper-button-next {}
	.tb_complects .item .cont .image .swiper-button-prev {}
	.tb_complects .item .cont .image .swiper-button-next:after,.tb_complects .item .cont .image .swiper-button-prev:after {}
	.tb_complects .item .cont .image .swiper-button-next:after {}
	.tb_complects .item .cont .image .swiper-button-prev:after {}
	.tb_complects .item .cont .image .swiper-pagination {
    bottom: -20px;
}
	.tb_complects .item .cont .image .swiper-pagination .swiper-pagination-bullet {}
	.tb_complects .item .cont .image .swiper-pagination .swiper-pagination-bullet-active {}



	.tb_complects .item .th {
    order: 1;
    margin-top: 15px;
    width: 100%;
}
	.tb_complects .item .th div {}
	.tb_complects .item .th div span {}
	.tb_complects .item .th div span:first-child {}

	.tb_complects .item .advantages {
    flex-direction: column;
    gap: 10px;
}
	.tb_complects .item .advantages a {}
	.tb_complects .item .advantages a:before {}
	.tb_complects .item .advantages a span {}
	.tb_complects .item .advantages a.ico1:before {} 
	.tb_complects .item .advantages a.ico2:before {} 

	.tb_complects .item .btns {
    margin-top: 15px;
    flex-direction: column;
    gap: 10px;
}
	.tb_complects .item .btns .btn {}
	.tb_complects .item .btns .btn:first-child {}









	#tradein {}

	#tradein .text {}
	#tradein .text .title {
    font-size: 24px;
}
	#tradein .text .comment {
    font-size: 18px;
}

	#tradein .container {}
	#tradein .cont {
    flex-direction: column;
}
	#tradein form {}
	#tradein form ::placeholder {}
	#tradein form .form-group {}
	#tradein form select {}
	#tradein form select option {}
	#tradein form input {}
	#tradein form button {}
	#tradein form .agree_field {}

	#tradein form .form_title {}

	#tradein form .fields {
    flex-direction: column;
    gap: 10px;
}

	#tradein form .agree_field .check_ex {}
	#tradein form .agree_field .check_ex i {}





	#advantages {
    background: black;
    padding-top: 30px;
}
	#advantages .cont {}
	#advantages .container {}
	#advantages .items {
    position: relative;
    top: auto;
    transform: none;
    left: auto;
}
	#advantages .items li {}
	#advantages .items li a {}
	#advantages .items li a i {
    width: 500px;
    height: 500px;
}
	#advantages .items li a:hover i {}


	#advantages .items li a:hover {}
	#advantages .items li a:before {
}
	#advantages .items li a:after {}
	#advantages .items li a span {}
	#advantages .items li a span:before {}
	#advantages .items li a.ico1 span:before {}
	#advantages .items li a.ico2 span:before {}
	#advantages .items li a.ico3 span:before {}

	#advantages .image {margin-top: 15px;}
	#advantages .image picture {}
	#advantages .image picture img {
    height: auto;
    max-width: 100%;
}






	#about {
    padding-top: 60px;
}
	#about .container {}
	#about .title1 {}
	#about .title1_comment {}
	#about .items {
    flex-direction: column;
}
	#about .items > li {}
	#about .items > li a {}


	#about .items > li a i {
    width: 1000px;
    height: 1000px;
}
	#about .items > li a:hover i {}

	#about .items > li a:hover {}
	#about .items > li a .title {}
	#about .items > li a .title span {
    border-color: white;
}
	#about .items > li a .comment {
    opacity: 1;
    top: 0px;
    font-weight: 400;
}
	#about .items > li a:hover .comment {}
	#about .items > li a .comment ul {}
	#about .items > li a .comment ul > li {}
	#about .items > li a .comment ul > li:before {}
	#about .items > li a .btn {}

	#about .items > li a .title:before {}
	#about .items > li a.ico1 .title:before {}
	#about .items > li a.ico2 .title:before {}
	#about .items > li a.ico3 .title:before {}



	#about .items > li a:before {}



	#credit {}
	#credit .title1 {}

	#credit ::placeholder {}

	#credit .cont {}


	#credit .calc {}
	#credit .calc input[type='text'] {}
	#credit .calc .title {}
	#credit .calc .control {}
	#credit .calc .control label {}


	#credit .form_container {}
	#credit .form_container picture {}
	#credit .form_container picture img {}
	#credit picture:hover img {}



	#credit form {}
	#credit form .form_title {}
	#credit form .form_title br {}

	#credit form .form_title:after {}


	#credit form .form_comment {}
	#credit form .fields {}
	#credit form .fields .form-group {}
	#credit form input {}
	#credit form button {}
	#credit form .agree_field {}
	#credit form .agree_field a {}


	#credit .mvideo_container {}
	#credit .mvideo_container video {}
	#credit .mvideo_container button {}
	#credit .mvideo_container.play button {}



	.irs--flat {}
	.irs--flat .irs-bar {}
	.irs--flat .irs-handle>i:first-child {}
	.irs--flat .irs-line {}
	.irs--flat .irs-handle {}

	.irs--flat .irs-handle.state_hover>i:first-child, .irs--flat .irs-handle:hover>i:first-child {}


	.irs--flat .irs-min, .irs--flat .irs-max {}

    .brand .text {
        background-size: 100% 100%;
    }
    .brand .title_wrap {
        margin-bottom: 28px;
    }
    .brand .descr {
      font-size: 16px;  
    }



	#contacts {}
	#contacts .container {}
	#contacts .contact_container {
    position: relative;
    top: 0px;
    left: 0px;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 15px;
}




	#contacts .bottom_logo {}
	#contacts .bottom_logo:after {}
	#contacts .bottom_logo picture {}
	#contacts .bottom_logo picture img {}
	#contacts .bottom_logo span{}
	#contacts .bottom_logo:before {}


	#contacts .text_container {}

	#contacts .addr {}
	#contacts .addr:before {}

	#contacts .phone {}
	#contacts .phone span {}
	#contacts .phone strong {}
	#contacts .phone:before {}
	#contacts .phone:after {}

	#contacts .phone:hover {}

	#contacts .worktime {}
	#contacts .worktime span {}
	#contacts .worktime strong {}
	#contacts .worktime:before {}
	#contacts .worktime:after {}
	#contacts .btn {}


	#contacts .title1 {}





















	#map1 {
    height: 380px;
}


	.creater {}
	.creater span {}
	.creater img {}



	footer {}
	footer {
    padding-bottom: 70px;
    padding-top: 15px;
}
	footer .panel {
    flex-direction: column;
}
	footer .panel + .panel {
    margin-top: 15px;
    padding-top: 15px;
}

	footer .panel a {}
	footer .disclamer_switch {}
	footer .panel a:hover {}

	footer .info {
    margin-top: 15px;
}


	footer .btns {}

	footer .btns a {}


	.creator {}
	.creator span {}
	.creator img {}


	.disclamer {}

	.copyright {}
	.copyright img {}


	footer .bottom_logo {}
	footer .bottom_logo img {}


	#complects {}


	.cookie_message {
    padding: 15px 0px;
    font-size: 12px;
}
	.cookie_message .container {
    flex-direction: column;
}
	.cookie_message ._text {}
	.cookie_message .btn {}
	


	
	.cookie_message .mob {display:block;}
	.cookie_message .desc {display:none;}


	.policy {
        text-align: center;
    }
}

/*MOBILE END*/


@media (max-width: 450px) {
}


@media (max-width: 394px) {
	div[id^=timer] {
    transform: scale(0.6) !important;
}
}

@media (max-width: 360px) {
	div[id^=timer] {
    transform: scale(0.57) !important;
}

}

@media (max-width: 320px) {
	div[id^=timer] {
    transform: scale(0.45) !important;
    position: relative;
}

}

