
/*
font-family: "Playfair Display", serif;
font-family: "Roboto", serif;
  font-family: "Playfair Display SC", serif;
  font-family: "Playfair", serif;

*/

img {
    max-width: 100%;
}

* {
    color: rgb(50, 47, 40);
    outline: none !important;
    box-shadow: none;
}

a, button {
    cursor: pointer;
}

body {
    font-family: "Roboto", serif;
    padding-bottom: 0;
}

.container {
    padding: 0 15px;
}

.row {
    margin: 0 -15px;
}

.row>* {
    padding: 0 15px;
}


.col-1-8 {
    flex: 0 0 auto;
    width: 12.5%;
}

.col-2-10 {
    flex: 0 0 auto;
    width: 20%;
}

.col-4-10 {
    flex: 0 0 auto;
    width: 40%;
}

.hidden {
    display:none !important; 
}

.owl-carousel .owl-item img {
    width: auto;
    height: auto;
}

.navbar-nav .nav-link {
    color: rgb(50, 47, 40);
    font-family: "Playfair", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    padding: 0!important;
}
.navbar-nav .nav-link:hover {
    color: rgb(235, 176, 98);
}
.navbar-nav .gold-button-border {
    font-family: "Playfair Display", serif;
    padding: 8px!important;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
}

.header-top-l, .header-top-r {
    flex: 1;
    display: flex;
    align-items: center;
}

.header-top-c {
    flex: 0 0 auto;
}


.header-top-r {
    justify-content: flex-end;
}


.gold-button-border {
    border: 1px solid rgb(235, 176, 98);
    border-radius: 20px;
    padding: 8px!important;
    text-decoration: none;
    background: transparent;
    color: rgb(190, 133, 66)!important;
    font-family: "Playfair Display", serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
}
.gold-button-border:hover {
    color: rgb(255, 255, 255) !important;
    background: rgb(235, 176, 98);
}


.gold-button-border:hover svg path {
    fill: rgb(255, 255, 255);
    
}

.gold-button-border:active {
     border: 1px solid rgb(235, 176, 98);
     background: rgb(190, 133, 66);
}

.header-top .gold-button-border {
    width: 237px;
}


.gold-button-border img, .gold-button-border svg {
    margin-right: 5px;
}

.gold-button-border-r img {
    margin: 0 0 0 5px;
}

.catalog-link {
    width: 237px;
    font-size: 14px!important;
}

.catalog-link.active {
    background: rgb(235, 176, 98);
    color: rgb(255, 255, 255)!important;
}
.catalog-link.active svg path {
    fill: rgb(255, 255, 255);
}


.catalog-link:after {
    display: none;
}

.header-buttons {
    display: flex;
    align-items: center;
}

.header-buttons .gold-button-border + .gold-button-border {
    margin-left: 12px;
}


.phone {
    color: rgb(50, 47, 40);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: center;
}

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

.messengers a + a {
    margin-left: 11px;
}


.contacts-header-top {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}


.work-time {
    font-size: 11px;
    font-weight: 400;
    line-height: 135%;
}
.work-time span {
    color: rgb(190, 133, 66);
    margin-left: 10px;
}

.messengers a {
    display: flex;
}

.messengers a:hover {
    opacity: 0.8;
}
 .messengers img {
     width:20px;
     
 }
.contacts-header-top .phone {
    margin-right: 15px;
}

.contacts-header {
    margin-right: 53px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

header {
    padding: 15px 0 30px 0;
}


.navbar-nav {
    align-items: center;
    gap:30px;
}

.logo {
    display: block;
}

.navbar {
    padding: 0;
}


.button-circle {
    background: rgb(249, 249, 249);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    text-decoration: none;
}


.button-circle:hover, .button-circle.active {
    background: rgb(235, 176, 98)!important;
}
.button-circle:active {
    background: rgb(190, 133, 66)!important;
}

.button-circle:hover, .button-circle.active svg path {
    fill: rgb(255, 255, 255);
}

.button-circle-hover-2:hover  svg path {
    stroke: rgb(255, 255, 255);
}


.header-buttons-bottom {
    display: flex;
    align-items: center;
    gap:30px;
    margin-right: 30px;
}


.gold-button {
    border-radius: 50px;
    background: rgb(235, 176, 98);
    padding: 5px 13px;
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    border: 2px solid rgb(235, 176, 98);
    line-height: 135%;
}

.gold-button span {
    color: rgb(255, 255, 255);
    
}


.gold-button img, .gold-button svg {
    margin-right: 11px;
}

.gold-button:hover  {
    color: rgb(190, 133, 66);
    border: 2px solid rgb(190, 133, 66);
    background: transparent;
}
.gold-button:hover  span {
    color: rgb(190, 133, 66);
}

.gold-button:active {
    background: rgb(190, 133, 66);
}

.gold-button:active  span {
    color: rgb(255, 255, 255);
}


.gold-button:hover svg path {
    fill: rgb(190, 133, 66);
}
.gold-button:active svg path {
    fill: rgb(255, 255, 255);
}


.dropdown-menu-catalog {
    border-radius: 60px;
    background: rgb(242, 240, 236);
    padding: 60px;
    border: 0;
    width: 100%;
}


.catalog-menu__title {
    margin-bottom: 30px;
        color: rgb(0, 0, 0);
    font-family: "Playfair", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    display: block;
    text-decoration: none;
}

li > .catalog-menu__title {
    margin-top:20px;
}

.catalog-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.catalog-list li {
    margin-bottom: 10px;
}

.catalog-list__link {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    display: block;
    text-decoration: none;
}

.catalog-menu-block a:hover {

}

.catalog-list + h3 {
    margin-top: 30px;
}


.catalog-menu-wrapper .row + .row {
    margin-top: 54px;
}

.modal-tm-1 .modal-dialog {
    max-width: 675px;
}
.modal-tm-2 .modal-body {
    padding:0; 
}

.btn-close {
    box-shadow: none !important;
    width: auto;
    height: auto;
    display: flex;
    position: absolute;
    right: 30px;
    top: 30px;
    padding: 0;
    background: transparent;
    opacity: 1;
}


.btn-close img {
    width: 30px;
}
.modal-content {
    padding: 60px;
    border-radius: 60px;
    background: rgb(242, 240, 236);
    border: 0;
}


.modal h3 {
    font-family: "Playfair", serif;
    color: rgb(50, 47, 40);
    font-size: 48px;
    font-weight: 700;
    line-height: 105%;
    margin-bottom: 15px;
    text-transform: uppercase;
}



.search-tm {
    left: 0;
    top: 5px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    /* position: relative; */
}

.search-tm input {
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    border: 1px solid rgb(249, 249, 249);
    border-radius: 5px;
    background: rgb(249, 249, 249);
    padding: 12px 40px 12px 15px;
    overflow: visible;
    width: 100%;
}

 

.search-tm__form .search-tm-toggler path {
    fill:rgb(50, 47, 40);
}
 
.search-tm__form {
    display:none;
}
.expand .search-tm__form {
    transition: 0.3s;
    position: absolute;
    width: 100%;
    z-index: 101;
    left: 0;
    right: 0;
    background: #fff;
    display: block;
    max-width: 900px;
    margin: auto;
    top: calc(100% + 10px);
    border-radius: 10px;
    overflow: hidden;
}
.search-tm__form .button-circle {
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    background: transparent !important;
    
}
.basket> h3 {
    text-align: center;
    margin-bottom: 15px;
}

.basket-header {
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.checkbox-tm {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.checkbox-tm input {
    opacity: 0;
    position: absolute;
    top:0;
    left: 0;
}
.checkbox-tm i {
    background: url("../image/checkbox.svg");
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
}

.checkbox-tm span {
    color: rgb(50, 47, 40);
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
}

.checkbox-tm i + span {
    margin-left: 10px;
}

.checkbox-tm input:checked ~ i {
    background: url("../image/checkbox-active.svg");
}


.checkbox-tm2 i {
    background: url("../image/checkbox-2.svg");
}
.checkbox-tm2 input:checked ~ i {
    background: url("../image/checkbox-2-active.svg");
}



.delete {
    color: rgb(50, 47, 40);
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    padding: 0;
    display: flex;
    align-items: center;
    background: transparent;
    border: 0;
}

.delete img {
margin-right: 5px;
}

.basket-header .checkbox-tm {
    margin-right: 30px;
}

.basket-product {
    border-bottom: 1px solid rgb(255, 255, 255);
    display: flex;
    padding: 20px 0;
}


.basket-product-l {
    border-radius: 6px;
    background: rgb(255, 255, 255);
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(190, 133, 66);
    margin-right: 15px;
    flex-shrink: 0;
}

.type {
    color: rgb(50, 47, 40);
    font-size: 12px;
    font-weight: 500;
    line-height: 135%;
    margin-bottom: 5px;
    text-decoration: none;
}


.basket-product-c h3 {
    color: rgb(190, 133, 66);
    font-size: 34px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 14px;
}

.price {
    display: flex;
    align-items: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 135%;
}

.price-old {
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    text-decoration: line-through;
    color: rgb(102, 102, 102);
}

.discount {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 500;
    line-height: 135%;
    padding: 3px 8px;
    border-radius: 50px;
    background: rgb(213, 3, 16);
}


.prices .price-old {
    margin: 0 10px;
}

.basket-product-bottom {
    display: flex;
    align-items: center;
}

.basket-product-bottom .button-circle {
    background: rgb(255, 255, 255);
}

.basket-product-bottom .button-circle + .button-circle {
    margin-left: 10px;
}

.number {
    border-radius: 6px;
    background: rgb(255, 255, 255);
    padding: 7px 12px;
    margin: 0 30px;
}


.number input {
    color: rgb(50, 47, 40);
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
    border: 0;
    text-align: center;
    width: 70px;
}

.prices {
    margin-bottom: 12px;
}
.basket-product-r {
    margin-left: 10px;
    flex-shrink: 0;
}


.basket-product-c {
    flex-grow: 1;
}

.number span {
    cursor: pointer;
}

.basket-bottom-block {
    color: rgb(34, 16, 11);
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}

.basket-bottom-block span {
    font-size: 16px;
}

.gold-color {
    color: rgb(206, 156, 101)!important;
}

.basket-bottom-block .price {
    font-size: 32px;
}

.basket-products {
    margin-bottom: 15px;
}

.hr-tm {
    background: rgb(255, 255, 255);
    height: 1px;
    opacity: 1;
    margin: 10px 0;
    border: 0;
}

.input-tm {
    color: rgb(50, 47, 40);
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    padding: 12px 10px;
    border-radius: 8px;
    background: rgb(255, 255, 255);
    border: 0;
    width: 100%;
    display: block;
}
.input-tm.error {
    border: 1px solid #f34b46;
    color: #f23c37;
}
.making-order .input-tm {
    font-size: 16px;
    padding: 15px;
    margin-bottom: 16px;
}

.basket-bottom {
    margin-bottom: 30px;
}

.making-order h4, .title-pop-up {
    font-family: "Playfair", serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 105%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.sub_title_popup {
     
    font-size: 24px;
  
    line-height: 105%;
    text-align: center;
 
    margin-bottom: 15px;
}

.making-order p {
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 15px;
    text-align: center;
}


.gold-button-3 {
    color: rgb(190, 133, 66);
    font-size: 10px;
    font-weight: 700;
    line-height: 125%;
    border: 2px solid rgb(190, 133, 66);
    border-radius: 20px;
    padding: 19px 60px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: transparent;
}

.gold-button-3:hover {
    color: rgb(255, 255, 255);
    background: rgb(235, 176, 98);
}
.gold-button-3:active {
    background: rgb(190, 133, 66);
}

.making-order .gold-button-3 {
    margin: 30px auto 0 auto;
    display: block;
}

.container-2 {
    max-width: 1630px;
}


.top-slide {
    padding: 113px 0 0 137px;
    background: url("../image/banner.png") no-repeat top center/cover;
    height: 596px;
    border-radius: 60px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
}

.top-slide__title {
    font-family: "Montserrat", serif;
    font-size: 70px;
    font-weight: 900;
    line-height: 90%;
    text-transform: uppercase;
    width: 630px;
    max-width: 100%;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.25);
    display: block;
}

.top-slide__title span {
    color: rgb(213, 3, 16);
}

.top-wrapper {
    position: relative;
}


.top-wrapper .owl-dots {
    position: absolute;
    bottom: 22px;
    left: 0;
    width: 100%;
    justify-content: center;
}

.dots-tm, .owl-dots, .slick-dots {
    display: flex;
    gap:10px;
    align-items: center;
    height: 15px;
}

.slick-dots li button:before, .dots-tm .owl-dot span, .owl-theme .owl-dots .owl-dot span {
    display: none;
}

.slick-dots li button, .dots-tm .owl-dot, .owl-theme .owl-dots .owl-dot  {
    background: rgb(190, 133, 66);
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    transition: all 0.3s;
    border: 0;
    padding: 0;
}

.slick-dots li.slick-active button, .dots-tm .owl-dot.active, .owl-theme .owl-dots .owl-dot.active  {
    transition: all 0.3s;
    border-radius: 50px;
    width: 50px!important;
    height: 15px;
    background: rgb(235, 176, 98);
}

.slick-dots li {
    width: auto;
    margin: 0;
    height: auto;
}

.top-section {
    padding-bottom: 120px;
}


.catalog-block {
    color: rgb(50, 47, 40);
    display: block;
    text-decoration: none;
    padding: 8px 10px;
    background: url("../image/bg-catalog-block-1.png") no-repeat top center/cover;
    border-radius: 12px;
    height: 401px;
    margin-bottom: 53px;
}

.catalog-block h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.75px;
    font-family: "Playfair", serif;
    text-decoration: none;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    padding: 9px 20px;
    width: fit-content;
    text-transform: uppercase;
    min-height: 56px;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 1;
}

.catalog-block img {
    display: block;
}

.catalog-block-1 img {
    margin: -39px -11px 0 auto;
}

.catalog-block-2 img {
    margin: -55px 11px 0 auto;
}

.catalog-block-3 img {
    margin: -35px 10px 0 auto;
}

.catalog-block-4 img {
    margin: -17px 0 0 -6px;
    width: calc(100% + 15px);
    max-width: none;
}

.catalog-block-5 img {
    margin: -41px 0 0 auto;
}

.catalog-block-6 img {
    margin: -44px 0 0 auto;
}

.catalog-block-7 img {
    margin: -46px 0 0 auto;
}

.catalog-block-8 img {
    margin: -47px -6px 0 auto;
}

.catalog-block-small {
    background: linear-gradient(156.45deg, rgb(247, 247, 247) 71.689%,rgb(233, 233, 233) 102.099%,rgb(190, 190, 190) 131.581%);
    height: 135px;
}

 .catalog-block-small h3 {
    min-height: 0;
}

.catalog-home-section {
    padding-bottom: 120px;
}


.h2-tm {
    font-family: "Playfair", serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 105%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}
 
 
.h2-tm span {
    font-size: 34px;
    font-weight: 600;
    display: block;
}

.product-card-vertical .row {
    align-items: center;
}

 
 .product-card h3 {
     color: rgb(190, 133, 66);
     font-family: "Playfair", serif;
     font-size: 48px;
     font-weight: 700;
     line-height: 105%;
     margin-bottom: 15px;
     text-transform: uppercase;
 }



.specification {
    font-size: 12px;
    font-weight: 500;
    line-height: 135%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
 
 .specification:before {
     width: 6px;
     height: 6px;
     background: rgb(235, 176, 98);
     display: block;
     margin-right: 5px;
     flex-shrink: 0;
     content: '';
     border-radius: 50%;
}

.specification span:before {
    content: '';
    border-bottom:1px dashed rgb(226, 226, 226);
    height: 1px;
    flex-grow: 1;
    margin: 0 5px;
}

.specification span {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}

.product-card .price .discount {
    margin-left: 10px;
}

.product-card .price-old {
    margin-bottom: 15px;
}

.gold-button-border-2 {
    color: rgb(190, 133, 66);
    font-size: 10px;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 1.5px;
    border: 2px solid rgb(190, 133, 66);
    border-radius: 8px;
    padding: 12px 25px;
    background: transparent;
    text-decoration: none;
    text-transform: uppercase;
}

.gold-button-border-2:hover {
    color: rgb(255, 255, 255);
    background: rgb(235, 176, 98);
}
.gold-button-border-2:active {
    background: rgb(190, 133, 66);
}

.gold-button-border-2 svg {
    margin-right: 10px;
}

.gold-button-border-2:hover svg path {
    fill: rgb(255, 255, 255);
}







.gold-button-2 {
    background: rgb(235, 176, 98);
    padding: 8px 25px;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    font-size: 10px;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: flex;
    border: 2px solid rgb(235, 176, 98);
    align-items: center;
}

.gold-button-2:hover {
    color: rgb(190, 133, 66);
    border: 2px solid rgb(190, 133, 66);
    background: transparent;
}

.gold-button-2:active {
    color: rgb(255, 255, 255);
    background: rgb(190, 133, 66);
}

.gold-button-2 img, .gold-button-2 svg {
    margin-left: 10px;
}



.gold-button-2:hover svg path {
    fill: rgb(190, 133, 66);
}



.gold-button-2:active svg path {
    fill: rgb(255, 255, 255);
    
}




.buttons-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buttons-card>* {
    padding-left: 10px;
    padding-right: 10px;
    flex-grow: 1;
}

.buttons-card>* + * {
    margin-left: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.product-card-vertical {
    margin-bottom: 40px;
}

 .product-card-vertical   .product-img {
        display:flex;
        justify-content:center;
    }
.all-catalog {
    margin: 0 auto;
    display: table;
}

.popular-models-section {
    padding-bottom: 120px;
}

.container.container-full {
    max-width: 100%;
    padding: 0;
}


.manufacturers-slider .owl-dots {
    justify-content: center;
    margin-top: 60px!important;
}

.manufacturer-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    text-align: center;
    margin-bottom: 0;
}

.manufacturer-block img {
    margin-bottom: 20px;
}

.manufacturer-block {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
}



.manufacturers-slider .owl-stage {
    display: flex;
}

.manufacturers-slider .item {
    height: 100%;
}

.manufacturers-section {
    padding-bottom: 120px;
}

.application-section {
    padding: 89px 0;
    background: url("../image/bg-1.png") no-repeat top center/cover;
}


.application h3 {
    font-family: "Playfair", serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-variant-numeric: lining-nums;
    margin-bottom: 0;
}

 .application h3 span {
     font-size: 48px;
     line-height: 50.4px;
    display: block;
    
 }


.application p {
    font-size: 20px;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 30px;
    text-align: center;
}


.jq-selectbox__select {
    border-radius: 8px;
    background: rgb(255, 255, 255) !important;
    padding: 10px 26px 10px 10px;
    height: auto;
    color: rgb(50, 47, 40);
    font-family: "Roboto", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    box-shadow: none !important;
    border: 0 !important;
}

.select-tm {
    width: 100%;
}

.jq-selectbox__trigger-arrow {
    display: none;
}

.jq-selectbox__trigger {
    width: 33px;
    background: url("../image/select-arrow.svg") no-repeat center;
    border: 0;
}

.jq-selectbox li:hover, .jq-selectbox li.selected {
    background-color: rgb(190, 133, 66);
}

.form-blocks {
    margin-bottom: 30px;
}

.cost-l {
    font-size: 14px;
    line-height: 135%;
    flex-shrink: 0;
    margin-right: 15px;
    margin-bottom: 3px;
}

.cost {
    display: flex;
    align-items: flex-end;
    margin-bottom: 28px;
}

.cost-r {
    flex-grow: 1;
}

.irs-max, .irs-min {
    display: none;
}


.irs--round .irs-handle {
    width: 13px;
    height: 13px;
    border: 0;
    border-radius: 50%;
    box-shadow: none;
    background: url(../image/line.svg) no-repeat center, rgb(190, 133, 66) !important;
    top: 31px;
}


.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    text-shadow: none;
    border-radius: 2px;
    background: rgb(50, 47, 40);
    padding: 0 6px;
    color: rgb(255, 255, 255);
    font-family: "Roboto", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    bottom: -10px;
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    margin-left: 0;
    overflow: hidden;
    border: 5px solid transparent;
    border-top-color: rgb(50, 47, 40);
}

.irs--round .irs-line {
    top: 35px;
    height: 6px;
    background-color: rgb(235, 176, 98);
    border-radius: 4px;
}
.irs--round .irs-bar {
    top: 35px;
    height: 6px;
    background-color: rgb(190, 133, 66);
}

.form-blocks2 {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap:30px;
}

.approval .checkbox-tm span {
    color: rgb(102, 102, 102);
}
.approval {
    justify-content: center;
    display: flex;
    margin-bottom: 15px;
}

.sending {
    margin: 0 auto;
    display: table;
}

.advantages-section {
    padding: 120px 0;
}

.advantage-block {
    text-align: center;
}

.advantage-block p {
     font-size: 16px;
     font-weight: 400;
     line-height: 135%;
 }

.advantage-block img {
    margin-bottom: 30px;
}

.number-work {
    color: rgb(235, 176, 98);
    font-variant-numeric: lining-nums;
    font-family: "Playfair", serif;
    font-size: 96px;
    font-weight: 700;
    line-height: 125%;
}

.work-order-block {
    border-radius: 25px;
    background: linear-gradient(156.45deg, rgb(247, 247, 247) 70.818%, rgb(233, 233, 233) 104.12%, rgb(190, 190, 190) 136.407%);
    position: relative;
}

.work-order-block-1 {
    display: flex;
    padding: 77px 20px 8px 25px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 17px;
}


.work-order-block-1 img {
    position: absolute;
}

.work-order-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
}

.work-order-block p span {
    font-family: "Playfair", serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 125%;
    text-transform: uppercase;
}

.work-order-block-1 p {
    text-align: right;
}

.work-order-block-r p {
    margin-bottom: 15px;
}

.work-order-block-1 .work-order-block-r {
    padding-bottom: 17px;
}

.work-order-block-1 .work-order-block-r .gold-button-border-2 {
    margin: 0 0 0 auto;
    display: table;
}

.work-order-block-1 img {
    position: absolute;
    top: 19px;
    left: 29px;
}

.work-order-block-2 {
    padding: 0 0 0 23px;
    display: flex;
}

.work-order-block-2 .work-order-block-l {
    padding: 9px 0 0 0;
}

.work-order-block-2 .work-order-block-l .number-work {
    margin-bottom: -12px;
}

.work-order-block-2 .work-order-block-r {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
}
.work-order-block-2 .work-order-block-r img {
    margin: -10px 0 -68px 0;
}

.work-order-block-3 {
    display: flex;
    align-items: flex-end;
}

.work-order-block-3 .work-order-block-l {
    padding: 0 0 30px 25px;
    flex-shrink: 0;
}
.work-order-block-3 .work-order-block-l p {
    margin-bottom: 0;
}
.work-order-block-3 .work-order-block-r {
    display: flex;
    justify-content: flex-end;
}

.work-order-block-3 .work-order-block-r img {
    width: 431px;
    max-width: none;
    margin: -18px 0 -48px -96px;
}

.work-order-block-4 {
    padding: 0 15px 0 25px;
}

.work-order-block-4 img {
    margin: 0 auto -32px auto;
}

.work-order-block-4 .work-order-block-r {
    text-align: center;
}

.order-section {
    margin: 154px 0 120px 0;
}



.form-blocks {
    
    width: 540px;
    max-width: 100%;
}


.form-tm {
    border-radius: 60px;
    background: url(../image/bg-2.png) no-repeat center / cover;
    padding: 124px 210px;
}


.form-tm h3 {
    color: rgb(255, 255, 255);
    font-family: "Playfair", serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 105%;
    margin-bottom: 0;
    text-transform: uppercase;
}
 .form-tm h3 span {
    color: rgb(213, 3, 16);
}

.form-tm p {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 30px;
}

.form-blocks .row {
    margin-bottom: 32px;
}
.form-blocks .captcha_image {
    max-height: 42px;
}
.gold-button-4 {
    color: rgb(255, 255, 255);
    font-size: 10px;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 1.5px;
    padding: 14px 25px;
    border: 2px solid rgb(190, 133, 66);
    border-radius: 8px;
    background: rgb(235, 176, 98);
    text-transform: uppercase;
}

.form-tm .approval {
    margin-bottom: 30px;
    justify-content: flex-start;
}


.project-block {
    border-radius: 20px;
    /* padding: 44px 30px; */
    display: block;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.project-block:before {
    content:'';
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    opacity: 0.8;
}

.project-block-1 {
    background: url("../image/project-1.png") no-repeat top center;
}
.project-block-2 {
    background: url("../image/project-2.png") no-repeat top center;
}


.project-block-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: ABSOLUTE;
    z-index: 2;
    left: 30px;
    right: 30px;
    bottom: 30px;
}

.project-block h3 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}

.project-block p {
    color: rgb(212, 212, 216);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}

.button-play {
    border: 2px solid rgb(255, 255, 255);
    border-radius: 19px;
    box-shadow: 0px 15px 75px 0px rgba(27, 25, 68, 0.3);
    backdrop-filter: blur(26px);
    background: rgba(255, 255, 255, 0.09);
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-buttons {
    margin-left: 15px;
    gap: 10px;
    display: flex;
}

.nav-slider {
    display: flex;
    justify-content: center;
    margin: 60px 0 0 0;
    gap:120px;
    align-items: center;
}

.projects-section {
    padding-bottom: 120px;
}

.review-block {
    width: 570px;
    border: 1px solid rgb(235, 176, 98);
    border-radius: 8px;
    display: flex;
    overflow: hidden;
}

.review-block-l {
    width: 200px;
    flex-shrink: 0;
}

.review-block-r {
    padding: 15px;
}

.date {
    color: rgb(102, 102, 102);
    font-size: 12px;
    font-weight: 500;
    line-height: 135%;
    margin-bottom: 15px;
}

.review-block h3 {
    color: rgb(50, 47, 40);
    font-family: "Playfair", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 0;
}

.name-review {
    display: flex;
    margin-bottom: 15px;
}

.avatar {
    width: 65px;
    height: 65px;
    margin-right: 15px;
    border-radius: 50%;
    display: block;
}

.review-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 15px;
}

.review-text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.all-review {
    color: rgb(235, 176, 98);
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    display: table;
    text-decoration: none;
}

.review-block-l img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    display: block;
}


.certificates-section  {
    padding: 120px 0;
}


.certificates-slider .owl-dots {
    margin: 60px auto 0 auto!important;
    justify-content: center;
}

footer {
    background: rgb(38, 38, 38);
    padding: 90px 0;
}

footer p,  footer h3 {
    color: rgb(255, 255, 255);
    
}

.footer-top-l {
    width: 240px;
    margin-right: 60px;
    flex-shrink: 0;
}

.footer-top {
    display: flex;
}

.footer-top-r {
    flex-grow: 1;
}

.menu-footer h3 {
    font-family: "Playfair", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 30px;
}

.menu-footer-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.menu-footer-list li {
    margin-bottom: 10px;
}

.menu-footer-list li a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    display: block;
    text-decoration: none;
}

.footer-top-l .gold-button-border-2 {
    display: table;
    margin: 0 auto;
}

.footer-top-l p {
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 15px;
    text-align: center;
}

.logo-footer {
    display: block;
    margin: 0 auto 15px auto;
}

.phone-footer {
    color: rgb(255, 255, 255);
    font-family: "Playfair", serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 125%;
    margin: 0 auto;
    display: table;
    text-decoration: none;
}


.phones-footer {
    margin-bottom: 15px;
}

.site {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.footer-top {
    margin-bottom: 60px;
}

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

.footer-bottom p {
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
}

.menu-toggler {
    width: 28px;
    height: 28px;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 0;
    background: rgb(249, 249, 249);
    flex-flow: column;
    border-radius: 50%;
}
.menu-toggler span {
    width: 14px;
    background: rgb(190, 133, 66);
    height: 1px;
    display: block;
}

.menu-toggler span + span {
    margin-top: 3px;
}

 

.breadcrumb-item.active span {
    color: rgb(255, 255, 255);
  
}


.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumb-item:not(:last-child):after {
    content: '';
    width: 9px;
    height: 8px;
    background: url("../image/arrow-breadcrumb.svg") no-repeat;
    display: block;
    margin-left: 10px;
}

.breadcrumb-item {
    margin-right: 10px;
    padding: 5px 8px;
    
}

.breadcrumb-item a {
    color: rgb(102, 102, 102);
    font-size: 12px;
    font-weight: 500;
    line-height: 135%;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: rgb(235, 176, 98);
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item.active {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 500;
    line-height: 135%;
    border-radius: 5px;
    background: rgb(235, 176, 98);
}

.breadcrumb {
    margin-bottom: 0;
}


.breadcrumb-tm {
    margin-bottom: 30px;
}

.catalog-section .h2-tm {
    text-align: left;
    margin-bottom: 30px;
}

.catalog-left {
    /* border: 1px solid rgb(235, 176, 98); */
    /* border-radius: 15px; */
    /* padding: 15px; */
}

.title-filter {
    color: rgb(50, 47, 40);
    font-family: "Playfair", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 10px;
    display: flex
;
}

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

.filter-tm {
    position: relative;
    margin-bottom: 10px;
}

.filter-tm input {
    border: 1px solid rgb(249, 249, 249);
    border-radius: 5px;
    background: rgb(249, 249, 249);
    padding: 12px 40px 12px 15px;
    width: 100%;
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
}


.search-button {
    position: absolute;
    top:0;
    bottom: 0;
    display: flex;
    align-items: center;
    right: 15px;
    background: transparent;
    border: 0;
    padding: 0;
}

.filter-block {
    border: 1px solid rgb(249, 249, 249);
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
}

.filter-block__title {
    color: rgb(50, 47, 40);
    font-family: "Playfair", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 10px;
}

.range-slider-wrapper .irs--round .irs-line {
    background: rgb(249, 249, 249);
}

.range-slider-wrapper .irs--round .irs-bar {
    background: rgb(235, 176, 98);
}

.range-slider-wrapper .irs--round .irs-handle {
    background-color: rgb(235, 176, 98) !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}


.range-slider-wrapper .irs--round .irs-from, .range-slider-wrapper .irs--round .irs-to, .range-slider-wrapper .irs--round .irs-single {
    font-size: 14px;
    background: rgb(190, 133, 66);
}

.range-slider-wrapper .irs--round .irs-from:before, .range-slider-wrapper .irs--round .irs-to:before, .range-slider-wrapper .irs--round .irs-single:before {
    border-top-color: rgb(190, 133, 66);
}

.range-value  {
    display: flex;
    gap:12px;
}

.range-value input {
    border: 1px solid rgb(249, 249, 249);
    border-radius: 5px;
    background: rgb(249, 249, 249);
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    padding: 11px;
    text-align: center;
    width: calc(50% - 6px);
}

.checkbox-tm3 >span {
    color: rgb(102, 102, 102);
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}

.span-quantity {
    margin-left: auto;
    display: block;
}

.checkbox-tm3 i {
    width: 25px;
    height: 25px;
    background: url("../image/checkbox-3.svg");
}

.checkbox-tm3 input:checked ~ i {
    background: url("../image/checkbox-3-active.svg");
}

.checkbox-tm3 input:checked ~ span {
    color: rgb(190, 133, 66);
}

.checkbox-tm3 input:checked ~ span .span-quantity {
    color: rgb(102, 102, 102);
}


.checkbox-list .checkbox-tm + .checkbox-tm {
    margin-top: 5px;
}


.filter-block .jq-selectbox__select {
    background: rgb(249, 249, 249)!important;
}

.filter-block-select .jq-selectbox__select  {
    background: rgb(255, 255, 255)!important;
}

.toggle-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}


.toggle-button:after {
    width: 15px;
    height: 8px;
    background: url(../image/arrow-spoiler.svg) no-repeat;
    content: '';
    display: block;
    margin-left: 10px;
}

.filter-bottom .gold-button-border {
    width: 237px;
    margin: 0 auto 10px auto;
}

.quantity-total {
    color: rgb(190, 133, 66);
    font-family: "Roboto", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    margin-left: 5px;
}

.link-tm {
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    text-decoration: underline;
    padding: 0;
    border: 0;
    background: transparent;
    display: table;
    margin: 0 auto;
}


.collapse-body .filter-tm {
    margin-bottom: 10px;
}


.color {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    padding-left: 30px;
    cursor: pointer;
}

.color input {
    opacity: 0;
    position: absolute;
    top:0;
    left: 0;
}


.color> span {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.color i {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    position: relative;
}
.color-1 i {
    background: rgb(196, 213, 227);
}

.color-2 i {
    background: rgb(226, 226, 226);
}

.color-3 i {
    background: rgb(164, 108, 41);
}

.color-4 i {
    background: rgb(181, 181, 181);
}

.color-5 i {
    background: rgb(235, 176, 98);
}

.color-6 i {
    background: rgb(190, 133, 66);
}

.color-7 i {
    background: linear-gradient(156.45deg, rgb(247, 247, 247) 68.379%,rgb(233, 233, 233) 109.784%,rgb(190, 190, 190) 149.927%);
}

.color-8 i {
    border: 1px solid rgb(226, 226, 226);
    background: rgb(255, 255, 255);
}


.color i:before {
    width: 25px;
    height: 25px;
    border: 5px solid rgb(249, 249, 249);
    border-radius: 16px;
    background: rgb(249, 249, 249);
    content: '';
    display: block;
    left: -30px;
    top: 3px;
    position: absolute;
}

.color input:checked ~ i:before {
    border:5px solid  rgb(235, 176, 98);
}

.colors {
    height: 291px;
    padding-right: 13px;
}

.simplebar-scrollbar:before {
    opacity: 1;
    background: rgb(235, 176, 98);
}

.tags h3 {
    color: rgb(50, 47, 40);
    font-family: "Playfair Display", serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.75px;
    margin-bottom: 8px;
    text-transform: uppercase;
}


.tag {
    color: rgb(102, 102, 102);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 135%;
    padding: 6px 10px;
    border-radius: 37px;
    background: rgb(249, 249, 249);
    margin: 0 10px 8px 0;
    border: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
}


.tag img {
    margin-left: 10px;
}


.tags-list {
    display: flex;
    flex-flow: wrap;
}

.brand-block {
    display: flex;
    flex-flow: column;
}

.brand-block p {
    color: rgb(50, 47, 40);
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 8px;
    text-align: center;
}

.brand-block a {
    color: rgb(102, 102, 102);
    font-size: 12px;
    font-weight: 500;
    line-height: 135%;
    display: block;
    max-width: 124px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
}

.brand-block a:hover {
    color: rgb(190, 133, 66);
}

.brand-block img {
    margin-bottom: 20px;
}



.brands-slider-wrapper {
    padding: 0 45px;
    margin-bottom: 30px;
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    display: none;
}


.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    border: 1px solid rgb(190, 133, 66);
    border-radius: 3px;
    width: 30px;
    height: 26px;
    background: url("../image/arrow-slider.svg") no-repeat center!important;
    margin: 0;
}

.owl-carousel .owl-nav button.owl-next {
    transform: rotate(180deg);
}

.brands-slider .owl-nav button.owl-prev, .brands-slider .owl-nav button.owl-next {
    position: absolute;
    top:calc(50% - 13px);
}

.brands-slider .owl-nav button.owl-prev {
    left: -45px;
}

.brands-slider .owl-nav button.owl-next {
    right: -45px;
}


.tags {
    margin-bottom: 22px;
}

.sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}


.sort-block {
    display: flex;
    align-items: center;
}

.sort-block p {
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    margin-right: 15px;
    margin-bottom: 0;
}

select-tm-2 .jq-selectbox__select {
    padding: 0;
    padding-right: 18px;
}


.jq-selectbox__select-text {
    overflow: visible;
    padding-left: 10px;
}
.select-tm-2 .jq-selectbox__trigger {
    background-size: 10px;
}

.owl-theme .owl-nav {
    margin-top: 0;
}


.select-tm-2 .jq-selectbox__select {
    padding: 0 26px 0 0;
}


.selected-parameters {
    margin-bottom: 22px;
}

.img-product-slider .item {
    padding: 28px;
    text-align: center;
    display: block;
}
.img-product-slider .item img {
    display: inline;
}

.product-card-top {
    margin-bottom: 15px;
}


.product-top-buttons {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}
.product-card-top .owl-dots {
    justify-content: center;
    margin-top: 15px;
}

.product-card-horizontal {
    position: relative;
    border: 1px solid rgb(226, 226, 226);
    border-radius: 10px;
    padding: 0 15px 15px 15px;
    margin-bottom: 30px;
}
.color-link  {
    display:block;
    width:45px;
    background: rgb(242 242 242);
    height:45px;
    border-radius:50%;
    position: relative;
}
.color-link img {
    display:block;
    width: 100%;
    height:100%;
    border-radius: 50%;
}
.color-link.active:after {
    width: 53px;
    height: 53px;
    border: 4px solid rgb(235, 176, 98);
    top: -4px;
    left: -4px;
    content:'';
    position: absolute;
    border-radius: 50%;
} 

.color-product {
    cursor: pointer;
    position: relative;
}

.color-product input {
    position: absolute;
    top:0;
    left: 0;
    opacity: 0;
}
.color-product__name {
 text-align:center;
    font-size: 12px;
}

.color-product i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    position: relative;
}

.color-product__image {
     width:49px;
    height:49px;
    border-radius: 50%;
    display: block;
    position: relative;
    border:4px solid transparent
}
  
 
.color-product input:checked ~ i:after, input:checked ~ .color-product__image{
    
    border-color:  rgb(235, 176, 98);
     
}
.colors-product {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}


.product-card-horizontal h3, .product-card-horizonta__name {
    line-height: 125%;
    font-size: 34px;
        color: rgb(190, 133, 66);
    font-family: "Playfair", serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration:none;
}
.product-card-horizonta__name:hover {
    color:inherit
}

.show-more {
    padding: 8px 20px !important;
    margin: 15px auto 30px auto;
}

.pagination-tm {
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
}

.page-item .page-link {
    width: 50px;
    height: 50px;
    border-radius: 50%!important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(190, 133, 66);
    font-size: 20px;
    font-weight: 400;
    line-height: 135%;
    border-color: transparent;
    box-shadow: none!important;
    padding: 0;
}


.active>.page-link, .page-link.active, .page-item .page-link:hover {
    background: transparent;
    border: 1px solid rgb(190, 133, 66);
}

.page-link-last {
    transform: rotate(180deg);
}

.page-link-last, .page-link-first {
    background: rgb(249, 249, 249);
}
.page-link-last:hover, .page-link-first:hover {
    box-shadow: 0 15px 23px 0 rgba(38, 64, 101, 0.25)!important;
    background: rgb(190, 133, 66)!important;
}



.page-link-last:hover svg path, .page-link-first:hover svg path {
    fill:rgb(249, 249, 249);
}

.page-link-last:hover {
    box-shadow: 0 -15px 23px 0 rgba(38, 64, 101, 0.25) !important;
}

.pagination {
    gap:10px;
    margin-bottom: 0;
}


.catalog-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 120px;
}

:not(.main) > .projects-section2 {
    padding-top: 120px;
}


:not(.main) >  .reviews-section2 {
    padding-bottom: 120px;
}

 


.slide-product {
    padding: 29px;
    text-align: center;
}

.slide-product img {
    display: inline;
}

.slider-product-wrapper {
    margin-bottom: 15px;
}


.slide-nav {
    padding: 15px;
    height: 150px;
    border: 1px solid rgb(226, 226, 226);
    background: rgb(255, 255, 255);
}

.slide-nav {
    padding: 15px;
    height: 150px;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.slide-nav img {
    max-height: 100%;
}

.slick-slide {
    margin: 0 15px;
    /* height: 100%; */
    cursor:pointer;
}

.slider-nav-wrapper {
    margin: 0 -15px;
}
.slick-slide  .slide-nav.active {
    border: 1px solid rgb(235, 176, 98);
}

.product-single-center, .product-single-bottom, .product-single-top, .product-single-top, .product-single-title {
    border: 1px solid rgb(226, 226, 226);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px;
}

.slick-dots {
    justify-content: center;
    margin: 15px 0;
    position: static;
}

.product-single-title .h2-tm {
    margin-bottom: 5px;
    text-align: left;
    font-size:35px;
}

.article-number {
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
}

.article-number-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.article-number-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.buy-credit {
    color: rgb(190, 133, 66);
    font-size: 14px;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 1.5px;
    padding: 15px;
    width: 100%;
    background: linear-gradient(156.45deg, rgb(247, 247, 247) 74.243%, rgb(233, 233, 233) 96.169%, rgb(190, 190, 190) 117.427%);
    border: 0;
    margin-bottom: 15px;
}

.payment-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.payment-product .price {
    font-size: 42px;
}

.payment-product .price .discount {
    margin-left: 10px;
}
.payment-product .price-old {
    font-size: 16px;
}
.instalment {
    color: rgb(213, 3, 16);
    font-size: 10px;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 1.5px;
    padding: 9px 15px;
    border-radius: 0px 8px 8px 0px;
    background: linear-gradient(156.45deg, rgb(247, 247, 247) 73.486%, rgb(233, 233, 233) 97.927%, rgb(190, 190, 190) 121.623%);
    position: relative;
    height: 42px;
    display: flex;
    align-items: center;
    font-family: "Roboto", serif;
    text-transform: uppercase;
}

.instalment:before {
    width: 16px;
    height: 42px;
    background: url(../image/instalment.svg);
    content: '';
    display: block;
    position: absolute;
    left: -16px;
    top: 0;
}

/*.payment-product. gold-button-2 {
    font-size: 14px;
    padding: 15px 30px;
}*/


.gold-button-border-2-l {
    font-size: 14px;
    padding: 15px;
}

.action-buttons .gold-button-border-2 {
    height: 54px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-buttons {
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
}

.cheaper {
    color: rgb(91, 112, 21);
    font-size: 10px;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 1.5px;
    display: table;
    margin: 0 auto;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}
.cheaper:hover {
    color:rgb(190, 133, 66);
}
.product-single-bottom h3, .material-color h3 {
    font-family: "Playfair", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 15px;
}

.colors-product2 .color-product i {
    width: 45px;
    height: 45px;
}

.colors-product2 .color-product input:checked ~ i:after {
    width: 53px;
    height: 53px;
    border: 4px solid rgb(235, 176, 98);
    top: -4px;
    left: -4px;
}
.product-single-center .colors-product {
    margin-bottom: 0;
}



.product-single-bottom .specification {
    font-size: 14px;
}


.product-single-bottom .specifications {
    margin-bottom: 15px;
}


.product-single-bottom .gold-button-border-2 {
    display: table;
    padding: 9px 25px;
}

.product-section {
    padding-bottom: 30px;
}

.other-models-section h2 {
    font-family: "Playfair", serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 15px;
}



.other-models-product-top {
    height: 200px;
    padding: 20px;
}

.other-models-product-top img {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.other-models-product {
    border: 1.33px solid rgb(226, 226, 226);
    border-radius: 10px;
    display: block;
    text-decoration: none;
    position: relative;
}

.other-models-product-bottom {
    position: absolute;
    top:calc(100% - 1px);
    left: -1px;
    width: calc(100% + 2px);
    padding: 15px 10px;
    border: 1px solid rgb(235, 176, 98);
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background: rgb(255, 255, 255);
    display: none;
}

.other-models-slider .owl-stage-outer {
    overflow: visible;
}
.other-models-slider .owl-stage-outer .owl-item:not(.active) {
    opacity: 0;
}

.other-models-slider-wrapper {
    overflow: clip visible;
}

.other-models-product:hover {
    border-radius: 10px 10px 0 0;
    border: 1px solid rgb(235, 176, 98);
    border-bottom: 0;
}
.other-models-product:hover .other-models-product-bottom {
    display: block;
}

.other-models-product-bottom h3, .other-models-product-bottom__link {
    font-family: "Playfair", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 5px;
    text-decoration: none;
    color: var(--bs-heading-color);
}

.other-models-product-bottom .price {
    font-size: 20px;
}

.other-models-product-bottom .article-number {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

.other-models-product-bottom .price-old {
    font-weight: 500;
}

.other-models-product-bottom .discount {
    margin-left: 10px;
}

.other-models-slider-wrapper {
    padding: 0 65px;
}

.slider-nav2 .slick-next {
    transform: rotate(180deg);
}

.prev-tm, .next-tm, .slider-nav2 .slick-next, .slider-nav2 .slick-prev, .other-models-slider .owl-nav button.owl-prev, .other-models-slider .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../image/arrow-slider-2.svg") no-repeat center, rgb(249, 249, 249)!important;
    border: 0!important;
    position: absolute;
    top:calc(50% - 25px);
}

.next-tm {
    transform: rotate(180deg);
}

.slider-nav2 .slick-prev {
    transform: none;
}


.prev-tm, .slider-nav2 .slick-prev, .other-models-slider .owl-nav button.owl-prev {
    left: -35px;
}

.next-tm, .slider-nav2 .slick-next, .other-models-slider .owl-nav button.owl-next {
    right: -35px;
}

.prev-tm:hover, .next-tm:hover, .slider-nav2 .slick-next:hover, .slider-nav2 .slick-prev:hover, .other-models-slider .owl-nav button.owl-prev:hover, .other-models-slider .owl-nav button.owl-next:hover {
    background: url("../image/arrow-slider-2-hover.svg") no-repeat center, rgb(190, 133, 66)!important;
}


.slider-nav2 .slick-next:before, .slider-nav2 .slick-prev:before {
    display: none;
}

.page-link-last, .page-link-first {
    background: rgb(249, 249, 249);
}

.page-link-last:hover, .page-link-first:hover {
    box-shadow: 0 15px 23px 0 rgba(38, 64, 101, 0.25)!important;
    background: rgb(190, 133, 66)!important;
}



.page-link-last:hover svg path, .page-link-first:hover svg path {
    fill:rgb(249, 249, 249);
}

.page-link-last:hover {
    box-shadow: 0 -15px 23px 0 rgba(38, 64, 101, 0.25) !important;
}

.other-models-slider-wrapper {
    margin-bottom: 60px;
}


.tab-mobil .nav-link, .nav-tabs .nav-link {
    color: rgb(50, 47, 40);
    font-family: "Playfair", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    padding: 12px 20px;
    border-radius: 37px;
    background: rgb(249, 249, 249);
    border: 0!important;
    text-align: center;
}


.tab-mobil .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: rgb(255, 255, 255);
    background: rgb(235, 176, 98);
}

.nav-tabs {
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
    border: 0;
    margin-left: 35px;
    margin-right: 35px;
}
.nav-tabs .slick-track {
    display:flex;
    align-items: center;
   
}
.nav-tabs:not(:has(.slick-arrow)) .slick-track {
    max-width: 100%;
    justify-content: center;
      transform: none !important;
}
.nav-item {
    display:flex;
    justify-content:center;
}

.additionally-block {
    border: 1px solid rgb(226, 226, 226);
    border-radius: 10px;
    height: 336px;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.additionally-block img {
    max-width: 100%;
    max-height: 100%;
}

.additionally-block-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 35px;
    border: 1px solid rgb(235, 176, 98);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.65);
    justify-content: center;
    flex-flow: column;
    display: none;
}


.additionally-block:hover .additionally-block-hover {
    display: flex;
}

.additionally-block-hover * {
    color: rgb(255, 255, 255);
}

.additionally-buttons {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}
.additionally-block-hover h3, .additionally-block-hover__title {
    font-family: "Playfair", serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 15px;
    text-decoration:none;
}


.additionally-block-hover .article-number {
    color: rgb(226, 226, 226);
    margin-bottom: 15px;
}


.additionally-block-hover  .discount {
    margin-left: 10px;
}

.additionally-block-hover-bottom .gold-button-2 {
    width: 50px;
    height: 50px;
    padding: 0;
}


.additionally-block-hover-bottom {
    display: flex;
    justify-content: space-between;
}


.additionally .show-more {
    display: table;
}

.other-models-section {
    padding-bottom: 20px;
}


.interior-section .h2-tm {
    font-size: 60px;
    margin-bottom: 30px;
}


.interior-section .nav-tabs {
    margin-bottom: 30px;
}

.interior-img {
    position:relative;
}

.interior-img__image {
    border-radius: 60px;
}
.interior-img__product {
     position:absolute;
     right: 9.3%;
     width: 15.045%;
     top: 11.5%;
     height: 74.01%;
}
.interior-img__product--2 {
    right: 11.5%;
    top: 6.2%;
}
.interior-img__product--3 {
      right: 11.5%;
    top: 6.2%;
}

.interior-section {
    padding-bottom: 60px;
}

.similar-section .h2-tm {
    margin-bottom: 30px;
}

.show-more2 {
    display: table;
    margin: 0 auto;
}


:not(.main) > .order-section2 {
    margin: 60px 0;
}


.blog-section .h2-tm {
    color: rgb(0, 0, 0);
    text-align: left;
    margin-bottom: 30px;
}

.blog-title p {
    font-size: 20px;
    font-weight: 400;
    line-height: 135%;
}
.blog-title {
    margin-bottom: 60px;
}

.article {
    text-decoration: none;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 20px;
    display: block;
    position: relative;
}
.article:before {
    opacity:0.8;
    content:'';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 20%;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);

}
.article__img {
    display:block;
    width: 100%;
}
.article__descr {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 2;
}
.article__title {
    color: rgb(255, 255, 255);
    font-family: "Inter Tight", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
    margin-bottom: 10px;
    display: block;
    min-height: 3em;
}


.article__sub_title {
    color: rgb(212, 212, 216);
    font-family: "Inter Tight", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
}

.blog-list .show-more {
    display: table;
}

.blog-section {
    padding-bottom: 30px;
}



.article-section .h2-tm {
    margin-bottom: 30px;
    text-align: left;
}


.acticle-body-title p {
    font-size: 20px;
    font-weight: 400;
    line-height: 135%;
}

.acticle-body-title {
    margin-bottom: 30px;
}

.acticle-content h3 {
    font-family: "Playfair", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 30px;
}

.acticle-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 30px;
}

.acticle-content ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
}

.acticle-content ul li {
    margin-bottom: 15px;
}

.acticle-content ul li span {
    font-weight: 700;
}

.quote , blockquote{
    border-radius: 8px;
    background: rgb(242, 240, 236);
    padding: 30px 50px;
    margin-bottom: 30px;
}

.quote h4, blockquote h4 {
    font-family: "Playfair", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.75px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.quote p, blockquote p {
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
}

.quote p:last-child, blockquote p:last-child {
    margin-bottom: 0;
}

.article-section {
    padding-bottom: 30px;
}

.related-articles-section .h2-tm {
    margin-bottom: 30px;
}


.related-articles-section {
    padding-bottom: 60px;
}

.similar-section2 {
    padding-bottom: 60px;
}






.delivery-section .h2-tm {
    margin-bottom: 30px;
    text-align: left;
}


.acticle-body-title .gold-button-border {
    margin: 30px auto 0 auto;
    font-size: 18.67px;
    padding: 11px 25px!important;
}

.acticle-body-title .gold-button-border svg {
    transform: scale(1.2);
    margin-right: 10px;
}

.spoiler-toggler {
    font-family: "Playfair", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    background: transparent;
    border: 0;
}


.spoiler-toggler:after {
    margin-left: 14px;
    content: '';
    width: 16px;
    height: 16px;
    background: url("../image/plus-2.svg") no-repeat center;
}

.spoiler-toggler:not(.collapsed):after {
    background: url("../image/minus-2.svg") no-repeat center;
}


.table-tm tr:nth-child(odd) {
    background: rgb(249, 249, 249);
}


.table-tm {
    width: 100%;
}

.table-tm td {
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    padding: 12px 30px;
}

.table-tm p {
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 0;
}

.table-tm p span {
    font-weight: 900;
    margin-left: 20px;
}

.spoiler-content {
    padding: 10px 0;
}
.spoiler-block {
    margin-bottom: 20px;
}

.delivery-section {
    padding-bottom: 40px;
}

.spoiler-content>p {
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 10px;
}

.spoiler-content .gold-button-border {
    padding: 8px 20px!important;
    margin-bottom: 10px;
}





.h1-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.h1-title .h2-tm {
    margin-bottom: 0;
}
.review-block-large .review-block-l {
    width: 320px;
}

.review-block-large {
    width: 100%;
    border: 1px solid rgb(235, 176, 98);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 30px;
}

.reviews-img-slide img {
    border-radius: 8px;
    height: 230px;
    width: 100%;
    object-fit: cover;
}

.reviews-img-slider .owl-dots {
    justify-content: center;
}


.review-block-large .review-block-r {
    padding-left: 30px;
}


.reviews-list {
    margin-bottom: 60px;
}

.form-tm2 {
    border-radius: 60px;
    display: flex;
    overflow: hidden;
}

.form-tm2-l {
    background: rgb(242, 240, 236);
    width: calc(50% + 30px);
    padding: 60px 120px 60px 60px;
}

.form-tm2-r {
    background: rgb(50, 47, 40);
    width: calc(50% - 30px);
    padding: 60px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}



.file-tm {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.file-tm input {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -100;
}

.file-tm span {
    border-radius: 4px;
    background: rgb(235, 176, 98);
    width: 32px;
    height: 32px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-tm2-l .file-tm {
    margin-bottom: 23px;
}

.form-tm2-r h4 {
    color: rgb(190, 133, 66);
    font-family: "Playfair", serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 105%;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.p-tm {
    color: rgb(255, 255, 255);
    font-family: "Playfair", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 30px;
    text-align: center;
}


.write-director p {
    color: rgb(190, 133, 66);
    font-family: "Playfair", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 0;
    margin-right: 30px;
}
.write-director .messengers img {
    width: 45px;
}

.write-director {
    border: 2px solid rgb(190, 133, 66);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.reviews-int-section {
    padding-bottom: 60px;
}




.portfolio-content .project-block {
    width: 100%;
}

.h1-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
}

.h1-wrapper .h2-tm {
    margin-bottom: 0;
}

.h1-wrapper .filter-tm {
    width: 330px;
    margin-left: 10px;
    flex-shrink: 0;
}

.p-tm2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 30px;
}
.portfolio-content .nav-tabs {
    margin-bottom: 30px;
    justify-content: flex-start;
}

.portfolio-content  .project-block .project-block-content {
    height: 140px;
}
.project-block-img {display: block;width: 100% !important;height: 100%;object-fit: cover;}


.portfolio-content  .project-block .project-buttons {
    flex-flow: column;
}

.portfolio-content .project-block {
    /* padding: 30px; */
    margin-bottom: 30px;
    position: relative;
}

.portfolio-content .show-more {
    margin: 15px auto 30px auto;
    display: table;
}

.portfolio-section {
    padding-bottom: 30px;
}

.related-articles-section2 {
    padding-bottom: 30px;
}

.modal-tm-2 .modal-dialog {
    width: 1410px;
    max-width: calc(100vw - 60px);
}

.modal-tm-2 .modal-content {
    padding: 0;
    overflow: hidden;
}

.portfolio-modal {
    display: flex;
}

.portfolio-modal-l {
    background: rgb(255, 255, 255);
    width: 419px;
    padding: 60px;
    max-width: 100%;
}

.portfolio-modal-l .product-card-horizontal {
    border: 0;
    padding: 0;
}

.portfolio-modal-r {
    
    padding: 40px 0 40px 60px;
}
.portfolio-modal-l + .portfolio-modal-r {
    width: calc(100% - 419px);
}

.video-tm {
    width: 628.24px;
    height: 716px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../image/video-bg.png) no-repeat center / cover;
    border-radius: 8px;
}
.video-tm  iframe {
    height: 100%;
    width:100%
}

.modal-tm-2 .modal-content .btn-close {
    left: 30px;
    right: auto;
    z-index: 9;
}
.portfolio-slider .owl-dots {
    margin-top: 30px!important;
    justify-content: center;
}




.form-tm2-contacts {
    width: 100%;
}

.form-tm2-contacts p {
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
}

.form-tm2-contacts .logo-footer {
    margin-bottom: 30px;
}

.form-tm2-contacts  .phone-footer {
    line-height: 105%;
    font-size: 48px;
}
.form-tm2-contacts .site {
    font-size: 20px;
    margin-bottom: 30px;
}
.phones-footer {
    margin-bottom: 30px;
}

.contacts-section .h2-tm {
    margin-bottom: 30px;
    text-align: left;
}

.contacts-section {
    padding-bottom: 60px;
}


.button-filter-toggler {
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 0;
    border: 0;
}


.color-red {
    color: rgb(213, 3, 16)!important;
}

p.p-large {
    font-size: 20px;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 15px;
}


.basket-order .basket-product {
    border-top: 1px solid rgb(255, 255, 255);
}

.shopping-cart {
    margin: 0 auto;
}



.capcha-row {
    display:flex;
    gap: 10px;
    align-items: flex-start;
    
}
.capcha-row img {
        border-radius: 8px;
}
 









@media (min-width: 576px) {
    .tab-mobil .nav-link, .nav-tabs .nav-link {
            padding: 12px 30px;
    }
    .col-sm-1-8 {
        width: 12.5%;
    }
    .col-sm-2-10 {
        width: 20%;
    }
    .col-sm-4-10 {
        width: 40%;
    }
}

@media (min-width: 768px) {
.product-single {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
 
}
    .product-single-title {
        grid-column: 2 /3;
    }
    .product-single-l {
        position: relative;
        grid-column: 1 / 2;
        grid-row: 1/3;
        overflow: hidden;
    }
    
    .col-md-1-8 {
        width: 12.5%;
    }
    .col-md-2-10 {
        width: 20%;
    }
    .col-md-4-10 {
        width: 40%;
    }
    .nav-tabs:has(.slick-arrow) {
        padding: 0 40px;
        margin-left: 35px;
        margin-right: 35px;
    }
}

@media (min-width: 992px) {
    .col-lg-1-8 {
        width: 12.5%;
    }
    .col-lg-2-10 {
        width: 20%;
    }
    .col-lg-4-10 {
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1-8 {
        width: 12.5%;
    }
    .col-xl-2-10 {
        width: 20%;
    }
    .col-xl-4-10 {
        width: 40%;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1160px;
    }
}



@media (min-width: 1400px) {
    .col-xxl-1-8 {
        width: 12.5%;
    }
    .col-xxl-2-10 {
        width: 20%;
    }
    .col-xxl-4-10 {
        width: 40%;
    }
}

@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
    
}









@media (max-width: 1510px) {
    .header-buttons-bottom {
        gap: 10px;
        margin-right: 10px;
    }
    .navbar-nav {
        gap: 12px;
    }
    .navbar-nav .nav-link {
        font-size: 14px;
    }
    
    .navbar-nav .gold-button-border {
        width: auto;
    }
    
    .header-buttons .gold-button {
        font-size: 14px;
    }
    .contacts-header {
        margin-right: 20px;
    }
    
    .header-top .gold-button-border {
        width: auto;
        padding: 8px 15px !important;
    }
    
    .work-order-block-1 img {
        width: 130px;
    }
    
    .payment-product {
        flex-flow: wrap;
        align-items: flex-start;
    }
    .payment-product .price-tm {
        width: 100%;
        margin-bottom: 10px;
    }
    .article h3 {
        font-size: 24px;
        line-height: 31px;
    }
    .video-tm {
        width: 500px;
    }
    
    
    
    
    
}



@media (max-width: 1199px) {
    .contacts-header-top {
        flex-flow: row;
        align-items: flex-end;
    }
    
    .contacts-header {
        align-items: flex-end;
    }
    
    
    
    .header-buttons .gold-button-border + .gold-button-border {
        margin: 10px 0 0 0;
    }
    
    .header-top-r {
        justify-content: flex-start;
        flex-flow: column;
        align-items: flex-end;
    }
    .contacts-header-bottom {
        margin-bottom: 10px;
    }
    
    .contacts-header {
        margin-right: 0;
    }
    
    
    .navbar {
        flex-flow: column;
    }
    
    .header-top-l .header-buttons {
        flex-flow: column;
        align-items: flex-start;
    }
    .catalog-home-section .row {
        justify-content: center;
    }
    .catalog-block-4 img {
        margin: -27px auto 0 auto;
        max-height: 140px;
        width: auto;
    }
    
    .work-order-block-3 {
        flex-flow: column;
    }
    .work-order-block-3 .work-order-block-r img {
        max-width: 100%;
    }
    
    
    .work-order-block-3 .work-order-block-l {
        width: 100%;
        padding: 0 15px 15px 20px;
    }
    
    .project-block {
        width: 400px;
        /* height: 490px; */
    }
    
    .article h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .form-tm2-l, .form-tm2-r {
        padding: 50px;
        width: 50%;
    }
    
    
    
    .portfolio-modal {
        flex-flow: column;
        align-items: center;
    }
    
    .portfolio-modal-r {
        width: 100%;
        padding: 40px 0;
    }
    
    
    .video-tm {
        height: 500px;
    }
    
    
    
    
    
    
    
}


@media (max-width: 991px) {
    .header-top {
        display: none;
    }
     .navbar {
        flex-flow: row;
    }
    .header-bottom .cart-button span {
        display: none;
    }
    
    .header-bottom .cart-button {
        padding: 0;
        align-items: center;
        justify-content: center;
    }
    .header-bottom .cart-button, header .button-circle {
        width: 28px;
        height: 28px;
    }
    
    .header-bottom .cart-button svg, header .button-circle img {
        transform: scale(0.8);
    }
    
    
    
    .header-bottom .cart-button svg {
        margin-right: 0;
     }
    .logo {
        width: 120px;
        margin: 0 auto 0 25px;
    }
    
    
    header {
        padding: 10px 0 25px 0;
    }
    
    
    .menu-toggler {
        display: flex;
        z-index: 100;
        position: relative;
    }
    
    .top-slide__title {
        font-size: 41px;
    }
    
    .top-slide {
        padding: 74px;
    }
    .form-tm {
        padding: 100px;
    }
    
    .footer-top {
        flex-flow: column;
        align-items: center;
    }
    
    .footer-bottom {
        flex-flow: column;
        text-align: center;
    }
    
    .footer-top-l {
        margin-bottom: 50px;
        margin-right: 0;
    }
    
    .container {
        width: 100%;
        max-width: 100%;
    }
    
    .work-order-block-group {
        display: flex;
        gap: 30px;
    }
    
    .work-order-block-group {
        display: flex;
        gap: 30px;
    }
    
    .work-order-block-1, .work-order-block-2  {
        min-height: calc(100% - 30px);
        margin-bottom: 30px;
        width: 50%;
    }
    
    .work-order-block p br {
        display: none;
    }
    
    .work-order-block-1 .work-order-block-r p span {
        display: block;
    }
    
    .menu-mobil {
        border-radius: 30px;
        background: rgb(242, 240, 236);
        padding: 30px;
        position: fixed;
        top: 0;
        z-index: 10;
        width: 100%;
        transition: left 0.3s;
        left: -100%;
        min-height:100vh;
    }
    
    .menu-mobil.active {
        left: 0;
        transition: left 0.3s;
    }
    .menu-toggler.active span {
        opacity: 0;
    }
    
    .menu-toggler.active {
        background: url("../image/delete.svg") no-repeat center, rgb(255, 255, 255);
    }
    .navbar-nav .nav-link {
        font-size: 16px;
    }
    
    .menu-mobil .gold-button-border {
        font-size: 14px !important;
        padding: 9px 30px !important;
        width: 280px;
    }
    .navbar-nav {
        margin-bottom: 60px;
    }
    
    .menu-mobil .header-buttons {
        flex-flow: column;
        align-items: center;
    }
    
    .menu-mobil .header-buttons-bottom {
        margin-bottom: 10px;
    }
    
    .menu-mobil .cart-button {
        font-size: 16px;
    }
    
    .menu-buttons-mobil .gold-button-border {
        margin-bottom: 10px;
    }
    .menu-buttons-mobil {
        margin: 0 auto;
    }
    
    
    .contacts-header-mobil {
        display: flex;
        align-items: center;
        flex-flow: column;
        width: 100%;
        margin: 60px 0 0 0;
    }
    .catalog-h1-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .button-filter-toggler {
        flex-shrink: 0;
        margin-left: 20px;
    }
   .modal-tm-3 .modal-content {
        padding: 15px;
       border-radius: 15px;
       background: rgb(255, 255, 255);
    }
    .modal-tm-3  .btn-close {
        top:20px;
        right: 20px;
    }
    body.static {
        overflow: hidden;
    }
    .slide-product img {
        max-height: 350px;
    }
    .form-tm2-l, .form-tm2-r {
        padding: 30px 15px;
    }
    
    
    
    
    .modal-tm-2 .modal-content {
        border-radius: 25px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

@media (max-width: 767px) {
    
    .top-slide__title {
        width: 147px;
        text-shadow: 0 0.94px 0.94px #00000040;
        font-size: 18px;
        max-width: 100%;
    }
    
    .top-slide {
        border-radius: 14px;
        height: 240px;
        padding: 30px 17px;
    }
    
    .top-section .container {
        padding: 0;
    }
    
    header .header-buttons {
        margin-left: 10px;
    }
    .top-wrapper .owl-dots {
        position: static;
        margin-top: 15px!important;
    }
    .top-section {
        padding-bottom: 15px;
    }
    
    
    .catalog-block {
        height: 304px;
        border-radius: 9px;
        margin-bottom: 35px;
    }
    
    
    .catalog-block-3 img, .catalog-block-1 img {
        max-height: 100%;
    }
    .catalog-block-2 img {
        max-height: 105%;
    
    }
    
    .catalog-block h3 {
        border-radius: 8px;
        padding: 9px 15px;
    }
    
    .catalog-block-3 img {
        margin: -48px 6px 0 auto;
    }
    
    .catalog-block-small {
        height: 112px;
        margin-bottom: 38px;
    }
    
    .catalog-home-section .row>*:nth-child(1) {
        order: 1;
    }
    .catalog-home-section .row>*:nth-child(2) {
        order: 2;
    }
    .catalog-home-section .row>*:nth-child(3) {
        order: 3;
    }
    .catalog-home-section .row>*:nth-child(4) {
        order: 4;
    }
    .catalog-home-section .row>*:nth-child(5) {
        order: 6;
    }
    .catalog-home-section .row>*:nth-child(6) {
        order: 7;
    }
    .catalog-home-section .row>*:nth-child(7) {
        order: 8;
    }
    .catalog-home-section .row>*:nth-child(8) {
        order: 5;
    }
    
    .catalog-home-section .row>*:nth-child(4) .catalog-block img {
        height: 114px;
    }
    .catalog-home-section .row>*:nth-child(8) .catalog-block img {
        height: 140px;
    }
    
    .catalog-block-5 img, .catalog-block-6 img, .catalog-block-7 img {
        width: 150px;
    }
    
    .catalog-home-section {
        padding-bottom: 34px;
    }
    
    .h2-tm {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .h2-tm span {
        font-size: 24px;
    }
    .popular-models-section .h2-tm {
        margin-bottom: 39px;
    }
    
    .product-card-vertical .row {
        flex-flow: column-reverse;
    }
    
    .product-card-r {
        margin-bottom: 15px;
    }

    .product-card-vertical {
        margin-bottom: 0;
    }
    .popular-slider .owl-dots {
        margin: 39px 0 29px 0!important;
        justify-content: center;
    }
    .popular-models-section {
        padding-bottom: 45px;
    }
    
    .manufacturer-block {
        width: 175px;
    }
    .manufacturers-slider .owl-dots {
        margin-top: 29px !important;
    }
    .manufacturers-section {
        padding-bottom: 45px;
    }
    
    .application-section {
        background: url(../image/bg-1-m.png) no-repeat bottom center / cover;
        padding: 36px 0 223px 0;
    }
    
    .application h3 {
        line-height: 100%;
        font-size: 38px;
    }
    .application h3 span {
        line-height: 100%;
        font-size: 34px;
    }
    
    .application p {
        margin-bottom: 15px;
        font-size: 16px;
    }
    
    .form-blocks .jq-selectbox.select-tm {
        margin-bottom: 10px;
    }
    .form-blocks .row {
        margin-bottom: 20px;
    }
    
    .form-blocks {
        width: 100%;
        margin-bottom: 20px;
    }
    .sending {
        background: rgb(237, 236, 234);
    }
    
    .advantages-section {
        padding: 45px 0 30px 0;
    }
    .advantages .row {
        justify-content: center;
    }
    
    .advantage-block img {
        margin-bottom: 10px;
    }
    
    .work-order-block-group {
        display: block;
    }
    
    .work-order-block-1, .work-order-block-2 {
        width: 100%;
    }
    
    .work-order-block p {
        font-size: 12px;
    }
    
    .work-order-block-1 .work-order-block-r p span {
        font-size: 20px;
    }
    
    .number-work {
        font-size: 60px;
    }
    
    .work-order-block {
        border-radius: 15px;
    }
    
    .work-order-block-1 .work-order-block-r {
        width: calc(100% - 120px);
    }
    
    
    
    .work-order-block-1 img {
        width: 170px;
    }
    
    
    .work-order-block-1 {
        padding: 26px 22px 8px 15px;
        margin-bottom: 30px;
    }
    .work-order-block-1 .work-order-block-r .gold-button-border-2 {
        padding: 10px 15px;
        z-index: 1;
        position: relative;
        background: rgb(245, 245, 245);
    }
    
    .work-order-block-2 .work-order-block-l {
        width: 170px;
    }
    
    .work-order-block-2 .work-order-block-r img {
        margin: -10px -8px -33px 0;
        width: 152px;
        height: auto;
        max-width: none;
    }
    
    .work-order-block-2 {
        margin-bottom: 50px;
    }
    .work-order-block-3 {
        height: 340px;
        flex-flow: row;
        margin-bottom: 50px;
    }
    
    .work-order-block-3 .work-order-block-l {
        width: 165px;
        padding: 0 15px 24px 15px;
        flex-shrink: 0;
    }
    
    .work-order-block-3 .work-order-block-r img {
        max-width: none;
        width: 266px;
        position: absolute;
        top: 6px;
        right: -5px;
    }
    
    
    .work-order-block-4 img {
        width: 88px;
    }
    
    .work-order-block-4 {
        display: flex;
        flex-flow: row-reverse;
        padding-bottom: 5px;
    }
    .work-order-block.work-order-block-4 .work-order-block-r {
        width: 168px;
        padding-right: 30px;
        flex-shrink: 0;
        padding-top: 15px;
    }
    .order-section {
        margin: 50px 0 45px 0;
    }
    .form-tm {
        padding: 34px 17px;
        border-radius: 30px;
        background: url(../image/bg-2-m.png) no-repeat center;
    }
    
    .order-section .container {
        padding: 0;
    }
    
    .form-tm h3 {
        font-size: 34px;
        line-height: 115%;
        text-align: center;
    }
    
    .form-tm p {
        line-height: 135%;
        margin-bottom: 15px;
        font-size: 16px;
        text-align: center;
    }
    .form-blocks .input-tm {
        margin-bottom: 14px;
    }
    .form-tm .form-blocks .row {
        margin-bottom: 0;
    }
    
    .form-tm .approval .checkbox-tm span {
        color: rgb(242, 240, 236);
    }
    
    .form-tm .approval {
        width: 220px;
        margin: 0 auto 15px auto;
    }
    
    .form-tm .gold-button-4 {
        margin: 0 auto;
        display: table;
    }
    
    .form-tm .form-blocks {
        margin-bottom: 0;
    }
    .reviews-section .container, .projects-section .container {
        padding: 0 15px;
    }
    
    .project-block {
        width: 100%;
    }
    
    .project-buttons {
        flex-flow: column;
    }
    
    
    .nav-slider {
        margin: 15px 0 0 0;
        gap: 10px;
        flex-flow: column;
    }
      .projects-section {
        padding-bottom: 45px;
    }
    
    
    .certificates-section {
        padding: 45px 0;
    }
    
    
    
    .review-block {
        width: 100%;
        flex-flow: column;
    }
    
    .review-block-l, .review-block-l img {
        width: 100%!important;
    }
    .review-block-l img {
        height: 240px;
        object-fit: cover;
    }
    .certificates-section .h2-tm {
        margin-bottom: 25px;
    }
    
    
    .certificates-slider .owl-dots {
        margin: 15px auto 0 auto !important;
    }
    
    footer {
        padding: 30px 0;
    }
    .footer-top-l {
        margin-bottom: 30px;
    }
    
    .menu-footer h3 {
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: 600;
        line-height: 125%;
    }
    
    .menu-footer-list li a {
        font-size: 14px;
    }
    .menu-footer-list {
        columns: 2;
        column-gap: 20px;
    }
    
    .menu-footer {
        margin-bottom: 30px;
    }
    
    .footer-bottom p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    
    .cost-r {
        padding-right: 37px;
    }
    
    .btn-close {
        right: 6px;
        top: 6px;
    }
    .modal-content {
        padding: 60px 10px 30px 10px;
        border-radius: 15px;
    }
    
    .making-order h4, .modal h3 {
        font-size: 35px;
    }
    .basket-bottom-block .price {
        font-size: 26px;
    }
    .basket-product .price {
        font-size: 20px;
    }
    .basket-product-l {
        width: 80px;
        height: 80px;
        margin: 0 0 10px 0;
        order: 1;
    }
    
    .basket-product-c {
        order: 3;
    }
    
    .basket-product-r {
        order: 2;
        margin-left: auto;
    }
    
    
    .number {
        margin: 0 10px;
    }
    .basket-product {
        flex-flow: wrap;
    }
    
    
    
    
    .slide-product img {
        max-height: 272px;
    }
    
    .breadcrumb-tm {
        margin-bottom: 45px;
    }
    
    .brands-slider-wrapper {
        margin-bottom: 10px;
    }
    
    .sort {
        flex-flow: column;
        align-items: flex-start;
    }
    
    .sort-l {
        margin-bottom: 5px;
    }
    
    .sort-block p {
        margin-right: 0;
    }
    .selected-parameters {
        margin-bottom: 37px;
    }
    .product-card-horizontal {
        margin-bottom: 15px;
    }
    
    
    .page-item .page-link {
        width: 32px;
        height: 32px;
        font-size: 12.8px;
    }
    
    .page-link-last, .page-link-first {
        padding: 7px!important;
    }
    
    .show-more {
        margin: 15px auto 15px auto;
    }
    .pagination-tm {
        margin-bottom: 45px;
    }
    
    .catalog-text p {
        margin-bottom: 45px;
    }
   :not(.main) >  .reviews-section2 {
        padding-bottom: 45px;
    }
    
    
    .modal .title-filter {
        font-weight: 600;
        font-size: 24px;
        text-transform: none;
    }
    .modal-tm-3 .btn-close {
        top: 10px;
        right: 8px;
    }
    
    .product-single-center, .product-single-bottom, .product-single-top, .product-single-top, .product-single-title {
        margin-bottom: 10px;
        padding: 15px;
    }
    
    .slide-nav {
        height: 120px;
    }
    .slider-nav-wrapper {
        padding: 0 42px;
        position: relative;
    }
    
    
    .prev-tm, .next-tm, .slider-nav2 .slick-next, .slider-nav2 .slick-prev, .other-models-slider .owl-nav button.owl-prev, .other-models-slider .owl-nav button.owl-next {
        top: calc(50% - 16px);
        width: 32px;
        height: 32px;
        padding: 7px !important;
        background-size: 17px !important;
    }
    
    .slider-nav2 .slick-next {
        right: -27px;
    
    }
    
    .prev-tm, .next-tm {
        /* position: static; */
    }
    
    
    .other-models-slider .owl-nav button.owl-next {
        right: -42px;
    }
    .slider-nav2 .slick-prev {
        left: -27px;
    
    }
    .other-models-slider .owl-nav button.owl-prev {
        left: -42px;
    }
    
    .prev-tm:hover, .next-tm:hover, .slider-nav2 .slick-next:hover, .slider-nav2 .slick-prev:hover, .other-models-slider .owl-nav button.owl-prev:hover, .other-models-slider .owl-nav button.owl-next:hover {
        background-size: 17px !important;
    }
    
    .other-models-slider-wrapper {
        padding: 0 42px;
    }
    .payment-product {
        flex-flow: column;
        align-items: center;
        margin-bottom: 10px;
    }
    
    .payment-product .price-tm {
        width: auto;
    }
    
    .payment-product .instalment {
        margin-bottom: 10px;
    }
    
    .action-buttons {
        gap: 10px;
        flex-flow: column;
    }
    
    .action-buttons .gold-button-border-2 {
        width: 100%;
    }
    
    .other-models-product-top {
        height: 120px;
        padding: 12px;
    }
    
    .other-models-section h2 {
        font-size: 24px;
    }
    .other-models-slider-wrapper {
        margin-bottom: 45px;
    }
    
    .interior-section {
        display: none;
    }
    
    .nav-tab-slider {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    
    .additionally-block {
        margin-bottom: 15px;
        height: 160px;
    }
    
    .additionally-list .row {
        margin: 0 -8px;
    }
    
    .additionally-list .row>* {
        padding: 0 8px;
    }
    .additionally .show-more {
        margin-top: 0!important;
        margin-bottom: 25px;
    }
    
    
    
    
    .similar-section .pagination-tm {
        margin-bottom: 30px;
    }
    
  :not(.main) > .order-section2 {
        margin-top: 45px;
    }
    
    
    .blog-title p {
        font-size: 16px;
    }
    .blog-title {
        margin-bottom: 45px;
    }
    
    
    .blog-list .pagination-tm {
        margin-bottom: 30px;
    }
    .acticle-body-title p {
        font-size: 16px;
    }
    .contacts-section .h2-tm, .delivery-section .h2-tm, .related-articles-section .h2-tm, .quote, .acticle-content p, .similar-section .h2-tm, .acticle-body-title, .article, .acticle-content h3, .article-section .h2-tm, .blog-section .h2-tm {
        margin-bottom: 15px;
    }
    
    .article2 {
        height: 250px;
    }
    .similar-section2 {
        padding-bottom: 45px;
    }
    .delivery-section .quote {
        margin-bottom: 30px;
    }
    
    .acticle-body-title .gold-button-border {
        width: 100%;
    }
    .delivery-section .acticle-body-title {
        margin-bottom: 30px;
    }
    .table-tm td {
        padding: 12px;
    }
    
    .spoiler-content>p, .table-tm p {
        font-size: 14px;
    }
    .table-tm p {
        font-weight: 500;
    }
    
    .review-block-large {
        padding: 0;
        margin-bottom: 15px;
    }
    
    .review-block-large .review-block-l img {
        border-radius: 8px 8px 0 0;
    }
    
    .reviews-img-slider .owl-dots {
        margin-top: 15px!important;
    }
    .review-block-large .review-block-r {
        padding: 15px;
    }
    .review-block-large .review-block-l {
        margin-bottom: 15px;
    }
    .reviews-list {
        margin-bottom: 45px;
    }
    
    .form-tm2 {
        border-radius: 25px;
        flex-flow: column;
        margin: 0 -15px;
    }
    
    .form-tm2-l, .form-tm2-r {
        width: 100%;
    }
    .making-order .gold-button-3 {
        margin: 15px auto 0 auto;
        font-size: 10px;
        padding: 9px 15px;
        border-radius: 8px;
    }
    .form-tm2-l .file-tm {
        justify-content: center;
    }
    .form-tm2-r h4 {
        margin-bottom: 15px;
        font-size: 34px;
    }
    
    .p-tm {
        margin-bottom: 15px;
        font-size: 20px;
    }
    
    .write-director .messengers a + a {
        margin-left: 24px;
    }
    
    .write-director .messengers  {
        flex-shrink: 0;
    }
    .reviews-int-section {
        padding-bottom: 45px;
    }
    
    
    
    .related-articles-section {
        padding-bottom: 45px;
    }
    
    
    
    
    .h1-wrapper .h2-tm {
        margin-bottom: 15px;
    }
    
    .h1-wrapper {
        flex-flow: column;
        align-items: flex-start;
        margin-bottom: 15px;
    }
    
    .h1-wrapper .filter-tm {
        margin: 0;
        width: 100%;
    }
    
    .p-tm2 {
        margin-bottom: 15px;
    }
    .portfolio-content .project-block {
        margin-bottom: 15px;
    }
    .mobil-reverse {
        display: flex;
        flex-flow: column-reverse;
    }
    .mobil-reverse .pagination-tm {
        margin-bottom: 0;
    }
    .portfolio-section {
        padding-bottom: 15px;
    }
    .related-articles-section2 .article2 {
        height: 490px;
    }
    
    .modal-tm-2 .modal-dialog {
        max-width: calc(100vw - 17px);
    }
    
    .portfolio-modal-l {
        padding: 30px;
    }
    .modal-tm-2 .modal-content .btn-close {
        left: auto;
        right: 9px;
    }
    .portfolio-modal-l .product-card-horizontal {
        margin-bottom: 0;
    }
    .portfolio-modal-r {
        padding: 30px 0;
    }
    .video-tm {
        width: 246px;
        height: 280px;
    }
    .form-tm2-contacts p {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .form-tm2-contacts .phone-footer {
        font-size: 34px;
    }
    .form-tm2-contacts .site {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .form-tm2-contacts .phones-footer {
        margin-bottom: 15px;
    }
    .form-tm2-contacts .logo-footer {
        margin-bottom: 15px;
    }
    .form-tm2-contacts .footer-top-l {
        margin-bottom: 0;
    }
    .contacts-section {
        padding-bottom: 45px;
    }
    .other-models-product-bottom, .additionally-block-hover {
        display: none!important;
    }
    .other-models-product:hover {
        border: 1px solid rgb(235, 176, 98);
        border-radius: 10px;
    }

} 