@import url(fonts.css);
@import url(normalize.css);
@import url(cocoen.min.css);
* {
    border: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

html {
    scroll-behavior: smooth;
    min-width: 330px;
    background-color: #dddddd;
}

h3 {
    margin: 20px 0 10px 0;
}

h2 {
    margin: 35px 0 15px 0;
}

.thumb-wrap {
  position: relative;
  padding-bottom: 52.7%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

#questions_and_answers ul {
    padding: 0;
    position: relative;
    margin: 0;
    list-style-type: none;
    border-top: 1px solid #d8d8d8;
}
#questions_and_answers ul li {
    display: block;
    padding: 25px 50px 25px 0;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}
#questions_and_answers ul li .text {
    display: none;
    padding-right: 50px;
    margin: 2rem 0 1rem;
}
#questions_and_answers ul li .text.active {
    border: none;
    display: block;
}
#questions_and_answers ul li .btn {
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -8.5px;
}

#questions_and_answers ul li .btn {
    transition: 0.1s;
    box-shadow: none;
    border: none;
}
#questions_and_answers ul li .btn img {
    width: 22px;
    height: 22px;
}

#questions_and_answers ul li .btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    opacity: 0;
    border-radius: 100%;
    -webkit-transform: scale(1, 1) translate(-50%);
    transform: scale(1, 1) translate(-50%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 50%;
    height: 50%;
    margin-left: -25%;
    margin-top: -25%;
    background: rgba(51, 51, 51, 0.2);
}

#questions_and_answers ul li .btn.isActive:after {
    animation: ripple-img 0.7s ease-out;
}

@keyframes ripple-img {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 1;
}
20% {
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 1;
}
100% {
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5);
    opacity: 0;
}
}

.compare-ex-1.gallery_items .headline h2 {
    margin-bottom: 5px;
}

.calculator-ex-1.calculator-ex-1-sevices.icon-list-block h2 {
    margin-bottom: 5px;
}

.calculator-ex-1.calculator-ex-polirovka-kuzova-sevices.services-2.services-2-icon-list h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.polirovka-type-filter-text .item .headline h3 {
    margin-bottom: 10px;
}

body {
    font-family: 'Gilroy';
    margin: 0;
    max-width: 1366px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 5px 25px -7px rgba(0, 0, 0, .9);
}

a:active, a:focus {
    outline: none;
}

button:hover, .button__info-send:hover, .shares a:hover {
    transition: 0.1s;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}

button:not(:hover), .button__info-send:not(:hover), .shares a:not(:hover) {
    transition: 0.3s;
}

input, textarea {
    outline: none;
}

input:active, textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

textarea {
    resize: none;
}

textarea {
    resize: vertical;
}

textarea {
    resize: horizontal;
}

.main-content {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1.5s;
}

.main-content.main-active {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 1.5s;
}

._in-white {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1s;
}

.fixed {
    position: fixed;
}

.flex {
    display: flex;
}
#wha_big{
    display: block;
}
header {
    position: sticky;
    top: 0;
    padding: 30px 45px;
    z-index: 999999;
    background: white;
}

.logotype {
    display: flex;
    align-items: center;
}

.logotype.logo-mob {
    display: none;
    position: fixed;
    z-index: 100; //left: 5.9%;
}

.logotype a {
    display: flex;
}

.logotype img {
    max-width: 100%;
    height: auto;
}

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

.right_block {
    width: 70%;
}

.menu__info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1.2vw;
}

.menu__info * {
    margin-left: 7.5%;
}

.menu__info .email, .menu__info .phone {
    font-size: 18px;
    font-weight: 500;
}

.menu__info .email {
    margin-left: 0;
}

.menu__info-send {
    width: 190px;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    background: #FAB516;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.menu__links .menu__info-send {
    margin: 0 auto;
}

.menu__info-send:hover {
    transition: 0.1s;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}

.menu__info-send:not(:hover) {
    transition: 0.3s;
}

.menu__icon {
    display: none;
    width: 35px;
    height: 35px;
    position: relative;
    cursor: pointer;
}

.fixed {
    position: fixed;
}

.menu__icon_active {
    background: #FFF;
}

.menu__icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #333333;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in;
}

.menu__icon span:nth-child(1) {
    top: 2px;
}

.menu__icon span:nth-child(2), .menu__icon span:nth-child(3) {
    top: 15px;
}

.menu__icon span:nth-child(4) {
    top: 28px;
}

.menu__links {
    display: flex;
    justify-content: flex-end;
}

.tel {
    font-size: 20px;
}
 #tel {
    background: url('../img/call.svg');
    background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    border-radius: 8px;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 80px;
    height: 80px;
    z-index: 9;
}
.menu__links-item {
    white-space: nowrap;
    display: inline-block;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    border-bottom: 2px solid #FFF;
    margin-left: 4%;
}

.menu__links-item:hover {
    transition: 0.2s;
    border-bottom: 2px solid #FAB516;
}

.menu__links-item:not(:hover) {
    transition: 0.4s;
}

.active {
    border-bottom: 2px solid #FAB516;
}

.menu.menu_state_open .menu__icon span:nth-child(1) {
    display: none;
    top: 18px;
    width: 0%;
    left: 50%;
}

.menu.menu_state_open .menu__icon span:nth-child(2) {
    transform: rotate(45deg);
    background: #000;
}

.menu.menu_state_open .menu__icon span:nth-child(3) {
    transform: rotate(-45deg);
    background: #000;
}

.menu.menu_state_open .menu__icon span:nth-child(4) {
    display: none;
    top: 18px;
    width: 0%;
    left: 50%;
}

.menu.menu_state_open .menu__links {
    display: block;
}

.img-headline-content-icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #6C6D69;
    min-height: 320px;
    max-height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10%;
    margin-bottom: 40px;
    position: relative;
}

.img-headline-content-icon .headline {
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 44;
}

.img-headline-content-icon .headline p {
    font-size: 42px;
}

.img-headline-content-icon .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 43;
}

.popup-phone {
    position: fixed;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 102;
    background: #FFF;
    margin: 0 auto;
    padding: 40px;
    height: 330px;
    margin-top: -165px;
    max-width: 50%;
    min-width: 280px;
    display: none;
}

.popup-phone span {
    font-size: 25px;
    margin-bottom: 20px;
}

.popup-phone .close {
    position: absolute;
    font-size: 70px;
    top: 0px;
    right: 12.5px;
    cursor: pointer;
}

.popup-phone input {
    outline: none;
    border-bottom: 1px solid #000;
    font-size: 14px;
    padding-bottom: 10px;
    margin: 20px 0;
    width: 100%;
    display: block;
    font-family: 'Gilroy';
}

.popup-phone button {
    width: 100%;
    background: #FFF;
    padding: 20px;
    border: 1px solid #000;
    outline: none;
    cursor: pointer;
    margin-top: 30px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.popup-phone button:hover {
    background-color: #F9B517;
    transition: 0.1s;
}

.popup-phone button:not(:hover) {
    transition: 0.3s;
}

.popup-phone textarea {
    display: none;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-family: 'Gilroy';
    width: 100%;
}

.popup-background {
    display: none;
    background: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    cursor: pointer;
}

main {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
}

main .rslides {
    position: relative;
    list-style-type: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.gallery_slider_oklejka.text {
    padding: 35px 0;
}

main .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    align-items: center;
    display: none;
    display: flex;
    align-items: center;
    width: 100%;
    left: 0;
    top: 0;
}

main .rslides li .img {
    position: absolute;
    background: #999;
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

main .rslides li .proportions {
    display: block;
    float: left;
    width: 100%;
    min-height: 320px;
    max-height: 650px;
    border: 0;
}

main .rslides li .shares {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 44;
    left: 10%;
    width: 50%;
    padding: 3%;
    background: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}

main .rslides li .shares p {
    display: block;
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 20px;
}

main .rslides li .shares a {
    display: block;
    width: 190px;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    background: #FAB516;
    font-weight: 700;
    text-transform: uppercase;
}

main .rslides li .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    z-index: 43;
}

main .rslides:first-child {
    position: relative;
    display: block;
    float: left;
}

main .prev {
    left: 2%;
}

main .next {
    right: 2%;
}

main .next, main .prev {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    position: absolute;
    width: 40px;
    background: rgba(255, 255, 255, 0.5);
    top: 50%;
    z-index: 44;
    margin-top: -30px;
    text-align: center;
}

main .next:hover, main .prev:hover {
    transition: .25s ease-in;
    background: rgba(255, 255, 255, 0.6);
}

main .next:not(:hover), main .prev:not(:hover) {
    transition: .25s ease-in;
}

main .next i, main .prev i {
    font-size: 24px;
}

main .rslides_tabs {
    display: flex;
    justify-content: space-around;
    width: 20%;
    list-style-type: none;
    position: absolute;
    z-index: 43;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

main .rslides_tabs i {
    color: #FFF;
    font-size: 13px;
}

main .rslides_tabs .rslides_here i {
    color: #FAB516;
}

@media (max-width: 767px) {
    main .rslides li .shares {
        text-align: center;
        left: 0;
        width: 65%;
        right: 0;
        margin: 0 auto;
    }
    main .rslides li .shares p {
        font-size: 22px;
    }
    main .rslides li .shares a {
        margin: auto;
        font-size: 12px;
        width: 170px;
        padding: 8px 0;
    }
}

.headline-content {
    margin: 70px 40px 0;
    position: relative;
    display: flex;
    border: 10px solid #FAB516;
    border-bottom: none;
}

.headline-content.headline-content-page {
    margin: 0 40px 0;
}

.headline-content>.headline, .comment>.headline {
    position: relative;
    max-width: 280px;
    min-width: 280px;
}

.headline-content>.headline h1 {
    /*margin: 25px 0 -15px 0;*/
    position: relative;
    padding: 15px;
    margin-left: -15px;
    left: -35px;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    background: #FFF;
}

.headline-content .content {
    flex-direction: column;
    display: flex;
    margin: 25px 0;
    padding: 20px;
}

.repair-glass>ul {
    list-style-type: none;
}

.repair-glass>ul>li {
    /*margin-bottom: 20px;*/
}

.repair-glass>ul>li:nth-child(3) {
    margin-bottom: 0;
}

.repair-glass>ul>li:last-child {
    margin-bottom: 0;
}

.repair-glass>ul>li .headline, .repair-glass .wrap-why__we_content .headline {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}

.repair-glass .wrap-why__we_content .headline {
    margin-bottom: 0;
}

.repair-glass .headline h2 {
    font-size: 21px;
    font-weight: 600!important;
}

.repair-glass>ul>li .before-text p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.repair-glass>ul>li .after-text p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.repair-glass>ul>li img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.repair-glass>ul>li>ol {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 20px;
}

.repair-glass>ul>li>ol li {
    font-size: 16px;
    margin-bottom: 10px;
}

.repair-glass>ul>li>ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #FAB516;
    font-size: 28px;
}

.repair-glass>ul>li .price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.repair-glass>ul>li .price p {
    font-size: 40px;
    font-weight: 700;
    /*margin-bottom: 20px;*/
    margin-right: 40px;
}

.repair-glass>ul>li .price p i {
    font-size: 34px;
}

.repair-glass>ul>li .price .button {
    width: 190px;
    min-width: 190px;
    background-color: #FAB516;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    /*margin-bottom: 8px;*/
    height: 40px;
    margin-top: 3px;
}

.repair-glass>ul>li .price .button:hover {
    transition: 0.1s;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}

.repair-glass>ul>li .price .button:not(:hover) {
    transition: 0.3s;
}

.page_about-about {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.page_about-about li {
    list-style-type: none;
    margin: 20px 0;
    flex: 1 1 50%;
    min-width: 250px;
}

.page_about-about li:last-child {
    margin-bottom: 20px;
}

.page_about-about li p {
    padding-left: 30px;
    padding-right: 10px;
}

.page_about-about li .title {
    display: flex;
    margin-bottom: 20px;
}

.page_about-about li span {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    margin-left: 10px;
}

.calculator-ex-1 {
    display: flex;
    flex-direction: column;
    /*margin-top: 35px;
    margin-bottom: 20px;*/
}

.calculator-ex-1>.headline {
    text-transform: uppercase;
    font-weight: 600;
    /*margin-bottom: 15px;*/
}

.calculator-ex-1>.headline h2 {
    font-size: 21px;
    font-weight: 600;
}

.calculator-ex-1>.headline h3 {
    text-transform: none;
}

.calculator-ex-1 .text p {
    margin-bottom: 60px;
    line-height: 22px;
}

.calculator-ex-1 .filter-okleika .text p {
    margin-bottom: 0;
}

.calculator-ex-1 .filter-okleika .section-item.active {
    border-bottom: none;
}

.calculator-ex-1 .filter-okleika .section-item.active .headline h2 span {
    border-bottom: 2px solid #FAB516;
    display: inline-block;
}

.calculator-ex-1 .filter-okleika .section-item .text {
    max-height: 0;
    overflow: hidden;
    transition: all 1s ease;
}

.calculator-ex-1 .filter-okleika .section-item.active .text {
    max-height: 1000px;
    overflow: hidden;
    transition: all 4s ease;
}

.calculator-ex-1 .filter-images .section-item {
    display: none;
}

.calculator-ex-1 .filter-images .section-item.active {
    border-bottom: none;
    display: block;
    padding: 35px 40px;
}

.calculator-ex-1 .filter-images .section-item img {
    height: auto;
    width: 100%;
}

.calculator-ex-1 .filter-list-price .section-item {
    display: none;
}

.calculator-ex-1 .filter-list-price .section-item.active {
    border-bottom: none;
    display: flex;
}

.section-text-list ul {
    display: inline-flex;
    flex-wrap: wrap;
    /*margin: 13px -5px;*/
    max-width: 800px;
}

.section-text-list h4 {
    margin-top: 20px;
}

.section-text-list ul li {
    display: block;
    padding: 10px 5px;
    list-style-type: none;
}

.section-text-list ul li:before {
    content: "";
    display: block;
    background-color: #f8b316;
    margin: 0 9px 0 0;
    position: relative;
    float: left;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
}

.calculator-ex-1 .calculator-inner {
    display: flex;
    justify-content: flex-start;
}

.calculator-ex-1 .calculator-inner .filters {
    max-width: 320px;
}

.calculator-ex-1 .calculator-inner .filters .wrap-field-radio * {
    cursor: pointer;
}

.calculator-ex-1 .calculator-inner .filters .wrap-field-radio label {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

.calculator-ex-1 .calculator-inner .filters .wrap-field-radio label .input-headline {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.calculator-ex-1 .calculator-inner .filters .wrap-field-radio label .input-headline .radio {
    display: none;
}

.calculator-ex-1 .calculator-inner .filters .wrap-field-radio label .input-headline .checkbox-custom, .calculator-ex-1 .calculator-inner .filters .wrap-field-radio label .input-headline .radio-custom {
    max-width: 18px;
    min-width: 18px;
    width: 18px;
    height: 18px;
    border-radius: 15px;
    border: 3px solid #FAB516;
    position: relative;
    margin-right: 16px;
}

.calculator-ex-1 .calculator-inner .filters .wrap-field-radio label .input-headline .radio-custom, .calculator-ex-1 .calculator-inner .filters .wrap-field-radio label .input-headline .label {
    display: inline-block;
    vertical-align: middle;
}

.calculator-ex-1 .calculator-inner .filters .wrap-field-radio label .input-headline .radio:checked+.radio-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #FAB516;
    border-radius: 20px;
}

.calculator-ex-1 .calculator-inner .filters .wrap-field-radio label .input-headline .headline {
    font-size: 15px;
    font-weight: 600;
}

.calculator-ex-1 .calculator-inner .cars {
    margin: 0 0 0 100px;
}

.calculator-ex-1 .calculator-inner .filters .wrap-field-radio .models {
    font-size: 15px;
    margin-left: 34px;
}

.calculator-ex-1 .calculator-inner .filters>.headline {
    background-color: #FAB516;
    color: #000;
    line-height: 45px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.calculator-ex-1 .calculator-inner .filters .filter-class-car {
    padding: 20px 0;
}

.calculator-ex-1 .calculator-inner .filters .filter-body-type {
    display: flex;
    flex-wrap: wrap;
    padding: 35px 0;
    margin-bottom: -5px;
}

.calculator-ex-1 .calculator-inner .filters .filter-body-type .wrap-field-radio {
    flex: 1 1 50%;
}

.calculator-ex-1 .calculator-inner .filters .filter-body-type .wrap-field-radio label {
    margin: 5px 0;
}

.calculator-ex-1 .calculator-inner .filters .check .price {
    margin-bottom: 30px;
    position: relative;
}

.calculator-ex-1 .calculator-inner .filters .check .price p {
    font-weight: 700;
    font-size: 60px;
}

.calculator-ex-1 .calculator-inner .filters .check .price p i {
    font-size: 53px;
}

.calculator-ex-1 .calculator-inner .filters .check .button {
    background-color: #FAB516;
    color: #000;
    line-height: 45px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.calculator-ex-1 .calculator-inner .cars ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    list-style-type: none;
}

.calculator-ex-1 .calculator-inner .cars ul li {
    width: 100%;
    display: none;
}

.calculator-ex-1 .calculator-inner .cars ul li .car {
    width: 100%;
    position: relative;
    max-width: 403px;
    margin: 0 auto;
}

.calculator-ex-1 .calculator-inner .cars ul li .car>img {
    max-width: 100%;
    width: 400px;
    display: block;
    margin: 0 auto;
}

.calculator-ex-1 .calculator-inner .cars ul li .car .window {
    max-width: 403px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.calculator-ex-1 .calculator-inner .cars ul li .car .window img {
    max-width: 100%;
    display: none;
    width: 403.5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.calculator-ex-1 .calculator-inner .cars ul li .car .wrap-field-checkbox {
    position: absolute;
}

.calculator-ex-1 .calculator-inner .cars ul li .car .wrap-field-checkbox input {
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: none;
}

.calculator-ex-1 .calculator-inner .cars ul .sedan {
    display: block;
}

.calculator-ex-1 .calculator-inner .cars ul .sedan .car .front_window {
    top: 21%;
    left: 50%;
    width: 58%;
    margin-left: -29%;
    height: 22.5%;
}

.calculator-ex-1 .calculator-inner .cars ul .sedan .car .back_window {
    bottom: 16.5%;
    left: 50%;
    width: 54%;
    margin-left: -27%;
    height: 13%;
}

.calculator-ex-1 .calculator-inner .cars ul .sedan .car .left_front_window {
    top: 35%;
    left: 12%;
    width: 7%;
    height: 20%;
}

.calculator-ex-1 .calculator-inner .cars ul .sedan .car .right_front_window {
    top: 35%;
    right: 12%;
    width: 7%;
    height: 20%;
}

.calculator-ex-1 .calculator-inner .cars ul .sedan .car .left_back_window {
    bottom: 22.5%;
    left: 12%;
    width: 7%;
    height: 21.5%;
}

.calculator-ex-1 .calculator-inner .cars ul .sedan .car .right_back_window {
    bottom: 22.5%;
    right: 12%;
    width: 7%;
    height: 21.5%;
}

.calculator-ex-1 .calculator-inner .cars ul .coupe .car .front_window {
    top: 21%;
    left: 50%;
    width: 58%;
    margin-left: -29%;
    height: 22%;
}

.calculator-ex-1 .calculator-inner .cars ul .coupe .car .back_window {
    bottom: 4%;
    left: 50%;
    width: 61%;
    margin-left: -31%;
    height: 12%;
}

.calculator-ex-1 .calculator-inner .cars ul .coupe .car .left_front_window {
    top: 35%;
    left: 12%;
    width: 7%;
    height: 27%;
}

.calculator-ex-1 .calculator-inner .cars ul .coupe .car .right_front_window {
    top: 35%;
    right: 12%;
    width: 7%;
    height: 27%;
}

.calculator-ex-1 .calculator-inner .cars ul .coupe .car .left_back_window {
    bottom: 20%;
    left: 12%;
    width: 7%;
    height: 17%;
}

.calculator-ex-1 .calculator-inner .cars ul .coupe .car .right_back_window {
    bottom: 20%;
    right: 12%;
    width: 7%;
    height: 17%;
}

.calculator-ex-1 .calculator-inner .cars ul .hatchback .car .front_window {
    top: 21%;
    left: 50%;
    width: 58%;
    margin-left: -29%;
    height: 21.5%;
}

.calculator-ex-1 .calculator-inner .cars ul .hatchback .car .back_window {
    bottom: 4%;
    left: 50%;
    width: 60%;
    margin-left: -30%;
    height: 12%;
}

.calculator-ex-1 .calculator-inner .cars ul .hatchback .car .left_front_window {
    top: 35%;
    left: 12%;
    width: 7%;
    height: 20%;
}

.calculator-ex-1 .calculator-inner .cars ul .hatchback .car .right_front_window {
    top: 35%;
    right: 12%;
    width: 7%;
    height: 20%;
}

.calculator-ex-1 .calculator-inner .cars ul .hatchback .car .left_back_window {
    bottom: 25%;
    left: 12%;
    width: 7%;
    height: 19.5%;
}

.calculator-ex-1 .calculator-inner .cars ul .hatchback .car .right_back_window {
    bottom: 25%;
    right: 12%;
    width: 7%;
    height: 19.5%;
}

.calculator-ex-1 .calculator-inner .cars ul .crossover .car .front_window {
    top: 21%;
    left: 50%;
    width: 58%;
    margin-left: -29%;
    height: 21.5%;
}

.calculator-ex-1 .calculator-inner .cars ul .crossover .car .back_window {
    bottom: 4%;
    left: 50%;
    width: 60%;
    margin-left: -30%;
    height: 12%;
}

.calculator-ex-1 .calculator-inner .cars ul .crossover .car .left_front_window {
    top: 35%;
    left: 12%;
    width: 7%;
    height: 20%;
}

.calculator-ex-1 .calculator-inner .cars ul .crossover .car .right_front_window {
    top: 35%;
    right: 12%;
    width: 7%;
    height: 20%;
}

.calculator-ex-1 .calculator-inner .cars ul .crossover .car .left_back_window {
    bottom: 25%;
    left: 12%;
    width: 7%;
    height: 19.5%;
}

.calculator-ex-1 .calculator-inner .cars ul .crossover .car .right_back_window {
    bottom: 25%;
    right: 12%;
    width: 7%;
    height: 19.5%;
}

.calculator-ex-1 .calculator-inner .cars ul .off-road .car .front_window {
    top: 21%;
    left: 50%;
    width: 59%;
    margin-left: -29.5%;
    height: 19%;
}

.calculator-ex-1 .calculator-inner .cars ul .off-road .car .back_window {
    bottom: 5%;
    left: 50%;
    width: 54%;
    margin-left: -27%;
    height: 8.5%;
}

.calculator-ex-1 .calculator-inner .cars ul .off-road .car .left_front_window {
    top: 32%;
    left: 13%;
    width: 6%;
    height: 20%;
}

.calculator-ex-1 .calculator-inner .cars ul .off-road .car .left_center_window {
    top: 52.8%;
    left: 13%;
    width: 6%;
    height: 13.2%;
}

.calculator-ex-1 .calculator-inner .cars ul .off-road .car .right_center_window {
    top: 52.8%;
    right: 13%;
    width: 6%;
    height: 13.2%;
}

.calculator-ex-1 .calculator-inner .cars ul .off-road .car .right_front_window {
    top: 32%;
    right: 13%;
    width: 6%;
    height: 20%;
}

.calculator-ex-1 .calculator-inner .cars ul .off-road .car .left_back_window {
    bottom: 19%;
    left: 13%;
    width: 6%;
    height: 14.2%;
}

.calculator-ex-1 .calculator-inner .cars ul .off-road .car .right_back_window {
    bottom: 19%;
    right: 13%;
    width: 6%;
    height: 14.2%;
}

.calculator-ex-1 .calculator-inner .cars ul .universal .car .front_window {
    top: 21%;
    left: 50%;
    width: 59%;
    margin-left: -29.5%;
    height: 22%;
}

.calculator-ex-1 .calculator-inner .cars ul .universal .car .back_window {
    bottom: 7.5%;
    left: 50%;
    width: 54%;
    margin-left: -27%;
    height: 8.5%;
}

.calculator-ex-1 .calculator-inner .cars ul .universal .car .left_front_window {
    top: 32%;
    left: 10%;
    width: 6%;
    height: 20%;
}

.calculator-ex-1 .calculator-inner .cars ul .universal .car .left_center_window {
    top: 52.8%;
    left: 10%;
    width: 6%;
    height: 13.5%;
}

.calculator-ex-1 .calculator-inner .cars ul .universal .car .right_center_window {
    top: 52.8%;
    right: 10%;
    width: 6%;
    height: 13.5%;
}

.calculator-ex-1 .calculator-inner .cars ul .universal .car .right_front_window {
    top: 32%;
    right: 10%;
    width: 6%;
    height: 20%;
}

.calculator-ex-1 .calculator-inner .cars ul .universal .car .left_back_window {
    bottom: 19%;
    left: 10%;
    width: 6%;
    height: 14.2%;
}

.calculator-ex-1 .calculator-inner .cars ul .universal .car .right_back_window {
    bottom: 19%;
    right: 10%;
    width: 6%;
    height: 14.2%;
}

.menu__links .menu__info-send, .menu__links .tel, .menu__links .address {
    display: none;
    margin-top: 30px;
}

.menu__links .tel {
    text-align: center; //margin-top: 80px;
    margin-top: 15px;
}

.menu__links .address {
    text-align: center;
}

.services ul {
    display: flex;
    flex-wrap: wrap;
}

.services ul .services-item {
    position: relative;
    width: 25%;
    list-style-type: none;
}

.services ul .services-item:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.services ul .services-item .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
}

.services ul .services-item .content .content-inner {
    padding: 7% 15%;
}

.services ul .services-item .content .content-inner .title {
    display: flex;
    align-items: flex-end;
    position: relative;
    color: #FFF;
    z-index: 44;
    font-size: 24px;
    margin-bottom: 3%;
    height: 66px;
    font-weight: 600;
}

.services ul .services-item .content .content-inner .line {
    position: relative;
    width: 55px;
    height: 3px;
    background: #FAB516;
    z-index: 44;
    margin-bottom: 10%;
}

.services ul .services-item .content .content-inner .cover {
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.services ul .services-item .content .content-inner ul {
    position: relative;
    color: #FFF;
    z-index: 44;
    display: flex;
    flex-direction: column;
}

.services ul .services-item .content .content-inner ul li {
    list-style-type: none;
    font-size: 16px;
    margin-bottom: 6px;
}

.services ul .services-item .content .content-inner ul li a {
    color: #FFF;
}

.services ul .services-item .content .content-inner ul li:before {
    color: #FAB516;
    background: url("../img/dot.png") no-repeat center center;
    display: inline-block;
    content: "";
    padding-right: 10px;
    font-size: 16px;
    height: 8px;
    width: 8px;
}

@media (max-width: 1023px) {
    .services>ul .services-item {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .services>ul .services-item {
        width: 100%;
    }
}

.advantages-ex-2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #6C6D69;
    padding: 100px 4% 50px;
    position: relative;
}

.advantages-ex-2 ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    position: relative;
    z-index: 44;
}

.advantages-ex-2 ul li {
    display: flex;
    flex: 1 1 25%;
    flex-direction: column;
    align-items: center;
    min-width: 200px;
    margin-bottom: 50px;
    padding: 0 5px;
}

.advantages-ex-2 ul li .icon {
    width: 100px;
    height: 70px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.advantages-ex-2 ul li h4 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 18px;
    color: #FFF;
}

.advantages-ex-2 .cover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1100px) {
    .advantages-ex-2 ul li {
        flex: 1 1 50%;
    }
}

.min-gallery-ex-1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.min-gallery-ex-1>.headline {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

.min-gallery-ex-1>.headline h2 {
    font-size: 21px;
    font-weight: 600;
}

.min-gallery-ex-1 .text p {
    margin-bottom: 60px;
    line-height: 22px;
}

.min-gallery-ex-1 .gallery-inner ul {
    display: flex;
    list-style-type: none;
}

.min-gallery-ex-1 .gallery-inner ul li {
    flex: 1 1 33.33%;
    align-items: center;
}

.min-gallery-ex-1 .gallery-inner ul li img {
    max-width: 100%;
}

.continue-headline-content {
    margin: 0 40px 0;
    position: relative;
    display: flex;
    border: 10px solid #FAB516;
    border-top: none;
    border-bottom: 0;
}

.continue-headline-content .headline {
    position: relative;
    min-width: 280px;
    max-width: 100%;
}

.continue-headline-content .content {
    flex-direction: column;
    display: flex;
    margin: 25px 0;
    padding: 20px;
}

@media (max-width: 767px) {
    .continue-headline-content {
        margin: 0 15px 0;
        position: relative;
        flex-direction: column;
    }
    .headline-content.headline-content-page {
    	margin: 0 15px 0;
    }
    .continue-headline-content .headline h1 {
        left: -12px;
    }
    .continue-headline-content .content {
        margin: 0 0 25px;
    }
}

.compare-ex-1 {
    display: flex;
    flex-direction: column;
    /*margin-bottom: 17.5px;
    margin-top: 17.5px;*/
}

.compare-ex-1>.headline {
    text-transform: uppercase;
    font-weight: 600;
    /*margin-bottom: 15px;*/
}

.compare-ex-1>.headline h2 {
    font-size: 21px;
    font-weight: 600;
}

.compare-ex-1 .text p {
    margin-bottom: 35px;
    line-height: 22px;
}

.compare-ex-1 .compare-inner .tabs {
    width: 100%;
}

.compare-ex-1 .compare-inner .tabs ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    margin-bottom: 20px;
    list-style-type: none;
}

.compare-ex-1 .compare-inner .tabs ul li {
    width: 15%;
    display: flex;
    flex-direction: column;
    margin-right: 2.5%;
}

.compare-ex-1 .compare-inner .tabs ul li span {
    font-weight: 700;
    margin-bottom: 5px;
}

.compare-ex-1 .compare-inner .tabs ul li[data-page="3"] span {
    text-overflow: ellipsis;
    overflow: hidden;
}

.compare-ex-1 .compare-inner .tabs ul li .tab, .gradient {
    width: 100%;
    cursor: pointer;
    height: 35px;
}

.gradient {
    position: relative;
    z-index: 1;
}

.compare-ex-1 .compare-inner .tabs ul li .tab.tab-active {
    background-image: url(../img/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.compare-ex-1 .compare-inner .tabs ul li:last-child {
    margin-right: 0;
}

/* info */

.wrap-info {
    background-image: url(../img/bg_info.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10vw 4vw;
    position: relative;
}

.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
}

.info {
    position: relative;
    z-index: 44;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.info ol {
    list-style-type: none;
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.info ol li {
    display: flex;
    min-width: 225px;
    flex-direction: column;
}

.info ol li:first-child {
    margin-bottom: 50px;
}

.info .number {
    text-align: center;
    font-size: 40px;
    color: #FAB516;
    margin-bottom: 40px;
    font-weight: 900;
}

.info .caption {
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
}

/* why we */

.wrap-why__we {
    padding: 0 40px 0;
    position: relative;
}

.why__we {
    border: 10px solid #FAB516;
    border-top: none;
    border-bottom: none;
    display: flex;
    padding-top: 50px;
    min-height: 220px;
    padding-right: 4%;
}

.wrap-title {
    width: 20%;
    min-width: 200px;
}

.wrap-title .title {
    position: relative;
    padding: 15px;
    margin-left: -15px;
    left: -35px;
    text-transform: uppercase;
    background: #FFF;
}

.wrap-title .title h2 {
    font-size: 36px;
    font-weight: 900;
}

.wrap-why__we_content {
    flex-direction: column;
    display: flex;
    padding: 5px 0;
    padding-right: 0;
    width: 80%;
}

.wrap-why__we_content.remont__stekl {
    width: 100%;
}

.why__we_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.why__we_content li {
    width: 26.666667%;
    min-width: 236px;
    position: relative;
    list-style-type: none;
    padding: 30px;
    border: 4px solid #FAB516;
    margin: 20px;
}

.why__we_content li .title {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.why__we_content li img {
    position: absolute;
    left: -20px;
    top: 10px;
    width: 36px;
    z-index: 44;
    background: #FFF;
    padding: 15px 0;
    box-sizing: content-box;
}

@media (max-width: 1210px) {
    .why__we_content li {
        width: 100%;
    }
}

/* feedback */

.wrap-feedback {
    padding-bottom: 30px;
}

.wrap-feedback__header {
    padding: 0 40px;
    margin-bottom: 40px;
}

.feedback__header {
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 30px 30px 30px 0;
    border: 10px solid #FAB516;
    border-top: none;
}

.wrap-feedback__form {
    display: flex;
    justify-content: space-between;
    padding: 0 45px;
}

.feedback__left {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-right: 20px;
}

.feedback__left-text {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}

.feedback__left-text p {
    font-size: 15px;
    line-height: 22px;
    text-align: right;
    font-weight: 600;
    margin-bottom: 5px;
}

.feedback__left-text .phone, .feedback__left-text .email {
    font-weight: 600;
    font-size: 22px;
    text-align: right;
    margin-bottom: 5px;
}

.feedback__left-car {
    position: relative;
    bottom: 0;
    margin-left: -45px;
}

.feedback__left-car img {
    max-width: 100%;
    height: auto;
}

.feedback__right {
    width: 50%;
    margin-top: -67px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.feedback__right .header {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
}

.feedback__right .header span {
    display: block;
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    background: #FFF;
    box-sizing: border-box;
}

.feedback__right .header span:nth-child(1) {
    background: #FFF;
    margin-left: -20px;
    padding: 0 20px;
    width: 234px;
}

.feedback__right .header span:nth-child(2) {
    background: #FFF;
    padding-right: 20px;
}

.wrap-field {
    max-width: 514px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 2px 0px 8px 20px;
    border-left: 3px solid #FAB516;
}

.wrap-field span {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.feedback__right input, .feedback__right textarea {
    border: 1px solid #929497;
    padding: 4px;
}

.feedback__right textarea {
    resize: none;
}

.wrap-field-button {
    max-width: 514px;
    display: flex;
    justify-content: flex-start;
}

.wrap-field-chekbox {
    max-width: 514px;
    width: 50%;
    font-size: 11px;
    line-height: 13px;
}

.wrap-feedback .wrap-field-chekbox label {
    display: flex;
    flex-direction: row;
}

.wrap-feedback .checkbox, .wrap-feedback .radio {
    display: none;
}

.wrap-feedback .checkbox-custom, .wrap-feedback .radio-custom {
    max-width: 15px;
    min-width: 15px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #ccc;
    position: relative;
}

.wrap-feedback .checkbox-custom, .wrap-feedback .radio-custom, .wrap-feedback .label {
    display: inline-block;
    vertical-align: middle;
}

/*.wrap-feedback .checkbox:checked + */

.wrap-feedback .checkbox-custom::before, .wrap-feedback .radio-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #413548;
}

.wrap-field-button button, .wrap-field-button input[type="submit"] {
    color: #000;
    margin-right: 15px;
    max-height: 38px;
    width: 190px;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    background: #FAB516;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.wrap-field-button button:hover, .wrap-field-button input[type="submit"]:hover {
    transition: 0.1s;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}

#filter-keramicheskoe-pokryitie-avtomobilya .filter-okleika-text ul li {
	display: inline-block;
	text-align: center;
	padding: 0 15px;
	height: 200px;
    width: 180px;
}
#filter-keramicheskoe-pokryitie-avtomobilya .filter-okleika-text ul li .icon {
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    height: 160px;
    width: 155px;
}
#filter-keramicheskoe-pokryitie-avtomobilya .filter-okleika-text .section-item:nth-child(1)  ul li:nth-child(1) .icon {
	background: url('../img/icon/icon circle_pro.svg') no-repeat;
	background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
#filter-keramicheskoe-pokryitie-avtomobilya .filter-okleika-text .section-item:nth-child(1) ul li:nth-child(2) .icon {
	background: url('../img/icon/icon circle_pro.svg') no-repeat -174px;
	background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
#filter-keramicheskoe-pokryitie-avtomobilya .filter-okleika-text .section-item:nth-child(1) ul li:nth-child(3) .icon {
	background: url('../img/icon/icon circle_pro.svg') no-repeat -348px;
	background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
#filter-keramicheskoe-pokryitie-avtomobilya .filter-okleika-text .section-item:nth-child(1) ul li:nth-child(4) .icon {
	background: url('../img/icon/icon circle_pro.svg') no-repeat -520px;
	background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

#filter-keramicheskoe-pokryitie-avtomobilya .filter-okleika-text .section-item:nth-child(2)  ul li:nth-child(1) .icon {
	background: url('../img/icon/icon circle_ultra.svg') no-repeat;
	background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
#filter-keramicheskoe-pokryitie-avtomobilya .filter-okleika-text .section-item:nth-child(2) ul li:nth-child(2) .icon {
	background: url('../img/icon/icon circle_ultra.svg') no-repeat -174px;
	background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
#filter-keramicheskoe-pokryitie-avtomobilya .filter-okleika-text .section-item:nth-child(2) ul li:nth-child(3) .icon {
	background: url('../img/icon/icon circle_ultra.svg') no-repeat -348px;
	background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
#filter-keramicheskoe-pokryitie-avtomobilya .filter-okleika-text .section-item:nth-child(2) ul li:nth-child(4) .icon {
	background: url('../img/icon/icon circle_ultra.svg') no-repeat -520px;
	background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

#filter-keramicheskoe-pokryitie-avtomobilya .section-title-2,
#filter-keramicheskoe-pokryitie-avtomobilya .section-title-1 {
	padding: 20px 0;
}

#filter-keramicheskoe-pokryitie-avtomobilya .gallery_slider {
	display: flex;
}

#filter-keramicheskoe-pokryitie-avtomobilya .filter-images .section-item {
	padding-left: 0;
	padding-right: 0;
}
#filter-keramicheskoe-pokryitie-avtomobilya .filter-list-price .section-item {
   margin: 0;
}
#filter-keramicheskoe-pokryitie-avtomobilya .filter-list-price .section-item h3 {
	margin-top: 0;
}
.keramicheskoe-pokryitie-table {
	width: 100%;
}
#filter-keramicheskoe-pokryitie-avtomobilya .filter-okleika {
    margin-left: 163px;
}

#filter-keramicheskoe-pokryitie-avtomobilya .section-item button {
    line-height: normal;
    font-weight: normal; 
    text-transform: lowercase; 
    width: auto;
}

.main-content .content {
	margin-bottom: 0;
} 

.whatsapp {
	display: none;
}

@media only screen and (max-width: 450px) {
    body .whatsapp a {
        margin-right: 30px;
        margin-bottom: 100px;
    }
    body .whatsapp {
     display: block;
 }
.label_39._bottom_3v._pad100_GR, .label_39._left_2d._pad100_GR, .label_39._right_1y._pad100_GR {
    display: none;
}
jdiv, #jivo-mouse-tracker, div#jivo-iframe-container.jivo-iframe-container-bottom {
    visibility: hidden!important;
}
}

/* map */

.wrap-map {
    border-top: 10px solid #FAB516;
    height: 450px;
}

#map {
    position: relative;
    width: 100%;
    height: 100%;
}

/* footer */

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 4% 10px 4%;
    height: 123px;
}
.copy {
    padding:0 4% 55px 4%;
}
.copy p {
    text-align: center;
}
footer a {
    font-size: 14px;
    font-weight: 600;
}

footer a:nth-child(2) {
    margin-left: 20px;
}

footer .phone, footer .email {
    font-weight: 600;
    font-size: 18px;
}

.wrap_doc {
    display: flex;
    justify-content: space-around;
    width: 35%;
}

.wrap_other {
    display: flex;
    justify-content: space-around;
    width: 65%;
}

.social_networks {
    display: flex;
}

.social_networks i {
    display: inline-block;
    vertical-align: middle;
    color: #FAB516;
    font-size: 35px;
    margin: 0 10px;
}

.social_networks li {
    list-style-type: none;
}

.social_networks li a {
    font-size: 21px;
    margin: 0 5px;
    justify-content: center;
    align-items: center;
}

.block_brands .brands {
    margin-top: 35px;
}

.block_brands .headline h2 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    /*margin-bottom: 30px;*/
}

.block_brands .brands .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*# sourceMappingURL=main.css.map */

#page_404 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#page_404 a {
    display: block;
    width: 190px;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    background: #FAB516;
    font-weight: 700;
    margin: 0 auto;
    text-transform: uppercase;
}

#page_404 {
    text-align: center;
}

#page_404 h1 {
    font-size: 9em;
    margin: 5px 0;
}

.tab-container {
    position: relative;
}

.popup-message {
    background-color: #fff;
    display: none;
    position: fixed;
    padding: 20px 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 270px;
    z-index: 200;
}

.overflow {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
}

.comment_form {
    margin-top: 0;
}

.img_files {
    border: 1px dashed #000;
    position: relative;
}

.img_files .bg {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    text-align: center;
}

.wrap-field input[name="img_files[]"] {
    width: 100%;
    height: 3.8em;
    opacity: 0.0;
}

.comment {
    margin: 0 40px 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
    border: 10px solid #FAB516;
    border-bottom: none;
    border-top: none;
}

.comment .comment_row {
    margin: 0;
    padding: 20px;
    width: 100%;
}

.comment:nth-child(4) .comment_row {
    margin: 0;
    padding: 0 20px 20px;
    width: 100%;
}

.comment .comment_row .comment_item {
    display: flex;
    border-bottom: 2px solid #f8b319;
    margin-top: 35px;
    padding-bottom: 20px;
}

.comment .comment_row .comment_item .comment_col {
    padding: 0 25px 0 0;
}

.comment .comment_row .comment_item .comment_col:nth-child(1) p {
    text-align: center;
}

.comment .comment_row .comment_item .comment_col:nth-child(1) p.comment_img img {
    border-radius: 100px;
    max-width: 110px;
    height: 110px;
    object-fit: cover;
}

.comment_rating {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.comment-calc .comment_rating:nth-child(2) {
    margin-bottom: 8px;
}

.rating_panel {
    width: 115px;
    height: 21px;
}

.comment_rating div:nth-child(2), .comment_rating div:nth-child(3) {
    margin-left: 10px;
}

.advantage, .disadvantages {
    display: flex;
}

.disadvantages {
    padding: 0 0 25px 0;
}

.advantage div:nth-child(2), .disadvantages div:nth-child(2) {
    margin-left: 10px;
}

.advantage div:nth-child(1), .disadvantages div:nth-child(1) {
    display: block;
}

.advantage div:nth-child(1) img, .disadvantages div:nth-child(1) img {
    position: relative;
    top: 3px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.gallery a {
    display: block;
    height: auto;
    max-width: 245px;
    padding: 4px 5px;
    width: 100%;
}

.gallery a img {
    object-fit: cover;
    height: 145px;
    width: 100%;
}

.answer {
    display: flex;
    padding: 15px 0;
}

.answer div:nth-child(1) {
    position: relative;
    width: 28.313px;
}

.answer div:nth-child(1) img {
    position: relative;
}

.answer div:nth-child(2) {
    margin-left: 10px;
}

.rating_panel_0 {
    background: url("../img/icon/rating_sp.svg") no-repeat 50% 100%;
}

.rating_panel_1 {
    background: url("../img/icon/rating_sp.svg") no-repeat 50% 79.9%;
}

.rating_panel_2 {
    background: url("../img/icon/rating_sp.svg") no-repeat 50% 60%;
}

.rating_panel_3 {
    background: url("../img/icon/rating_sp.svg") no-repeat 50% 40.3%;
}

.rating_panel_4 {
    background: url("../img/icon/rating_sp.svg") no-repeat 50% 20.3%;
}

.rating_panel_5 {
    background: url("../img/icon/rating_sp.svg") no-repeat 50% 0;
}

.answer {
    border-top: 2px solid #c6c6c6;
}

.answer p {
    margin: 7.5px 0;
}

.answer div:nth-child(2) p:nth-child(1) {
    margin-top: 0;
}

.rating_panel_img {
    display: flex;
}

.rating_panel_img .img_item a {
    background: url("../img/icon/simple_rating_img.png") no-repeat center center #c6c6c6;
    color: transparent;
    display: block;
    width: 24px;
    height: 24px;
}

.rating_panel_img .img_item.img_item_hover a, .rating_panel_img .img_item.rating-on a {
    background: url("../img/icon/simple_rating_img.png") no-repeat center center #fab516;
}

.rating_panel_radio {
    display: none;
}

.comment_col .text {
    padding: 10px 0;
}

.comment_form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 102;
    background: #FFF;
    margin: 0 auto;
    padding: 40px;
    position: relative;
    max-width: 50%;
    min-width: 380px;
}

.comment_form form {
    width: 100%;
}

.comment_form form .wrap-field {
    padding: 0;
    border-left: none;
    max-width: 100%;
}

.comment_form form .wrap-field-button {
    max-width: 100%;
}

.comment_form button {
    width: 100%;
    background: #FFF;
    padding: 20px;
    border: 1px solid #000;
    outline: none;
    cursor: pointer;
    margin-top: 30px;
    margin-right: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    height: auto;
    max-height: 100%;
}

.comment_form button:hover {
    background-color: #F9B517;
    transition: 0.1s;
}

.comment_form .comment_title {
    font-size: 25px;
    margin-bottom: 20px;
    width: 100%;
}

.comment_form .close {
    position: absolute;
    font-size: 70px;
    top: 0px;
    right: 12.5px;
    cursor: pointer;
}

.wrap-field-button .comment-send, .wrap-field-button input[type="submit"] {
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 10px;
    max-width: 270px;
    width: 100%;
}

.comment-send-up {
    margin-bottom: 20px;
}

.wrap-comment-send {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 35px;
    max-width: 100%;
}

.comment.wrap-comment-send {
    margin-top: 0;
    padding: 0 20px;
}

.feedback__right .popup-background {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
}

.feedback__right.feedback_comment {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    margin-top: 0;
    overflow-y: scroll;
    position: fixed;
    padding: 40px 0;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 100%;
}

.calc_title, .comment-calc .calc_title_second {
    font-weight: bold;
}

.calc_title {
    margin-top: 10px;
}

.comment-calc .comment_rating {
    margin-top: 13px;
}

.scale_rating {
    border-radius: 20px;
    background-color: #c6c6c6;
    position: relative;
    height: 20px;
    width: 250px;
}

.scale_rating_add {
    border-radius: 20px;
    background-color: #fab516;
    position: absolute;
    height: 20px;
}

.comment .comment_row .comment_item {
    display: none;
}

.comment_col p:nth-child(2) {
    margin-top: 10px;
}

.comment_col p:nth-child(3) {
    margin-bottom: 25px;
}

.error {
    margin-top: 10px;
    display: none;
    color: #fab516;
}

.snippets {
    display: none;
}

#gallery {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px 0 -10px;
}

#gallery a {
    display: block;
    flex-basis: 33.3333333333%;
    padding: 10px;
    max-height: 400px;
}

#gallery a img {
    height: 100%;
    width: 100%;
}

.gallery_slider {
    display: none;
}

.compare-ex-1.gallery_items h2 {
    /*margin-bottom: 0;*/
}

.section-item {
    position: relative;
}

.filter-okleika .section-item {
    padding: 7px 0;
}

.section-item .button {
    margin-top: 20px;
    max-width: 320px;
    width: 100%;
}

.section-item button {
    background-color: #FAB516;
    color: #000;
    cursor: pointer;
    line-height: 45px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.filter-okleika h3 {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    position: relative;
}

.filter-okleika h3 span {
    display: inline-block;
    margin-left: 0;
    /* margin-left: 32px; */
    position: relative;
}

.filter-price {
    font-weight: bold;
    font-size: 58px;
    text-transform: lowercase;
}

.filter-list-price .section-item {
    display: flex;
    margin: 0 -40px 0 -40px;
}

.filter-list, .filter-price-item {
    padding: 0 40px 0 40px;
}

.filter-list li {
    list-style-type: none;
    font-weight: bold;
    font-size: 22px;
    padding: 10px 0;
    text-transform: lowercase;
}

.calculator-ex-1-sevices ul, .calculator-ex-polirovka-kuzova-sevices ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 -25px 0 -25px;
    padding: 0;
}

.calculator-ex-1-sevices ul li, .calculator-ex-polirovka-kuzova-sevices ul li {
    margin-top: 15px;
    padding: 0 25px 0 25px;
    width: 295px;
}
.calculator-ex-1-sevices ul li .icon, .calculator-ex-polirovka-kuzova-sevices ul li .icon {
    background-repeat: no-repeat;
    background-size: contain;
}
.calculator-ex-1-sevices ul li .icon, .calculator-ex-polirovka-kuzova-sevices ul li .icon {
    margin-bottom: 15px;
    height: 23px;
    width: 34px;
}

.calculator-ex-1-sevices ul li:nth-child(1) .icon, .calculator-ex-polirovka-kuzova-sevices ul li:nth-child(1) .icon {
    height: 23px;
    width: 23px;
}

.calculator-ex-1-sevices ul li:nth-child(3) .icon, .calculator-ex-polirovka-kuzova-sevices ul li:nth-child(3) .icon {
    height: 21px;
    width: 26px;
}

.calculator-ex-1-sevices ul li:nth-child(4) .icon, .calculator-ex-polirovka-kuzova-sevices ul li:nth-child(4) .icon {
    height: 24px;
    width: 23px;
}

.calculator-ex-1-sevices ul li:nth-child(5) .icon, .calculator-ex-polirovka-kuzova-sevices ul li:nth-child(5) .icon {
    height: 23px;
    width: 27px;
}

.calculator-ex-1-sevices ul li:nth-child(6) .icon, .calculator-ex-polirovka-kuzova-sevices ul li:nth-child(6) .icon {
    width: 22px;
}

.calculator-ex-1-sevices ul li:nth-child(7) .icon, .calculator-ex-polirovka-kuzova-sevices ul li:nth-child(7) .icon {
    height: 24px;
    width: 22px;
}

.calculator-ex-1-sleder .next i, .calculator-ex-1-sleder .prev i {
    font-size: 35px;
}

.calculator-ex-1-sleder .content, .calculator-ex-1-sevices .content {
    margin: 0;
    padding: 0;
}

.calculator-ex-1-sleder .content.slider-content {
    padding-bottom: 0;
}

main.gallery_slider_oklejka .rslides li {
    min-height: 420px;
    max-height: 650px;
}

main.gallery_slider_oklejka .rslides li .img {
    position: absolute;
    background-color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    background-size: contain;
}

.filter-price .fas {
    font-size: 40px;
}

.filter-list li {
    position: relative;
}

.filter-list li:before {
    content: "";
    display: block;
    background-color: #f8b316;
    margin: 0 9px 0 0;
    position: absolute;
    float: left;
    top: -20px;
    left: -20px;
    transform: translate(0, 38px);
    width: 10px;
    height: 10px;
}

.calculator-ex-1-etapi {
    /*margin-top: 35px;*/
}

.calculator-ex-1-etapi.calculator-ex-1>.headline {
    text-transform: uppercase;
    font-weight: 600;
    /*margin-bottom: 20px;*/
}

.wiget-text-button {
    display: none;
}

.calculator-ex-1-etapi .content {
    padding: 0;
    margin: 0;
}

.calculator-ex-1-etapi .item {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -20px 0 -20px;
}

.calculator-ex-1-etapi .item:nth-child(1) {
    margin-top: 0;
}

.calculator-ex-1-etapi .item div {
    padding: 0 20px 0 20px;
}

.calculator-ex-1-etapi .item .images {
    flex: 0 0 auto;
    width: 37.4064837905%;
}

.calculator-ex-1-etapi .item .text {
    flex: 0 0 auto;
    margin-top: 0;
    width: 54.3640897756%;
}

.calculator-ex-1-etapi .item .text p {
    margin-bottom: 0;
}

.calculator-ex-1-etapi .images img {
    height: auto;
    width: 100%;
}

.services-images {
    margin-top: 35px;
}

.services-images img {
    width: 100%;
    height: auto;
}

.banner-empty {
    margin-top: 0;
}

.gallery-oklejka .headline {
    font-size: 21px;
}

.calculator-ex-1-akczii .content {
    margin: 0;
    padding: 0;
}

.calculator-ex-1-akczii img {
    width: 100%;
}

.akczii-images {
    margin-top: 15px;
}

.whatsapp a {
    background: url('../img/whatsapp.svg');
    background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    cursor: pointer;
    bottom: 0;
    right: 0;
    position: fixed;
    left: auto;
    top: auto;
    z-index: 44;
    margin-right: 55px;
    margin-bottom: 45px;
    transition: all .15s ease;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 1px 2px 3px 0 rgba(15, 65, 33, .08), 5px 10px 20px 0 rgba(18, 43, 26, .12);
}

.whatsapp a:hover {
    box-shadow: 1px 2px 3px 2px rgba(15, 65, 33, .08), 5px 10px 20px 2px rgba(18, 43, 26, .2);
}

.filter-okleika-text .section-item {
    display: none;
}

.filter-okleika-text .section-item p {
    margin-bottom: 0;
}

.filter-okleika-text .section-item.active {
    display: block;
    border-bottom: none;
}

.filter-panel-container {
    display: flex;
}

.filter-panel-title {
    margin-right: 10px;
}

.filter-panel-title span {
    display: block;
    margin-bottom: 10px;
    position: relative;
    top: 20%;
}

.filter-panel-options {
    border: 1px solid #FAB516;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 15px;
    height: 40px;
    width: 300px;
}

.filter-panel-options p {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.filter-okleika {
    background-color: #fff;
    display: none;
    margin-left: 140px;
    position: absolute;
    z-index: 999;
}

.filter-himchistka .filter-okleika {
    margin-left: 198px;
}

.filter-himchistka .filter-list-price .section-item {
    margin: 0;
}

.calculator-ex-1 .filter-himchistka .filter-list-price .section-item.active {
    flex-direction: column;
}

.filter-okleika .section-item {
    border: 1px solid #FAB516;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 5px;
    height: 40px;
    width: 300px;
}

.filter-okleika .section-item.active {
    background-color: #FAB516;
    color: #fff;
    border-bottom: 1px solid #FAB516!important;
}

.filter-okleika .section-item:hover {
    background-color: #FAB516;
    color: #fff;
}

.filter-okleika .section-item .headline {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.filter-panel-wrapper {
    /*margin-top: 20px;*/
    position: relative;
}

.filter-panel-options {
    display: flex;
    flex-wrap: wrap;
}

.filter-panel-options .option-item {
    flex: 0 0 auto;
    width: 270px;
}

.filter-panel-options .option-item-arrow {
    border-bottom: none;
    flex: 0 0 auto;
    display: flex;
    margin: auto 0;
}

.filter-panel-options .option-item-arrow img {
    transform: rotate(270deg);
    transition: transform 1s ease;
}

.filter-panel-options .option-item-arrow.active img {
    border-bottom: none;
    transform: rotate(360deg);
}

.compare-ex-1.toning-auto-thermal {
    /*margin-top: 17.5px;*/
}

.toning-auto-thermal, .tinted-insulated-film-chameleon {
    /*margin-bottom: 17.5px;*/
}

.when-toning-text {
    /*margin-top: 15px;
    margin-bottom: 0;*/
}

.toning-auto-thermal .text p, .tinted-insulated-film-chameleon .text p, .when-toning-text .text p {
    margin-bottom: 0;
}

.toning-auto-thermal .repair-glass>ul>li>ol, .tinted-insulated-film-chameleon .repair-glass>ul>li>ol, .when-toning-text .repair-glass>ul>li>ol {
    margin-bottom: 0;
}

.toning-auto-thermal .repair-glass>ul>li>ol li:last-child, .tinted-insulated-film-chameleon .repair-glass>ul>li>ol li:last-child, .when-toning-text .repair-glass>ul>li>ol li:last-child {
    margin-bottom: 0;
}

.block-list {
    /*display: flex;
    flex-wrap: wrap;*/
}

.block-list .item:first-child h3, .block-list .item:first-child .text {
    /*margin-bottom: 20px;*/
}

.block-list .item:first-child {
    /*padding: 20px 0 0 0;*/
}

.block-list .item:first-child .block-list-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.block-list .item:first-child .block-list-price div {
    flex: 0 0 auto;
    text-align: center;
    max-width: 170px;
}

.block-list .item:first-child .block-list-price div.car_slider {
    max-width: 100%;
    width: 100%;
}

.block-list .item:first-child .block-list-price div p {
    margin: 20px 0 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
}

.block-list .item:first-child .block-list-price div p span {
    color: #FAB516;
    overflow: hidden;
}

.block-list .item {
    /*flex: 0 0 auto;
	width: 50%;
	padding: 10px;*/
}

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

.tinted-insulated-film-chameleon .text {
    /*display: flex;
    flex-wrap: wrap;*/
}

.tinted-insulated-film-chameleon .text div {
    width: 100%;
}

.tinted-insulated-film-chameleon .text-img {
    margin-top: 20px;
}

.tinted-insulated-film-chameleon .text-item img {
    height: auto;
    width: 100%;
}

.block_brands .headline {
    /*margin-top: 17.5px;*/
}

.repair-glass {
    /*margin-top: 17.5px;*/
}

.continue-headline-content .content {
    margin-top: 0;
    padding-top: 0;
}

.tinted-insulated-film-chameleon .compare-ex-1.gallery_items {
    margin: 0;
}

.tinted-insulated-film-chameleon .compare-ex-1.gallery_items {
    margin-top: 0;
}

.filter-list li:nth-child(2) {
    text-transform: none;
}

.ymaps-2-1-71-balloon__layout {
    border-radius: 5px;
    border: 1px solid #FAB516;
}

#window_map {
    background-color: #fff;
    display: block;
    padding: 10px 0 10px 10px;
    z-index: 999;
    width: 158px;
}

#window_map .item {
    display: flex;
    flex-direction: row;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    white-space: nowrap;
    height: 24px;
}

#window_map .item img {
    width: 80%;
}

#window_map .item:nth-child(1) {
    margin-bottom: 10px;
}

#window_map .item .pin {
    width: 12px;
    height: 18px;
    margin: auto 6px;
}

#window_map .item .pin.yandex {
    background: url("../img/yandex_nav.png") no-repeat center center;
    background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
}

#window_map .item .pin.google {
    background: url("../img/google_maps.png") no-repeat center center;
    background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
}

#window_map a {
    margin-right: 6px;
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    display: -webkit-flex;
    display: flex;
}

#window_map a span {
    line-height: 24px;
}

.ymaps-2-1-71-balloon {
    box-shadow: none!important;
}

.ymaps-2-1-71-balloon__content {
    padding: 0!important;
}

.ymaps-2-1-71-balloon__close+.ymaps-2-1-71-balloon__content {
    margin-right: 10px!important;
}

.calculator-ex-1.toning-text {
    margin-bottom: 0;
}

.calculator-ex-polirovka-kuzova.section-3 {
    /*margin-top: 15px;*/
    margin-bottom: 0;
}

.calculator-ex-polirovka-kuzova .content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.continue-headline-content.toning .calculator-ex-polirovka-kuzova-sevices .content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 0 0 0;
}

.calculator-ex-1.calculator-ex-polirovka-kuzova-sevices ul li .text p {
    margin-bottom: 0;
}

.polirovka-kuzova-sevices-image {
    margin-top: 35px;
}

.polirovka-kuzova-sevices-image img {
    width: 100%;
    height: auto;
}

.polirovka-compare {
    margin-top: 20px;
}

.calculator-ex-1-calc-polirovka {
    margin-top: 0;
}

.calculator-ex-1-calc-polirovka .content {
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
}

.polirovka-type-filter .container .row, .polirovka-type-filter-content .row .item .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.polirovka-type-filter-content .row .item .row {
    /*width: 100%;*/
}

.polirovka-type-filter .container .row .item, .polirovka-type-filter-content .row .item .row .section-item, .polirovka-type-filter-content .row .item .row .section-it {
    position: relative;
    cursor: pointer;
    padding: 0 10px;
}

.polirovka-type-filter .container .row .item.active, .polirovka-type-filter-content .container .row .item.active, .polirovka-type-filter-text .active {
    border-bottom: 0;
}

.polirovka-type-filter .container .row .item.active:before, .polirovka-type-filter .container .row .item:hover:before {
    content: "";
    position: absolute;
    border-bottom: 5px solid #F7B216;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
}

.polirovka-type-filter .container .row .item span {
    display: block;
    margin-bottom: 15px;
    margin-left: 5px;
    font-weight: bold;
}

.calculator-ex-1-calc-polirovka .content h4 {
    margin-bottom: 20px;
    font-size: 1em;
}

.polirovka-type-filter-content {
    margin-top: 20px;
}

.polirovka-type-filter-content .item, .polirovka-type-filter-text .item, .polirovka-type-filter-list .item {
    display: none;
}

.polirovka-type-filter-content .item.active, .polirovka-type-filter-text .item.active, .polirovka-type-filter-list .item.active {
    border-bottom: none;
    display: block;
}

.polirovka-type-filter-content .item .section-item:nth-child(2), .polirovka-type-filter-content .item .section-it:nth-child(2) {
    flex: 0 0 auto;
    max-width: 250px;
    width: 100%;
}

.polirovka-type-filter-content .item .section-item button, .polirovka-type-filter-content .item .section-it button {
    position: relative;
    margin-top: 10px;
}

.filter-time {
    font-size: 22px;
    font-weight: bold;
}

.polirovka-type-filter-text {
    /*margin-top: 20px;*/
}

.polirovka-type-filter-text .headline h2 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
}

.polirovka-type-filter-text .text {
    margin-top: 0!important;
}

.calculator-ex-1.calculator-ex-1-calc-polirovka {
    margin-bottom: 0;
}

.polirovka-type-filter-text .section-text-list ul li:before {
    margin: 0 9px 10px 0;
    top: 40%;
    transform: translateY(-40%);
}

.car_slider main .rslides li .img {
    background: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    -o-background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
}

.car_slider main .rslides li .cover {
    background: rgba(0, 0, 0, 0);
}

.car_slider {
    display: none;
    margin: 0 auto;
}

.car_slider main.text {
    margin-top: 0;
    margin-bottom: 0!important;
}

.car_slider main .text {
    margin-top: 0;
    margin-bottom: 0!important;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.car_slider main .text {
    margin: 0;
    padding: 0;
}

.car_slider main .rslides li .proportions {
    min-height: 365px;
}

.car_slider main .rslides_tabs {
    display: none;
}

.compare-ex-1.toning-auto-thermal .repair-glass {
    margin-top: 20px;
}

.car_slider main .rslides li {
    transform: translateX(-50%);
    left: 50%;
    max-width: 170px;
}

.car_slider main .prev {
    left: 0;
}

.car_slider main .next {
    right: 0;
}

.calculator-ex-1.calculator-ex-polirovka-kuzova-sevices.services-2 {
    /*margin-top: 10px;*/
    margin-bottom: 0;
}

.calculator-ex-1.calculator-ex-1.calculator-ex-polirovka-kuzova-sevices.services-2 .headline {
    margin-bottom: 0;
    margin-top: 0;
}

.headline-content .calculator-ex-1.calculator-ex-polirovka-kuzova-sevices.services-2 .content {
    margin: 0;
    padding: 0;
}

.calculator-ex-polirovka-kuzova.section-3 .content {
    /*margin: 20px 0 0 0;*/
}

.calculator-ex-polirovka-kuzova-sevices {
    margin-top: 0;
}

.calculator-ex-1.calculator-ex-polirovka-kuzova-sevices .polirovka-kuzova-table .headline {
    margin: 0;
}

.polirovka-type-filter-list ul {
    margin-top: 20px;
}

.polirovka-type-filter-list li {
    display: flex;
    position: relative;
    margin: 0 -5px;
    padding: 5px 0 5px 27px;
}

.polirovka-type-filter-list li .check input, .polirovka-type-filter-list li .time {
    display: none;
}

.polirovka-type-filter-list li .check input[type="checkbox"]+label:before {
    content: "";
    cursor: pointer;
    border: 1px solid #FAB516;
    margin: 0 0 0 27px;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
}

.polirovka-type-filter-list li .check input[type="checkbox"]:checked+label:before {
    background-color: #FAB516;
}

.polirovka-type-filter-list ul li .name, .polirovka-type-filter-list ul li .price {
    cursor: pointer;
    padding: 0 5px;
}

.polirovka-type-filter-list .row {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.polirovka-type-filter-list .row ul {
    padding: 0 15px;
}

.compare-filter-ximchistka h2 {
    margin-top: 25px;
}

.compare-filter-ximchistka .tab {
    height: 30px!important;
}

.compare-filter-ximchistka .tab-active span {
    border-bottom: 2px solid #FAB516;
    padding-bottom: 10px;
}

.compare-ex-1.compare-filter-ximchistka .compare-inner .tabs ul li {
    width: auto;
}

.filter-himchistka .filter-panel-options {
    width: 200px;
}

.filter-himchistka .filter-panel-options .option-item {
    flex: 0 0 auto;
    width: 170px;
}

.filter-himchistka .filter-okleika .section-item {
    width: 200px;
}
.logo-footer span {
    display: block;
    margin-top: 12px;
}
.logo-footer img {
    margin-top: 10px;
    width: 80px;
    height: auto;
}

/* Таблицы */

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    background-color: #FAB516;
    font-weight: bold;
}

th, td {
    border: 0.125em solid #FAB516;
    line-height: 1.5;
    padding: 0.75em;
    text-align: left;
}
.calculator-ex-ximchistka-sc-3 .content {
    padding: 0;
    margin: 0;
}
.compare-ex-1.compare-filter-ximchistka .compare-inner {
    margin-top: 15px;
}
.compare-ex-1.compare-filter-ximchistka .text p {
    margin-bottom: 20px;
}
.load-more {
    background-color: #FAB516;
    color: #000;
    margin: 20px auto 0 auto;
    line-height: 45px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding:0 45px;
}
.looking-more {
    position: relative;
}

.looking-more p ,
.looking-more a {
    margin: 0;
}
.looking-more a {
    position:relative;
}
.looking-more a span {
    color: #fff;
    position:relative;
}
.looking-more .shadow {
    display: none;
    position: absolute;
    right: 0;
    width: 51px;
    height: 20px;
    top: 0;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(#fff)),-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(#fff));
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,0),#fff),-webkit-linear-gradient(left,rgba(255,255,255,0),#fff);
    background-image: linear-gradient(to right,rgba(255,255,255,0),#fff),linear-gradient(to right,rgba(255,255,255,0),#fff);
}
.looking-more .shadow.act {
    display: block;
}
.look-more {
    color: #FAB516;    
}
.calculator-ex-1-akczii .button {
    width: 190px;
    min-width: 190px;
    background-color: #FAB516;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    /* margin-bottom: 8px; */
    height: 40px;
    margin: 10px 0 0 0;
}
.calculator-ex-1-akczii .price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.calculator-ex-1-akczii .price p {
    display: flex;
    margin-right: 20px;
    position: relative;
}
.calculator-ex-1-akczii .fa-ruble-sign:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}
.calculator-ex-1-akczii .price input {
    border-bottom: 1px solid #000;
    margin: 0 0 0 10px;
    width: 140px;
}

.comment .comment_row .comment_item:first-child {
	margin-top: 0;
}

#sertifikaty.calculator-ex-1-sevices ul li:nth-child(2) .icon {
    height: 23px;
}

#stock-form {
    background: rgba(255, 255, 255, 0.6);
    padding: 30px;
    width: 325px;
}
#stock-form p {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

#stock-form input {
    outline: none;
    font-size: 14px;
    padding: 10px;
    margin: 20px 0;
    width: 100%;
    display: block;
    font-family: 'Gilroy';
}

#stock-form button {
    width: 190px;
    padding: 10px 0;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    background: #FAB516;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

/* @media */

@media (max-width: 1023px) {
    .wrap-map {
        border-top: 10px solid #FAB516;
        height: 450px;
        padding: 4%;
    }
    .polirovka-type-filter-content .item .section-item:nth-child(2), .polirovka-type-filter-content .item .section-it:nth-child(2) {
        max-width: 350px;
    }
    footer {
        flex-direction: column;
        height: auto;
    }
    .wrap_doc {
        width: 100%;
        order: 2;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .wrap_other {
        order: 1;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        width: 100%;
    }
    footer>a {
        order: 3;
    }
}

@media (max-width: 767px) {
    header {
        padding: 13px 15px 13px 15px;
        padding-top: 13px;
    }
    .wrap-why__we {
        padding: 0 15px 0;
        position: relative;
    }
    .why__we {
        flex-direction: column;
        padding-top: 30px;
    }
    .wrap-title {
        width: 100%;
    }
    .wrap-title .title {
        left: -18px;
    }
    .wrap-why__we_content {
        width: 100%;
        padding-left: 4%;
    }
    .feedback__right .header {
        flex-direction: row;
        margin: auto;
        margin-bottom: 30px;
    }
    .feedback__right .header span:nth-child(1) {
        margin-left: 0;
        width: 224px;
    }
    .feedback__header {
        padding: 0 30px 30px 30px;
    }
    .wrap-feedback__header {
        padding: 0 15px;
    }
    .feedback__left-car {
        margin-left: -15px;
    }
    .feedback__left-text {
        margin-bottom: 35px;
    }
    .feedback__left {
        padding-right: 0;
    }
    .wrap-feedback__form {
        padding: 0 15px;
    }
    .wrap-feedback__form {
        flex-direction: column;
    }
    .feedback__left {
        order: 2;
        width: 100%;
    }
    .feedback__right {
        padding-right: 0;
        order: 1;
        width: 100%;
        margin-bottom: 35px;
    }
}

@media (max-width: 740px) {
    .feedback__right .header {
        flex-direction: column;
        justify-content: center;
    }
    footer a:nth-child(2) {
        margin-left: 0;
    }
    .feedback__right .header span:nth-child(1) {
        margin: 0 auto;
    }
    .feedback__right .header span:nth-child(2) {
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    .services ul .services-item:before {
        padding-top: 70%;
    }
    .info {
        flex-direction: column;
        width: 100%;
        justify-content: space-around;
    }
    .info ol {
        width: 100%;
        justify-content: center;
    }
    .info ol:first-child {
        margin-bottom: 50px;
    }
    .wrap_doc {
        text-align: center;
        flex-direction: column;
        margin-bottom: 0;
    }
    .wrap_doc * {
        margin-bottom: 20px;
    }
    .wrap_other>* {
        margin-bottom: 20px;
    }
    .wrap_other {
        flex-direction: column;
        margin-bottom: 0;
    }
    .block_brands .brands .flex-container {
        justify-content: center;
    }
    .looking-more p:nth-child(2),
    .looking-more .shadow.act {
        display: none;
    }
}

@media (max-width: 319px) {
    header {
        padding: 10px 15px;
    }
    .wrap-map {
        height: 320px;
    }
}
@media (max-width: 500px) {
    #wha_big{
        display: none;
    }
    #wha_small{
        display: block;
    }
    #logo_svg{
        width: 300px;
    }
}
@media (min-width: 500px) {
    #wha_small{
        display: none;
    }
}
@media (max-width: 1000px) {
    .comment_rating {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .comment_col .comment_rating {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .comment_rating:nth-child(2) {
        flex-direction: row;
    }
    .scale_rating {
        margin: 10px 0;
        margin-left: 0!important;
    }
    .comment_rating div:nth-child(3) {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .headline-content-comment.headline-content, .comment {
        margin: 0 15px 0;
        position: relative;
        flex-direction: column;
    }
    .comment .comment_row .comment_item {
        flex-direction: column;
    }
    .comment_rating {
        margin-top: 10px;
    }
    .comment .comment_row .comment_item .comment_col {
        padding: 0;
    }
    .wrap-comment-send {
        justify-content: center;
    }
    .polirovka-type-filter .container .row .item {
        padding: 10px 13px!important;
    }
}

@media (max-width: 635px) {
    .wrap-field-button .comment-send, .wrap-field-button input[type="submit"] {
        max-width: 263px;
        margin-right: 0;
        line-height: 23px;
    }
}

@media (max-width: 646px) {
    .calculator-ex-1-sevices ul li {
        width: 100%!important;
    }
}


@media (max-width: 650px) {
    .gallery {
        justify-content: center;
    }
    #logo_svg{
        width: 260px;
    }
    #logo_svg{
        width: 200px;
    }
}
@media (max-width: 500px) {
    #logo_svg{
        width: 325px;
    }
}
@media (max-width: 571px) {
    .scale_rating {
        margin: 10px 0;
        margin-left: 0!important;
    }
    .gallery_slider {
        display: block;
        margin-top: 10px;
        overflow: hidden;
    }
    .load-more {
        display:none;
    } 
    .block-list-price .car_slider {
        display: block;
    }
    #gallery {
        display: none;
    }
    main.gallery_slider_oklejka .rslides li {
        min-height: 220px!important;
    }
    .main-content .filter-price {
        font-size: 45px;
    }
    .filter-price-item .filter-price .fas {
        font-size: 35px;
    }
    /*.headline-content .content {padding-left: 9px; padding-right:9px;}*/
    .main-content .filter-panel-options .option-item {
        width: 240px;
    }
    .block-list-price .section_price {
        display: none;
    }
    .main-content .filter-panel-wrapper .filter-panel-options, .filter-panel-wrapper .filter-okleika .section-item {
        width: 270px;
    }
    .main-content .filter-himchistka .filter-panel-wrapper .filter-panel-options {
        width: 270px;
    }
}

@media only screen and (max-width: 768px) {
    .wiget-text {
        margin-top: 0;
    }
    .wiget-text.hid {
        overflow: hidden;
        max-height: 250px;
        -webkit-tap-highlight-color: transparent;
        transition: max-height .5s ease;
    }
    .wiget-text.act {
        overflow: hidden;
        max-height: 2000px;
        -webkit-tap-highlight-color: transparent;
        transition: max-height 2.5s ease;
    }
    .wiget-text {
        position: relative;
    }
    .compare-ex-1 .text.wiget-text p {
        margin-bottom: 0;
    }
    .wiget-text:after {
        content: "";
        display: block;
        height: 50px;
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 100%, #fff);
        transition: height .3s ease;
    }
    .wiget-text.viz:after {
        height: 0;
    }
    .wiget-text-button {
        display: block;
        margin-top: 15px;
    }
    .wiget-text-button button {
        background-color: transparent;
        color: #FAB516;
        cursor: pointer;
    }
    .compare-ex-1 .compare-inner .tabs {
        margin-top: 20px;
    }
    .compare-ex-1.compare-filter-ximchistka .compare-inner .tabs {
        margin-top: 0;
    }
}

@media only screen and (max-width: 880px) {
    .filter-panel-wrapper .filter-panel-container {
        display: block;
    }
    .filter-himchistka .filter-panel-wrapper .filter-okleika {
        margin-left: 0;
    }
    .filter-panel-wrapper .filter-okleika {
        margin-left: 0;
    }
    #filter-keramicheskoe-pokryitie-avtomobilya .filter-okleika {
        margin-left: 0;
    }
    .toning-auto-thermal .block-list .item img {
        width: 100%;
    }
}

@media only screen and (max-width: 1133px) {
    .calculator-ex-1-etapi .item .text {
        margin-top: 15px;
    }
    .calculator-ex-1-etapi .item .images, .calculator-ex-1-etapi .item .text {
        width: 100%;
    }
    .calculator-ex-1 .filter-images .section-item.active {
        border-bottom: none;
        display: block;
        padding: 20px 0
    }
    .filter-list li:before {
        content: "";
        top: -20px;
        transform: translate(0, 33px);
    }
    .toning-auto-thermal .block-list .item {
        width: 100%;
    }
    .continue-headline-content .tinted-insulated-film-chameleon .text div {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .gallery_slider .rslides li .proportions {
        min-height: 200px;
    }
    .gallery_items.compare-ex-1 {
        margin-bottom: 0;
    }
    #logo_svg{
        width: 250px;
    }
}

@media (max-width: 400px) {
    .comment_form {
        min-width: 320px;
    }
    #logo_svg{
        width: 200px;
    }
}

@media (max-width: 360px) {
    .headline-content.headline-content-page {
        margin: 0 15px 0;
    }
    .filter-okleika h3 span {
        width: 220px;
    }
}

@media (max-width: 1150px) {
    .calculator-ex-1 .filter-list-price .section-item.active {
        flex-direction: column;
    }
    .filter-list-price .section-item {
        display: flex;
        margin: 0 -25px 0 -25px!important;
    }
    #filter-keramicheskoe-pokryitie-avtomobilya .filter-list-price .section-item {
      margin: 0!important;
  }
  .filter-himchistka .filter-list-price .section-item {
    margin: 0!important;
}
.filter-price-item {
    padding: 0 25px 0 25px!important;
}
.filter-list {
    padding: 0 25px 0 50px!important;
}
.calculator-ex-1 .filter-list-price .section-item.active .filter-price-item {
    order: 2;
    margin-top: 20px;
}
.calculator-ex-1 .filter-list-price .section-item.active .filter-list {
    order: 1;
}
.filter-list li {
    padding: 5px 0!important;
}
}
#main_field{
    position: relative;
}
@media (max-width: 400px) {
    #main_field{
        top: 18px;
    }
    .sticky {
        background-color: #fff;
        position: fixed;
        padding: 13px 15px 13px 15px;
        z-index: 100;
        width: 100%;
        top: 0;
    }
    .main-content.main_sticky {
        margin-top: 76px;
    }
    main .rslides li .shares {
        top: 50%;
        transform: translateY(-50%);
    }
    .fixed {
        right: 10px;
    }
    .wrap-field-button {
        flex-direction: column;
    }
    .wrap-field-button button {
        width: 100%;
        order: 2;
    }
    .wrap-field-chekbox {
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }
}

@media (max-width: 1260px) {
    .feedback__right .header {
        flex-direction: column;
    }
    .wrap-field {
        max-width: 100%;
    }
    .wrap-field-button {
        max-width: 100%;
    }
}

@media (max-width: 1020px) {
    .menu__links .menu__info-send, .menu__links .tel, .menu__links .address {
        display: block;
    }
}

@media (max-width: 1100px) {
    .calculator-ex-1 .calculator-inner .cars {
        margin: 0;
    }
    .calculator-ex-1 {
        justify-content: center;
    }
    .calculator-ex-1 .calculator-inner .filters {
        width: 100%;
        max-width: 100%;
    }
    .calculator-ex-1 .calculator-inner .filters .filter-body-type {
        margin-bottom: 0px;
    }
    .calculator-ex-1 .container-cars {
        margin-bottom: 45px;
    }
    .calculator-ex-1 .check .price {
        text-align: center;
    }
}

@media (max-width: 400px) {
    .page_about-about li p {
        padding-right: 0;
    }
}

@media (max-width: 400px) {
    .repair-glass>ul>li .price p {
        font-size: 28px;
    }
    .repair-glass>ul>li .price p i {
        font-size: 24px;
    }
    #filter-keramicheskoe-pokryitie-avtomobilya ul {
    	text-align: center;
    }
}

@media (max-width: 767px) {
    .headline-content {
        margin: 50px 15px 0;
        position: relative;
        flex-direction: column;
    }
    .comment {
        margin: 0 15px 0;
        position: relative;
        flex-direction: column;
    } 
    .headline-content .headline h1 {
        left: -10px;
        margin-bottom: 0;
    }
    .headline-content .content {
        /*margin: 0 0 25px;*/
        margin: 0;
    }
    #questions_and_answers ul li .btn {
        right: 1px;
    }
    #questions_and_answers ul li .text {
        padding-right: 0;
    }
}

@media (max-width: 1023px) {
    #main_field{
        /*top: 134px;*/
    }
    .logotype {
        /*width: 70%;*/
    }
    .logotype img {
        height: 50px;
    }
    .right_block {
        display: flex;
        justify-content: flex-end;
        width: 50%;
        align-items: center;
    }
    .menu__links-item {
        border-bottom: none;
    }
    .menu__links-item:hover {
        color: #FAB516;
        transition: 0.3s;
    }
    .menu__links-item:not(:hover) {
        transition: 0.3s;
    }
    .menu__icon {
        display: block;
        z-index: 46;
    }
    .menu__links {
        position: fixed;
        display: none;
        top: 0;
        right: 0;
        left: 0;
        padding-top: 75px;
        background-color: rgba(255, 255, 255, 1);
        z-index: 45;
        overflow: auto;
        height: 100%;
    }
    .menu__links-item {
        display: block;
        padding: 5px 0;
        text-align: center;
        color: #000;
        box-sizing: content-box;
    }
    .menu__links-item:hover {
        border-bottom: none;
    }
}

@media (max-width: 40em) {
    /* Hide column labels */
    thead tr {
        position: absolute;
        top: -9999em;
        left: -9999em;
    }
    tr {
        border: 0.125em solid #FAB516;
        border-bottom: 0;
    }
    /* Leave a space between table rows */
    tr+tr {
        margin-top: 1.5em;
    }
    /* Get table cells to act like rows */
    tr, td {
        display: block;
    }
    td {
        border: none;
        border-bottom: 0.125em solid #FAB516;
        /* Leave a space for data labels */
        padding-left: 10px;
    }
    /* Add data labels */
    td:before {
        content: attr(data-label);
        display: inline-block;
        font-weight: bold;
        line-height: 1.5;
        margin-left: 0;
        width: 100%;
    }
}

/* Stack labels vertically on smaller screens */

@media (max-width: 30em) {
    td {
        padding-left: 0.75em;
    }
    td:before {
        display: block;
        margin-bottom: 0.75em;
        margin-left: 0;
    }
}