input.has-error {
	border-color:red !important;
    border: 1px solid;
	animation: errore 1s linear !important;
}

label.has-error {
	color: red !important;
}

/* Сравнение комплектаций */
table.compare {border-collapse:collapse;}
table.compare td {padding:10px;}
table.compare thead td {font-size: 16px;line-height: 20px;    font-weight: 700; }
table.compare tbody td{border-bottom: 1px solid #d5d5d5;}
table.compare td+td {text-align:center;}
table.compare tbody td:nth-child(even) {background:#eaeaea;}
table.compare td.option_title {font-weight: 700;    padding: 20px 10px;background:#eaeaea;}

.main-page-title {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    padding: 25px 0 40px;
}

.options__tabs a {
	cursor: pointer;
}

.content__tabs {
	display: none;
}

.content__tabs.current {
	display: block;
}

.main-model-gallery-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
}

.main-model-gallery-item__pic {
	height: 165px;
	background-position: center;
	background-size: cover;
}

.mods_tab, .mods_tab_head {
    width: 100%;
}

.mods_tab_link{font-size: 16px; line-height: 20px;padding: 5px; display: inline-block; font-weight: 600;}
.mods_tab_content {overflow:hidden;-webkit-transition: all .3s ease; -o-transition:all .3s ease;transition:all .3s ease;}
.mods_tab_content.open {max-height: fit-content; margin-bottom: 10px;-webkit-transition: all .3s ease; -o-transition:all .3s ease;transition:all .3s ease;}

.mods_tab td:first-child, .mods_tab_head td:first-child{width:30%;}
.mods_tab td+td { text-align: center; font-size: 14px;}
.mods_tab {border-top:1px solid #e8e9e9;}
.mods_tab td {padding:7px;border-bottom:1px solid #e8e9e9;}
.mods_tab tr:nth-child(even) td {background:#eaeaea;}
.comp_tab_content td+td {text-align:center;}
.mods_tab_head td {padding:20px 5px 0;text-align:center;font-weight:700;}
.mods_tab td span.Y {display:block;background:url(images/check_li.png) center no-repeat;width:100%;height:10px;background-size: contain;}

.modification_compare.container {
	overflow: auto;
}

.modif-container {
	width: 100%;
    display: inline-table;
}
@media (max-width: 700px) {
	.main-model-gallery-grid {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 30px 1fr 30px;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
	}
}


.footer-copyright a {
    display: initial;
}

label.has-error-input {
    color: red !important;
}

.main-form-checkbox__text a {
    display: inherit;
}

.row_politic {
    display: flex;
    padding-top: 20px;
}

/* Create two equal columns that sits next to each other */
.column_politic_30 {
    background: #f8f8f8!important;
    padding: 10px;
    min-height: 100vh;
    flex: 30%;
}

/* Create two equal columns that sits next to each other */
.column_politic_70 {
    background: #fff!important;
    min-height: 100vh;
    padding: 10px;
    flex: 70%;
}

.menu-info__content .text-x4 {
    display: block;
}

.text-x4 {
    font-size: 35px;
    line-height: 114%;
    letter-spacing: -.02em;
    font-weight: 700;
    padding-bottom: 50px;
}

.menu-info__content {
    padding: 50px;
    position: relative;
    max-height: none;
    background: none;
    overflow: visible;
    overflow: initial;
}

.mb-3 {
    margin-bottom: 15px;
}

.section-break {
    margin: 20px 0 15px;
    border: 1px solid #05141f;
}

.mb-4 {
    margin-bottom: 20px;
}
.color-black, .color-primary-black {
    color: #05141f;
}

.text-x5 {
    font-size: 25px;
    padding: 25px;
}

.nuxt-link-active{
    font-weight: bold;
}

.btn-politic{
    cursor: pointer;
}

.hidden{
    display: none;
}

.text-s2i, .text-s2i-b {
    font-size: 15px;
    line-height: 167%;
}
.text-s2i {
    font-weight: 400;
}
.color-dark-gray {
    color: #697279;
}

.mb-6 {
    margin-bottom: 30px;
    padding: 25px;
}

.mb-0 {
    margin-bottom: 30px!important;
}

.color-dark-gray {
    color: #697279;
}

.text-x0 {
    font-size: 25px;
}

@media (max-width: 600px){
    .column_politic_30 {
        display: none;
    }
}

@media (max-width: 600px){
    .column_politic_30 {
        display: none;
    }
    .politic{
        display: contents!important;
    }
    .section-break{
        display: inherit!important;
    }
}

.row_politic p {
    line-height: 25px;
}

/*Cat Print styles )*/
a.print {width: 20px;height: 20px;display: inline-block;}
a.print:hover {    -webkit-filter: brightness(0);    filter: brightness(0);}
.print_page {padding: 20px 20px 40px;}
.print_page_title {padding-bottom:10px;border-bottom:1px solid;}
.print_page_title.tab>div {vertical-align:middle;}
.print_page_title div+div {float:right;text-align:right;}

.print_teh{-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;padding-bottom:20px;border-bottom: 1px solid;}
.print_teh li {padding:5px 0;}
.print_page .columns {-webkit-column-count:2;-moz-column-count:2;column-count:2;}
.print_page .columns h5 {font-size:14px;font-weight:700;}
.print_page .columns p {color: #2b2e36;}
.print_page .btn.to_print { 
    padding: 0 24px;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid transparent;
    display: inline-block;
    opacity: 1 !important;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    background: #2b2e36;
    color: #ffffff;
}
.print_page h1 {margin-top: 20px;font-size: 26px;}
.print_page .to_print {margin-top: 20px;display: inline-block;text-align: center;}
.print_page h5 {margin-bottom: 10px; margin-top: 20px;}
.print_page .columns p {margin-bottom: 6px;}
.print_page .columns p:before {content: "* ";}
h5.tohead-eap {font-size: 30px;}
a.b24 {font-size: 16px;text-decoration: none;}
.print_page_title {display: -webkit-box;display: -ms-flexbox;display: flex;}
.print_page_title div {width: 50%;}
.print_page_title .block-info {text-align: right;}


#popup_toggle{bottom:25px;right:25px;position:fixed;z-index: 97;cursor:pointer;}
.img-circle{background-color:#E37639;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #E37639;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#E37639;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(/assets/img/mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }
  100% {transform: scale(0.9);opacity: 1;}}
@-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}



  


.kit__price-block tbody tr {
    line-height: 30px;
}


.kit__price-block .options-item-checkbox__checkmark {
    top: 5px;
}

.kit__price-block table {
    width: 100%;
    margin-top: 10px;
}

.td-right {
    float: right;
    width: 100%;
    text-align: right;
}

.js-model-hidden-price {
    padding: unset;
}

.js-checked-table{
    padding: 20px 10px 20px 10px;
    border-top: dotted;
}

.kit__price-block .options-item-checkbox__checkmark {
    top: 5px;
}
.options-item-checkbox__checkmark {
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    border: 1px solid #E37639;
}

.options-item-checkbox__input:checked ~ .options-item-checkbox__checkmark:after {
    opacity: 1;
}
.options-item-checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 11px;
    height: 11px;
    background: #E37639;
    border-radius: 2px;
    opacity: 0;
}

.options-item-checkbox {
    display: block;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width:440px){
    .td-right {
        float: unset;
        width: fit-content;
        text-align: right;
    }
    .kit__price-block tbody tr{
        line-height: 20px;
    }
    .kit__price-block .options-item-checkbox span, .td-right{
        font-size: 11px;
    }
    .js-checked-table{
        padding: 20px 5px 20px 5px;
        border-top: dotted;
        font-size: 11px;
    }
    .model-options-hidden-content {
        padding: 20px 10px!important;
    }
}



.compare-item.js-gl-acc-active .compare-item__row {
    border-color: transparent;
}

.compare-description {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.compare-description__block:not(:last-child) {
    margin-bottom: 30px;
}

.compare-description__block {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
}

.compare-description__heading {
    font-weight: bold;
}

.compare-description__list-item {
    list-style: none;
    position: relative;
    z-index: 1;
    padding-left: 20px;
}

.compare-description__list-item:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.47703 6.40895L4.87496 6.68888L5.16565 6.29874L7.40094 3.29874L6.59906 2.70126L4.65445 5.31112L3.28768 4.34967L2.71232 5.16757L4.47703 6.40895ZM9.5 5C9.5 7.48528 7.48528 9.5 5 9.5C2.51472 9.5 0.5 7.48528 0.5 5C0.5 2.51472 2.51472 0.5 5 0.5C7.48528 0.5 9.5 2.51472 9.5 5Z' stroke='%23E37639'/%3E%3C/svg%3E%0A");
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
}

.compare-description__list {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
}

.compare-item {
    border-bottom: 1px solid #E4E6E8;
}