/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

 img, svg { pointer-events: none; } 
body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}
.checkbox:has(input[value="0"]){
    display: none;
}
b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}




p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    outline: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    overflow-x: hidden;
    font-family: "Roboto Flex", serif;
    color: #343645;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px;
}

.header_line {
    padding: 20px 0;
    overflow: hidden;
}

.header_line-items {
    display: flex;
    width: max-content;
    gap: 10px;
    animation: lineAnim 30s linear infinite;
}

.header_line-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 300;
    font-size: 16px;
    white-space: nowrap;
    line-height: 16px;

}

@keyframes lineAnim {
    to {
        transform: translateX(-50%);
    }
}

.header_line-item::after {
    position: relative;
    content: "";
    background: #8A8FA3;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.header_top {
    background: #3F4C5F;
    padding: 18px 0;
}

.header_top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_adres {
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    position: relative;
    padding-left: 44px;
}

.header_adres::before {
    position: absolute;
    content: "";
    background-image: url(../img/adres.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header_numbers {
    display: flex;
    gap: 20px;
    position: relative;
    padding-left: 44px;
}

.header_messages {
    display: flex;
    gap: 20px;
}

.header_numbers::before {
    position: absolute;
    content: "";
    background-image: url(../img/phone.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header_number {
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}

.header_mail {
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding-left: 44px;
    position: relative;
}

.header_mail::before {
    position: absolute;
    content: "";
    background-image: url(../img/mail.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 256px;
    height: 36px;
    border: 1px solid #FFFFFF;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    transition: all 0.3s;
}

.header_btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #343645;
}

.header_middle {
    padding: 15px 0;
}

.header_middle-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu {
    display: flex;
    gap: 41px;
}

.menu a {
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #343645;
}
.menu a:hover{
     text-underline-offset: 5px;
}
.header_middle-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #343645;
    width: 190px;
    height: 36px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    line-height: 13px;
    transition: all 0.3s;
    color: #FFFFFF;
}

.header_middle-btn:hover {
    border: 1px solid #343645;
    text-decoration: none;
    color: #343645;
    background-color: #fff;
}

.header_middle-wrapper {
    position: relative;
}

.header_cart {
    position: absolute;
    right: calc((100vw - 1630px) / 2);
    top: 240px;
    background: #F6F7FA;
    width: 450px;
    z-index: 1;
    padding: 22px 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.cart_wrapper{
    
}
.header_cart-inner{
    width: 29%;
}
.header_cart-inner .header_cart-values{
    margin-bottom: 10px;
}
.header_cart-inner .header_cart-values:last-child{
    margin-bottom: 0;
}
.cart_wrapper .header_cart-info,
.cart_body .header_cart-info{
    display: flex;
    justify-content: space-between;
    gap:10px;
    flex-wrap:wrap;
    align-items: center;
    width: calc(100% - 100px);
}
 .cart_body .header_cart-info .header_cart-values:last-child{
      width: 86px;
    flex: none;
}
.cart_body .header_cart-subtitle{
    width: 35%;
}
.header_cart.active {
    opacity: 1;
    visibility: visible;
}

.header_cart-close {
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    cursor: pointer;
}

.header_cart-title {
    font-weight: 800;
    font-size: 32px;
    line-height: 41.6px;
    margin-bottom: 30px;
    color: #343645;
}

.header_cart-items {
    border-top: 1px solid #8A8FA3;
    margin-bottom: 30px;
}

.header_cart-options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.header_cart-option {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
}

.header_cart-option span {
    margin-left: 10px;
    font-weight: 800;
}

.header_cart-item {
    padding: 25px 0;
    border-bottom: 1px solid #8A8FA3;
    position: relative;
    display: flex;
    align-items: center;
}

.header_cart-btn {
    height: 40px;
    margin-top: 10px;
}

.header_cart-delete {
    position: absolute;
    right: 0;
    background: none;
    border: none;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}

.header_cart-img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    margin-right: 10px;
}

.header_cart-subtitle {
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    color: #343645;
}

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

.header_cart-values {
    display: flex;
 
    flex-wrap:wrap;
    gap: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #3F4C5F;
}
.cart_body  .header_cart-value span{
    display: block;
    margin-top: 4px;
}
.cart_body .header_cart-values{
       width: auto;
       flex:auto;
}
.checkout_right-inner .count_form-cart,
.cart_wrapper .count_form-cart{
    width: 110px;
    margin-right: 10px;
}
.header_links {
    display: flex;
    gap: 20px;
}
.cart_wrapper .header_cart-subtitle{
    width: 100%;
}
.header_link {
    display: flex;
    cursor: pointer;
}
.header_link{
    position: relative;
}
.header_link span:empty{
    display: none;
}
.header_link span{
position: absolute;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #343645;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: -4px;
    right: -4px;
    font-size: 10px;
}
.header_link:has(span:not(:empty)) path,
.header_link.cart_open:has(.full)  path{
    fill: #b7501d;
}
.header_bot {
    padding: 15px 0;
    background: #F6F7FA;
}

.header_bot-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_bot-menu {
    gap: 64px;
    display: flex;
}

.header_bot-menu li {
    position: relative;
}

.header_bot-menu a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.header_bot-menu a {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 16px;
    color: #343645;
}

.header_search {
    width: 230px;
    height: 40px;
    display: flex;
    align-items: center;
}

.header_drop-wrapper {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    padding: 30px 0;
}

.header_drop-items {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    gap: 20px;
}

.header_drop-item {
    background: #FFFFFF;
    padding: 20px;
    width: calc(14.325% - 18px);
    font-weight: 800;
    font-size: 16px;
    position: relative;
    z-index: 1;
    display: block !important;
    line-height: 20.8px;
    height: 200px;
}

.header_drop-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    object-fit: cover;
}

.header_drop-subtitle {
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.header_drop-column:first-child {
    padding-left: 0;
}

.header_drop-column:last-child {
    padding-right: 0;
    border: none;
}

.header_drop-column {
    padding: 0 70px;
    border-right: 1px solid #8A8FA3;
}

.header_drop-column:nth-child(2) .header_drop-list {
    columns: 2;
}

.header {
    position: relative;
}

.header_drop-list a {
    font-size: 16px;
    line-height: 20.8px;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 6px;
    display: block;
}

.header_drop {
    position: absolute;
    background: #F6F7FA;
    border-bottom: 1px solid #8A8FA3;
    border-top: 1px solid #8A8FA3;
    z-index: 3;
    width: 100vw;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.header_bot-menu li {
    position: static;
}

.header_bot-menu li:hover .header_drop {
    opacity: 1;
    visibility: visible;
}

.header_search-btn {
    cursor: pointer;
    border: none;
    width: 24px;
    display: flex;
    justify-content: center;
    background: none;
    text-decoration: none;
    padding: 0;
    align-items: center;
    height: 100%;
}

.header_drop-list {
    margin-bottom: 40px;
}

.header_drop-list:last-child {
    margin-bottom: 0;
}

.header_search-inp {
    width: calc(100% - 24px);
    height: 100%;
    background: none;
    border: none;
}

.header_search-inp::placeholder {
    text-transform: uppercase;
}

.main {
    margin: 20px 0 95px;
}

.main_slider {
    margin-bottom: 35px;
    position: relative;
}

.main_slider .slick-dots {
    position: absolute;
    bottom: -35px;
    display: flex;
    justify-content: center;
    right: 50%;
    transform: translateX(50%);
    gap: 15px;
}

.main_slider .slick-dots button {
    padding: 0;
    display: flex;
    border: 1px solid #8A8FA3;
    border-radius: 50%;
    font-size: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: none;
}

.main_slider .slick-dots li {
    display: flex;
    padding: 0;
}

.main_slider .slick-dots .slick-active button {
    background: #343645;
    border: 1px solid #343645;
}

.main_slide {
    background: #F6F7FA;
    position: relative;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
}

.main_slide-info {
    width: 665px;
}

.main_slide-subtitle {
    font-weight: 800;
    font-size: 24px;
    line-height: 31.2px;
    color: #8A8FA3;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.main_slide-img {
    width: 610px;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.main_slide-title {
    font-weight: 800;
    font-size: 36px;
    line-height: 46.8px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.main_slide-options {
    display: flex;
    gap: 60px;
    margin-bottom: 30px;
}

.btn {
    background: #343645;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.btn:hover {
    background: #3C3F55;
    text-decoration: none;
}

.main_slide-btn {
    width: 200px;
    height: 50px;
}

.main_option {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main_option-price {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #8A8FA3;
    margin-bottom: 10px;
}

.main_option-price strong {
    font-weight: 800;
    font-size: 24px;
    line-height: 31.2px;
    color: #343645;
}

.main_option-title {
    font-weight: 800;
    font-size: 16px;
    line-height: 20.8px;
    text-transform: uppercase;
}

.fast {
    margin-bottom: 100px;
}

.title {
    font-weight: 800;
    font-size: 40px;
    line-height: 52px;
}
.h1{margin-bottom:40px;}

.fast .title {
    margin-bottom: 20px;
}

.fast_wrapper {
    border: 1px solid #8A8FA3;
    padding: 60px;
    display: flex;
    justify-content: space-between;
}
.fast_subtitle:first-child{
    margin-top: 0;
}
.fast_subtitle {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
      margin-top: 40px;
}

.checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
}

.checkbox:last-child {
    margin-bottom: 0;
}

.checkbox input {
    display: none;
}

.checkbox input:checked+span {
    background-color: #343645;
    border: 2px solid #343645;
    background-image: url(../img/check.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.checkbox span {
    border: 2px solid #A1ABB9;
    width: 25px;
    height: 25px;
    background-color: #fff;
}

.check_colors {
    display: flex;
    width: 175px;
    flex-wrap: wrap;
    gap: 20px;
}

.check_color {
    width: 45px;
    height: 35px;
    cursor: pointer;
}

.check_color input {
    display: none;
}

.check_color span {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}

.check_color span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.check_color input:checked+span {
    border: 2px solid #343645;
}

.check_color input:checked+span::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 10px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-image: url(../img/check.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.filter_slider {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.filter_slider-value {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    color: #8A8FA3;
    width: calc(50% - 10px);
    padding-bottom: 10px;
    border-bottom: 1px solid #C3CAD4;
}
.filter_slider-value input{
    min-width: 1px;
    border:none;
    background: none;
       margin-left: 12px;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    width: 90px;
    color: #343645;
}
.filter_slider-value span {
    margin-left: 12px;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    color: #343645;
}

.slider_range {
    width: 190px;
    height: 1px;
    position: relative;

    background: #C3CAD4;
}

.slider_range .ui-slider-range {
    background: #343645;
    height: 1px;
    position: absolute;
}

.ui-slider-handle {
    background: #343645;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    transform: translateY(-50%);
}


.fast_btn {
    width: 444px;
    height: 80px;
    margin-top: 100px;
    font-size: 24px;
}

.btn_white {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #343645;
    font-weight: 800;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    padding: 14px 24px;
    color: #343645;
    text-transform: uppercase;
    transition: all 0.3s;
}

.btn_white:hover {
    color: #fff;
    background-color: #343645;
    text-decoration: none;
}

.popuplar {
    margin: 100px 0;
}

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



.popuplar_slider {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.popuplar_slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 1px solid #C3CAD4;
    font-size: 0;
    background: none;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1;
}

.popuplar_slider .slick-arrow:hover {
    border: 1px solid #343645;
}

.popuplar_slider .slick-arrow svg path {
    transition: all 0.3s;
}

.popuplar_slider .slick-arrow:hover svg path {
    stroke: #343645;
}
.popuplar_slider .slick-track{display: flex;}
.popuplar_slider .slick-next {
    right: -50px;
}

.popuplar_slider .slick-prev {
    left: -50px;
}

.popuplar_slide {
    margin: 0 10px;
    position: relative;
    display: flex !important;
        height: inherit;
    flex-direction: column;
}

.popuplar_slide-title {
    font-weight: 800;
    font-size: 18px;
    line-height: 23.4px;
    text-align: center;
    margin-bottom: 14px;
    color: #343645;
    text-transform: uppercase;
}

.popuplar_slide-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding: 0 25px;  margin-top: auto;
    margin-bottom: 13px;
}

.popuplar_slide-tegs {
    display: flex;
    gap: 10px;
}

.popuplar_slide-teg {
    background: #343645;
    font-weight: 800;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    padding: 8px 12px;
    text-transform: uppercase;
}

.popuplar_slide:hover .popuplar_slide-btns {
    opacity: 1;
    visibility: visible;
}

.popuplar_slide-btns {
    position: absolute;
    top: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    width: 100%;
    right: 50%;
    transform: translate(50%, -50%);
}

.popuplar_slide-btns .popuplar_slide-btn {
    width: calc(100% - 48px);
}

.popuplar_slide-links {
    display: flex;
    gap: 20px;
}
.card_right-link.voted path,
.popuplar_slide-link.voted path{
    fill:rgb(255, 84, 36);
}
.popuplar_slide-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 360px;
    position: relative;
    margin-bottom: 20px;
}

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

.popuplar_slide-price {
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
   
}
.popuplar_slide-prices{
    display: flex;
    align-items: center;
    gap:15px;
  
    justify-content: center; margin-bottom: 10px;
}
.popuplar_slide-old{
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    text-decoration: line-through;
    color:#8A8FA3;display: none;
}
.old_price-block .popuplar_slide-old{
    display: block;
}
.popuplar_slide-option {
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.popuplar_slide-option::before {
    position: relative;
    content: "";
    background: #343645;
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../img/check.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.popuplar_slide-options {
    margin-bottom: 12px;
    display: flex;
    gap:20px;
    justify-content: center;
}

.popuplar_slide-btn {
    width: 180px;
    height: 40px;
    margin: 0 auto;
    max-width: 100%;
}

.popuplar_slide-links {
    display: flex;
    gap: 20px;
    align-items: center;
}

.popuplar_slide-link {
    position: relative;
}

.tooltip {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #343645;
    padding: 7px 15px;
    white-space: nowrap;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
    color: #fff;
    bottom: calc(100% + 15px);
    right: 50%;
    transform: translateX(50%);
    transition: all 0.3s;
}

.popuplar_slide-link:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.tooltip::before {
    position: absolute;
    content: "";
    background-image: url(../img/tooltip.svg);
    background-size: cover;
    width: 15px;
    height: 12px;
    bottom: -12px;
    right: 50%;
    transform: translateX(50%);
}

.sale {
    background: #F6F7FA;
    padding: 20px;
}

.sale_wrapper {
    display: flex;
    justify-content: center;
    gap: 150px;
    align-items: center;
}

.sale_img {
    width: 643px;
    height: 260px;
    display: flex;
}

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

.sale_subtitle {
    font-weight: 800;
    font-size: 24px;
    line-height: 31.2px;
    margin-bottom: 20px;
}

.sale_title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 36px;
    line-height: 46.8px;
    margin-bottom: 20px;
}

.sale_price {
    font-weight: 300;
    font-size: 28px;
    line-height: 36.4px;
    gap: 20px;
    display: flex;
    color: #8A8FA3;
    align-items: flex-end;
}

.sale_price strong {
    font-weight: 800;
    font-size: 36px;
    line-height: 46.8px;
    color: #343645;
    transform: translateY(3px);
}

.four_items .popuplar_slide-inner {
    justify-content: space-between;
}

.service {
    margin-bottom: 100px;
}

.service h2 {
    margin-bottom: 50px;
}

.service_items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.service_item {
    width: calc(33.333% - 13.333px);
    padding-left: 30px;
    padding-right: 10px;
    padding-bottom: 40px;
    position: relative;
    border-left: 1px solid #3F4C5F;
    border-bottom: 1px solid #3F4C5F;
    z-index: 1;
}

.service_item-dot {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background-color: #fff;
    left: -30px;
    bottom: -30px;
    background-image: url(../img/service_item-bef.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.service_item:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #3F4C5F;
    bottom: -1px;
    left: -50%;
}

.service_item:nth-child(3n):after {
    width: 200%;
}

.service_item-wrapper {
    background: #F6F7FA;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.service_item-title {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 144px;
}

.service_item-icon {
    margin-bottom: 30px;
}

.service_item-btn {
    width: 180px;
    height: 40px;
}

.service_item-img {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}


.consult {
    margin-bottom: 100px;
}

.consult_wrapper {
    background: #F6F7FA;
    padding: 40px 60px 40px 350px;
    position: relative;
}

.consult_img {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
}

.consult h2 {
    margin-bottom: 10px;
}

.consult_subtitle {
    font-weight: 300;
    font-size: 24px;
    line-height: 33.6px;
    margin-bottom: 30px;
    color: #3F4C5F;
}

.consult_form {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 50px;
    align-items: center;
}

.inp_wrapper {
    width: calc(33.333% - 33.333px);
}

.inp_wrapper-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 22.4px;
    color: #8A8FA3;
    margin-bottom: 10px;
}

.inp {
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid #8A8FA3;
    background: none;
    width: 100%;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
}

.select {
    background: none;
    border: none;
    border-bottom: 1px solid #8A8FA3;
    width: 100%;
    height: 36px;
    padding-bottom: 10px;
    cursor: pointer;
}

.consult_form-btn {
    width: 186px;
    height: 50px;
}

.form_ok {
    position: relative;
    display: block;
    padding-left: 35px;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #8A8FA3;
    cursor: pointer;
}


.form_ok input {
    display: none;
}

.form_ok input:checked+span {
    background-color: #343645;
    border: 2px solid #343645;
    background-image: url(../img/check.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.form_ok span {
    border: 2px solid #A1ABB9;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.form_ok a {
    color: #343645;
    text-decoration: underline;
}

.about {
    margin-bottom: 100px;
}

.about_wrapper {
    display: flex;
    gap: 20px 60px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.about .title {
    margin: 0 0 30px;
}

.about_column {
    width: calc(33.333% - 40px);
}

.about_column:nth-child(2) {
    margin-top: -60px;
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
}

.about_img {
    display: flex;
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
}

.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_text {
    font-weight: 300;
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 30px;
}

.about_img:last-child,
.about_text:last-child {
    margin-bottom: 0;
}

.about_btn {
    width: 200px;
    height: 50px;
    margin: 0 auto;
}

.about_items {
    gap: 20px;
    display: flex;
}

.about_item {
    flex: 1;
    background: #F6F7FA;
    padding: 30px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    line-height: 20.8px;
    text-align: center;
}

.about_item img {
    margin: 0 auto 30px;
    display: block;
}

.manufacturers {
    margin-bottom: 100px;
}

.manufacturers .title {
    margin-bottom: 50px;
}

.manufacturers_slider {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.manufacturers_slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 1px solid #C3CAD4;
    font-size: 0;
    background: none;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1;
}

.manufacturers_slider .slick-next {
    right: -50px;
}

.manufacturers_slider .slick-prev {
    left: -50px;
}

.manufacturers_slider .slick-arrow:hover {
    border: 1px solid #343645;
}

.manufacturers_slider .slick-arrow svg path {
    transition: all 0.3s;
}

.manufacturers_slider .slick-arrow:hover svg path {
    stroke: #343645;
}

.manufacturers_slide {
    background: #F6F7FA;
    margin: 0 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 180px;
}

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

.accessories {
    margin-bottom: 100px;
}

.accessories h2 {
    margin-bottom: 50px;
}

.accessories_items {
    display: flex;
    gap: 30px 0;
    flex-wrap: wrap;
}

.accessories_item {
    width: 25%;
    padding-left: 30px;
    padding-bottom: 40px;
    padding-right: 30px;
        color: #343645;
    position: relative;
    border-left: 1px solid #3F4C5F;
    border-bottom: 1px solid #3F4C5F;
    z-index: 1;
}

.accessories_item-dot {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background-color: #fff;
    left: -30px;
    bottom: -30px;
    background-image: url(../img/service_item-bef.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.accessories_item:nth-child(4n) {
    border-right: 1px solid #3F4C5F;
}

.accessories_item:nth-child(4n)::after {
    width: 200%;
}

.accessories_item:nth-child(4n)::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background-color: #fff;
    right: -30px;
    bottom: -30px;
    background-image: url(../img/service_item-bef.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.accessories_item::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #3F4C5F;
    bottom: -1px;
    left: -50%;
}

.accessories_item-wrapper {
    background: #F6F7FA;
    padding: 30px;
    min-height: 300px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.accessories_item-img {
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: 0;
    width: 100%;
    display: flex;
    mix-blend-mode: darken;
    height: 70%;
}
.accessories_item-img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.accessories_item-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
}

.works {
    margin-bottom: 100px;
}

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

.works_items {
    display: grid;
    gap: 20px;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.works_item {
    height: 300px;
}

.works_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works_item:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 2;
}

.works_item:nth-child(2) {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 3;
}

.works_item:nth-child(3) {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 2;
    grid-column-end: 4;
}

.works_item:nth-child(4) {
    grid-row-start: 1;
    grid-column-start: 4;
    grid-row-end: 2;
    grid-column-end: 5;
}

.works_item:nth-child(5) {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 2;
    height: auto;
}

.works_item:nth-child(6) {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 4;
    grid-column-end: 4;

    height: auto;
}

.works_item:nth-child(7) {
    grid-row-start: 2;
    grid-column-start: 4;
    grid-row-end: 3;
    grid-column-end: 5;
}

.works_item:nth-child(8) {
    grid-row-start: 3;
    grid-column-start: 4;
    grid-row-end: 4;
    grid-column-end: 5;
}



.reviews_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 92px;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}

.reviews .subtitle {
    z-index: 2;
    position: relative;
}

.reviews {
    margin: 100px 0;
}

.reviews_wrapper {
    position: relative;
}

.reviews_img-slider::before {
    position: absolute;
    content: "";
    background-image: url(../img/reviews_img-slider.png);
    background-size: cover;
    width: 100%;
    height: 101%;
    top: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}

.reviews_img-slider {
    position: absolute;
    top: 0px;
    left: 20px;
    height: 100%;
    overflow: hidden;
    width: 450px;
}

.reviews_img-slide {
    width: 450px;
    height: 335px;
    display: flex;
    overflow: hidden;
    margin: 10px 0;
    border: 1px solid #8A8FA3;
}

.reviews_img-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews_rating {
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 31.2px;
    font-size: 24px;
    gap: 10px;
    color: #8A8FA3;
}

.reviews_rating img {
    margin-right: 10px;
}

.reviews_rating span {
    font-weight: 700;
    line-height: 46.8px;
    font-size: 36px;
    color: #343645;
}

.reviews_slider {
    transform: translateX(530px);
}

.reviews_slide {
    background: #F6F7FA;
    border-radius: 10px;
    margin-right: 20px;
    padding: 30px;
    width: 450px;
}

.reviews_slide-top {
    margin-bottom: 50px;
    padding-left: 90px;
    position: relative;
}

.reviews_slide-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    display: flex;
    border-radius: 50%;
    overflow: hidden;
}

.reviews_slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews_slide-title {
    font-weight: 600;
    line-height: 31.2px;
    margin-bottom: 10px;
    font-size: 24px;
}

.reviews_slide-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.reviews_slide-time {
    line-height: 22.4px;
    width: 120px;
}

.reviews_slide-rating .done path {
    fill: #EED266;
}

.reviews_slide-text {
    line-height: 22.4px;
    margin-bottom: 40px;
}

.reviews_slide-links {
    display: flex;
    gap: 30px;
}

.reviews_slide-link {
    font-weight: 500;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #263141;
}

.reviews_img-slider .slick-list {
    padding-top: 250px;
}

.blog {
    margin-bottom: 100px;
}

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

.blog_items {
    gap: 30px 60px;
    display: flex;
    flex-wrap: wrap;
}

.blog_item {
    width: calc(33.333% - 40px);
}

.blog_item-img {
    height: 223px;
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}

.blog_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_item-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 31.2px;
}

.blog_item-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 25.2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_item-link {
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    color: #8A8FA3;
    text-transform: uppercase;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8A8FA3;
    width: fit-content;
}

.footer {
    background: #343645;
    padding: 60px 0;
}

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

.footer_left {
    width: 402px;
}

.footer_logo {
    display: flex;
    margin-bottom: 20px;
}

.footer_desc {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.footer_polit {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    display: block;
}

.footer_ways {
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer_subtitle {
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer_menu a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 20.8px;
    margin-bottom: 15px;
    display: block;
}

.footer_adres {
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    position: relative;
    margin-bottom: 28px;
    padding-left: 44px;
}

.footer_adres::before {
    position: absolute;
    content: "";
    background-image: url(../img/adres.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer a{
    transition: all 0.3s;
}
.footer a:hover{
    color:rgb(255, 84, 36);
}
.footer_numbers {
    display: flex;
    gap: 20px;
    position: relative;
    padding-left: 44px;
    margin-bottom: 28px;
}

.footer_messages {
    display: flex;
    gap: 20px;
}

.footer_numbers::before {
    position: absolute;
    content: "";
    background-image: url(../img/phone.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer_number {
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}

.footer_mail {
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding-left: 44px;
    margin-bottom: 28px;
    display: block;
    position: relative;
}

.footer_mail::before {
    position: absolute;
    content: "";
    background-image: url(../img/mail.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.menu_burger {
    display: none;
}

.header_top-links {
    display: none;
}

.catalog {
    margin: 40px 0 100px;
}

.crumbs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 15px;
}

.crumb {
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #343645;
    display: flex;
    gap: 15px;
    align-items: center;
}

.crumb:last-child::after {
    display: none;
}

.crumb:last-child {
    color: #8A8FA3;
}

.crumb::after {
    position: relative;
    content: "";
    width: 20px;
    height: 1px;
    display: block;
    background-color: #263141;
}

.catalog .title {
    margin-bottom: 40px;
}

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

.catalog_aside {
    width: 304px;
}

.catalog_aside-filter {
    background: #F6F7FA;
    padding: 20px;
}

.catalog_aside .fast_item {
    margin: 40px 0;
}

.catalog_aside .fast_item:last-child {
    margin-bottom: 0;
}

.catalog_aside .filter_slider {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.catalog_aside .slider_range {
    order: 1;
    width: 100%;
}

.filter_inps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.filter_inps:last-child {
    margin-bottom: 0;
}

.filter_inp-wrapper {
    width: 100px;
    position: relative;
}

.filter_inp-title {
    position: absolute;
    left: 0;
    top: 0;
    color: #8A8FA3;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
}

.filter_inp {
    width: 100%;
    height: 36px;
    background: none;
    border: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 10px;
    color: #343645;
    padding-left: 30px;
    border-bottom: 1px solid #C3CAD4;
}

.catalog_aside .check_colors {
    width: 100%;
}

.btn_filter {
    width: 100%;
    height: 40px;
    background: none;
    margin-top: 40px;
    cursor: pointer;
}

.aside_desc {
    margin-top: 20px;
    background: #F6F7FA;
    padding: 20px;
}

.aside_desc-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

.aside_desc-text {
    font-size: 14px;
    line-height: 20px;
}

.aside_desc-img {
    margin-bottom: 20px;
    display: flex;
}

.catalog_content {
    width: calc(100% - 324px);
}

.catalog_ways {
    display: flex;
    margin-bottom: 40px;
    gap: 20px;
    flex-wrap: wrap;
}
.catalog_ways-slider{
    display: block;
    padding: 0 40px;
}
.catalog_ways-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 1px solid #C3CAD4;
    font-size: 0;
    background: none;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1;
}

.catalog_ways-slider .slick-next {
    right: 0px;
}

.catalog_ways-slider .slick-prev {
    left: 0px;
}

.catalog_ways-slider .slick-arrow:hover {
    border: 1px solid #343645;
}

.catalog_ways-slider .slick-arrow svg path {
    transition: all 0.3s;
}

.catalog_ways-slider .slick-arrow:hover svg path {
    stroke: #343645;
}
.catalog_ways-slider .catalog_way{
    margin: 0 10px;
}
.catalog_way {
    background: #F6F7FA;
    padding: 15px;
    display: flex;
    flex-direction: column;
    width: calc(20% - 16px);
}
.catalog_way:hover{
    text-decoration: none;
}
.catalog_way-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    line-height: 23.4px;
    text-align: center;
    margin-bottom: 20px;
    color: #343645;
}

.catalog_way-img {
    height: 280px;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}
.catalog_way-img {
    margin-top: auto;
}
.catalog_way-img img {
    max-width: 100%;
    max-height: 100%;
}

.catalog_way-btn {
    height: 40px;
    margin-top: 10px;
    text-align: center;
        border: 1px solid #343645;
    text-decoration: none;
    color: #343645;
    background-color: #fff;
}
.catalog_way-btn:hover{
            border: 1px solid #343645;
    text-decoration: none;
    color: #343645;
    background-color: #fff;
}
.catalog_filter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 60px;
}

.catalog_filter-show {
    width: 281px;
    gap: 15px;
    height: 40px;
    cursor: pointer;
}

.catalog_filter-value {
    color: #8A8FA3;
}

.catalog_filter-value span {
    color: #343645;
}

.catalog_filter-inner {
    display: flex;
    gap: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8A8FA3;
}

.catalog_filter-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 20.8px;
    color: #8A8FA3;
}

.catalog_filter-select {
    cursor: pointer;
    border: none;
    font-weight: 500;
    background: none;
}

.catalog_wrapper .fast_wrapper {
    margin-top: 40px;
    display: none;
    padding: 40px;
}

.catalog_content .fast_item:last-child .filter_slider {
    margin-bottom: 40px;
}

.catalog_wrapper .fast_btn {
    margin-top: 40px;
}

.catalog_wrapper .fast_wrapper[style*="display: block"] {
    display: flex !important;
}

.catalog_items {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 40px 20px;
}

.catalog_items .popuplar_slide {
    width: calc(25% - 15px);
    margin: 0;
}

.pagin {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 20px;
}

.pagin a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #C3CAD4;
    color: #8A8FA3;
    transition: all 0.3s;
    background-color: #fff;
}

.pagin a.active {
    color: #343645;
}

.pagin a:hover {
    border: 1px solid #343645;
    color: #343645;
}

.pagin a path {
    transition: all 0.3s;
}

.pagin a:hover path {
    stroke: #343645;
}

.buy {
    margin: 100px 0;
}

.buy .title {
    margin-bottom: 50px;
}

.buy_wrapper {
    gap: 60px;
    display: flex;
}

.buy_column {
    width: calc(50% - 30px);
}

.buy_column:last-child {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}

.buy_column:last-child img {
    margin-bottom: 0;
}

.buy_column img:first-child {
    margin-top: 0;
}

.buy_column:last-child img {
    margin-top: 30px;
}

.buy_column p:last-child,
.buy_column img:last-child {
    margin-bottom: 0;
}

.buy_column img {
    width: 100%;
    margin: 30px 0;
    height: auto;
}

.buy_column:last-child p:last-child {
    margin-bottom: 10px;
}

.buy_column:last-child p {
    margin-bottom: 0px;
}

.buy_column:last-child p:not(:last-child) {
    order: 1
}




.buy_column p {
    margin-bottom: 20px;
}

.buy_column p {
    font-weight: 300;
    font-size: 18px;
    line-height: 25.2px;
    color: #3F4C5F;
}

.parameters {
    margin: 96px 0;
}

.parameters_wrapper {
    background: #F6F7FA;
    padding: 30px;
    overflow: hidden;
}

.parameters_wrapper .reviews_slider {
    transform: none;
    width: calc(100% + 30px);
}

.parameters_tabs {
    display: flex;
    margin-bottom: 30px;
    gap: 30px;
}

.parameters_tab {
    border: 1px solid #343645;
    padding: 18px 50px 16px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    color: #343645;
}

.parameters_tab.active {
    background: #343645;
    color: #fff;
}

.parameters_content {
    display: none;
}

.parameters_content.active {
    display: block;
}

.parameters_content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 25.2px;
    color: #343645;
}

.parameters_content p:not(:last-child) {
    margin-bottom: 20px;
}

.parameters .title {
    margin-bottom: 50px;
}

.info_block {
    margin: 100px 0;
}

.info_block-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0;
}

.info_block-img {
    width: calc(50% - 30px);
    height: 500px;
    display: flex;
}

.info_block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info_block-content {
    width: calc(50% - 30px);
}
.info_block h2,
.info_block .title {
    margin-bottom: 40px;
        font-weight: 800;
    font-size: 40px;
    line-height: 52px;
}

.info_block-color {
    font-weight: 300;
    font-size: 16px;
    line-height: 22.4px;
    color: #343645;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 15px;
}

.info_block-color img {
    max-width: 45px;
    max-height: 35px;
    object-fit: cover;
}

.info_block-color:last-child {
    margin-bottom: 0;
}

.info_block-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22.4px;
    color: #343645;
}

.info_block-options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.info_block-option {
    width: calc(50% - 10px);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22.4px;
    color: #343645;
}

.info_block-option img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.info_block h3.title {
    font-size: 36px;
    line-height: 46.8px;
}

.sale_btn {
    width: 180px;
    height: 40px;
    margin-top: 40px;
}

.styles {
    margin: 100px 0;
}

.styles .title {
    margin-bottom: 50px;
}

.styles_items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
}

.styles_item {
    width: 25%;
    padding: 0 30px 30px;
    position: relative;
    border-left: 1px solid #3F4C5F;
    border-bottom: 1px solid #3F4C5F;
    z-index: 1;
}

.styles_item-img {
    width: 100%;
    display: flex;
    height: 280px;
    margin-bottom: 20px;
}

.styles_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.styles_item-dot {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background-color: #fff;
    left: -30px;
    bottom: -30px;
    background-image: url(../img/service_item-bef.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.styles_item:nth-child(4n) {
    border-right: 1px solid #3F4C5F;
}

.styles_item:nth-child(4n)::after {
    width: 200%;
}

.styles_item:nth-child(4n)::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background-color: #fff;
    right: -30px;
    bottom: -30px;
    background-image: url(../img/service_item-bef.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.styles_item::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #3F4C5F;
    bottom: -1px;
    left: -50%;
}

.faq {
    margin: 100px 0;
}

.faq .title {
    margin-bottom: 50px;
}

.faq_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}

.faq_item {
    width: calc(50% - 10px);
    background: #F6F7FA;
}

.faq_item-title {
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 23.4px;
    color: #343645;
    cursor: pointer;
    padding: 25px;
    padding-right: 60px;
}

.faq_item-title span {
    position: absolute;
    right: 0;
    right: 25px;
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.faq_item-title.active span::after {
    transform: translate(50%, -50%) rotate(90deg);
}

.faq_item-title span::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    background: #7E8794;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.faq_item-title span::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 18px;
    background: #7E8794;
    transition: all 0.3s;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.faq_item-content {
    font-weight: 300;
    font-size: 16px;
    line-height: 22.4px;
    color: #343645;
    padding: 0 25px 25px;
    display: none;
}

.show_filter {
    display: none;
}

.catalog_aside-close {
    display: none;
}

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

.catalog_type-slide {
    background: #F6F7FA;
    margin: 0 10px;
    padding: 15px;
}

.catalog_type-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    line-height: 23.4px;
    text-align: center;
    margin-bottom: 20px;
    color: #343645;
}

.catalog_type-img {
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.catalog_type .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 1px solid #C3CAD4;
    font-size: 0;
    background: none;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1;
}

.catalog_type .slick-next {
    right: 0px;
}

.catalog_type .slick-prev {
    left: 0px;
}

.catalog_type .slick-arrow:hover {
    border: 1px solid #343645;
}

.catalog_type .slick-arrow svg path {
    transition: all 0.3s;
}

.catalog_type .slick-arrow:hover svg path {
    stroke: #343645;
}

.card {
    margin: 40px 0 100px;
}

.card .title {
    margin-bottom: 40px;
}

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

.card_left {
    width: 260px;
    display: flex;
    flex-direction: column;
}

.card_option {
    background: #F6F7FA;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 10px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20.8px;
    color: #343645;
}



.card_btn {
    width: 100%;
    margin-top: 10px;
}

.card_center {
    width: 705px;
    display: flex;
    justify-content: space-between;
}

.card_inner {
    width: 555px;
    position: relative;
}

.card_dots {
    width: 130px;
    max-height: 625px;
    margin-bottom: -20px;
}

.card_tegs {
    position: absolute;
    display: flex;
    top: 20px;
    left: 20px;
    z-index: 1;
    gap: 10px;
}

.card_teg {
    background: #343645;
    padding: 8px 12px;
    font-weight: 800;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
}

.card_dot {
    background: #F6F7FA;
    padding: 10px;
    margin-bottom: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.card_imgs {
    width: 100%;
}

.card_img {
    background: #F6F7FA;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 555px;
    cursor: pointer;
    margin-bottom: 20px;
    padding: 20px;
}

.card_img img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

.card_center-btn {
    height: 50px;
}

.card_right {
    width: 435px;
}

.card_right-top {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 50px;
}

.card_right-status {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #343645;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card_right-status::before {
    position: relative;
    content: "";
    background-position: 65% center;
    background-repeat: no-repeat;
    background-image: url(../img/check.svg);
    width: 20px;
    background-color: #343645;
    display: block;
    height: 20px;
}

.card_right-number {
    font-weight: 300;
    color: #8A8FA3;
}


.card_right-number span {
    font-weight: 600;
    color: #343645;
}

.card_right-links {
    display: flex;
    gap: 20px;
}

.card_right-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.card_counter-title {
    font-weight: 800;
    font-size: 18px;
    line-height: 23.4px;
    color: #343645;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.card_price-wrapper{
    max-width: 180px;
    width: 100%;
}
.card_price-value {
    font-weight: 800;
    font-size: 18px;
    line-height: 23.4px;
    color: #343645;
    display: flex;
    gap:4px;
    align-items: center;
    margin-bottom: 15px;
}
.card_price-value p{
    font-weight: 800;
}
.card_price-value>span.old {
    font-weight: 300;
    font-size: 16px;
    margin-left: 15px;
    text-decoration: line-through;
    line-height: 16px;
    color: #8A8FA3;
}

.card_price-btn {
    height: 40px;
    width: 100%;
}

.counter {
    user-select: none;
    border-bottom: 1px solid #8A8FA3;
    padding-bottom: 10px;
    align-items: flex-start;
    display: flex;
}

.card_counter {
    width: 187px;
    height: 31px;
}
.fiter_sort-item {
        cursor: pointer !important;
    border: none;
    color:#000;
    font-weight: 500;
    background: none;
    position: relative;
    padding-right: 20px;
}
.fiter_sort-item[data-dir="asc"]:before{
    transform:rotate(180deg);
}
 .fiter_sort-item::before {
        position: absolute;
        content: '';
        background-image: url(../../../images/menu_arrow.svg);
        width: 14px;
        height: 8px;
        right: 0;
        top: 5px;
        transition: all 0.3s;
    }
.count-inp {
    width: calc(100% - 40px);
    background: none;
    border: none;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20.8px;
    color: #343645;
}

.card_select-wrapper {
    margin-bottom: 50px;
}

.count-arrow {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.card_price-link {
    font-weight: 800;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    display: flex;
    text-align: center;
    text-decoration: underline;
    color: #343645;
    margin-top: 15px;
    justify-content: center;
}

.card_select {
    border: none;
    border-bottom: 1px solid #8A8FA3;
    width: 100%;
    padding: 10px 0;
    font-weight: 500;
    cursor: pointer;
}

.card_colors .check_colors {
    width: 100%;
}

.additional {
    margin: 100px 0;
}

.additional .title {
    margin-bottom: 50px;
}

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

.additional_item:last-child {
    margin-bottom: 0;
}

.additional_item-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.additional_item-img {
    width: 140px;
    height: 100px;
    display: flex;
    min-width: 140px;
}

.additional_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.additional_item-title {
    font-weight: 800;
    font-size: 18px;
    width: 350px;
    line-height: 23.4px;
    text-transform: uppercase;
}

.additional_item-option {
    font-weight: 500;
    font-size: 16px;
    line-height: 20.8px;
    width: 140px;
    color: #8A8FA3;
}

.additional_item-price {
    font-weight: 800;
    font-size: 18px;
    line-height: 23.4px;
}

.additional_item-counter {
    width: 90px;
}

.additional_item-btn {
    width: 260px;
    height: 40px;
    gap: 15px;
}

.accessories p {
    font-weight: 300;
    font-size: 24px;
    line-height: 33.6px;
    margin-bottom: 20px;
}

.accessories p:last-child {
    margin-bottom: 0;
}

.accessories_items:not(:last-child) {
    margin-bottom: 60px;
}

.photo {
    margin: 100px 0;
}

.photo .title {
    margin-bottom: 50px;
}

.photo_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.photo_item {
    width: calc(25% - 15px);
    display: flex;
    flex-wrap: wrap;
    height: 300px;
}

.photo_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.parameters>p {
    font-weight: 300;
    font-size: 24px;
    line-height: 33.6px;
    margin-bottom: 20px;
}

.parameters>p:last-child {
    margin-bottom: 0;
}

.parameters_wrapper:not(:last-child) {
    margin-bottom: 60px;
}

.Installation_page .main_slide-info {
    width: 950px;
}

.Installation_page {
    margin: 40px 0 60px;
}

.Installation_page .crumbs {
    margin-bottom: 20px;
}

.main_slide-form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 24px 50px;
}

.main_slide-form .inp_wrapper {
    width: 241px;
}

.main_slide-form .consult_form-btn {
    width: 364px;
}

.Installation_page .main_slide-img {
    width: 400px;
}

.info_block-content p {
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 30px;
}


.stock {
    margin: 100px 0;
}

.stock_wrapper {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.stock_item {
    width: calc(50% - 10px);
    background: #F6F7FA;
    position: relative;
    padding: 40px;
    overflow: hidden;
}

.stock_item:nth-child(2n) .stock_item-info {
    margin-left: auto;
}

.stock_item:nth-child(2n) .stock_item-img {
    left: 0px;
    right: auto;
}

.stock_item-img {
    display: flex;
    position: absolute;
    right: 20px;
    bottom: 0;
}

.stock_item-info {
    width: 400px;
}

.stock_item-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    line-height: 31.2px;
    margin-bottom: 10px;
}

.stock_item-text {
    font-size: 16px;
    line-height: 22.4px;
    max-width: 350px;
    color: #3F4C5F;
    margin-bottom: 54px;
}

.stock_item-btn {
    width: 201px;
    height: 50px;
}

.stock_links {
    display: flex;
    gap: 20px;
}

.stock_link {
    flex: 1;
    background: #F6F7FA;
    padding: 20px;
    font-weight: 800;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    text-transform: uppercase;
    line-height: 20.8px;
    color: #343645;
}

.consult_time .consult_wrapper {
    padding-left: 693px;
}

.consult_time .inp_wrapper {
    width: calc(50% - 25px);
}

.consult_time .consult_img {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

.timer {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.timer_item {
    font-weight: 800;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    color: #343645;
    padding-right: 34px;
    position: relative;
}

.timer_item:last-child::before {
    display: none;
}

.timer_item::before {
    position: absolute;
    content: ":";
    color: #8A8FA3;
    right: 0;
    font-size: 28px;
    line-height: 1;
    top: 8px;
}

.timer_item span {
    font-weight: 300;
    font-size: 16px;
    line-height: 22.4px;
    text-align: center;
    display: block;
    color: #8A8FA3;
}


.popup_body {
    background: #F6F7FA;
    width: 600px;
    padding: 40px;
}

.popup_body-title {
    font-weight: 800;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 10px;
    color: #343645;
}

.popup_body-text {
    font-weight: 300;
    font-size: 24px;
    line-height: 33.6px;
    margin-bottom: 30px;
    color: #343645;
}

.popup_body form {
    width: 100%;
    display: block;
}

.popup_body .inp_wrapper {
    width: 100%;
    margin-bottom: 50px;
}

.popup_body-btn {
    height: 50px;
    width: 100%;
}


.popup_body .form_ok {
    max-width: 100%;
    margin-top: 20px;
}

#order_popup .popup_body-btn {
    margin-top: -20px;
}

.parameters_options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.parameters_option {
    background: #FFFFFF;
    padding: 20px;
    width: calc(33.333% - 6.666px);
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 20.8px;
    color: #8A8FA3;
}

.parameters_option img {
    margin-right: 30px;
}

.parameters_option span {
    font-weight: 800;
    color: #343645;
    text-transform: uppercase;
    display: contents;
}

.popup_interier {
    width: 1400px;
    padding: 30px 30px;
    height: 770px;
}

.popup_interier-interier {
    position: absolute;
    width: calc(100% - 260px);
    height: 100%;
    top: 0;
    display: flex;
    left: 0;
    z-index: 3;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
     pointer-events: none;
}
.popup_interier-door {
position: absolute;
    top: 10%;
    right: 59.5%;
    width: 23%;
    height: 74%;
    z-index: 4;
}

.popup_interier-door img {
    width: 102%;
    height: 102%;
}

.popup_interier-inner {
    background: #FFFFFF;
    width: 260px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4;
    height: 100%;
}

.popup_interier-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}

.popup_interier-ways {
    display: flex;
    gap: 10px;
    flex-wrap:wrap;
    margin-bottom: 30px;
}

.popup_interier-way {
    width: 100%;
    display: flex;
    padding: 10px;
    cursor: pointer;
}

.popup_interier-way.active {
    border: 1px solid #343645;
}

.popup_interier-way img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup_interier-pattern {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.popup_interier-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.popup_interier-color {
    position: relative;
    border: 1px solid #E5E5E5;
    padding: 5px 15px 5px 5px;
    border-radius: 50px;
    width: fit-content;
    display: flex;
    margin-bottom: 40px;
}

.interier-color__label {
    position: relative;
    z-index: 1;
    width: 65px;
    height: 32px;
    border-radius: 50px;
    border: 1px solid #EAEAEA;
}

.popup_interier-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.popup_interier-color-inp {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

.popup_interier-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.popup_interier-item {
    width: calc(33.333% - 6.66px);
    cursor: pointer;
    font-weight: 800;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
}

.popup_interier-item.active img {
    border: 1px solid #343645;
}

.popup_interier-item img {
    padding: 10px;
    width: 100%;
    height: 80px;
    object-fit: cover;
    margin-bottom: 10px;
}

.card-other-link{
        color: #343645;
        display: inline-block;
        margin:  0 6px 6px 0;
}
.parameters_option label{
    display: none;
}

.blog-inner {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

fieldset{
    border:none;
    padding: 0;
}

.favorites_items{
    display: flex;
    flex-wrap:wrap;
    gap:20px;
}
.favorites_items .popuplar_slide{
    margin: 0;
    width: calc(25% - 15px);
}

.mse2-row{
    margin-bottom: 16px;
}
.mse2-row p{
    margin-top: 10px;
        font-size: 16px;
}
.mse2-row .search-link{
    color:#000;
    font-size: 20px;
}


.pagination{
    gap:10px;
    display: flex;
}
.pagination a{
    color:#000;
}
.checkout_right-inner{
    max-width: 100%;

}
.cart_wrapper .checkout_right-inner{
        width: 700px;
}
.cart_right-total{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 22px;
}
.checkout_right-btn{
    width: 230px;
    height: 50px;
    margin-top: 20px;
}
.cart_wrapper{
    display: flex;
    justify-content: space-between;
}

.cart_wrapper:has(#msOrder) .checkout_right-btn{
    display: none;
}
#msOrder .title{
    margin-bottom: 40px;
}
#msOrder .inp{
    margin-bottom: 20px;
}
#msOrder .consult_form-btn{
    width: 100%;
    margin-bottom: 20px;
}
.popup_interier-ways:last-child{
    margin-bottom: 0;
}

.popup_interier:has(.popup_interier-way.active:nth-child(2) ) .popup_interier-door {
    position: absolute;
    top: 34%;
    right: 40.5%;
    width: 12.8%;
    height: 44%;
    z-index: 4;
}

.checkout_left .cart_right-total{
    margin-top: 0;
}
.checkout_left .form-group{
    display: flex;
    margin: 20px 0;
    align-items: center;
    flex-wrap:wrap;
    gap:20px;
}
.checkout_left .form-group .checkbox{
    margin: 0;
}
.slick-track{
    margin: 0;
}
.info_block-color p{
    margin: 0;
}

.sales_items{
    display: flex;
    flex-wrap: wrap;
    gap:30px;
}
.sales_items .popuplar_slide{
    width: calc(25% - 22.5px);
    margin: 0;
}
.popuplar_slide-values{
     padding: 0 10px;
    margin: 20px auto;
    font-size: 14px;
    max-width: 260px;
}
.popuplar_slide-value{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.popuplar_slide-value span{
    text-align: right;
    font-weight: 700;
}
.cart_total-value{
    text-align: right;
}
.cart_total-value span{
    display: block;
    font-size:14px;
}

@media(max-width:1599px) {
    .container {
        max-width: 1180px;
    }

    .header_adres {
        width: 264px;
        font-size: 14px;
    }

    .header_mail,
    .header_number {
        font-size: 14px;
    }

    .header_btn {
        width: 210px;
        font-size: 12px;
    }

    .menu a {
        font-size: 16px;
        line-height: 16px;
    }

    .menu {
        gap: 14px;
    }

    .header_middle-btn {
        width: 160px;
    }

    .header_links,
    .header_messages {
        gap: 10px;
    }

    .header_bot-menu {
        gap: 20px;
    }

    .header_search {
        width: 180px;
    }

    .reviews_slide {
        width: 400px;
    }

    .header_bot-menu a {
        font-size: 12px;
    }

    .header_search-inp {
        font-size: 14px;
    }

    .main_slide {
        padding: 20px 30px;
    }

    .main_slide-info {
        width: 560px;
    }

    .main_slide-img {
        width: 498px;
    }

    .fast_wrapper {
        padding: 30px;
    }

    .filter_slider {
        flex-wrap: wrap;
        width: 245px;
    }

    .fast_btn {
        width: 245px;
    }

    .slider_range {
        order: 1;
        width: 100%;
    }

    .popuplar_slider .slick-next {
        right: 0;
    }

    .popuplar_slider .slick-prev {
        left: 0;
    }

    .sale_wrapper {
        justify-content: space-between;
        gap: 0;
    }

    .sale_img {
        width: 570px;
    }

    .service_item-title {
        margin-bottom: 80px;
    }

    .service_item-wrapper {
        position: relative;
    }

    .service_item-img {
        max-height: 100%;
        max-width: 100%;
        width: 220px;
    }

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

    .service_item-icon {
        margin-bottom: 10px;
    }

    .service_item-wrapper {
        padding: 20px;
    }

    .service_item-title {
        font-size: 18px;
    }

    .form_ok {
        max-width: calc(100% - 240px);
    }

    .about_img {
        height: 360px;
    }

    .about_item {
        font-size: 14px;
    }

    .manufacturers_slider .slick-next {
        right: 0;
    }

    .manufacturers_slider .slick-prev {
        left: 0;
    }

    .manufacturers_slide {
        height: 140px;
    }

    .accessories_item-wrapper {
        padding: 20px;
        min-height: 230px;
    }

    .accessories_item-title {
        font-size: 18px;
        line-height: 24px;
    }

    .blog_item-img {
        height: 180px;
    }
.footer_left {
    width: 300px;
}
.popuplar_slide-img{
    height: 280px;
}
.works_item {
    height: 200px;
}
    .footer_item:nth-child(4) {
        width: 320px;
    }

    .footer_numbers {
        flex-wrap: wrap;
    }

    .header_drop-items,
    .header_drop-wrapper {
        max-width: 1150px;
    }

    .header_drop-column {
        padding: 0 35px;
    }

    .header_drop-item {
        height: 146px;
    }

    .catalog_aside {
        width: 290px;
    }

    .catalog_content {
        width: calc(100% - 310px);
    }

    .catalog_ways {
        gap: 10px;
        flex-wrap: wrap;
    }

    .catalog_way {
         width: calc(20% - 8px);
    }
.catalog_way-img{
    height: 180px;
}
    .catalog_filter {
        gap: 30px;
    }

    .catalog_items .popuplar_slide {
        width: calc(33.333% - 13.333px);
    }

    .catalog_wrapper .fast_wrapper {
        padding: 30px 20px;
        flex-wrap: wrap;
    }

    .styles_item-img {
        height: 190px;
    }

    .card_left {
        width: 220px;
    }

    .card_right {
        width: 360px;
    }

    .card_center {
        width: 520px;
    }

    .card_inner {
        width: calc(100% - 140px);
    }

    .card_counter {
        width: 160px;
    }

    .card_counter-title {
        font-size: 16px;
    }

    .additional_item-left {
        max-width: 420px;
    }

    .additional_item-btn {
        width: 240px;
    }

    .photo_item {
        height: 214px;
    }

    .stock_links {
        flex-wrap: wrap;
    }

    .stock_link {
        width: calc(33.333% - 13.333px);
        flex: none;
    }

    .stock_item {
        padding: 20px;
    }

    .stock_item-info {
        width: 260px;
    }

    .stock_item-img {
        height: 100%;
    }

    .stock_item-img img {
        width: auto;
        height: 80%;
    }

    .consult_time .consult_wrapper {
        padding-left: 490px;
    }

    .consult_time .consult_img {
        width: 480px;
    }

    .consult_time .consult_img img {
        width: 100%;
        height: auto;
    }

    .header_cart {
        right: calc((100vw - 1150px) / 2);
    }

    .popup_interier {
        width: 1180px;
               height: 630px;
    }

    .popup_interier-door {
        top: 10.8%;
        right: 61.6%;
        width: 20.4%;
        height: 74%;
    }
    .cart_wrapper .checkout_right-inner{
        width: 500px;
    }
    .popup_interier:has(.popup_interier-way.active:nth-child(2) ) .popup_interier-door {
        top: 34%;
        right: 43%;
        width: 12.2%;
        height: 44%;
}
.additional_item-title{
    width: 250px;
}
.additional_item-option{
    width: 100px;
}
}

@media (max-width: 1200px) {
    .container {
        max-width: 950px;
    }

    .reviews_img-slider {
        width: 400px;
    }

    .reviews_slider {
        transform: translateX(460px);
    }

    .reviews_slide-top {
        margin-bottom: 30px;
    }

    .header_messages,
    .header_middle-btn,
    .header_adres {
        display: none;
    }

    .header_bot-menu {
        width: 710px;
    }

    .header_bot-menu>li>a img {
        width: 24px;
        height: auto;

    }

    .main_slide-img {
        width: 390px;
    }

    .main_slide-info {
        width: 440px;
    }

    .main_slide-options {
        gap: 30px;
    }

    .main_option {
        gap: 10px;
    }

    .main_option-img img {
        width: 40px;
        height: auto;
    }

    .main_option-price {
        font-size: 18px;
    }

    .main_option-price strong {
        font-size: 20px;
    }

    .fast_item {
        flex: auto;
    }

    .filter_slider {
        width: 100%;
        justify-content: space-between;
    }

    .fast_btn {
        width: 100%;
        margin-top: 40px;
    }

    .fast_wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }

    .popuplar h2 {
        max-width: 600px;
    }

    .sale_img {
        width: 440px;
    }

    .popuplar_slide-img {
        height: 320px;
    }

    .consult_wrapper {
        padding: 30px 30px 30px 300px;
    }

    .consult_form {
        gap: 30px;
    }

    .inp_wrapper {
        width: calc(33.333% - 20px);
    }

    .about_text {
        font-size: 16px;
        line-height: 22.2px;
    }

    .manufacturers_slide {
        height: 110px;
        padding: 24px;
    }

    .service_item {
        width: calc(50% - 10px);
    }

    .service_item:nth-child(3n):after {
        width: 100%;
    }

    .service_item:nth-child(2n)::after {
        width: 400%;
    }

    .accessories_item {
        width: 33.333%;
        padding: 0 20px 30px;
    }

    .accessories_item-wrapper {
        min-height: 260px;
    }

    .accessories_item:nth-child(4n)::after {
        width: 100%;
    }

    .accessories_item:nth-child(3n)::after {
        width: 400%;
    }

    .accessories_item:nth-child(3n) {
        border-right: 1px solid #3F4C5F;
    }

    .accessories_item:nth-child(3n)::before {
        position: absolute;
        content: '';
        width: 60px;
        height: 60px;
        background-color: #fff;
        right: -30px;
        bottom: -30px;
        background-image: url(../img/service_item-bef.svg);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 2;
    }

    .works_item {
        height: 172px;
    }

    .blog_items {
        gap: 30px;
    }

    .blog_item {
        width: calc(33.333% - 20px);
    }

    .footer_wrapper {
        flex-wrap: wrap;
        gap: 40px 20px;
    }

    .footer_left {
        width: 290px;
    }

    .catalog_aside-filter {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        padding: 40px calc((100vw - 920px) / 2);
        transition: all 0.6s;
        z-index: 4;
    }

    .btn_filter,
    .catalog_aside .fast_item {
        max-width: 920px;
        margin: 0 auto 40px;
    }
.btn_filter {
    margin: 40px 0 0;
}
    .filter_inps {
        justify-content: flex-start;
        gap: 40px;
    }

    .catalog_aside-filter.active {
        opacity: 1;
        visibility: visible;
    }

    .catalog_aside {
        width: 0;
    }

    .catalog_content {
        width: 100%;
    }

    .aside_desc {
        display: none;
    }

    .parameters_tab {
        padding: 18px;
    }

    .info_block-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .sale_info {
        width: 450px;
    }

    .info_block-img {
        width: 520px;
        height: 350px;
    }

    .info_block-content {
        width: 100%;
    }

    .info_block-img {
        order: 1;
    }

    .styles_item:nth-child(4),
    .accessories_item:nth-child(4) {
        border-right: none;
    }

    .styles_item {
        width: 33.333%;
    }

    .styles_item:nth-child(4n)::after {
        width: 100%;
    }

    .styles_item:nth-child(3n)::after {
        width: 400%;
    }

    .styles_item:nth-child(3n) {
        border-right: 1px solid #3F4C5F;
    }

    .styles_item:nth-child(3n)::before {
        position: absolute;
        content: '';
        width: 60px;
        height: 60px;
        background-color: #fff;
        right: -30px;
        bottom: -30px;
        background-image: url(../img/service_item-bef.svg);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 2;
    }

    .show_filter {
        display: flex;
        width: 28px;
        margin-right: auto;
    }

    .show_filter svg {
        width: 100%;
        height: auto;
    }

    .catalog_aside-close {
        position: absolute;
        top: 15px;
        display: flex;
        right: 15px;
        height: 32px;
        width: 32px;
    }

    .catalog_aside-close svg {
        width: 100%;
        height: 100%;
    }

    .card_wrapper {
        gap: 40px;
        flex-wrap: wrap;
    }

    .card_left,
    .card_right {
        width: calc(50% - 20px);
    }

    .card_center {
        order: -1;
    }

    .additional_item {
        flex-wrap: wrap;
        gap: 20px;
        border-bottom: 1px solid #3F4C5F;
        padding-bottom: 14px;
    }

    .additional_item-left {
        max-width: 100%;
        width: 100%;
    }

    .photo_items {
        flex-wrap: wrap;
    }

    .photo_item {
        width: calc(33.333% - 20px);
    }

    .stock_wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .stock_item {
        width: 100%;
    }

    .stock_item-info {
        width: 600px;
    }

    .stock_item-img img {
        height: 100%;
    }

    .consult_time .consult_wrapper {
        padding-left: 340px;
    }

    .consult_time .consult_img {
        width: 330px;
    }

    .header_cart {
        right: calc((100vw - 920px) / 2);
    }

    .parameters_option {
        width: calc(50% - 5px);
    }



    .popup_interier {
        width: 980px;
    }

    .popup_interier-door {
                width: 32.9%;
    }
    .popup_interier:has(.popup_interier-way.active:nth-child(2) ) .popup_interier-door {
         top: 34%;
        right: 43%;
        width: 12%;
        height: 44%;
        z-index: 4;
    }
.cart_wrapper .checkout_right-inner{
        width: 420px;
    }
    #msOrder{
        margin-top: 0;
        width: 420px;
    }
    #msOrder .form_ok{
        width: 100%;
        max-width: 100%;
    }
    .additional_item-option{
        width: 140px;
    }
    .sales_items .popuplar_slide {
    width: calc(33.333% - 20px);
    }

    .popup_interier:has(.popup_interier-way.active:nth-child(2) ) .popup_interier-door {
              width: 12%;
                      right: 46%;
        
    }
    .popup_interier-door {
  height: 63.4%;
  width: 20.2%;
    }
    .cart_body .header_cart-subtitle{
        width: auto;
    }
    .cart_body .header_cart-values{
        width: auto;
    }
    .popup_interier {
        height: 492px;
    }
    .header_cart-inner{
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 730px;
    }

    .reviews_slider {
        transform: none;
        width: calc(100% + (100vw - 700px) / 2);
    }

    .reviews_img-slider {
        width: 100%;
        position: relative;
        inset: auto;
        margin-top: 30px;
        width: calc(100% + (100vw - 700px) / 2);
    }

    .reviews_img-slider::before {
        display: none;
    }

    .reviews_top {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .reviews_img-slide {
        width: 270px;
        height: 202px;
        margin: 0 10px 0 0;
    }

    .reviews_wrapper {
        padding: 0;
    }

    .reviews {
        margin: 60px 0;
    }

    .header_inner {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        overflow: auto;
        transition: all 0.6s;
        background-color: #fff;
        padding: 20px 0 140px;
    }

    .header_drop-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }

    .header_drop-items {
        flex-wrap: wrap;
        border: none !important;
    }

    .header_drop {
        border: none;
        width: 100%;
        display: none;
        transition: none;
    }

    .header_bot-menu a {
        width: fit-content;
    }

    .header_drop-items,
    .header_drop-wrapper {
        max-width: 700px;
    }

    .header_drop-item {
        width: calc(33.333% - 13.333px) !important;
    }

    .header_drop-column {
        width: calc(50% - 10px);
        padding: 0;
    }

    .header_inner.active {
        opacity: 1;
        visibility: visible;
    }

    .header {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 10;
    }

    .header_btn,
    .header_mail {
        display: none;
    }

    .header_line {
        padding: 10px 0;
    }

    .header_line-item {
        font-size: 14px;
    }

    .header_top {
        padding: 10px 0;
    }

    .header_logo {
        width: 70px;
    }

    .header_logo img {
        width: 100%;
        height: auto;
    }

    .main {
        margin-top: 100px;
    }

    .menu_burger {
        display: block;
        width: 28px;
        height: 20px;
        position: relative;
    }

    .menu_burger::before {
        position: absolute;
        content: "";
        height: 2px;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #fff;
        transition: all 0.3s;
    }

    .menu_burger.active::before {
        transform: rotate(45deg);
        top: 9px;
    }

    .menu_burger::after {
        position: absolute;
        content: "";
        height: 2px;
        width: 100%;
        bottom: 0;
        left: 0;
        background-color: #fff;
        transition: all 0.3s;
    }

    .menu_burger.active::after {
        transform: rotate(-45deg);
        bottom: 9px;
    }

    .menu_burger span {
        position: absolute;
        content: "";
        height: 2px;
        width: 100%;
        top: 9px;
        left: 0;
        background-color: #fff;
        transition: all 0.3s;
    }

    .menu_burger.active span {
        transform: scale(0);
    }

    .popuplar_top {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    .main_slide {
        flex-direction: column;
        gap: 40px;
    }

    .main_slide-info {
        width: 100%;
    }

    .main_slide-img {
        width: 100%;
        height: 380px;
    }

    .sale {
        padding: 60px 0;
    }

    .sale_wrapper {
        gap: 30px;
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
    }

    .service_item-img {
        width: 188px;
    }

    .consult_wrapper {
        padding: 60px 30px;
    }

    .consult_img {
        position: relative;
    }

    .about_wrapper {
        gap: 30px;
        flex-wrap: wrap;
    }

    .about_column {
        width: calc(50% - 15px);
    }
    
    .about_column:nth-child(2) {
        display: block;
    }

    .about_column:nth-child(2),
    .about_column:nth-child(3) {
        padding-top: 0;
    }

    .about_items {
        flex-wrap: wrap;
    }

    .about_item {
        flex: none;
        width: calc(50% - 10px);
    }

    .accessories_item {
        width: 50%;
    }

    .accessories_item:nth-child(4n) {
        border-right: none;
    }

    .accessories_item:nth-child(2n) {
        border-right: 1px solid #3F4C5F;
    }

    .accessories_item:nth-child(4n)::before {
        display: none;
    }

    .accessories_item:nth-child(3n)::after {
        width: 100%;
    }

    .accessories_item:nth-child(2n)::after {
        width: 400%;
    }

    .accessories_item:nth-child(2n)::before {
        position: absolute;
        content: '';
        width: 60px;
        height: 60px;
        background-color: #fff;
        display: block;
        right: -30px;
        bottom: -30px;
        background-image: url(../img/service_item-bef.svg);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 2;
    }

    .works_items {
        display: block;
    }

    .works_item {
        height: 280px !important;
        margin: 0 10px;
    }

    .reviews_img-slider .slick-list {
        padding-top: 0;
    }

    .works_top {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .works_items {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .works_items .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        border: 1px solid #C3CAD4;
        font-size: 0;
        background: none;
        background-color: #fff;
        cursor: pointer;
        transition: all 0.3s;
        z-index: 1;
    }

    .works_items .slick-arrow:hover {
        border: 1px solid #343645;
    }

    .works_items .slick-arrow svg path {
        transition: all 0.3s;
    }

    .works_items .slick-arrow:hover svg path {
        stroke: #343645;
    }

    .works_items .slick-next {
        right: -50px;
    }

    .works_items .slick-prev {
        left: -50px;
    }

    .blog_items {
        flex-wrap: wrap;
    }

    .blog_item {
        width: calc(50% - 15px);
    }

    .header_line {
        display: none;
    }

    .header {
        position: fixed;
        background-color: #fff;
    }

    .menu {
        flex-direction: column;
    }

    .header_links {
        display: none;
    }

    .header_bot-menu {
        flex-direction: column;
    }

    .header_search {
        display: none;
    }

    .header_drop {
        position: relative;
        inset: auto;
        opacity: 1;
        visibility: visible;
    }

    .header_number:not(:first-child) {
        display: none;
    }

    .header_number {
        font-size: 0;
        width: 24px;
        height: 24px;
        z-index: 1;
    }

    .header_numbers {
        padding: 0;
        margin-left: auto;
        margin-right: 20px;
    }

    .header_top-links {
        display: flex;
        align-items: center;
    }

    .header_top-links .header_messages,
    .header_top-links .header_links {
        display: flex;
        margin-right: 20px;
    }
  .header_top-links .header_link img,
    .header_top-links .header_link svg{
        filter: brightness(0) invert(1);
    }

    .catalog {
        margin-top: 100px;
    }

    .catalog_ways {
        flex-wrap: nowrap;
        overflow: auto;
        width: calc(100% + ((100vw - 700px) / 2));
        padding-right: calc(((100vw - 700px) / 2));
    }

    .catalog_filter {
        flex-wrap: wrap;
    }

    .catalog_aside-filter {
        z-index: 11;
    }

    .catalog_ways::-webkit-scrollbar {
        display: none;
    }

    .catalog_way {
        width: 230px;
        min-width: 230px;
    }

    .catalog_way-title {
        font-size: 16px;
    }

    .btn_filter,
    .catalog_aside .fast_item {
        max-width: 700px;
    }

    .sale_info {
        width: 100%;
    }

    .buy_wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .buy_column {
        width: 100%;
    }

    .parameters_tabs {
        gap: 10px;
        flex-wrap: wrap;
    }

    .styles_item {
        width: 50%;
    }

    .styles_item:nth-child(4n) {
        border-right: none;
    }

    .styles_item:nth-child(2n) {
        border-right: 1px solid #3F4C5F;
    }

    .styles_item:nth-child(4n)::before {
        display: none;
    }

    .styles_item:nth-child(3n) {
        border-right: none;
    }

    .styles_item:nth-child(3n)::after {
        width: 100%;
    }

    .styles_item:nth-child(2n)::after {
        width: 400%;
    }

    .styles_item:nth-child(2n) {
        border-right: 1px solid #3F4C5F;
    }

    .styles_item:nth-child(2n)::before {
        position: absolute;
        content: '';
        width: 60px;
        height: 60px;
        background-color: #fff;
        display: block;
        right: -30px;
        bottom: -30px;
        background-image: url(../img/service_item-bef.svg);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 2;
    }

    .faq_item {
        width: 100%;
    }

    .card {
        margin-top: 120px;
    }

    .card_left,
    .card_right {
        width: 100%;
    }

    .card_left {
        order: 1;
    }

    .photo_item {
        width: calc(50% - 10px);
    }

    .Installation_page .main_slide-info {
        width: 100%;
    }

    .stock_item-info {
        width: 360px;
    }

    .stock_link {
        width: calc(50% - 10px);
    }

    .consult_time .consult_wrapper {
        padding-left: 30px;
    }

    .consult_time .consult_img {
        top: auto;
        transform: none;
        margin-bottom: 20px;
    }

    .header_cart {
        position: fixed;
        top: 80px;
        right: calc((100vw - 700px) / 2);
    }

    .parameters_option {
        width: 100%;
    }

    .popup_interier {
        width: 750px;
        padding: 0;
    }

    .popup_interier-inner {
        width: 100%;

        display: flex;
        flex-wrap: wrap;
    }

    .popup_interier-body {
        position: relative;
        height: 500px;
        width: 100%;
    }
.popup_interier{
    height: auto;
}
    .popup_interier-door {
width: 27%;
        top: 9%;
        height: 75.4%;
        right: 50%;
    }
    .popup_interier:has(.popup_interier-way.active:nth-child(2) ) .popup_interier-door {
        top: 33.4%;
        right: 27.1%;
        width: 16%;
        height: 44.6%;
    }
    .cart_wrapper{
        flex-direction: column;
    }
    #msOrder,
  .cart_wrapper .checkout_right-inner{
        width: 100%;
    }
    .popup_interier-inner{
        position: relative;
        inset:auto !important;
    }
    .sales_items {
        gap:20px;
    }
      .sales_items .popuplar_slide {
    width: calc(50% - 10px);
    }
    .catalog_ways-slider{
        display: flex;
        padding-left: 0;
    }
    .catalog_ways-slider .catalog_way{
        margin: 0;
    }
    .popup_interier-way {
    width: calc(50% - 5px);
    }
    .popup_interier-interier{
        width: 100%;
    }
    .favorites_items .popuplar_slide{
            width: calc(50% - 20px);
    }
    .catalog_aside-filter {
        padding: 40px calc((100vw - 700px) / 2);
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }
        .catalog_aside-filter {
        padding: 40px 15px;
    }
     .catalog_aside .fast_item {
       margin: 40px 0; 
    }
    .cart_body .header_cart-subtitle{
        width: 100%;
    }
    .cart_body .header_cart-values{
           width: 100%;
    }
    .reviews_img-slider,
    .reviews_slider {
        width: calc(100% + 15px);
    }

    .reviews_slide {
        width: 270px;
        padding: 20px;
        margin-right: 10px;
    }

    .reviews_slide-title {
        line-height: 20.8px;
        font-size: 16px;
    }

    .reviews_slide-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .reviews_slide-time {
        line-height: 19.6px;
        font-size: 14px;
    }

    .reviews_slide-top {
        margin-bottom: 20px;
    }

    .reviews_slide-text {
        line-height: 19.6px;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .header_numbers {
        margin-right: 10px;
    }

    .header_top-links .header_messages {
        margin-right: 10px;
    }

    .header_logo {
        width: 50px;
    }

    .main_slide-subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    .main_slide {
        padding: 30px 15px;
    }

    .main_slide-img {
        height: auto;
    }

    .main_option-price {
        margin-bottom: 3px;
    }

    .main_slide-btn {
        width: 100%;
    }

    .main_slide-options {
        flex-direction: column;
        gap: 15px;
    }

    .main_slide-title {
        font-size: 26px;
        line-height: 36.8px;
    }
    .info_block .title ,
    .title {
        font-size: 26px;
        line-height: 32px;
    }

    .fast_wrapper {
        padding: 20px 15px;
    }

    .fast_subtitle {
        font-size: 18px;
        line-height: 22px;
      
        margin-bottom: 16px;
    }

    .checkbox {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .fast_btn {
        height: 60px;
        font-size: 16px;
    }

    .fast {
        margin-bottom: 80px;
    }

    .popuplar {
        margin: 80px 0;
    }

    .popuplar_top {
        gap: 15px;
        margin-bottom: 30px;
    }

    .popuplar_slider {
        width: calc(100% + 15px);
        margin-left: 0px;
    }

    .popuplar_slide {
        margin: 0 10px 0 0;
        width: 270px;
    }

    .sale_img {
        width: 100%;
        height: auto;
    }

    .sale_subtitle {
        font-size: 18px;
        line-height: 24.2px;
        margin-bottom: 16px;
    }

    .sale_title {
        font-size: 24px;
        line-height: 34.8px;
        margin-bottom: 14px;
    }

    .sale_price {
        font-size: 24px;
        line-height: 30.4px;
        gap: 12px;
    }

    .sale_price strong {
        font-size: 27px;
        line-height: 36.8px;
    }

    .service h2 {
        margin-bottom: 30px;
    }

    .service_item {
        width: 100%;
        padding: 0;
        border: none;
    }

    .service_item:after,
    .service_item-dot {
        display: none;
    }

    .service {
        margin-bottom: 80px;
    }

    .consult_wrapper {
        padding: 30px 15px;
    }

    .consult_subtitle {
        font-size: 20px;
        line-height: 28.6px;
        margin-bottom: 24px;
    }

    .inp_wrapper {
        width: 100%;
    }

    .inp_wrapper-title {
        font-size: 12px;
        line-height: 16.4px;
        margin-bottom: 4px;
    }

    .inp {
        padding-bottom: 4px;
    }

    .consult_form {
        gap: 20px;
    }

    .consult {
        margin-bottom: 80px;
    }

    .form_ok {
        max-width: 100%;
    }

    .consult_form-btn {
        width: 100%;
    }

    .about_column {
        width: 100%;
        padding: 0;
    }

    .about_wrapper {
        margin-bottom: 30px;
    }

    .about_btn {
        width: 100%;
    }

    .about_items {
        gap: 10px;
    }

    .about_item img {
        margin-bottom: 14px;
    }

    .about_item {
        width: 100%;
        padding: 20px;
    }

    .manufacturers .title {
        margin-bottom: 30px;
    }

    .manufacturers_slider {
        width: calc(100% + 15px);
        margin: 0;
    }

    .manufacturers {
        margin-bottom: 80px;
    }

    .accessories_item {
        padding: 0;
        width: 100%;
        border: none !important;
    }

    .accessories_item:nth-child(2n)::before,
    .accessories_item:nth-child(3n)::before,
    .accessories_item::after,
    .accessories_item-dot {
        display: none;
    }

    .accessories_items {
        gap: 10px;
    }

    .accessories_item-title {
        font-size: 16px;
        line-height: 22px;
    }

    .accessories_item-wrapper {
        min-height: 210px;
    }

    .accessories_item-img {
        max-width: 70%;
    }

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

    .accessories {
        margin-bottom: 80px;
    }

    .works_top {
        gap: 20px;
        margin-bottom: 20px;
    }

    .works {
        margin-bottom: 80px;
    }

    .works_items {
        width: calc(100% + 15px);
        margin-left: 0px;
    }

    .works_item {
        width: 280px !important;
        height: 200px !important;
    }

    .blog_top {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 30px;
    }

    .blog_item {
        width: 100%;
    }

    .blog_item-img {
        margin-bottom: 10px;
    }

    .blog_item-title {
        font-size: 20px;
        line-height: 28.2px;
    }

    .blog_item-text {
        font-size: 16px;
        line-height: 22.2px;
    }

    .blog {
        margin-bottom: 80px;
    }

    .footer {
        padding: 30px 0;
    }

    .footer_wrapper {
        position: relative;
        padding-top: 110px;
    }

    .footer_logo {
        position: absolute;
        top: 0px;
        left: 0;
    }

    .footer_subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .footer_menu a {
        margin-bottom: 10px;
    }

    .footer_desc {
        font-size: 12px;
        line-height: 20px;
    }

    .header_drop-column {
        width: 100%;
        border: none;
    }

    .footer_left {
        width: 100%;
        order: 1;
    }

    .header_drop-items {
        padding: 15px 0;
        gap: 10px;
    }

    .header_drop-item {
        width: calc(50% - 5px) !important;
    }

    .catalog_ways {
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    .crumb {
        font-size: 14px;
        line-height: 14px;
    }

    .catalog {
        margin-top: 90px;
    }

    .catalog_filter {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn_filter,
    .catalog_aside .fast_item {
        width: calc(100% - 30px);
    }

    .catalog_items {
        gap: 20px;
    }

    .catalog_items .popuplar_slide {
        width: 100%;
    }

    .pagin {
        gap: 6px;
    }

    .catalog {
        margin-bottom: 80px;
    }

    .buy {
        margin: 80px 0;
    }

    .buy .title {
        margin-bottom: 30px;
    }

    .buy_column p {
        font-size: 16px;
        line-height: 22.2px;
    }
.additional_item-option{
    width: auto;
}
    .parameters {
        margin: 80px 0;
    }

    .parameters .title {
        margin-bottom: 30px;
    }

    .parameters_wrapper {
        padding: 30px 15px;
    }

    .parameters_tab {
        padding: 12px;
        font-size: 14px;
        line-height: 14px;
    }

    .parameters_content p {
        font-size: 16px;
        line-height: 22.2px;
    }

    .info_block {
        margin: 80px 0;
    }

    .info_block-color {
        font-size: 14px;
        flex-direction: column;
        align-items: flex-start;
        line-height: 20.4px;
    }

    .info_block-option {
        width: 100%;
        flex-direction: column;
    }

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

    .info_block-text {
        margin: 30px 0;
    }

    .styles {
        margin: 80px 0;
    }

    .styles_item {
        width: 100%;
        padding: 0;
        border: none !important;
    }

    .styles_items {
        gap: 20px;
    }

    .styles_item::before,
    .styles_item::after,
    .styles_item-dot {
        display: none !important;
    }

    .styles_item-text {
        font-size: 14px;
        line-height: 1.4;
    }

    .faq .title {
        margin-bottom: 30px;
    }

    .faq_item-title {
        padding: 14px 50px 14px 14px;
    }

    .faq_item-content {
        padding: 0 14px 14px;
        font-size: 14px;
        line-height: 1.4;
    }

    .faq_items {
        gap: 10px;
    }

    .faq_item-title {
        font-size: 16px;
        line-height: 21.4px;
    }

    .faq_item-title span {
        right: 18px;
    }

    .faq {
        margin: 80px 0;
    }

    .catalog_type {
        padding: 0;
    }

    .catalog_type {
        width: calc(100% + 15px);
    }

    .catalog_type-slide {
        width: 280px;
        margin: 0 10px 0 0;
    }

    .info_block h3.title {
        font-size: 22px;
        line-height: 32.8px;
        margin-bottom: 30px;
    }

    .info_block-wrapper {
        margin: 30px 0;
    }

    .card_center {
        width: 100%;
        flex-direction: column-reverse;
        gap: 10px;
        padding-bottom: 80px;
        position: relative;
    }

    .card_img {
        height: 500px;
        padding: 10px;
    }

    .card_tegs {
        top: 10px;
        left: 10px;
    }

    .card_inner {
        width: 100%;
        position: static;
    }

    .card_center-btn {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .card_dots {
        width: 100%;
        margin-bottom: 0;
    }

    .card_dot {
        margin: 0 4px;
    }

    .card_dot {
        height: 210px;
    }

    .card_img {
        margin-bottom: 0;
    }

    .card_right-top {
        gap: 14px;
        margin-bottom: 20px;
    }

    .card_right-inner {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .card_select-wrapper {
        margin-bottom: 30px;
    }

    .card_option img {
        width: 30px;
        height: 30px;
    }

    .card_option {
        padding: 10px;
        gap: 10px;
        font-size: 14px;
    }

    .card_counter {
        width: 100%;
        margin-bottom: 20px;
    }

    .card {
        margin-top: 100px;
        margin-bottom: 80px;
    }

    .additional {
        margin: 80px 0;
    }

    .additional .title {
        margin-bottom: 30px;
    }

    .additional_item-left {
        gap: 20px;
    }

    .accessories h2 {
        margin-bottom: 30px;
    }

    .additional_item-btn {
        width: 100%;
    }

    .additional_item-counter {
        width: 100%;
    }

    .additional_item-img {
        width: 80px;
        height: 60px;
        min-width: 80px;
    }

    .additional_item-title {
        font-size: 16px;
        line-height: 20.4px;
    }

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

    .accessories p {
        font-size: 18px;
        line-height: 25.6px;
    }

    .photo {
        margin: 80px 0;
    }

    .photo .title {
        margin-bottom: 30px;
    }

    .photo_items {
        gap: 10px;
    }

    .photo_item {
        height: 70vw;
        width: 100%;
    }

    .parameters_content p {
        font-size: 14px;
        line-height: 20.2px;
    }

    .parameters_content p:not(:last-child) {
        margin-bottom: 10px;
    }

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

    .parameters>p {
        font-size: 16px;
        line-height: 24.6px;
    }

    .Installation_page .main_slide-img {
        width: 100%;
    }

    .main_slider .slick-track {
        display: flex;
    }

    .main_slide {
        height: inherit;
    }

    .Installation_page .main_slide-form .inp_wrapper {
        width: 100%;
    }

    .stock_item-info {
        width: 100%;
    }

    .stock_item {
        display: flex;
        flex-direction: column-reverse;
    }

    .stock_item-img {
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 30px;
        inset: auto !important;
    }

    .stock_link {
        width: 100%;
    }

    .stock_links {
        gap: 10px;
    }

    .stock {
        margin: 80px 0;
    }

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

    .consult_time .consult_img {
        width: 100%;
    }

    .consult_time .consult_wrapper {
        padding: 30px 15px;
    }

    .popup_body {
        padding: 40px 15px;
    }

    .popup_body-title {
        font-size: 28px;
        line-height: 36px;
    }

    .popup_body-text {
        font-size: 18px;
        line-height: 24.6px;
        margin-bottom: 20px;
    }

    .popup_body .inp_wrapper {
        margin-bottom: 20px;
    }

    #order_popup .popup_body-btn {
        margin-top: 0;
    }

    .header_cart {
        top: 58px;
        width: 100%;
        padding: 30px 15px;
    }

    .header_cart-title {
        font-size: 26px;
        line-height: 32.6px;
        margin-bottom: 20px;
    }

    .header_cart-item {
        padding: 10px 0;
    }

    .header_cart {
        right: 0;
    }

    .popup_interier-body {
        height: 70vw;
    }

    .popup_interier-door {
          width: 27.8%;
        top: 11%;
                right: 50.5%;
        height: 73.4%;
    }
.popup_interier:has(.popup_interier-way.active:nth-child(2) ) .popup_interier-door {
        top: 34%;
        right: 25%;
        width: 17%;
    }
    .popup_interier-inner {
        padding: 30px 14px;
    }

    .popup_interier-title {
        font-size: 18px;
    }

    .popup_interier-item {
        font-size: 12px;
    }

    .popup_interier-item img {
        padding: 4px;
    }
}

.header_drop-items .header_drop-door {
    background: #FFFFFF;
    flex: 1;
    max-width: 320px;
    font-weight: 800;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #343645;
    display: block;
}

.header_drop-items .header_drop-door span {
    padding: 20px;
    display: block;
}

.header_drop-items .header_drop-door img {
    width: 100%;
    padding: 6px;
    height: 304px;
    object-fit: contain;
}
  .catalog_ways:empty{
        display: none;
    }
.header_bot-menu li:last-child .header_drop-door{
    height: 200px;
    z-index: 1;
        position: relative;
}
.header_bot-menu li:last-child .header_drop-door img{
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 70%;bottom: 0;right: 0;
}







@media(max-width:1680px) {
    .header_drop-items .header_drop-door img {
        height: 214px;
    }
    .header_bot-menu li:last-child .header_drop-door{
        font-size:15px;
        height: 150px;
    }
}

@media(max-width:1200px) {
    .header_drop-items .header_drop-door img {
        height: 180px;
    }

    .header_drop-items .header_drop-door span {
        padding: 14px;
    }

    .header_drop-items,
    .header_drop-wrapper {
        max-width: 930px;
    }
}

@media (max-width: 991.98px) {
    .header_drop-items .header_drop-door {
        flex: none;
        width: calc(33.333% - 13.333px);
    }
}

@media (max-width: 767.98px) {
    .header_drop-items .header_drop-door {
        width: calc(50% - 5px) !important;
    }

    .header_drop-items .header_drop-door img {
        height: 140px;
    }
    .header_drop-items .header_drop-door span{
                font-size: 13px;
    }
    .header_drop-list{
        display: none;
    }
    .header_drop-wrapper{
        gap:0px;
        padding-bottom: 0;
    }
    .header_drop-subtitle{
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 15px;
        text-transform: none;
    }
    .header_bot-menu li{
        position: relative;
    }
    .header_bot-menu>li::before {
        position: absolute;
        content: '';
        background-image: url(../../../images/menu_arrow.svg);
        width: 14px;
        height: 8px;
        right: 0;
        top: 9px;
        transition: all 0.3s;
    }
      .header_bot-menu>li.active::before {
              transform: rotate(180deg);
      }
      .header_drop-subtitle{
          position: relative;
                  position: relative;
        display: flex
;
        align-items: center;
        gap: 10px;
      }
          .header_drop-subtitle::after {
        position: relative;
        content: '';
        display: block;
        background-image: url(../../../images/menu_arrow.svg);
        width: 14px;
        height: 8px;
        transition: all 0.3s;
    }
      .header_drop-subtitle.active::after {
              transform: rotate(180deg);
      }
      .checkout_right-btn{
          width: 100%;
      }
      .header_cart-values{
          flex-wrap:wrap;
      }
          .sales_items .popuplar_slide {
    width: 100%;
    }
    .cart_wrapper .header_cart-info,
  .cart_body  .header_cart-info{
        flex-direction: column;
        align-items: flex-start;
    }
     .favorites_items .popuplar_slide{
            width: 100%;
    }
    .popuplar_slide-values{
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
   .cart_body .header_cart-info {
            width: calc(100% - 76px);
            max-width: 100%;
    }
    .cart_body .header_cart-value span{
        display: inline;
    }
}