@charset "UTF-8";

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    /* padding-top: 110px;
  font-size: 16px;
  line-height: 20px;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;

  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; */

            /* background:  url('./img/paint.png') ;
            background-size: contain;

            transition: background-color 0.3s ease; */

}


@font-face {

  font-family: "TTRicordiTrial"; 

  src: url("./tt-ricordi-trial-nobili.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
  font-display: swap;
} 

.ricodi{
    font-family: TTRicordiTrial;
}

.section__calc__chehol {
    padding: 70px 0 0px;
}

.section__calc__chehol * {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.section__calc__chehol .section__content__calc {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 5px;
}

.section__calc__chehol .section__content__calc .img-chehol {
    position: absolute;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    width: 730px;
    right: 50%;
    top: -50px;
}

#carpet-evo{
    padding-left: 5px;
    padding-right: 5px;
    }
#carpet-block{
padding-left: 10px;
padding-right: 10px;
}

.section__calc__chehol .chehol__form {
    position: relative;
    z-index: 5;
    width: 50%;
}

.section__calc__chehol .table .row__table {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    align-items: center;
}

.section__calc__chehol .table .row__table .coll_1 {
    width: 40%;
}

.section__calc__chehol .table .row__table .coll_2 {
    width: 60%;
}

.section__calc__chehol .table .row__table .title {

    font-size: 18px;
}

.section__calc__chehol .select-form {
    position: relative;
    width: 100%;
}

.section__calc__chehol .select-form .arrow{
    position: absolute;
    top: 5px;
    right: 11px;
    transition: transform 0.6s; 
}

.open + .arrow{
    transform: rotateZ(180deg);
}

.section__calc__chehol .selected {
    min-height: 40px;
    padding: 3px 15px 5px;
    color: #949494;
    font-size: 14px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.section__calc__chehol .selected:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/left-and-right-arrows.png") center/cover;
    width: 13px;
    height: 8px;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    z-index: 1;
}

.section__calc__chehol i {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 8px;
}

.section__calc__chehol .select-ul {
    display: none;
    z-index: 100;
    left: 0;
    top: 40px;
    position: absolute;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.08);
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 7px 30px 7px 15px;
    min-height: 40px;
}



.section__calc__chehol .select-ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin-bottom: 4px;
    cursor: pointer;
    color: black;
}

.section__calc__chehol .select-ul.select-ul-type-2 li {
    position: relative;
}

.section__calc__chehol .select-ul.select-ul-type-2 li .name.selected-li:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 0px;
    border: 2px solid #d50032;
    top: 4px;
}

.section__calc__chehol .select-ul.select-ul-type-1 li .name {
    position: relative;
    padding-left: 23px;
}

.section__calc__chehol .select-ul.select-ul-type-1 li .name.selected-li:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d50032;
    left: 4px;
    top: 8px;
}

.section__calc__chehol .select-ul.select-ul-type-1 li .name:before {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    border: 2px solid #fce9ed;
    left: 0;
    top: 4px;
}

.section__calc__chehol .select-ul.select-ul-type-1 li .name span {
    color: #949494;
    font-size: 14px;
}

.section__calc__chehol .select-ul:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/left-and-right-arrows.png") center/cover;
    width: 13px;
    height: 8px;
    right: 15px;
    top: 15px;
    z-index: 1;
    transform: rotate(180deg);
}

.section__calc__chehol .rows-checks {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section__calc__chehol .rows-checks .item-check {
    width: auto;
    margin-bottom: 25px;
    min-width: 200px;
}

.section__calc__chehol .rows-checks .item {
    width: auto;
    margin-bottom: 25px;
    min-width: 200px;
}

.section__calc__chehol .rows-checks .item-check input {
    display: none;
}

.section__calc__chehol .rows-checks .item-check input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 7px;
    border-bottom: 1px solid #d50032;
    border-left: 1px solid #d50032;
    z-index: 2;
    transform: rotate(-45deg);
    top: calc(50% - 6px);
    left: 5px;
}

.section__calc__chehol .rows-checks .item-check label {
    font-size: 18px;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    display: inline-block;
}

.section__calc__chehol .rows-checks .item label {
    font-size: 18px;
}

.quantity-controls {

}

.quantity-controls input{
    background: #fff;
    border-radius: 20px;
    padding: 5px;
    border: 0;
}

.quantity-increase,
.quantity-decrease{
        color: #fff;
        background: #d50032;
        border-radius: 30px;
        border: 0;
        cursor: pointer;
        width: 30px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 5px;
        padding-bottom: 5px;
}


.section__calc__chehol .rows-checks .item-check label .span-into-label {
    position: absolute;
    left: 31px;
    top: -21px;
    color: #d50032;
}

.section__calc__chehol .rows-checks .item-check label span {
    font-size: 14px;
    color: #96787f;
}



.section__calc__chehol .rows-checks .item-check label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    background: #fff;
    width: 20px;
    height: 20px;
    z-index: 1;
    border-radius: 2px;
}

.section__calc__chehol .price-end {
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.section__calc__chehol .price-end .flex {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.section__calc__chehol .price-end .price {

    font-size: 30px;
    margin-right: 75px;
}

.section__calc__chehol .price-end .submit-form {
    color: #fff;
    background: #d50032;
    padding-right: var(--wp--preset--spacing--20);
    padding-left: var(--wp--preset--spacing--20);
    font-weight: 500;
    font-family: inherit;

    padding-top: 0.6rem;   
    padding-bottom: 0.6rem;
    border-radius: 30px;
    border: 0;
    line-height:1.55;
    font-size: clamp(1.25rem, 1.25rem + ((1vw - 0.2rem) * 1.25), 2rem);
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    outline: none;
}

.section__calc__chehol .price-end .submit-form:focus {
    outline: none;
}

.section__calc__chehol .price-end .submit-form:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/arrows.png") center/cover;
    width: 13px;
    height: 11px;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    z-index: 1;
}

.section__calc__chehol .img-chehol img {
    width: 100%;
}

/* ensure overlays inside .img-canvas are positioned correctly */
.section__calc__chehol .img-canvas {
    position: relative;
    /* чтобы блок не схлопывался до первой загрузки картинки */
    min-height: 320px;
}

/* loader overlay for server-rendered image */
.section__calc__chehol .img-canvas .img-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2001;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(2px);
}

.section__calc__chehol .img-canvas .img-loading .spinner {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 4px solid rgba(0, 0, 0, 0.15);
    border-top-color: #d50032;
    animation: chehol-spin 0.8s linear infinite;
}

@keyframes chehol-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.section__calc__chehol .img-canvas>div {
    top: 0;
    left: 0;
}

.section__calc__chehol .img-chehol .img-base {
    position: relative;
    z-index: 1;
    width: 100%;
}

.section__calc__chehol .img-chehol .img-yzor {
    position: absolute;
    z-index: 2;
    width: 100%;
}

.section__calc__chehol .img-chehol .img-center {
    position: absolute;
    z-index: 3;
    width: 100%;
}

.section__calc__chehol .img-chehol .border-img {
    position: absolute;
    width: 100%;
    z-index: 4;
}

.section__calc__chehol .img-chehol .border-img .border-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.section__calc__chehol .img-chehol .border-img .border-2 {
    position: absolute;
    top: 0;
    z-index: 6;
}

.section__calc__chehol .img-chehol .border-img .border-3 {
    position: absolute;
    top: 0;
    z-index: 7;
}

.section__calc__chehol .img-chehol .img-head {
    position: absolute;
    z-index: 8;
    width: 100%;
}

.section__calc__chehol .img-chehol .img-romb-head {
    position: absolute;
    width: 100%;
    z-index: 10;
}

.section__calc__chehol .img-chehol .img-cut-head,
.section__calc__chehol .img-chehol .img-cut-down,
.section__calc__chehol .img-chehol .img-cut-shirt {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.section__calc__chehol .img-chehol .img-border-cut {
    position: absolute;
    z-index: 5;
    width: 100%;
}

.section__calc__chehol .img-canvas div.img-wotermark {
    position: absolute;
    width: 200px;
    z-index: 100;
    top: 36%;
    left: 50%;
    margin-left: -45px;
}

.section__calc__chehol .img-chehol .img-seam {
    position: absolute;
    z-index: 8;
    width: 100%;
}

.section__calc__chehol .img-chehol .img-seam-border {
    position: absolute;
    z-index: 8;
    width: 100%;
}

.consultation .consult-form .form-inputs .input-wrap.input-wrap__half {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
}

.consultation .consult-form .form-inputs .input-wrap.input-wrap__half select {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background 9999s ease;
    -o-transition: background 9999s ease;
    transition: background 9999s ease;
    border: 1px solid #e1e1e1;
    outline: none;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    padding-left: 40px;
    padding-right: 15px;
}

.consultation .consult-form .form-inputs .input-wrap.input-wrap__half * {
    outline: none;
}

.consultation .select2-container .select2-selection--single {
    height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.consultation .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 38px;

}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #a9a9a9;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 7px;

}

.consultation .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {}

.chechol-ajax-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    z-index: 10000;
    display: none;
}

.chechol-ajax-loading .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chechol-ajax-loading img {
    width: 100px;
}


@media screen and (max-width: 992px) {
    .section__calc__chehol {
        width: 100%;
        margin-top: 20px;
/*        overflow: hidden;*/
    }

    .section__calc__chehol .section__content__calc .img-chehol {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
    }

    .section__calc__chehol .section__content__calc:after {
        right: -300px;
    }

    .section__calc__chehol .chehol__form {
        width: 100%;
    }

    .section__calc__chehol .price-end .flex {
        width: 100%;
        justify-content: flex-end;
    }

    .section__calc__chehol .price-end .flex {
        flex-direction: column;
    }

    .section__calc__chehol .price-end .price {
        margin-right: 0;
        margin-bottom: 40px;
        line-height: 1.3;
        text-align: center;
    }

    .section__calc__chehol .price-end .price span {
        white-space: nowrap;
    }
}

@media screen and (max-width: 550px) {
    .section__calc__chehol .table .row__table {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .section__calc__chehol .rows-checks .item-check {
        margin-bottom: 5px;
    }

    .section__calc__chehol .price-end {
        margin-top: 0px;
    }

    .section__calc__chehol .table .row__table .coll_1 {
        width: 100%;
        margin-bottom: 5px;
    }

    .section__calc__chehol .table .row__table .coll_2 {
        width: 100%;
    }

    .section__calc__chehol .price-end .price {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .section__calc__chehol .price-end .flex {
        flex-direction: column;
    }

    .section__calc__chehol {
        padding:  0;
    }

    .section__calc__chehol .chehol__form .table{
        display: flex;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
    }

    .section__calc__chehol .chehol__form .table .row__table{
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;

    }

    .section__calc__chehol .rows-checks{
        margin-top: 0px;
        

        margin-right: -5px;
        margin-left: -5px;
    }

    .section__calc__chehol .rows-checks .item-check,
    .section__calc__chehol .rows-checks .item{
        width: 50%;

        padding-left: 5px;
        padding-right: 5px;
    }

    .section__calc__chehol .img-canvas div.img-wotermark {
        width: 115px;
    }

    .section__calc__chehol .price-end .submit-form {
        width: 100%;
    }

    .section__calc__chehol .selected ,
    .section__calc__chehol .select-ul li,
    .section__calc__chehol .table .row__table .title,
    .section__calc__chehol .rows-checks .item-check label,
    .section__calc__chehol .rows-checks .item label {
        font-size: 12px;
    }
    
    .section__calc__chehol .select-ul {
        padding: 9px 15px;
    }

    .section__calc__chehol .select-ul.select-ul-type-2 li .name.selected-li:after {
        top: 0px;
    }

    
}

/*# sourceMappingURL=style.css.map */


.img-fluid {
    max-width: 100%;
    height: auto;
}

.ml-1 {
    margin-left: 1rem;
}

.ml-2 {
    margin-left: 2rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-4 {
    margin-bottom: 4rem;
}

.mb-5 {
    margin-bottom: 5rem;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.pt-2 {
    padding-top: 2rem;
}

.pb-2 {
    padding-bottom: 2rem;
}

.pt-3 {
    padding-top: 3rem;
}

.pb-3 {
    padding-bottom: 3rem;
}

.socials .social-item {
    margin-right: 10px;
}

.header-phone .mobile {
    font-size: 2rem !important;
    margin-top: 35px;
}

h2 {
    font-size: 20px;
}

.old_price {
    text-decoration: line-through;
    text-decoration-color: red;
}

/*BLOCK ADV*/
.adv {
    background: #d50032;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 17px;
}

.adv a {
    color: white;
    text-decoration: underline;
}


.wrap-social {
    display: flex;
    justify-content: space-between;
    width: 110px;
    align-items: center;
    z-index: 2;
}

.wrap-social img {
    width: 36px;
}

/*DROPDOWN MENU*/


.menu-list ul.dropdown {
    display: none;
    padding: 0;
    background: black;
    position: absolute;
    right: -80px;
    border: 2px solid #d50032;
    list-style: none;
    text-align: center;
}

.menu-list ul.dropdown li {
    margin-right: 0;
    padding: 0 40px;
    margin-bottom: 10px;
}

.menu-list li[rel='dropdown'] {
    position: relative;
}

.menu-list li[rel='dropdown']::after {
    content: url("/assets/template/img/icons/drop-down.svg");
    position: absolute;
    top: 28px;
    right: -17px;
}

.menu-list li[rel='dropdown']:hover ul.dropdown {
    display: block;
}

.button-default {
    width: 272px;
    height: 42px;
}

.button-default:hover {
    text-decoration: none;
    color: white;
}

.product-card {
    margin-top: 0px;
}

/*GRID PRODUCT*/
.examples-container .example-item .item-photo {
    position: relative;
}

.examples-container .example-item .item-photo .color-popup {
    width: 100px;
    position: absolute;
    z-index: 2;
    right: 0;
}

/*inner page == Content*/
.content {
    display: flex;
    justify-content: space-between;
}

.content .wrapper-images {
    text-align: center;
    margin: 0 0 15px 15px;
}

.content .wrapper-images .item {
    margin-bottom: 5px;
}

.text {
    width: 100%;
    margin-top: 25px;
}


.img-inner {
    max-width: 300px;
    float: right;
    padding: 0 0 20px 20px;
}

/*END*/



.reviews-slider.inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.reviews-slider.inner .review-item {
    width: 25%;
    padding: 0 15px;
    margin-top: 30px;
}


.full-link {
    color: #1a1a1a;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.full-link:hover {
    color: #d50032;
    border-bottom: 1px solid #d50032;
    text-decoration: none;
}


.reviews-slider .review-item .item-material,
.reviews-slider .review-item .item-vehicle {
    overflow: inherit;
}

.examples-popup .slick-arrow {
    padding: 12px;
    top: 45%;
}

.example-gallery {
    margin: 0;
    padding: 0;
}

.wrapper-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-form .consultation {
    background: #111111;
    margin: 20px;
    max-width: 650px;
    position: relative;
}

.consultation.bottom .form-total {
    display: none;
}

#thank-you .title {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
}

a.order-btn {
    cursor: pointer;
}

.button-material-mod {
    padding: 7px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    ;
}

input[name='address'],
input[name='surname'] {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    max-width: 0;
    max-height: 0;
}

.btn-default {
    padding: 0 15px;
    height: 42px;
    font-size: 18px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    color: #fff !important;
    background-color: #d50032;
    font-family: Exo2Regular, sans-serif;
}

.btn-default-sm {
    max-width: 201px;
    height: 35px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    border: none;
    padding: 0;
    cursor: pointer;
    background-color: #d50032;
    font-family: "Exo2Regular", sans-serif;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: auto;
}

.btn-default-sm:hover {
    color: white;
    opacity: 0.7;
}


#mse2_mfilter .btn_more,
#pdopage .btn-more {
    display: block;
    margin: auto;
    width: 272px !important;
    height: 42px;
    font-size: 18px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background-color: #d50032;
    font-family: Exo2Regular, sans-serif;
    margin-top: 30px !important;
    margin-bottom: 50px !important;
}

#mse2_filters .disabled {
    color: #aaa;
    display: none;
}


#mse2_filters button.button {
    width: 150px;
    height: 36px;
    font-size: 18px;
    display: flex;
    align-self: flex-end
}

#mse2_filters button.hidden {
    display: none;
}


.examples-showall,
.reviews-readmore {
    position: relative;
    float: right;
    bottom: 34px;
}

.material-item .item-info {
    position: relative;
}

.material-item .button-material {
    padding: 7px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.button-material:hover {
    text-decoration: none;
    color: white;
}

#map-contact {
    width: 50%;
    height: 540px;
    margin-bottom: 20px;
}

.address-map {
    color: #007bff !important;
}

.address-map.active,
.address-map:hover {
    color: #d50032 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.filials {
    margin-top: 25px;

}

.filials .wrap {
    padding: 20px 0;
}

.filials .title {
    font-weight: bold;
}

/*  OWL*/
.examples-popup .example-item .item-photo {
    position: relative;
}

.examples-popup .example-item .item-info {
    padding: 7px 15px;
}

.examples-slider .owl-thumbs,
.examples-container .owl-thumbs {
    display: none;
}

.examples-slider .owl-carousel,
.examples-container .owl-carousel {
    display: block;
}

.examples-popup .owl-thumbs {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 1000;
    margin: 0 auto;
    left: 0;
    bottom: 0;
    right: 0;
}

.owl-thumbs .owl-thumb-item {
    margin: 5px 2px;
    border: 2px solid white;
}

.owl-thumbs .owl-thumb-item.active {
    border: 2px solid #b1002a;
}

.owl-thumbs .owl-thumb-item img {
    width: 90px;

}

.example-item .title {
    color: #000;
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
}

.example-item .title .sub {
    font-size: 12px;
}

.example-item .link {
    color: black;
}

.example-item a:hover {
    color: #d50032;
    text-decoration: none;
}

.example-item a:hover .title {
    color: #d50032;
    text-decoration: none;
}

.model-list {
    margin-bottom: 30px;
}

.model-list .label {
    color: #d50032;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
}

.model-list ul {
    display: inline;
    margin: 0;
    padding: 0;
}

.model-list li {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 44px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.model-list li a {
    text-decoration: none;
    color: #000;
}

.model-list li:hover,
.model-list li.active {
    border-bottom: 2px solid #d50032;
    border-top: 2px solid #d50032;
}

.model-filter .filter-item .filter-link {
    text-decoration: underline;
}

.contacts .contacts-list .contact-item .item-info span {
    display: inline;
}

/*PRODUCTS LIST*/
.item-details__title {
    text-align: center;
}

.example-item .item-price {
    font-weight: bold;
    color: black;
}

.example-item .item-cost {
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 0;
}

.product-card .bottom-wrap {
    display: flex;
    justify-content: center;
}

.product-card .bottom-wrap .product-info .info-top {
    justify-content: center;
}

.product-card .bottom-wrap .info-price {
    text-align: center;
}

.product-card .product-info .info-details {
    margin-top: 20px;
}

.product-card .product-info .info-details .detail-item {
    padding: 15px 0;
}

.order-btn-def {
    display: inline-block;
    font-size: 19px;
    line-height: 19px;
    text-decoration: none;
    color: #d50032;
    border-bottom: 1px solid #d50032;
    -webkit-transition: border-bottom .2s ease;
    -o-transition: border-bottom .2s ease;
    transition: border-bottom .2s ease;
}


/*SELECT2 COLOR*/
.product-list-color {
    margin: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.product-list-color .title {
    white-space: nowrap;
    margin-right: 10px;
    margin-bottom: 7px;
}

.select2-results__option {
    color: #000;
    display: flex;
    align-items: center;
}

.select2-results__option span {
    margin-left: 5px;
    width: 100%;
    text-align: center;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: black;
}

.tooltip {
    position: fixed;
    padding: 10px 20px;
    border: 1px solid #b3c9ce;
    border-radius: 4px;
    text-align: center;
    font: italic 14px/1.3 sans-serif;
    color: #333;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
}

/*CART*/
.product-additional .header {
    color: #1a1a1a;
    font-family: Exo2Bold, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

.product-additional .ms2_product img {
    border: 1px solid #dddddd;
}

.product-additional .ms2_product .title {
    height: 40px;
    text-align: center;
}

.product-additional .ms2_product .price {
    margin: 10px 0;
}

.product-additional .ms2_product .price-old {
    color: red;
    font-size: 14px;
    text-decoration: line-through;
}

.product-additional .btn-primary {
    border-radius: 0;
}

.filter-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.color-list .name {
    padding: 15px 0;
    text-align: center;
    color: whitesmoke;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: bold;
}

#msOrder h4 {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

#msOrder textarea {
    height: 190px;
}

/*CART*/

/*M-MENU*/
body.mm-wrapper_opening {
    padding-top: 0;
}

span.menu-link {
    cursor: pointer;
}

#m-menu-main:not(.mm-menu) {
    display: none;
}

.mm-custom-bottom {
    display: flex;
    flex: auto;
    flex-direction: column;
    padding: 15px 0;
    color: black;
}

.mm-custom-bottom .phone-link {
    text-decoration: underline !important;
    margin-bottom: 20px;
}

.mm-custom-bottom .mm-address {
    padding: 0 10px;
}

.mm-custom-cosial {
    padding: 15px 0;
}

.mm-custom-cosial a {
    padding: 0 20px;
}

/*END M-MENU*/


/*SLIDER*/
.slider__custom {
    position: relative;
}

.slider__custom .slick-arrow {
    position: absolute;
    font-size: 0;
    outline: none;
    display: inline-block;
    background: none;
    cursor: pointer;
    padding: 0;
    border: none;
    width: 33px;
    height: 33px;
    border-radius: 50px;
    background-color: rgba(26, 26, 26, 0.05);
    z-index: 5;
    top: 0;
    bottom: 0;
    margin: auto;
}


.slider__custom .slick-arrow:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 8px;
    height: 8px;
    border: solid #8b8b8b;
    border-width: 0 1px 1px 0;
    -webkit-transition: border .2s ease;
    -o-transition: border .2s ease;
    transition: border .2s ease;
}

.slider__custom .slick-prev {
    left: -25px;
}

.slider__custom .slick-prev:after {
    left: 15px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.slider__custom .slick-next {
    right: -25px;
}

.slider__custom .slick-next:after {
    right: 15px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.relative {
    position: relative
}

.ya-rating_title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 160px;
}


.grecaptcha-badge {
    visibility: hidden;
}


.consultation {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 20px 30px 30px 30px;
    height: 100%;
}

.consultation .consult-form .form-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
}

.consultation .consult-form .form-inputs .input-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.consultation .consult-form .form-inputs .input-wrap:nth-child(1),
.consultation .consult-form .form-inputs .input-wrap:nth-child(2) {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
} 

.consultation .consult-form .form-inputs .input-wrap.only-phone {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.consultation .consult-form .form-inputs img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 15px;
}

.consultation .consult-form .form-inputs input {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.consultation .consult-form .form-inputs .textarea-wrap {
    width: 100%;
}

.consultation .consult-form .form-inputs textarea {
    width: 100%;
    height: 100px;
    padding: 10px 15px;
    resize: none;
    border-radius: 10px;
}

.consultation .consult-form .form-captcha {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.consultation .consult-form .form-captcha .privacy-policy {
    font-size: 14px;
    line-height: 16px;
    color: rgba(26, 26, 26, 0.5);
    margin-left: 20px;
    margin-top: 5px;
}

.consultation .consult-form .form-bottom {
    margin-top: 15px;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.consultation .consult-form .form-submit .submit-btn {
    color: #fff;
    background: #d50032;
    height: 44px;
    padding: 2px 20px;
    border-radius: 30px;
    border: 0;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    height: 42px;
}

.contact-links {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.contact-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 50px;
    background: #d50032;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    transition: transform .15s ease, opacity .15s ease;
}

.contact-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.contact-btn:hover {
    transform: translateY(-1px);
    opacity: 0.9;
}

.consultation .consult-form .form-accept {
    margin-left: 20px;
}

.consultation .consult-form .form-accept .checkbox-wrap {
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    line-height: 38px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.consultation .consult-form .form-accept .checkbox-wrap:hover .checkbox-name {
    color: #d50032;
}

.consultation .consult-form .form-accept .checkbox-wrap input {
    position: absolute;
    opacity: 0;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
}

.consultation .consult-form .form-accept .checkbox-wrap input:checked~.checkmark {
    background-color: #d50032;
    border: 1px solid transparent;
}

.consultation .consult-form .form-accept .checkbox-wrap input:checked~.checkmark:after {
    display: inline-block;
}

.consultation .consult-form .form-accept .checkbox-wrap .checkmark {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    position: relative;
    height: 15px;
    width: 15px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.consultation .consult-form .form-accept .checkbox-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    bottom: 3px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.consultation .consult-form .form-accept .checkbox-wrap .checkbox-name {
    /* color: #1a1a1a; */
    font-size: 14px;
    line-height: 16px;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    margin-left: 10px;
}

.consultation body input,
.consultation body textarea {
    -webkit-transition: background 9999s ease;
    -o-transition: background 9999s ease;
    transition: background 9999s ease;
    border: 1px solid #e1e1e1;
    outline: none;
}


.us-btn-style_29_23 {
    border: none !important;
    padding: 0 !important
}

.us-btn-style_29_23:before {
    color: transparent
}

.calc-type-items,
.calc-type-vors-items {
    margin-bottom: 10px;
    text-align: center
}

.calc-type-items-item,
.calc-type-vors-items-item,
.calc-type-items-item-bagaj {
    display: inline-block;
    color: #fff;
    background: #262626;

    text-transform: uppercase;
    font-size: 14px;

    cursor: pointer;

    border-radius: 30px;
    padding: 5px 15px;
}

.calc-type-items-item:hover,
.calc-type-vors-items-item:hover,
.calc-type-items-item-bagaj:hover {
    color: #fff;
    background: #2E2E2E
}

.calc-type-items-item.active,
.calc-type-vors-items-item.active,
.calc-type-items-item-bagaj.active {
    color: #fff;
    background-color: #d50032
}


.calc-type-items>div:last-child,
.calc-type-vors-items>div:last-child {

    border-right: 1px solid #2d2d2d
}

.calc-type-color-items,
.calc-type-vors-color-items {
    text-align: center
}

.calc-type-color-items img,
.calc-type-vors-color-items img {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid transparent
}

.calc-type-color-items-item,
.calc-type-vors-color-items-item {
    display: none
}

.calc-type-color-items-item.active,
.calc-type-vors-color-items-item.active {
    display: block
}

.calc-type-vors-title,
.calc-type-kozha-title {
    color: #fff;

    font-size: clamp(1.25rem, 1.25rem + ((1vw - 0.2rem) * 1.25), 2rem);
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px
}

body.home .calc-type-vors-title,
body.page-id-24752 .calc-type-vors-title {
    color: #fff
}

.calc-type-color-items-item img,
.calc-type-vors-color-items-item img {
    cursor: pointer
}

.calc-type-color-items-item img.active,
.calc-type-vors-color-items-item img.active {
    border: 1px solid red
}

.image-block>img {
    display: none;
    width: 100%;
    height: auto
}

.image-block {
    aspect-ratio: 3 / 2;
    width: 100%;
    position: relative
}

.image-block-vors {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.image-block-vors>img {
    display: none;
    width: 100%;
    height: auto
}

.calc-price {
    color: #fff;
    line-height: 1.19;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 30px;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 15px
}

body.home .calc-price,
body.page-id-24752 .calc-price {
    color: #fff
}

#calc-popup .wpcf7-submit {
    width: 100%;
    margin-top: 30px
}

#calc-popup p {
    margin-bottom: 0
}

.calc-type-color-items-tooltip {
    position: relative;
    display: inline
}

.calc-type-color-items-tooltip-wrap {
    position: absolute;
    width: 200px;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #191919;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 10px;
    line-height: 12px;
    -webkit-transform: translate(-50%, 25px);
    -moz-transform: translate(-50%, 25px);
    -ms-transform: translate(-50%, 25px);
    -o-transform: translate(-50%, 25px);
    transform: translate(-50%, 25px);
    left: 50%;
    max-width: 100px;
    pointer-events: none;
    top: 100%
}

.calc-type-color-items-tooltip.active .calc-type-color-items-tooltip-wrap {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    z-index: 2
}

@media all and (max-width: 1255px) {

    .calc-type-items-item,
    .calc-type-vors-items-item {
        margin: 0 5px 10px;

    }

    .calc-button>div {
        text-align: center
    }

    .calc-price {
        font-size: 24px;
        text-align: center
    }

    .mobile-padding-no>div {
        padding-right: 0 !important
    }

}

@media all and (max-width: 1255px) {

.calc-type-items-item,
.calc-type-vors-items-item,
.calc-type-items-item-bagaj {

    font-size: 12px;

}
}
.grecaptcha-badge {
    display: none
}

.t565 .t-section__topwrapper {
    margin-bottom: 105px
}

.t565 .t-section__title {
    margin-bottom: 40px
}

.t565 .t-section__descr {
    max-width: 560px
}

.t565 .t-section__bottomwrapper {
    margin-top: 105px
}

.t565__mainblock:after,
.t565__mainblock:before {
    content: "";
    display: table;
    clear: both
}

.t565__item {
    position: relative;
    padding-bottom: 30px
}

.t565__item:last-child {
    padding-bottom: 0 !important
}

.t565__block {
    padding-right: 56px;
    padding-left: 0 !important
}

.t565__block-flipped {
    padding-right: 0 !important;
    padding-left: 56px
}

.t565__mainblock {
    margin: 0 auto
}

.t565__line {
    position: absolute;
    width: 2px;
    top: 0;
    background: #222;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.t565__item:first-child .t565__line {
    top: 10px
}

.t565__item:last-child .t565__line {
    height: 10px;
    bottom: auto
}

.t565__col {
    width: 50%;
    text-align: right
}

.t565__flipped {
    float: right !important;
    text-align: left
}

.t565__circle {
    width: 46px;
    height: 46px;
    position: absolute;
    right: 0;
    left: 0;
    top: 5px;
    margin: 0 auto;
    background-color: #222;
    border-radius: 100%;
    border: 2px solid #fff
}

.t565__number {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff
}

.t565__img {
    width: 100%;
    display: block;
    margin-bottom: 14px;
    margin-left: auto
}

.t565__flipped .t565__img {
    margin-left: 0
}

.t565__title {
    margin-bottom: 6px;
    margin-top: 10px
}

.t565__descr {
    margin-top: 10px;
    margin-bottom: 5px
}

.t565__link {
    display: inline-block
}

@media only screen and (max-width: 960px) {
    .t565 .t-section__bottomwrapper {
        margin-top: 45px
    }

    .t565 .t-section__topwrapper {
        margin-bottom: 45px
    }

    .t565 .t-section__title {
        margin-bottom: 20px
    }

    .t565__container {
        padding: 0 20px;
        box-sizing: border-box
    }
}

@media only screen and (max-width: 640px) {
    .t565 .t-section__bottomwrapper {
        margin-top: 15px
    }

    .t565__title {
        margin-bottom: 0;
        margin-top: 2px
    }

    .t565__descr {
        margin-top: 5px
    }

    .t565__circle {
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        margin-left: 0
    }

    .t565__item {
        padding-bottom: 0 !important
    }

    .t565__col {
        float: none;
        text-align: left;
        width: 100%
    }

    .t565__linewrapper,
    .t565__block,
    .t565__block-flipped {
        display: table-cell;
        vertical-align: top;
        padding-bottom: 30px
    }

    .t565__linewrapper {
        position: relative;
        padding-bottom: 30px
    }

    .t565__block,
    .t565__block-flipped {
        padding-left: 20px !important;
        padding-right: 0 !important
    }

    .t565__line {
        right: auto;
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .t565__img {
        margin-left: 0
    }
    .section__calc__chehol .price-end .submit-form{
        width: 100%;
    }
}

.t690 .t-section__topwrapper {
    margin-bottom: 75px
}

.t690 .t-section__title {
    margin-bottom: 30px
}

.t690 .t-section__descr {
    max-width: 560px
}

.t690 .t-form_inputs-total_5 .t-input-group {
    width: 20%
}

.t690 .t-form_inputs-total_4 .t-input-group {
    width: 25%
}

.t690 .t-form_inputs-total_3 .t-input-group {
    width: 33.33%
}

.t690 .t-form_inputs-total_2 .t-input-group {
    width: 50%
}

.t690 .t-form_inputs-total_1 .t-input-group {
    width: 100%
}

.t690 .t-form__inputsbox {
    display: table;
    -webkit-transition: max-height .3s cubic-bezier(0.19, 1, 0.22, 1), opacity .3s linear;
    transition: max-height .3s cubic-bezier(0.19, 1, 0.22, 1), opacity .3s linear;
    max-height: 5000px
}

.t690 .t690__inputsbox_hidden.t-form__inputsbox {
    display: block;
    overflow: hidden;
    max-height: 0;
    opacity: 0
}

.t690 .t-input-group {
    display: table-cell;
    vertical-align: bottom
}

.t690 .t-input-block {
    height: 100%;
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box
}

.t690 .t-input-phonemask__wrap {
    background-color: #fff
}

.t690 .t-input-title {
    padding-bottom: 5px
}

.t690 .t-input-subtitle {
    margin-top: -5px;
    padding-bottom: 10px
}

.t690 .t-form__submit {
    display: table-cell;
    vertical-align: bottom;
    height: 100%
}

.t690 .t-datepicker {
    width: 100%
}

.t690 .t-form_bbonly .t-input-title {
    padding-bottom: 0;
    margin-bottom: 0
}

.t690 .t-form_bbonly .t-input-subtitle {
    padding-bottom: 0;
    padding-top: 5px
}

@media screen and (max-width: 960px) {
    .t690 .t-form__inputsbox {
        display: block
    }

    .t690 .t-input-group {
        display: block;
        width: 100% !important
    }

    .t690 .t-input-block {
        display: block;
        width: 100%;
        margin-bottom: 25px;
        padding-right: 0
    }

    .t690 .t-form__submit {
        display: block;
        width: 100%;
        padding-bottom: 20px
    }

    .t690 .t-submit {
        width: 100%
    }
}

.t690 .t-input-error {
    display: none !important
}

.t690 .t-form__errorbox-wrapper {
    margin-top: 20px;
    margin-bottom: 20px
}

.t690 .t-form__errorbox-middle {
    display: none
}

.t690 .t-form__errorbox-bottom {
    display: block
}

@media screen and (max-width: 960px) {
    .t690 .t-form__errorbox-middle {
        display: block
    }

    .t690 .t-form__errorbox-bottom {
        display: none
    }
}

.t-name_lg {
    font-size: 18px;
    line-height: 1.35
}

@media screen and (min-width: 768px) {
    .getcalc-auto .column {
        width: 33%;
        float: left;
        padding: 5px
    }
}

span.with-bg {
    background-color: #fff;
    padding: .8rem;
    width: 100%;
    display: block;
    height: 45px;
    line-height: 1.05
}

.text-center {
    text-align: center
}

.g-cols {
    display: flex;
    flex-wrap: wrap;
}

.vc_col-xs-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .vc_col-sm-6 {
        width: 50%;
    }
}


.canvas {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.canvas .bearing {
    position: absolute;
    right: 20%;
    top: 25%;
    width: 70px;
    height: 43px
}

.canvas .nameplate {
    position: absolute;
    width: 70px;
    height: 15px;
    left: 10%;
    bottom: 6%
}

.canvas .seam {
    box-shadow: 0px 0px 12px white;
    border-radius: 170px 10px 10px 10px;
    max-width: 280px;
    width: 100%;
    position: relative;
    padding-bottom: 400px
}

.canvas .mate {
    border-radius: 160px 10px 10px 10px;
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px
}

.canvas.zoom {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    position: fixed;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 1280px;
    z-index: 999999999;
    overflow-y: auto;
    max-height: 100vh;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .7);
    box-shadow: 0 0 20px rgba(0, 0, 0, .7)
}

.canvas.zoom> {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

@media (min-width: 992px) {
    .left {
        grid-column: 1;
        grid-row: 1/3
    }
}

@media (min-width: 992px) {
    .center {
        grid-column: 2;
        grid-row: 1/4
    }
}

@media (min-width: 992px) {

    .actions,
    .right {
        grid-column: 3
    }
}

.builder {
    display: grid;
    grid-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-template-columns: 280px auto 280px;
    font-size: 14px
}

.builder {
    outline: none
}

@media (max-width: 1200px) {
    .builder {
        grid-template-columns: 260px auto 260px
    }
}

.box {
    border-radius: 3px;
    padding: 20px;
}

.box-title {
    font-size: 18px;
    margin: 0;
    color: #01568d;
    line-height: 1.2
}

.box-price h3 {
    font-size: 20px;
    margin: 0;
    text-align: center;
    font-weight: 400
}

.box-price .price {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    color: #e6551f
}

.box-caption {
    display: block;
    font-size: 14px;
    color: grey;
    margin: 0;
    font-weight: 400
}

.box-button {
    display: grid
}

.box-button .btn {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    text-align: center
}

.fields-area .box-content,
.fields-area {
    display: grid;
    grid-row-gap: 10px;
    row-gap: 10px
}

.fields-area>.box>.box-content>label {
    display: block
}

.fields-area>.box>.box-content>label input,
.fields-area>.box>.box-content>label select {
    display: block;
    width: 100%
}

.types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 20px;
    gap: 20px
}

.colors {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(5, 1fr)
}

.colors label {
    width: 100%;
    display: block;
    cursor: pointer
}

.colors label.checked {
    outline: 3px solid #197fb0
}

.colors label input {
    display: none
}

.colors label:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%
}

.checkboxes {
    display: grid;
    grid-row-gap: 15px;
    row-gap: 15px
}

.checkboxes input {
    display: none
}

.checkboxes label {
    display: block;
    position: relative;
    cursor: pointer
}

.checkboxes label:hover {
    color: #197fb0
}

.checkboxes label:before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    width: 14px;
    height: 14px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 2px;
    float: left;
    margin: 1px 10px 0 0
}

.checkboxes label.checked:before {
    content: "âœ“";
    border-color: #166f9a;
    background: #197fb0
}

.local-order {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.local-order form {
    background-color: #fff;
    max-width: 400px;
    width: 100%;
    padding: 40px;
    display: grid;
    grid-gap: 20px;
    position: relative
}

.local-order form h3 {
    margin-top: 0
}

.local-order label {
    display: block
}

.local-order input {
    display: block;
    width: calc(100% - 30px)
}

.local-order select {
    width: 100%
}

.local-order textarea {
    padding: 13px 15px;
    width: calc(100% - 30px);
    border-radius: 3px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #fafafa;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    max-height: 400px
}

.local-order .fas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 10em;
    cursor: pointer;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.local-order .fas:hover {
    color: #e6551f
}

.img-evo {
    width: 50%;
}


@media (max-width: 992px) {
    .builder {
        grid-template-columns: 1fr
    }

    .builder .box {
        padding: 5px
    }

    .builder .box-title {
        font-size: 16px
    }

    .builder .box-caption {
        font-size: 13px
    }

    .builder .box-content {
        display: none
    }

    .builder .box-content.show {
        display: grid
    }

    .builder .box .colors {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .builder .box .colors label {
        max-width: 40px;
        margin-right: 5px;
        margin-bottom: 5px
    }

    .builder .actions {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .img-evo {
        width: 100%;
    }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}
.wa_link{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    animation: pulse 1.5s infinite ease-in-out;
    z-index: 1000000;
}


.tg_link{
    background-color: #229fda;
    bottom: 100px;
}

.wa_link:hover{
    transform:scale(1.2);
}


#btn-header{
    background-color: #d50032;
    border-radius: 50%;
    padding: 12px 15px 8px;
}


#btn-header svg{
    width: 18px;
    height: 16px;
}

.first-block{
   z-index: 1000; 
}

.sticky-header{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;

    z-index: 1000;
}

        .map-container {
            position: relative;
            width: 100%;
            height: 650px;
            margin-top: 25px;
        }
        .overlay {
            position: absolute;
            top: 0px;
            left: 50%;
            height: 100%;
            transform: translateX(-50%);
            background: rgba(0, 0, 0, 0.8);
            color: white;
            padding: 15px;
           max-width: 350px;
            text-align: center;
            width: 100%;
        }

        .logo-map{
            height: 45px;
        }

        .logo-map img{
            width: auto;
            height: 100%;
        }
        .overlay h2 {
            margin: 0;
            font-size: 18px;
        }
        .overlay p {
            margin: 5px 0;
            font-size: 12px;
        }

        .overlay .map-high{
            font-size: 16px;
        }

        .overlay .map-padding{
            padding-top: 15px;
        }