.repair__wrapper-items-content-bottom a.pc {
    color: #fff;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 3px;
    background-color: #59b561;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    padding: 16px;
    max-width: 250px;
    width: 100%;
}
.repair__wrapper-items-content-bottom a.pc:hover {
    background-color: #218f2a;
}
.modelPopup {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.modelPopup__active {
    z-index: 10000;
    opacity: 1;
    visibility: visible;
}
.modelPopup__close {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}
.modelPopup__bg {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.modelPopup__bg__active {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}
.modelPopup .swiper-container-model {
    padding: 0 70px;
}
.modelPopup .swiper-navigation {
    z-index: 10;
}
.modelPopup .swiper-navigation .swiper-button-prev,
.modelPopup .swiper-navigation .swiper-button-next {
    background-image: none;
    width: auto;
    margin-top: auto;
    height: auto;
    top: calc(50% - 60px);
}
.modelPopup .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 330px;
}
.modelPopup__image {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.modelPopup__image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.modelPopup__content {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background-color: #fff;
    padding: 22px 45px 21px 20px;
}
.modelPopup__content h4 {
    font-size: 18px;
    line-height: 23px;
    color: #000;
    font-family: Montserrat-Semibold;
    margin-bottom: 10px;
}
.modelPopup__content p {
    font-size: 15px;
    line-height: 19px;
    color: #000;
}
@media (max-width: 1040px) {
    .modelPopup__close {
        top: 13px;
        right: 38px;
        z-index: 5;
    }
    .modelPopup .swiper-slide {
        max-height: 100%;
    }
}
@media (max-width: 650px) {
    .modelPopup .swiper-container-model {
        padding: 0 20px;
    }
    .modelPopup .swiper-navigation .swiper-button-prev {
        left: 0;
    }
    .modelPopup .swiper-navigation .swiper-button-next {
        right: 0;
    }
    .modelPopup .swiper-slide {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .modelPopup__image {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-height: 350px;
    }
    .modelPopup__content {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 20px 10px;
    }
    .modelPopup__content p {
        font-size: 14px;
        line-height: 18px;
    }
}
.newCard {
    background-color: #f8f8f8;
}
.newCard .breadcrums {
    padding: 30px 0;
}
.newCard .breadcrums a {
    font-size: 12px;
    line-height: 14px;
    color: #939393;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.newCard .breadcrums a:hover {
    color: #59b561;
}
.newCard .breadcrums svg {
    margin: 0 10px;
}
.newCard__wrapper-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.newCard__wrapper-header h1 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 30px;
    line-height: 39px;
    font-family: Montserrat-Semibold;
    color: #010306;
    margin-bottom: 30px;
}
.newCard__wrapper-header-facts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 45px;
}
.newCard__wrapper-header-facts span {
    font-size: 12px;
    min-width: 130px;
    line-height: 16px;
    color: #fff;
    padding: 6px 20px;
    border-radius: 3px;
    margin-right: 10px;
    text-align: center;
    -webkit-box-shadow: 0 4px 40px rgba(0,0,0,0.1);
    box-shadow: 0 4px 40px rgba(0,0,0,0.1);
    white-space: nowrap;
}
.newCard__wrapper-header-facts span:last-child {
    margin-right: 0;
}
.newCard__wrapper-header-facts span.blue-fact {
    background-color: #3a75a5;
}
.newCard__wrapper-header-facts span.lightblue-fact {
    background-color: #4d9ba6;
}
.newCard__wrapper-header-facts span.sea-fact {
    background-color: #78cbb5;
}
.newCard__wrapper-header-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.newCard__wrapper-header-rating-alert {
    padding: 2px 13px;
    background-color: #e5e5e5;
    color: #5c5b5b;
    font-size: 12px;
    line-height: 16px;
    border-radius: 3px;
    margin-left: 28px;
    cursor: pointer;
}
.newCard__wrapper-header-rating-title {
    font-size: 18px;
    line-height: 23px;
    color: #000;
    font-family: Montserrat-Semibold;
    margin: 0 10px 0 5px;
}
.newCard__wrapper-header-rating-stars {
    margin-right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.newCard__wrapper-header-rating-stars svg {
    margin-right: 3px;
}
.newCard__wrapper-header-rating-stars svg:last-child {
    margin-right: 0;
}
.newCard__wrapper-header-rating-count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.newCard__wrapper-header-rating-count span {
    font-size: 18px;
    line-height: 23px;
    color: #939393;
}
.newCard__wrapper-header-rating-count p {
    margin-left: 3px;
    font-size: 18px;
    line-height: 23px;
    color: #939393;
}
.newCard__wrapper-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 100px;
    position: relative;
}
.newCard__wrapper-body-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.newCard__wrapper-body-item:nth-child(1) {
    padding-right: 67px;
}
.newCard__wrapper-body-item-numbers {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #010306;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 23px;
    display: none;
}
.newCard__wrapper-body-item-content h3 {
    font-size: 18px;
    line-height: 23px;
    color: #010306;
    font-family: Montserrat-Semibold;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: end;
}
.newCard__wrapper-body-item-content h3 .questionButton {
    padding: 6px 15px;
    background-color: #e5e5e5;
    border-radius: 3px;
    color: #5c5b5b;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Roboto';
    cursor: pointer;
}
.newCard__wrapper-body-item-content-status {
    font-size: 14px;
    line-height: 18px;
    color: #939393;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.newCard__wrapper-body-item-content-toggle {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.newCard__wrapper-body-item-content-toggle label {
    display: inline-block;
    margin-right: 20px;
    -webkit-flex-basis: calc(25% - 15px);
    -ms-flex-preferred-size: calc(25% - 15px);
    flex-basis: calc(25% - 15px);
}
.newCard__wrapper-body-item-content-toggle label input {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.newCard__wrapper-body-item-content-toggle label span {
    padding: 7px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
    text-align: center;
    display: block;
    line-height: 25px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    color: #939393;
}
.newCard__wrapper-body-item-content-toggle label input:checked + span {
    color: #59b561;
    -webkit-box-shadow: 0px 4px 40px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 40px rgba(0,0,0,0.1);
}
.newCard__wrapper-body-item-content-toggle label.disabled {
    pointer-events: none;
}
.newCard__wrapper-body-item-content-toggle label.disabled span {
    color: #d0d0d0;
    cursor: default;
}
.newCard__wrapper-body-item-content-models {
    margin-bottom: 30px;
}
.newCard__wrapper-body-item-content-models h3 {
    margin-bottom: 20px;
}
.newCard__wrapper-body-item-content-models-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
.newCard__wrapper-body-item-content-models-inner label {
    -webkit-flex-basis: calc(25% - 15px);
    -ms-flex-preferred-size: calc(25% - 15px);
    flex-basis: calc(25% - 15px);
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;

}
.newCard__wrapper-body-item-content-toggle label {
    min-width: 130px;
}
.newCard__wrapper-body-item-content-models-inner label:nth-child(4n+4) {
    margin-right: 0;
}
.newCard__wrapper-body-item-content-models-inner label:nth-child(1),
.newCard__wrapper-body-item-content-models-inner label:nth-child(2),
.newCard__wrapper-body-item-content-models-inner label:nth-child(3),
.newCard__wrapper-body-item-content-models-inner label:nth-child(4) {
    margin-top: 0;
}

.newCard__wrapper-body-item-content-models-inner label input {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.newCard__wrapper-body-item-content-models-inner label span {
    padding: 7px;
    display: block;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
    line-height: 25px;
    border-radius: 3px;
    background-color: #fff;
    /*cursor: pointer;*/
    color: #939393;
}
.newCard__wrapper-body-item-content-models-inner label input.checked + span,
.newCard__wrapper-body-item-content-models-inner label input:checked + span {
    color: #59b561;
    -webkit-box-shadow: 0px 4px 40px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 40px rgba(0,0,0,0.1);
}
.newCard__wrapper-body-item-content-oldprice {
    font-size: 15px;
    line-height: 19px;
    color: #c4c4c4;
    margin-bottom: 3px;
    text-decoration: line-through;
}
.newCard__wrapper-body-item-content-price {
    font-size: 25px;
    line-height: 32px;
    color: #010306;
    font-family: Montserrat-Semibold;
    margin-bottom: 10px;
}
.newCard__wrapper-body-item-content-text {
    font-size: 15px;
    line-height: 19px;
    color: #000;
}
.newCard__wrapper-body-item-content-tip {
    margin-top: 6px;
    font-size: 12px;
    line-height: 15px;
    color: #939393;
}
.newCard__wrapper-body-item-content-buttons {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    opacity: 0;
    height: 50px;
    overflow: hidden;
}
.newCard__wrapper-body-item-content-buttons .submitCard {
    background-color: #59b561;
    border-radius: 3px;
    width: 100%;
    margin-right: 20px;
    font-family: 'Roboto' !important;
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    cursor: pointer;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0 40px;
}
.newCard__wrapper-body-item-content-buttons .submitCard:hover {
    background-color: #218f2a;
}
.newCard__wrapper-body-item-content-buttons .callCart {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #59b561;
    min-width: 63px;
    margin-right: 20px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.newCard__wrapper-body-item-content-buttons .callCart svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.newCard__wrapper-body-item-content-buttons .callCart:hover {
    border-color: #218f2a;
}
.newCard__wrapper-body-item-content-buttons .callCart:hover svg path {
    fill: #218f2a;
}
.newCard__wrapper-body-item-content-buttons .callChatButton {
    cursor: pointer;
    background-color: #3e3e3e;
    border: none;
    border-radius: 3px;
    outline: none;
}
.newCard__wrapper-body-item-content-buttons .callChatButton .callChat {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.newCard__wrapper-body-item-content-buttons .callChatButton span {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 8px;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
}
.newCard__wrapper-body-item-content-buttons .callChatButton span:before {
    display: none;
}
.newCard__wrapper-body-item-content-buttons .callChatButton span:after {
    display: none;
}
.newCard__wrapper-body-item-content-buttons-inner {
    padding: 0 20px;
}
.newCard__wrapper-body-item-content-buttons-inner .active {
    padding: 0;
}
.newCard__wrapper-body-item-content-buttons-menu {
    padding: 11px 18px;
    display: none;
    margin-right: 20px;
    position: relative;
}
.newCard__wrapper-body-item-content-buttons-menu a {
    margin-right: 21px;
}
.newCard__wrapper-body-item-content-buttons-menu a:last-child {
    margin-right: 0;
}
.newCard__wrapper-body-item-content-buttons-menu-close {
    position: absolute;
    right: -6px;
    top: 6px;
}
.newCard__wrapper-body-item-content-label {
    margin-bottom: 10px;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    padding: 20px 30px;
    position: relative;
}
.newCard__wrapper-body-item-content-label input {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.newCard__wrapper-body-item-content-label span {
    position: absolute;
    top: 20px;
    right: 30px;
}
.newCard__wrapper-body-item-content-label span:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 21px;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
}
.newCard__wrapper-body-item-content-label span:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 11px;
    height: 11px;
    background-color: #59b561;
    border-radius: 50%;
}
.newCard__wrapper-body-item-content-label input:checked + span:before {
    border-color: #59b561;
}
.newCard__wrapper-body-item-content-label input:checked + span:after {
    opacity: 1;
}
.newCard__wrapper-body-item-content form {
    margin-bottom: 20px;
}
.newCard__wrapper-body-item-content form label.active {
    -webkit-box-shadow: 0px 4px 40px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 40px rgba(0,0,0,0.1);
}
.newCard__wrapper-body-item-content-banner img {
    width: 100%;
}
.newCard__wrapper-body-item-content-banner img.pc {
    display: block;
}
.newCard__wrapper-body-item-content-banner img.mob {
    display: none;
}
.newCard__wrapper-body #imageGalleryMobile {
    display: none;
}
.newCard__wrapper-body .lSPager {
    margin-top: 0 !important;
    position: absolute;
    width: 90px !important;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.newCard__wrapper-body .lSPager li {
    width: 90px !important;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.newCard__wrapper-body .lSPager li:nth-child(1) {
    margin-top: 0;
}
.newCard__wrapper-body .lSPager li:hover {
    border-radius: 0 !important;
}
.newCard__wrapper-body .lSPager li img {
    height: 60px !important;
    -o-object-fit: contain;
    object-fit: contain;
}
.newCard__wrapper-body .lSPager li.active {
    border: 1px solid #000;
    border-radius: 3px !important;
}
.newCard__wrapper-body .lSSlideOuter.vertical .lSAction>a {
    margin-left: -74px;
}
@media(max-width: 1024px) {
    .newCard__wrapper-body .lSSlideOuter {
        justify-content: center;
    }
}
@media(max-width: 425px) {
    .newCard__wrapper-body .lSSlideOuter {
        justify-content: unset;
    }
}
.newCard__wrapper-body .lSSlideOuter.vertical .lSAction>.lSNext {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 18px;
}
.newCard__wrapper-body .lSSlideOuter.vertical .lSAction>.lSPrev {
    position: absolute;
    left: 0;
    top: -5px;
    height: 18px;
}
.newCard__wrapper-body .lSSlideOuter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0 !important;
}
.newCard__wrapper-body .lSSlideWrapper {
    overflow: visible;
    margin-left: 110px;
}
.newCard__wrapper-body .lSSlideWrapper li,
.newCard__wrapper-body .lSSlideWrapper a {
    max-height: 460px;
    height: 460px;
}
.newCard__wrapper-body .lSSlideWrapper li img,
.newCard__wrapper-body .lSSlideWrapper a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.newCard__wrapper-body .lSSlideWrapper a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.newCard__wrapper-body .lSSlideWrapper a svg {
    position: absolute;
}
.lg-img-wrap img {
    max-height: 400px !important;
}
@media (max-width: 1040px) {
    .newCard__wrapper-body {
        padding: 0 0 67px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .newCard__wrapper-body-item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .newCard__wrapper-body-item:nth-child(1) {
        padding-right: 0;
    }
    .newCard__wrapper-body-item-numbers {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .newCard__wrapper-body-item-numbers span {
        margin: 0 2px;
    }
    .newCard__wrapper-body-item-content h3 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .newCard__wrapper-body-item-content h3 .questionButton {
        padding: 4px 10px;
    }
    .newCard__wrapper-body-item-content h3 .questionButton span:nth-child(1) {
        display: none;
    }
    .newCard__wrapper-body-item-content-status {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 10px;
    }
    .newCard__wrapper-body-item-content-toggle label {
        display: inline-block;
        margin-right: 20px;
        -webkit-flex-basis: calc(25% - 15px);
        -ms-flex-preferred-size: calc(25% - 15px);
        flex-basis: calc(25% - 15px);
    }
    .newCard__wrapper-body-item-content-toggle label span {
        font-size: 14px;
        line-height: 19px;
    }
    .newCard__wrapper-body-item-content-models {
        margin-bottom: 30px;
    }
    .newCard__wrapper-body-item-content-models-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 15px 0;
    }
    .newCard__wrapper-body-item-content-models-inner label {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        display: inline-block;
        min-width: 80px;
        margin-top: 0;
        margin-right: 10px;

    }
    .newCard__wrapper-body-item-content-models-inner label:nth-child(4n+4) {
        margin-right: 10px;
    }
    .newCard__wrapper-body-item-content-models-inner label span {
        font-size: 14px;
        line-height: 19px;
    }
    .newCard__wrapper-body-item-content-models-inner label:last-child {
        margin-right: 0;
    }
    .newCard__wrapper-body-item-content-oldprice {
        font-size: 14px;
        line-height: 18px;
    }
    .newCard__wrapper-body-item-content-price {
        font-size: 20px;
        line-height: 26px;
    }
    .newCard__wrapper-body-item-content-text {
        font-size: 14px;
        line-height: 18px;
    }
    .newCard__wrapper-body-item-content-buttons {
        margin-top: 10px;
    }
    .newCard__wrapper-body-item-content-buttons .submitCard {
        width: calc(100% - 10px);
        margin-right: 10px;
        font-size: 12px;
        line-height: 14px;
        height: 40px;
        padding: 0 7px;
    }
    .newCard__wrapper-body-item-content-buttons .callCart {
        height: 40px;
        width: calc(25% - 10px);
        margin-right: 10px;
    }
    .newCard__wrapper-body-item-content-buttons .callChatButton {
        height: 40px;
        outline: unset;
    }
    .newCard__wrapper-body-item-content-buttons .callChatButton .callChat {
        height: 40px;
    }
    .newCard__wrapper-body-item-content-buttons .callChatButton span {
        display: none;
    }
    .newCard__wrapper-body-item-content-buttons-menu {
        padding: 7px 18px;
    }
    .newCard__wrapper-body-item-content-buttons-menu a {
        margin-right: 17px;
    }
    .newCard__wrapper-body-item-content-label {
        padding: 10px;
    }
    .newCard__wrapper-body-item-content-label span {
        top: 12px;
        right: 11px;
    }
    .newCard__wrapper-body #imageGalleryMobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .newCard__wrapper-body .lSSlideOuter.vertical {
        display: none;
    }
    .newCard__wrapper-body .lSSlideOuter {
        margin-bottom: 20px;
    }
    .newCard__wrapper-body .lSSlideWrapper .lSSlide {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .newCard__wrapper-body .lSSlideWrapper {
        margin-left: 0;
    }
    .newCard__wrapper-body .lSSlideWrapper li,
    .newCard__wrapper-body .lSSlideWrapper a {
        max-height: 100%;
        height: auto;
    }
    .newCard__wrapper-body .lSPrev {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 20px;
        margin-top: 0;
        height: 20px !important;
        left: 0;
    }
    .newCard__wrapper-body .lSNext {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 20px;
        margin-top: 0;
        height: 20px !important;
        right: 0;
    }
}
@media (max-width: 768px) {

    .newCard__wrapper-header-facts span {
        min-width: unset;
    }
    .newCard .breadcrums {
        padding: 20px 0;
        white-space: nowrap;
        overflow: auto;
    }
    .newCard .breadcrums a {
        font-size: 10px;
        line-height: 12px;
    }
    .newCard__wrapper-header {
        padding-bottom: 20px;
    }
    .newCard__wrapper-header h1 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .newCard__wrapper-header-facts {
        margin-right: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .newCard__wrapper-header-facts span {
        font-size: 10px;
        line-height: 14px;
        padding: 5px 11px;
        text-align: center;
        margin-right: 5px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .newCard__wrapper-header-rating {
        margin-top: 20px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .newCard__wrapper-header-rating-title {
        font-size: 12px;
        line-height: 15px;
        margin: 0 14px 0 5px;
    }
    .newCard__wrapper-header-rating-stars {
        margin-right: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .newCard__wrapper-header-rating-stars svg {
        margin-right: 2px;
    }
    .newCard__wrapper-header-rating-count span {
        font-size: 12px;
        line-height: 15px;
    }
    .newCard__wrapper-header-rating-count p {
        font-size: 12px;
        line-height: 15px;
    }
    .newCard__wrapper-body {
        padding-bottom: 50px;
    }
    .newCard__wrapper-body-item-content h3 {
        margin-bottom: 0;
    }
    .newCard__wrapper-body-item-content-models {
        padding: 20px 0;
    }
    .newCard__wrapper-body-item-content-toggle {
        margin-bottom: 0;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .newCard__wrapper-body-item-content-toggle label {
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        min-width: 80px;
        margin-right: 0;
    }
    .newCard__wrapper-body-item-content-banner img.pc {
        display: none;
    }
    .newCard__wrapper-body-item-content-banner img.mob {
        display: block;
    }
}
.newCardInfo__wrapper {
    padding: 100px 0;
}
.newCardInfo__wrapper p {
    font-size: 25px;
    line-height: 27px;
    color: #010306;
    font-family: Montserrat-Semibold;
}
.newCardInfo__wrapper-items {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.newCardInfo__wrapper-items-item {
    -webkit-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    padding: 28px 16px;
    -webkit-box-shadow: 0px 4px 30px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 30px rgba(0,0,0,0.1);
    position: relative;
    height: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.newCardInfo__wrapper-items-item img {
    position: absolute;
    bottom: 0;
    left: 0;
}
.newCardInfo__wrapper-items-item p {
    font-size: 18px;
    line-height: 23px;
    color: #010306;
}
.newCardInfo__wrapper-items-item:hover {
    -webkit-transform: translateX(5px) translateY(5px);
    -ms-transform: translateX(5px) translateY(5px);
    transform: translateX(5px) translateY(5px);
}
@media (max-width: 1120px) {
    .newCardInfo__wrapper-items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .newCardInfo__wrapper-items-item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 10px;
    }
    .newCardInfo__wrapper-items-item:first-child {
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .newCardInfo__wrapper {
        padding: 50px 0;
        margin-top: 0;
    }
    .newCardInfo__wrapper-items {
        margin-top: 20px;
    }
    .newCardInfo__wrapper-items-item {
        padding: 0 22px;
    }
    .newCardInfo__wrapper-items-item:hover {
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
    .newCardInfo__wrapper-items-item p {
        max-width: 268px;
    }
    .newCardInfo__wrapper-items-item p br {
        display: none;
    }
}
@media (max-width: 600px) {
    .newCardInfo__wrapper p {
        font-size: 15px;
        line-height: 16px;
    }
    .newCardInfo__wrapper-items {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .newCardInfo__wrapper-items-item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0 22px 0 77px;
        height: 70px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .newCardInfo__wrapper-items-item img {
        max-width: 60px;
    }
    .newCardInfo__wrapper-items-item p {
        max-width: 100%;
        font-size: 14px;
        line-height: 18px;
    }
    .newCardInfo__wrapper-items-item p br {
        display: none;
    }
}
.videoNew {
    max-height: 50rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.videoNew__poster {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
.videoNew__poster img {
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.videoNew__button {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.videoNew__stop {
    display: none;
    cursor: pointer;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoNew #presentation {
    width: 100vw;
}
@media (max-width: 639px) {
    .videoNew__button svg {
        height: 40px;
        width: 40px;
    }
.newServices__wrapper-blocks-choose-tip-popup.newServices__wrapper-blocks-choose-tip-popup-active {
		margin-top: -106px;
		position: fixed;
		top: 50%;
		left: 50%;
		margin-left: -195px;
		display: block;
		height: 212px;
	}

    .formMobile__wrapper .newServices__wrapper-blocks-choose-tip-popup {
        position: fixed;
        bottom: auto !important;
        top: 50% !important;
        left: 16px !important;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        right: 16px !important;
        width: calc(100% - 32px) !important;
        margin-left: 0px;
    }
}
.callbackNew {
    padding: 74px 0;
    background-color: #f8f8f8;
}
.callbackNew__wrapper {
    position: relative;
}
.callbackNew__wrapper h2 {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 14px;
    font-family: Montserrat-Semibold;
    color: #010306;
}
.callbackNew__wrapper p {
    font-size: 18px;
    line-height: 25px;
    color: #010306;
    margin-bottom: 30px;
}
.callbackNew__wrapper-input input {
    width: 280px;
    font-size: 12px;
    line-height: 13px;
    color: #c4c4c4;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 18px 25px;
    margin-right: 20px;
}
.callbackNew__wrapper-button input {
    font-family: 'Roboto';
    width: 200px;
    cursor: pointer;
    text-align: center;
    background-color: #59b561;
    padding: 18px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    border-radius: 3px;
    letter-spacing: 1px;
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.callbackNew__wrapper-button input:hover {
    background-color: #218f2a;
}
.callbackNew__wrapper-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.callbackNew__wrapper form {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.callbackNew__wrapper form label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    cursor: pointer;
}
.callbackNew__wrapper form label input {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}
.callbackNew__wrapper form label p {
    font-size: 12px;
    line-height: 14px;
    position: relative;
    padding-left: 19px;
}
.callbackNew__wrapper form label p a {
    margin-left: 2px;
    color: #59b561;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.callbackNew__wrapper form label p a:hover {
    color: #218f2a;
}
.callbackNew__wrapper form label p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.callbackNew__wrapper form label p:after {
    content: url("/images/check.svg");
    position: absolute;
    top: 0;
    left: 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.callbackNew__wrapper form label input:checked + p:after {
    opacity: 1;
}
.callbackNew__wrapper-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.callbackNew__wrapper-footer-phone {
    margin-right: 150px;
}
.callbackNew__wrapper-footer-phone a {
    font-size: 18px;
    line-height: 21px;
    color: #010306;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.callbackNew__wrapper-footer-phone a:hover {
    color: #218f2a;
}
.callbackNew__wrapper-footer-contacts a {
    margin-right: 46px;
}
.callbackNew__wrapper-footer-contacts a:last-child {
    margin-right: 0;
}
.callbackNew__image {
    position: absolute;
    right: 0;
    bottom: 0;
}
.callbackNew__image img {
    width: 100%;
    display: block;
}
@media (max-width: 1240px) {
    .callbackNew__image {
        display: none;
    }
}
@media (max-width: 991px) {
    .callbackNew {
        padding: 45px 0 33px;
    }
    .callbackNew__wrapper h2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 7px;
    }
    .callbackNew__wrapper p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 18px;
    }
    .callbackNew__wrapper-input {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 10px;
    }
    .callbackNew__wrapper-input:first-child {
        margin-top: 0;
    }
    .callbackNew__wrapper-input input {
        width: 100%;
        margin-right: 0;
    }
    .callbackNew__wrapper-button {
        margin-top: 10px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .callbackNew__wrapper-button button {
        width: 100%;
        padding: 16px;
        font-size: 15px;
        line-height: 17px;
    }
    .callbackNew__wrapper-form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .callbackNew__wrapper form label {
        margin-top: 11px;
    }
    .callbackNew__wrapper form label input {
        margin-right: 10px;
    }
    .callbackNew__wrapper form label p {
        font-size: 10px;
        line-height: 12px;
    }
    .callbackNew__wrapper form label p:before {
        top: -2px;
    }
    .callbackNew__wrapper-footer {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .callbackNew__wrapper-footer-phone {
        margin-right: 0;
    }
    .callbackNew__wrapper-footer-phone a {
        font-size: 14px;
        line-height: 18px;
    }
    .callbackNew__wrapper-footer-contacts a {
        margin-right: 30px;
    }
}
@media (max-width: 991px) {
    .callbackNew__wrapper p br {
        display: none;
    }
}
.content_wrapper {
    padding-top: 60px !important;
}
.wrapper_site.background::before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 1;
}
.menu__wrapper-right-block:nth-child(2) a:nth-child(1) {
    margin-right: 19px;
}
.header .menu__wrapper-right-block-link a:hover span {
    color: #218f2a
}
.newCard__wrapper-body-item-content-models-inner label span {
    cursor: pointer;
}
.newCard__wrapper-body-item-content-models-inner label.disabled span {
    cursor: unset;
}
.newWork__wrapper-blocks-models-item svg{
	display:initial !important;
}
.newWork__wrapper-blocks-models-item.newWork__wrapper-blocks-models-item-active span {
    color: #59b561;
}


.not_indexed .header__isBg .header__wrapper-left-logo svg path {
  fill: #010306;
}
.header__isBg .header__wrapper-right-menu-link a {
  color: #939393;
}
.header__isBg .header__wrapper-right-menu-link a:hover {
  color: #59b561;
}
.header__isBg a.header__wrapper-right-menu-list-link {
    color: #000;
}
.header__isBg a.header__wrapper-right-menu-list-link:hover {
    color: #37d97b;
}
.not_indexed .header__isBg .header__wrapper-right-menu-link-title {
  color: #939393;
}
.not_indexed .header__isBg .header__wrapper-right-menu-link ul li span {
  color: #010306;
}
.not_indexed .header__isBg .header__wrapper-right-menu-link ul li a {
  color: #010306;
}
.not_indexed .header__isBg .header__wrapper-right-menu-link ul li a:hover {
  color: #59b561;
}
.not_indexed .header__isBg .header__wrapper-right-menu-link ul li ul li a {
  color: #010306;
}
.not_indexed .header__isBg .header__wrapper-right-search svg path {
  fill: #000;
}
.not_indexed .header__isBg .header__wrapper-right-search:hover svg path {
  fill: #59b561;
}
.not_indexed .header__isBg .header__wrapper-right-phone a {
  color: #010306;
}
body .form__wrapper-forms-item-select.choice_offers_parent {
    flex-basis: 20%;
    -webkit-flex-basis: 20%;
}
.image_block_review{
	    min-width: 70px;
}


.header__wrapper-right-login-block {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: 70px;
  }
  .header__wrapper-right-login-block-intro {
    width: 315px;
    height: 192px;
    background-color: #fff;
    padding: 16px 24px 24px;
    -webkit-box-shadow: 8px 10px 10px rgba(0,0,0,0.1);
            box-shadow: 8px 10px 10px rgba(0,0,0,0.1);
    border-radius: 0px 0px 3px 3px;
    display: flex !important;
    flex-direction: column;
  }
  .header__wrapper-right-login-block-intro p {
    color: #010306;
    opacity: 0.5;
    font-size: 16px;
    line-height: 21px;
  }
  .header__wrapper-right-login-block-intro a{
    background-color: #59b561;
    border: none;
    width: 100%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 3px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-top: 24px;
  }
  .header__wrapper-right-login-block-intro button:hover {
    background-color: #59b561;
  }
  .header__wrapper-right-login-block-enter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: none;
    width: 148px;
    height: 115px;
    background-color: #fff;
    padding: 7px 24px 24px;
    -webkit-box-shadow: 8px 10px 10px rgba(0,0,0,0.1);
            box-shadow: 8px 10px 10px rgba(0,0,0,0.1);
    border-radius: 0px 0px 3px 3px;
  }
  .header__wrapper-right-login-block-enter .link {
    color: #010306;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .header__wrapper-right-login-block-enter .link:hover {
    color: #59b561;
  }
  .header__wrapper-right-login-block-enter button {
    color: #939393;
    margin-top: 10px;
    border: none;
    background-color: transparent;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    line-height: 18px;
  }
  .header__wrapper-right-login-block-enter button:hover {
    color: #59b561;
  }
  .header__wrapper-right-login-block.logged .header__wrapper-right-login-block-enter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }



.header__wrapper-right-login:hover .header__wrapper-right-login-block {
    opacity: 1;
    z-index: 100;
    visibility: visible;
}

.header__active .header__wrapper-right-login svg path {
    fill: #000;
}

.header__isBg:hover .header__wrapper-right-login:hover svg path {
    fill: #59b561;
}

.header__wrapper-right{
    position: relative;
}

.header__isBg:hover .header__wrapper-right-login svg path {
    fill: #000;
}

.headerMob__wrapper-login {
    display: none;
    cursor: pointer;
}

.headerMob__wrapper-mobMenu-login {
    display: none;
}

@media (max-width: 991px){
.headerMob__wrapper-mobMenu-login {
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
}

@media (max-width: 600px){
    .headerMob__wrapper-mobMenu-login {
        display: none;
    }
.headerMob__wrapper-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 44px;
}
}

.header__wrapper-right-login-block-intro button {
    background-color: #59b561;
    border: none;
    width: 100%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 3px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-top: 24px;
}

.footer__wrapper-item-phone {
    pointer-events: initial;
}


.dark__bg {
    background-color: rgba(1,3,6,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: -1;
  }
  .dark__bg.active {
    z-index: 101;
    display: block;
  }

.profilePopup {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 400px;
    min-height: 324px;
    padding: 40px;
    display: none;
    z-index: -1;
  }
  .profilePopup.active {
    z-index: 102;
    display: block;
  }
  .profilePopup__close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
  }
  .profilePopup__close svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .profilePopup__close:hover svg path {
    stroke: #59b561;
  }
  .profilePopup__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px;
  }
  .profilePopup__buttons button {
    font-size: 15px;
    background-color: transparent;
    line-height: 16px;
    color: #939393;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    padding: 10px;
    width: 113px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    margin-right: 25px;
  }
  .profilePopup__buttons button:last-child {
    margin-right: 0;
  }
  .profilePopup__buttons button.active {
    background-color: #59b561;
    border-color: #59b561;
    color: #fff;
    pointer-events: none;
  }
  .profilePopup__buttons button:hover {
    background-color: #59b561;
    border-color: #59b561;
    color: #fff;
  }
  .profilePopup .profilePopup__inner {
    max-height: 527px;
    overflow-y: auto;
  }
  .profilePopup__title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 32px;
    font-family: Montserrat-SemiBold;
    color: #010306;
  }
  .profilePopup form .input__title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 6px;
    display: block;
    width: 100%;
    color: #a7a6a9;
  }
  .profilePopup form .profilePopup__input {
    margin-bottom: 16px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profilePopup form .profilePopup__input span {
    color: #eb001b;
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    display: none;
  }
  .profilePopup form .profilePopup__input svg {
    position: absolute;
    right: 16px;
    top: 33px;
    display: none;
  }
  .profilePopup form .profilePopup__input input {
    width: 100%;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 3px;
    border: 1px solid #c4c4c4;
  }
  .profilePopup form .profilePopup__input input:focus,
  .profilePopup form .profilePopup__input input:active,
  .profilePopup form .profilePopup__input input:hover {
    border-color: #59b561;
  }
  .profilePopup form .profilePopup__input.valid svg {
    display: block;
  }
  .profilePopup form .profilePopup__input.error {
    margin-bottom: 16px;
  }
  .profilePopup form .profilePopup__input.error input {
    border-color: #eb001b !important;
    margin-bottom: 6px;
  }
  .profilePopup form .profilePopup__input.error span {
    position: relative;
    display: block;
  }
  .profilePopup form .profilePopup__selects {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .profilePopup form .profilePopup__selects .profilePopup__select {
    margin-right: 13px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .profilePopup form .profilePopup__selects .profilePopup__select select {
    padding: 13px 26px 13px 16px;
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    color: #c0bfbd;
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .profilePopup form .profilePopup__selects .profilePopup__select select:focus,
  .profilePopup form .profilePopup__selects .profilePopup__select select:active,
  .profilePopup form .profilePopup__selects .profilePopup__select select:hover {
    border-color: #59b561;
  }
  .profilePopup form .profilePopup__selects .profilePopup__select select option {
    color: #010306;
  }
  .profilePopup form .profilePopup__selects .profilePopup__select svg {
    position: absolute;
    right: 16px;
  }
  .profilePopup form .profilePopup__selects .profilePopup__select:nth-child(2) {
    width: 89px;
  }
  .profilePopup form .profilePopup__selects .profilePopup__select:nth-child(3) {
    width: 110px;
  }
  .profilePopup form .profilePopup__selects .profilePopup__select:nth-child(4) {
    width: 87px;
    margin-right: 0;
  }
  .profilePopup form .profilePopup__labels {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .profilePopup form .profilePopup__labels .input__title {
    margin-bottom: 16px;
  }
  .profilePopup form .profilePopup__labels label {
    height: 20px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 32px;
    cursor: pointer;
  }
  .profilePopup form .profilePopup__labels label input {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
  }
  .profilePopup form .profilePopup__labels label span {
    padding-left: 20px;
    font-size: 16px;
    line-height: 16px;
    color: #3e3e3e;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 9px;
    position: relative;
  }
  .profilePopup form .profilePopup__labels label span:before {
    content: '';
    position: absolute;
    left: -9px;
    width: 18px;
    height: 18px;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
  }
  .profilePopup form .profilePopup__labels label span:after {
    content: url("/images/check.svg");
    position: absolute;
    left: -2px;
    top: -2px;
    opacity: 0;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .profilePopup form .profilePopup__labels label input:checked + span:after {
    opacity: 1;
  }
  .profilePopup form button {
    width: 100%;
    background-color: #59b561;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    border: none;
    padding: 13px;
    border-radius: 3px;
  }
  .profilePopup form button:hover {
    background-color: #218f2a;
  }
  .profilePopup .profilePopupRates {
    display: none;
  }
  .profilePopup .profilePopupRates__container {
    margin-bottom: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .profilePopup .profilePopupRates__rate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .profilePopup .profilePopupRates__rate:first-child {
    padding-top: 0;
    border-top: none;
  }
  .profilePopup .profilePopupRates__rate:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .profilePopup .profilePopupRates__rate p {
    font-size: 16px;
    line-height: 16px;
    color: #939393;
  }
  .profilePopup .profilePopupRates__rate span {
    font-size: 32px;
    line-height: 32px;
    color: #010306;
  }
  .profilePopup .profilePopupRates a {
    font-size: 14px;
    line-height: 22px;
    color: #59b561;
    margin-bottom: 24px;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .profilePopup .profilePopupRates a:hover {
    color: #218f2a;
  }
  .profilePopup .profilePopupRates a:last-child {
    margin-bottom: 0;
  }
  .search_button{
	  display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 65%;
    border: none;
    outline: none;
  }
  span.in_pr {
    color: #939393;
}
.searchPage__container-content-inner h2 {
    text-align: center;
    padding: 0 30px;
}
.search_price {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #010306;
    margin-top: 10px;
}
.searchPage__container-content-inner{padding-bottom:26px;}
.title-search-result {
    width: 700px !important;
    left: 50% !important;
    margin-left: -350px;
    top: 60px !important;
    z-index: 9999;
    position: fixed !important;
}
button.button_search_up {
    border: none;
    outline: none;
    line-height: 0px;
    background: none;
    position: absolute;
    padding: 10px;
}
button.button_search_up svg {
    position: static;
}

span.open_map_child_m {
    padding: 5px;
    line-height: 0px; cursor:pointer;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
span.open_map_child_m.active {
    transform: rotate(180deg);
}
@media (min-width: 1240px){
	.searchPage__container-aside-block {
		max-width: 310px;
	}
}
@media (max-width: 991px){
	.title-search-result {
		width: 430px !important;
		margin-left:0px !important;
		left:18px !important;
	}
}
  @media (max-width: 639px) {
	  .article1-content__wrapper .breadcrums {
		white-space: nowrap;
	}
	  .title-search-result {
		width: 430px !important;
		margin-left:0px !important;
		left:0px !important;
	}
    .profilePopup {
      top: 60px;
      left: 0;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      width: 100%;
      height: 100%;
      padding: 32px 16px 16px;
    }
    .profilePopup__close {
      top: 32px;
    }
    .profilePopup .profilePopup__inner {
      max-height: 100%;
      overflow-y: auto;
    }
    .profilePopup__title {
      font-size: 20px;
      line-height: 22px;
    }
    .profilePopup__buttons {
      margin-bottom: 20px;
    }
    .profilePopup__buttons button {
      padding: 14px;
      width: 50%;
      margin-right: 11px;
    }
    .profilePopup form .input__title {
      margin-bottom: 10px;
    }
    .profilePopup form .profilePopup__input {
      margin-bottom: 20px;
    }
    .profilePopup form .profilePopup__input svg {
      top: 41px;
    }
    .profilePopup form .profilePopup__input input {
      padding: 16px 20px;
      font-size: 16px;
      line-height: 16px;
    }
    .profilePopup form .profilePopup__selects {
      margin-bottom: 20px;
    }
    .profilePopup form .profilePopup__selects .profilePopup__select {
      margin-right: 11px;
    }
    .profilePopup form .profilePopup__selects .profilePopup__select select {
      padding: 16px 26px 14px 16px;
      font-size: 16px;
      line-height: 16px;
    }
    .profilePopup form .profilePopup__selects .profilePopup__select:nth-child(2) {
      max-width: 89px;
      width: auto;
    }
    .profilePopup form .profilePopup__selects .profilePopup__select:nth-child(3) {
      max-width: 110px;
      width: auto;
    }
    .profilePopup form .profilePopup__selects .profilePopup__select:nth-child(4) {
      max-width: 94px;
      width: auto;
      margin-right: 0;
    }
    .profilePopup form .profilePopup__labels {
      margin-bottom: 24px;
    }
    .profilePopup form .profilePopup__labels .input__title {
      margin-bottom: 16px;
    }
    .profilePopup form button {
      font-size: 16px;
      line-height: 16px;
      padding: 16px;
    }
    .profilePopup .profilePopupRates {
      display: none;
    }
    .profilePopup .profilePopupRates__container {
      margin-bottom: 48px;
    }
  }
  @media (max-width: 414px) {
    .profilePopup {
      top: 50px;
    }
    .profilePopup .profilePopup__inner {
      max-height: calc(100vh - 340px);
      overflow-y: auto;
    }
  }


.profile__avatar .personal-photo{
    display: none;
}

.profile__wrapper{
    padding-top: 60px !important;
}
.map__wrapper iframe{max-height:100%;}
@media (max-width: 1180px) {
    .profile__wrapper{
        padding-top: 32px !important;
    }
}
@media (max-width: 768px) {
.map__wrapper {
    height: 700px;
}
.map__wrapper iframe {
    max-height: 100%;
    height: 100%;
}
.indexCallback__content {
    z-index: 2;
    position: relative;
}
}

.profile__current-content-success{
    display: flex;
}

.d-none{
    display: none !important;
}

body .tradePopup__bg-active {
    z-index: 100008;
}
body .tradePopup-active {
    z-index: 100009;
}

.repairService-prices li .special_h3:hover {
    color: #59b561;
}
.in_block_address_here {
    position: absolute;
    z-index: 22;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.element_dadata_ch:hover {
    cursor: pointer;
    color: #59b561;
}
.repairService-choose__items.firsted a {
    background: linear-gradient(103.87deg, #36d97b 29.3%, #19d4e0 96.89%);
}
.repairService-choose__items.firsted a:hover{
	    background: linear-gradient(103.87deg, #19d4e0 29.3%, #36d97b 96.89%);
}
@media (max-width: 1180px){
.repairService-choose__group.active a.hide-pc {
	display:none !important;
}
}

.newCard2 .breadcrums {
    margin-top: 0px;
}
.breadcrums {
    white-space: nowrap;
    flex-wrap: nowrap !important;
}
.back_show_telegram {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(1, 3, 6, 0.8);
    z-index: 999999; display:none;
}
.back_show_telegram.active{display:block;}
.show_telegram_block {
    position: fixed; display:none;
    top: 50%;
    left: 50%;
    width: 626px;
    height: 325px;
    background: linear-gradient(120.13deg, #17C2C2 -6.12%, #6813D3 102.7%);
    border-radius: 3px;
    z-index: 1000000;
    margin-top: -162px;
    margin-left: -313px;
    overflow: hidden;
    padding: 72px 40px 20px;
    color: #fff;
}
.show_telegram_block.active{display:block;}
body.fixedt {
    overflow: hidden;
}
.block_image_telegram {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.telegram_close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    cursor: pointer;
}
.block_telegram_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.block_telegram_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.8;
    width: 344px;
    margin-bottom: 49px;
}
a.standart_button {
    background: #37D97B;
    border-radius: 3px;
    display: inline-flex;
    padding: 17px 41px;
    color: #fff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}
.show_telegram_mobile{display:none;}
@media (max-width: 650px){
	.show_telegram_block{display:none;}
	.show_telegram_mobile {
		display: block;
		position: fixed;
		bottom: 0px;
		z-index: 1000000;
		background: #FFFFFF;
		box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.1);
		border-radius: 30px 30px 0px 0px;
		text-align: center;
		padding: 53px 16px 24px;
		transition: all 0.5s ease;
	}
	.show_telegram_mobile:before {
		width: 65px;
		height: 4px;
		background: #DDDDDD;
		border-radius: 3px;
		position: absolute;
		left: 50%;
		content: " ";
		margin-left: -32.5px;
		top: 10px;
	}
	.block_telegram_mobile_image {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
	.block_telegram_mobile_title {
		font-weight: 600;
		font-size: 20px;
		line-height: 100%;
		text-align: center;
		color: #010306;
		margin-bottom: 20px;
	}
	.block_telegram_mobile_text {
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		text-align: center;
		color: #3E3E3E;
		opacity: 0.8;
		margin-bottom: 56px;
	}
	.block_telegram_button_block_mobile a {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 500;
		font-size: 17px;
		line-height: 100%;
		color: #FFFFFF;
		padding: 20px 0;
		width: 100%;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	.show_telegram_mobile.close_mobile_telegram {
		bottom: -400px;
	}
	.show_telegram_block.active{display:none;}
}