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

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
}

::-webkit-scrollbar:inactive {
    display: none;
}

::-webkit-scrollbar {
    width: 3px;
}


::-webkit-scrollbar-track {
    background-color: #dcdcdc;
    margin-top: 0px;
    margin-bottom: 13px;
}

::-webkit-scrollbar-track-piece {
    background-color: #dcdcdc;
}

::-webkit-scrollbar-thumb {
    background: #9eb7ce;
    border-radius: 1px;
}

::-webkit-scrollbar-corner {
    background-color: #e0e0e0;
}


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-weight: 300;
    line-height: 1.45;
    color: #252728;
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none;
}

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

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

.header {
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.header_top {
    border-bottom: 1px solid #dcdcdc;
}

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

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

.menu>li>a {
    font-size: 12px;
    padding: 11px 0;
    color: #000;
    font-weight: 400;
    display: block;
    transition: all 0.3s;
}

.menu a:hover {
    color: #e0e0e0
}

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

.header_delivery {
    font-size: 12px;
    color: #000;
    display: block;
    border-left: 1px solid #dcdcdc;
    padding-left: 12px;
    font-weight: 400;
    transition: all 0.3s;
}

.header_delivery:hover {
    color: #e0e0e0
}

.header_top-wrapper {
    position: relative;
}

.dropdown_menu a {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 15px;
    display: block;
    font-style: normal;
    letter-spacing: 1px;
    color: #737478;
}

.header_cart {
    font-size: 12px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 400;
    margin-right: 12px;
    transition: all 0.3s;
}

.header_cart:hover {
    color: #e0e0e0
}

.header_cart img {
    width: 18px;
    height: auto;
    margin-bottom: 3px;
}

.dropdown_items {
    display: flex;
    gap: 10px 0;
    flex-wrap: wrap;
    width: 640px;
    justify-content: space-between;
}

.dropdown_item {
    width: 50%;
    font-size: 12px;
    align-items: center;
    gap: 10px;
    display: flex;
    color: #000;
}

.dropdown_item img {
    width: 150px;
    height: 90px;
    object-fit: contain;
}

.menu li:hover .dropdown {
    opacity: 1;
    visibility: visible;
}

.dropdown {
    position: absolute;
    box-shadow: 0px 10px 16px -5px rgba(0, 0, 0, 0.23);
    z-index: 4000;
    width: 960px;
    top: 39px;
    left: 0;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    padding: 25px 35px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #DCDCDC;
}

.header_wrapper {
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;

}

.header_left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header_logo {
    display: flex;
    height: 57px;
}

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

.header_number-title {
    font-weight: 500;
    font-size: 15px;
}

.header_number-link {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.2px;
    display: block;
}

.header_number-subtitle {
    font-size: 12px;
    color: #8B9398;
}

.header_adres {
    color: #252728;
    line-height: 1.45;
}

.header_mail {
    color: #5090CD;
    font-size: 15px;
    letter-spacing: -0.2px;
    display: block;
    text-decoration: underline;
    font-weight: 300;
}

.header_search {
    margin: 0 15px;
    width: 262px;
    height: 45px;
    position: relative;
}

.header_search::before {
    position: absolute;
    content: "";
    background-image: url(../img/search-header.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.header_search-inp {
    font-size: 14px;
    font-weight: 400;
    padding: 0 20px 0px 20px;
    height: 100%;

    border: 2px solid rgba(71, 146, 222, 0.4);
    width: 100%;
    border-radius: 23px;
}

.header_right {
    display: flex;
}

.header_reg::before {
    position: relative;
    content: "";
    background-image: url(../img/user-plus-solid.svg);
    display: inline-block;
    background-repeat: no-repeat;
    width: 15px;
    height: 13px;
    margin-right: 4px;
}

.header_reg {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    color: #fff;
    background-color: #5090CD;
    border: 1px solid transparent;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
}

.header_log::before {
    position: relative;
    content: "";
    margin-right: 4px;
    background-image: url(../img/user-circle-regular.svg);
    display: inline-block;
    background-repeat: no-repeat;
    width: 12px;
    height: 13px;
}


.header_log {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    color: #54595f;
    margin-left: 6px;
    border: 1px solid #bcbcbc;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
}

.main {
    margin: 30px 0;
}

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

.main_slider {
    width: 765px;
}

.main_slider .slick-dots {
    position: absolute;
    bottom: -20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
    left: 0;
}

.main_slider .slick-dots button {
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, 0.5);
    background: transparent;
    width: 9px;
    height: 9px;
    border-radius: 4.5px;
    font-size: 0;
    padding: 0;
    cursor: pointer;
}

.main_slider .slick-dots .slick-active button {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid transparent;
}

.main_slide {
    height: 392px;
}

.main_slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}

.main_right {
    width: 380px;
}

.main_desc {
    font-size: 12px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.main_desc img {
    width: 15px;
    height: 15px;
}

.main_form {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    padding: 10px 20px;
    border-radius: 10px;
    border-top: 10px solid #5090cd;
    display: block;
}

.inp_wrapper-title {
    font-size: 12px;
    margin-bottom: 8px;
}

.inp_wrapper {
    margin-bottom: 8px;
}

.inp {
    padding: 8px 12px;
    border: 1px solid #EBEBEB;
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    display: block;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.inp:focus {
    box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
}

.area {
    resize: none;
    width: 100%;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    height: 45px;
}

.main_btn {
    display: inline-block;
    max-width: 100%;
    padding: 8px 45px;
    cursor: pointer;
    text-align: center;
    background-color: #e74e3e;
    font-weight: 500;
    text-decoration: none;
    border: none;
    color: #ffffff;
    border-radius: 30px;
}

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


.catalog_title {
    text-align: center;
    line-height: 1;
    color: #999999;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -2px;
    margin-bottom: 40px;
}

.catalog_text {
    font-size: 14px;
    margin-bottom: 16px;
}

.catalog_text a {
    color: #5090CD;
    text-decoration: underline;
}

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

.catalog_links {
    background-color: #dcdcdc;
    width: 900px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 14px;
    display: flex;
}

.catalog_link {
    font-size: 14px;
    font-weight: 600;
    width: 180px;
    border-radius: 10px;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
    height: 54px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #252728;
}

.catalog_tg {
    width: 234px;
}

.catalog_link:hover,
.catalog_link.active {
    background-color: #e74e3e;
    color: #fff;
}

.catalog_tg {
    font-size: 12px;
    padding-left: 55px;
    position: relative;
}

.catalog_tg img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.catalog_tg strong {
    display: block;
}

.catalog_tg a {
    display: block;
    color: #5090CD;
    text-decoration: underline;
}

.catalog_items {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.catalog_item {
    width: calc(25% - 18px);
    border: 1px solid #dcdcdc;
    overflow: hidden;
    border-radius: 15px;
    transition: all 0.3s;
    color: #000;
}

.catalog_item:hover {
    box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
}

.catalog_item-img {
    display: flex;
    height: 136px;
}

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

.catalog_item-info {
    padding: 15px;
}

.catalog_item-title {
    color: #777;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.6px;
    margin-bottom: 10px;
}

.catalog_item-subtitle {
    font-size: 14px;
    color: #252728;
    font-weight: 500;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.catalog_item-option {
    display: flex;
    margin-bottom: 10px;
    font-size: 14px;
    justify-content: space-between;
}

.catalog_item-option span {
    text-align: right;
    font-weight: 600;
}

.catalog_item-link {
    display: block;
    color: #777;
    font-size: 14px;
    transition: all 0.3s;
    font-weight: 400;
}

.catalog_item-link:hover {
    color: #f00;
}


.tech_links {
    margin: 20px 0;

}

.tech_links-wrapper {
    display: flex;
    gap: 6px;
    border-top: 2px solid #ccc;
    padding-top: 5px;
}

.tech_link {
    display: flex;
    align-items: center;
    color: #999;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}

.tech_link:hover {
    color: #5090CD;
    text-decoration: underline;
}

.tech_link img {
    width: 20px;
    height: auto;
    margin-right: 4px;
}

.reviews_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.reviews_items .review_slide-info {
    width: calc(100% - 70px);
}

.reviews_wrapper {
    margin: 40px;
}

.review_title {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 20px;
}

.review_slider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 50px;
    height: 50px;
    background: none;
    background-image: url(../img/left-arrow.svg);
    background-size: contain;
    border: none;
    z-index: 1;
    cursor: pointer;
    font-size: 0;
    opacity: 0.5;
}

.review_slider .slick-arrow.slick-disabled {
    opacity: 0;
}

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

.review_slider .slick-next {
    transform: translateY(-50%) rotate(180deg);
    right: -50px;
}

.review_slide {
    display: flex !important;
}

.review_slide-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    display: flex;
}

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

.review_slide-info {
    width: 400px;
    border: 1px solid #dcdcdc;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.review_slide-title {
    font-size: 16px;
    color: #316FEA;
    font-weight: 400;
    margin-bottom: 5px;
}

.review_slide-text {
    font-size: 14px;
    color: #252728;
}

.reviews_links {
    display: flex;
    margin-top: 20px;
    gap: 15px;
    align-items: center;
    margin-left: calc(100% - 425px);
}

.reviews_link {
    color: #316FEA;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.reviews_link img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.consult {
    margin-bottom: 80px;
}

.consult_title {
    color: #ed1c24;
    font-size: 26px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.consult_subtitle {
    padding: 0 0px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    letter-spacing: 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #ecedf1;
    margin-bottom: 20px;
}

.consult_subtitle img {
    width: 30px;
    height: auto;
    margin: 0 30px;
}

.consult_items {
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
}

.consult_item {
    width: calc(16.666% - 10px);
}

.consult_item-img {
    width: 142px;
    height: 142px;
    border-radius: 50%;
    display: flex;
    overflow: hidden;
    margin-bottom: 10px;
}

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

.consult_item-title {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.consult_item-subtitle {
    color: #7a7a7a;
    font-size: 14px;
    margin-bottom: 10px;
}

.consult_item-messages {
    display: flex;
    gap: 6px;
    margin-bottom: 6px;
}


.consult_item-message {
    width: 40px;
    height: 40px;
    display: flex;
    transition: 0.4s ease-out;
}

.consult_item-message:hover {
    transform: scale(1.2);
}

.consult_item-message img {
    width: 100%;
    height: 100%;
}

.consult_item-link {
    color: #222222;
    font-size: 15px;
    padding-left: 20px;
    display: block;
    position: relative;
    letter-spacing: -0.5px;

}

.consult_item-link:hover img {
    transform: scale(1.2);
}

.consult_item-link img {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 3px;
    transition: 0.4s ease-out;
    left: 0;
}

.quiz {
    margin-bottom: 60px;
}

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

.quiz_tab {
    display: flex;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 10px 0;
    font-size: 14px;
    position: relative;
    align-items: center;
    cursor: pointer;
}

.quiz_tab span {
    background-color: #000000;
    border-radius: 12px;
    color: #ffffff;
    margin: 0 0 0 5px;
    padding: 3px 7px;
    line-height: 16px;
}

.quiz_tab.active {
    color: #5090cd;
}

.quiz_tab.active:after {
    position: absolute;
    top: 30px;
    width: calc(100% + 12px);
    height: 5px;
    background: #5090cd;
    content: '';
    display: block;
    border-radius: 25px;
    text-align: center;
    justify-content: center;
    left: -6px;
}

.quiz_wrapper {
    border: 1px solid #dcdcdc;
    padding: 25px 15px;
    border-radius: 10px;
    border-top: 10px solid #5090cd;
    max-width: 650px;
    margin: 0 auto;
}

.quiz_inner {
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 20px 40px;
    margin-bottom: 20px;
}

.quiz_inner:last-child {
    border: none;
    padding-bottom: 0;
}

.quiz_inner-subtitle {
    font-size: 12px;
    margin: 10px;
    line-height: 18px;
    display: flex;
    align-items: center;
}

.quiz_check {
    display: flex;
    cursor: pointer;
}

.quiz_check input {
    margin-right: 10px;
}

.quiz_inner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.quiz_btn {
    display: inline-block;
    max-width: 100%;
    padding: 8px 25px;
    cursor: pointer;
    text-align: center;
    background-color: #5090cd;
    text-decoration: none;
    border: none;
    color: #ffffff;
    border-radius: 30px;
    margin: 10px 20px 10px 0;
}

.quiz_checks-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.quiz_checks-inner .quiz_check {
    width: 45%;
    text-decoration: underline;
}

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

.quiz_content {
    display: none;
}

.quiz_content.active {
    display: block;
}

.quiz_content-value {
    display: flex;
    border-bottom: 1px solid #dcdcdc;
    padding: 7px 0;
    justify-content: space-between;
}

.quiz_content-value span {
    background-color: #000000;
    border-radius: 12px;
    color: #ffffff;
    margin: 0 0 0 5px;
    padding: 3px 7px;
    line-height: 16px;
}

.quiz_links {
    display: flex;
    margin-top: 50px;
    gap: 30px;
    justify-content: center;
}

.quiz_link {
    padding: 15px 20px 15px 80px;
    position: relative;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 360px;
    border-color: #d1d1d1;
    border-radius: 40px;
    transition: 0.3s ease-out;
}

.quiz_link:hover {
    background-color: #e8e9ea;
}

.quiz_link-img {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    display: flex;
}

.quiz_link-img img {
    width: 46px;
    height: auto;
}

.quiz_link-title {
    font-size: 16px;
    line-height: 1.23;
    letter-spacing: 0.6px;
    color: #5090CD;
    font-weight: 400;
}

.quiz_link-text {
    color: #707070;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 400;
}

h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.clients {
    margin-bottom: 20px;
}

.clients_img {
    display: flex;
    justify-content: center;
}

.clients_img img {
    max-width: 100%;
}

.seo {
    margin-bottom: 60px;
}

.seo p {
    margin-bottom: 1em;

}

.seo a {
    color: #5090CD;
    text-decoration: underline;
}

.seo p,
.seo ul li,
.seo ol li {
    font-size: 14px;
    color: #131415;
}

.seo ul {
    color: #666;
    font-size: 15px;
    list-style: disc;
    margin: 20px 0;
    padding-left: 40px;
}

blockquote {
    border-left: 2px solid #5090CD;
    padding: 15px 0px 15px 20px;
    margin: 0 0 20px 30px;
    background: rgba(0, 0, 0, 0.03);
    display: block;
}


.empty-cart {
    font-size: 14px;
    text-align: center;
    min-height: 20vh;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 40px;
}
.popup.active {
    display: flex;
}
.popup_content {
    max-height: 80vh;
    overflow-y: auto;
    background: #fff;
    padding: 20px;
    max-width: 1050px;
    width: 100%;
    position: relative;
}

.popup_items {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.popup_img {
    max-width: 320px;
    width: 100%;
}

.popup_img img {
    width: 100%;
}

.popup_item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.popup_item .category_title {
    width: 100%;
    max-width: 100%;
    color: #707070;
}

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

.popup_form .cart_right-area {
    margin-top: 10px;
    height: 250px;
}

.popup .card_calc {
    display: block;
    margin: 0 auto;
} 

.results_items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.results_items .category_item-img {
    width: 100%;
    height: 253px;
}

.results_items .category_item {
    width: 100%;
    padding: 0;
}

.footer {
    background-color: #383c3f;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    padding: 30px 0px 0px 0px;
    letter-spacing: 0;
}

.footer_item:nth-child(1) {
    width: 170px;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.footer_item-title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.footer_menu a {
    font-size: 14px;
    font-weight: 400;
    color: #b9c0c9;
    display: block;
    transition: all 0.3s;
}

.footer_menu a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer_item-adres {
    color: #b9c0c9;
    padding-left: 15px;
    margin-bottom: 10px;
}

.footer_phone-link {
    display: block;
    color: #b9c0c9;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.5px;
    transition: all 0.3s;
}

.footer_phone-link:hover {
    color: #fff;
    text-decoration: underline;
}

.footer_phone {
    padding-left: 35px;
    position: relative;
}

.footer_phone::before {
    position: absolute;
    content: "";
    background-image: url(../img/phone-footer.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 19px;
    left: 0;
    top: 0;

    background-size: 24px 19px;
}

.footer_mail {
    padding-left: 35px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: #b9c0c9;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    margin: 10px 0;
}

.footer_mail a {
    color: #b9c0c9;
    transition: all 0.3s;
}

.footer_mail a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer_mail::before {
    content: "";
    background-image: url(../img/letter-white.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 24px 20px;
}

.footer_logo {
    margin: 8px 0 24px 36px;
    display: flex;
}

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

.footer_message {
    display: flex;
    background-color: #53595D;
    height: 34px;
    width: 34px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.footer_message img {
    width: 19px;
    height: 19px;
}

.footer_inner {
    background-color: #24211C;
    padding: 10px;
    color: #969696;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
}

.quiz_inner-done {
    display: none;
}

.quiz_inner.active .quiz_inner-done {
    display: block;
}

.quiz_inner.active .quiz_inner-wrapper,
.quiz_inner.active .quiz_inner-subtitle {
    display: none;
}

.reviews_form {
    display: none;
    margin-top: 40px;
}

.reviews_form.active {
    display: block;
}

.reviews_form-inp {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 6px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
}

.reviews_form-area {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 6px;
    border-radius: 0;
    font-size: 14px;
    resize: none;
    font-weight: 400;
    height: 150px;
}

.reviews_form-btn {
    transition: .3s ease-in;
    margin: 0 auto;
    background: #EF4B4C;
    color: #fff;
    text-decoration: none;
    padding: 7px 15px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.header_inner-close,
.header_inner-ovarlay,
.header_search-contacts,
.header_search-btn,
.menu_burger {
    display: none;
}

.crumbs {
    display: flex;
    margin: 20px 0;
    flex-wrap: wrap;
    gap: 4px 0;
}

.crumb {
    color: #adadad;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.crumb:last-child {
    color: #131415;
}

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

.crumb::after {
    content: " / ";
    display: inline-block;
    margin: 0 10px;
    color: #adadad;
}

.category_top {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.category_title {
    width: fit-content;
    color: #252728;
    font-size: 34px;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0;
    text-align: left;
    flex-shrink: 0;
    margin-right: 20px;
    max-width: 40%;
    font-weight: 300;
}

.category_text {
    color: #707070;
    font-size: 13px;
    max-width: 60%;
    width: fit-content;
}

.category_text a {
    text-decoration: underline;
    color: #ed2c2d;
}

.category_img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

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

.category table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}

.category table td,
.category table th {
    padding: 6px 0 6px 10px;
    margin: 0;
}

.category table th {
    font-weight: 300;
    background-color: #ecedf1;
}

.category table tbody tr:nth-child(even) {
    background-color: #ecedf1;
}

.category p,
.category ul li,
.category ol li {
    font-size: 14px;
    color: #131415;
}

.category_items {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.category_item-wrapper {
    display: contents;
}

.category_item {
    cursor: pointer;
    width: calc(25% - 18px);
    padding: 0 15px 20px;
    position: relative;
}

.category_item:hover .category_item-more {
    opacity: 1;
}

.category_item-more {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    top: 10px;
    right: 20px;
    display: flex;
    opacity: 0;
    transition: all 0.3s;
    justify-content: center;
    align-items: center;
}

.category_item:hover::before {
    opacity: 1;
}

.category_item:hover::after {
    opacity: 1;
}

.category_item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 54px;
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
    transition: 0.3s;
    opacity: 0;
}

.category_item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    transition: 0.3s;
    opacity: 0;
}

.category_item-img {
    width: 253px;
    height: 253px;
    display: block;
    background-size: cover;
    background-position: center;
    max-width: 100%;
    margin-bottom: 20px;
}

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

.category_item-title {
    display: block;
    margin: 0 0 20px;
    color: #799CA5;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.6px;
}

.category_item-option {
    white-space: nowrap;
    overflow-x: hidden;
    font-size: 14px;
    color: #7a7a7a;
}

.category_item-option span {
    color: #252728;
}

.pagin {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 20px;
    gap: 5px;
}

.pagin a {
    width: 34px;
    height: 34px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    color: #252728;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-out;
    background-color: transparent;
}

.pagin a:hover {
    background: #eef7fe;
}

.pagin a.active {
    background: #c3d9ee;
}

.pagin li:last-child a {
    width: auto;
}

.pagin li:last-child a:hover {
    background: none;
    text-decoration: underline;
}

.order_block-form {
    margin-bottom: 20px;
}

.order_block-top {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ecedf1;
}

.order_block-phone {
    color: #e74e3e;
}

.order_block-desc {
    color: #b7b7b7;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    letter-spacing: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.order_block-desc img {
    width: 33px;
    margin-right: 16px;
    height: auto;
}

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

.order_block .reviews_form-inp {
    margin: 0;
    width: calc(50% - 10px);
}

.order_block .reviews_form-area {
    height: 250px;
}

.seo table tr:nth-child(2n+1) {
    background-color: #ecedf1;
}

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

.seo table td,
.seo table th {
    margin: 0;
    padding: 6px 0 6px 10px !important;
    font-size: 13px !important;
    line-height: 13px !important;
}

.seo table td {
    width: auto !important;
}

.seo table td:first-child {
    width: 300px !important;
}

.card {
    margin-bottom: 60px;
}

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

.card_left {
    width: calc(50% - 10px);
    display: flex;
    justify-content: space-between;
}

.card_dots {
    width: 118px;
}

.card_content p {
    margin: 20px 0;
    font-size: 14px;
}

.card_content p a {
    color: #5090CD;
    text-decoration: underline;
}

.card_content {
    display: none;
}

.card_content.active {
    display: block;
}

.card_dots .slick-arrow {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    background-color: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    font-size: 0;
    z-index: 1;
    cursor: pointer;
    background-image: url(../img/angle-top.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 20px;
    transition: all 190ms ease;
}

.card_dots .slick-arrow:hover {
    background-color: rgba(34, 34, 34, 0.9);

}

.card_dots .slick-arrow:hover {
    background-image: url(../img/angle-top-inactive.svg);
}

.card_dots .slick-prev {
    transform: translateX(50%) rotate(90deg);
    top: 0;
}

.card_dots .slick-next {
    transform: translateX(50%) rotate(-90deg);
    bottom: 0;
}

.card_dot {
    cursor: pointer;
}

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

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

.card_imgs {
    width: 432px;
}

.card_img {
    height: 432px;
    display: flex;
}

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

.card_back a {
    color: #ea0f10;
    text-decoration: underline;
}

.card_back {
    margin-bottom: 30px;
}

.card_art {
    margin-bottom: 20px;
    font-style: italic;
}

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

.card_option-title {
    font-size: 14px;
    font-weight: 400;
    width: calc(100% - 340px);
}

.custom-select {
    position: relative;
    width: 336px;
}

.custom-select::before {
    cursor: pointer;
    position: absolute;
    content: "";
    width: 36px;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../img/select_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    border-left: 1px solid rgb(204, 204, 204);
}

.custom-select__option--value {
    width: 100%;
    height: 100%;
    background: none;
    height: 33px;
    align-items: center;
    color: rgb(51, 51, 51);
    font-size: 13px;
    display: flex;
    padding: 0;
    border: none;
    border-color: rgb(204, 204, 204);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    padding-left: 8px;
}

.custom-select__dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    border-radius: 4px;
    z-index: 2;
    background-color: #fff;
    border: 1px solid rgb(204, 204, 204);
    color: rgb(51, 51, 51);
    font-size: 13px;
}

.card_option:has(.custom-select.custom-select--active) {
    z-index: 2;
}

.custom-select__dropdown .custom-select__option {
    display: flex;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    width: 100%;
}

.custom-select__option.custom-select__option--selected,
.custom-select__dropdown .custom-select__option:hover {
    background: rgb(38, 132, 255);
    color: #fff;
}

.card_radio {
    position: relative;
    border: 1px solid #cccccc;
    border-radius: 14px;
    height: 22px;
    margin-right: auto;
    cursor: pointer;
    width: 53px;
    display: block;
    margin-left: 5px;
}

.card_radio:has(input:checked) {
    border-color: #5090CD;
}

.card_radio:has(input:checked) span {
    left: calc(100% - 19px);
    background-color: #5090CD;
}

.card_radio span {
    background: #cccccc;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    transition: all 0.3s;
    left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.card_radio input {
    display: none;
}

.card_option-slider {
    width: 336px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
    position: relative;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 14px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
    transition: all 190ms ease;
    min-height: 20px;
    cursor: pointer;
}

.handle_slider {
    position: absolute;
    background: #5090CD;
    border-radius: 19px;
    min-width: 38px;
    height: 38px;
    line-height: 35px;
    padding: 0 2px;
    font-size: 11px;
    font-weight: 700;
    top: 50%;
    color: #FFF;
    text-align: center;
    display: block;
    outline: none;
    transform: translate(-50%, -50%);
}

.card_btns {
    display: flex;
    margin-bottom: 40px;
    margin-top: 30px;
}

.card_add {
    cursor: pointer;
    background: #F8F6F5;
    color: #151515;
    position: relative;
    border-radius: 4px;
    padding: 7px 15px;
    border: none;
    margin-right: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.25;
    padding-left: 40px;
    font-size: 13px;
    transition: all 0.3s;
}

.card_add:before {
    content: ' ';
    display: block;
    background-image: url(../img/icon-cart.svg);
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10px;
    top: 8px;
    background-size: contain;
}

.card_calc {
    background: #EB3E32;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    line-height: 2.25;
    border-radius: 4px;
    padding: 7px 15px;
    border: none;
    margin-right: 15px;
    font-size: 13px;
    transition: all 0.3s;
    font-weight: 700;
}

.card_add:hover,
.card_calc:hover {
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.15);
}




.card_tabs {
    border-bottom: 1px solid #ccc;
    padding-left: 12px;
    display: flex;
}

.card_tab {
    margin-right: 3px;
    display: block;
    position: relative;
    bottom: -1px;
    padding: 5px 16px;
    background: #eee;
    border-radius: 5px 5px 0 0;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #252728;
    text-decoration: none;
    cursor: pointer;
}

.card_tab.active {
    background: #fff;
    border-bottom-color: #fff;
}

.other {
    margin-bottom: 40px;
}

.other_slide {
    margin: 0 15px;
}

.other_slide-img {
    height: 247px;
    margin-bottom: 10px;
}

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

.other_slide-title {
    color: #5090CD;
}

.other_slide-link {
    color: #799CA5;
    text-transform: uppercase;
}


.other_slider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 50px;
    height: 50px;
    background: none;
    background-image: url(../img/left-arrow.svg);
    background-size: contain;
    border: none;
    z-index: 1;
    cursor: pointer;
    font-size: 0;
    opacity: 0.5;
}

.other_slider .slick-arrow.slick-disabled {
    opacity: 0;
}

.other_slider .slick-prev {
    left: -15px;
}

.other_slider .slick-next {
    transform: translateY(-50%) rotate(180deg);
    right: -15px;
}

.contacts_title {
    color: #707070;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.contacts_map {
    margin-bottom: 10px;
    height: 300px;
}

.contacts_map iframe {
    width: 100%;
    height: 100%;
}

.contacts_wrapper {
    display: flex;
    justify-content: center;
    gap: 24px;
    align-items: flex-start;
    margin: 50px 0;
}

.contacts_info {
    width: 360px;
}


.contacts_info h5.red {
    color: #ed1c24;
    font-family: "Roboto", "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    letter-spacing: 0;
    padding: 0;
    margin: 0 0 10px;
    line-height: 1;
}

.contact_form {
    width: 660px;
}

.contacts_info a {
    color: #5090CD;
    font-weight: 400;
    margin-left: 4px;
}

.bold {
    font-weight: 600;
}


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

.contact_form-inp {
    width: calc(33.333% - 6.666px);
    padding: 8px 12px;
    border: 1px solid #EBEBEB;
    background-color: #fff;
    border-radius: 4px;
}

.contact_form-area {
    width: 100%;
    padding: 8px 12px;
    height: 60px;
    resize: none;
    border: 1px solid #EBEBEB;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
}

.contact_form-btn {
    font-weight: 400;
    background-color: #6ec1e4;
    font-size: 14px;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.32px;
    color: #fff;
    max-width: 100%;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 0;
    margin-right: 0;
}

.cart_wrapper {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.cart_items {
    width: 765px;
}

.cart_item {
    padding-left: 120px;
    position: relative;
    margin-bottom: 40px;
    border-right: 1px solid #dcdcdc;
    padding-right: 15px;
}

.cart_item-img {
    width: 100px;
    height: 100px;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

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

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

.cart_item-title {
    color: #5090CD;
    font-size: 22px;
    font-weight: 400;
    text-decoration: underline;
}

.cart_item-delete {
    color: #bf4040;
    font-size: 14px;
    white-space: nowrap;
    background: none;
    border: none;
    text-decoration: underline;
    text-underline-position: under;
    cursor: pointer;
}

.cart_right {
    width: 300px;
}

.cart_right-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
}

.cart_right-inp {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 6px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
}

.cart_right-area {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 6px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    height: 90px;
    resize: none;
    margin-top: 30px;
}

.cart_form {
    margin-bottom: 40px;
}

.cart_right-btn {
    text-align: center;
    text-decoration: none !important;
    width: 200px;
    font-family: inherit;
    line-height: 2.25;
    border-radius: 0;
    border: #5090cd 1px solid;
    color: #5090cd;
    font-weight: 500;
    display: inline-block;
    padding: 0 10px 0 10px;
    background: transparent;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart_right-back {
    color: #5090CD;
    display: flex;
    justify-content: center;
    text-decoration: underline;
}

.page {
    margin-bottom: 60px;
}

.page ul,
.page ol {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;  
}

.page ul {
    list-style-type: disc;
}

.page ol {
    list-style-type: decimal;
}

.page_image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

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

    .main_slider {
        width: calc(100% - 400px);
    }

    .header_logo {
        width: 140px;
    }

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

    .header_search {
        width: 210px;
        margin: 0;
    }

    .dropdown {
        max-width: 920px;
    }

    .catalog_links {
        width: calc(100% - 250px);
    }

    .catalog_link {
        width: auto;
        flex: 1;
        font-size: 12px;
    }

    .review_slide-info {
        width: 320px;
    }

    .category_item-img {
        height: 188px;
    }

    .card_imgs {
        width: 328px;
    }

    .card_img {
        height: 328px;
    }

    .card_option-slider,
    .custom-select {
        width: 274px;
    }

    .card_option-title {
        width: calc(100% - 280px);
    }

    .contact_form {
        width: 540px;
    }

    .contacts_info {
        width: 340px;
    }

    .cart_items {
        width: 620px;
    }

    .cart_right {
        width: 280px;
    }
}


@media (max-width: 991.98px) {
    .reviews_items {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .reviews_items .review_slide {
        width: 100%;
        flex-direction: row;
        gap: 20px;
    }

    .container {
        max-width: 730px;
    }
    .results_items {
        grid-template-columns: repeat(2, 1fr);
    }

    .header {
        position: fixed;
        top: 0;
        width: 100%;
        right: 0;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.08);
        border-bottom: 1px solid #dcdcdc;
    }


    .header_top-right {
        display: none;
    }

    .header_info,
    .header_number {
        display: none;
    }

    .menu_burger {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url(../img/menu.svg);
    }

    .header_reg {
        display: none;
    }

    .header_search {
        position: fixed;
        opacity: 0;
        visibility: hidden;
    }

    .header_logo {
        height: 29px;
    }

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

    .main_slider {
        width: 100%;
    }

    .main {
        margin-top: 90px;
    }

    .main_right {
        width: 100%;
    }

    .header_log {
        margin: 0;
        width: 20px;
        height: 20px;
        background-size: cover;
        padding: 0;
        font-size: 0;
        border: none;
        background-image: url(../img/user-logged.svg);
    }

    .header_log::before {
        display: none;
    }

    .catalog_item {
        width: calc(50% - 12px);
    }

    .catalog_tg {
        display: none;
    }

    .catalog_links {
        width: 100%;
    }

    .header_right {
        gap: 10px;
        align-items: center;
    }

    .header_search-btn {
        background-image: url(../img/search-header.svg);
        width: 20px;
        height: 20px;
        display: flex;
    }

    .header_search-contacts {
        background-image: url(../img/location1.svg);
        width: 30px;
        height: 30px;
        display: flex;
        margin-left: -4px;
    }


    .header_inner.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;

    }

    .header_inner {
        opacity: 0;
        position: fixed;
        visibility: hidden;
        transition: all 0.6s;
        width: 100%;
        height: 100%;
        top: 0;
        pointer-events: none;
        right: 0;
    }

    .menu {
        background: #fff;
        width: 80%;
        height: 100%;
        top: 0;
        right: 0;
        padding: 20px 30px;
        overflow: auto;
        gap: 0px;
        position: absolute;
        flex-direction: column;
    }

    .menu>li>a {
        font-size: 14px;
        padding: 10px 0;
    }

    .dropdown {
        width: 100%;
        padding: 0;
        opacity: 1;
        visibility: visible;
        border: none;
        inset: auto;
        box-shadow: none;
        flex-direction: column;
        position: relative;
    }

    .dropdown_item img {
        display: none;
    }

    .dropdown_menu a,
    .dropdown_item {
        color: #000;
        padding: 10px 0;
        font-size: 14px;
        font-weight: 400;
    }

    .dropdown_menu a {
        margin: 0;
    }

    .dropdown_items {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }

    .header_inner-close {
        display: flex;
        position: absolute;
        left: 15px;
        top: 15px;
        width: 30px;
        height: 30px;
        z-index: 1;
    }

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

    .header_inner-ovarlay {
        display: flex;
    }

    .header_inner-ovarlay {
        background: rgba(0, 0, 0, 0.8);
        width: 100vw;
        height: 100%;
        top: 0;
        position: absolute;
        right: 0;
    }

    .review_slide-info {
        width: calc(100% - 75px);
    }

    .consult_items {
        gap: 20px;
    }

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

    .quiz {
        display: none;
    }

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

    .footer_item:nth-child(1),
    .footer_item {
        width: calc(50% - 10px);
    }

    .category {
        margin-top: 90px;
    }

    .category_top {
        flex-direction: column;
        gap: 20px;
    }

    .category_title {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
    }

    .category_text {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .category_items {
        gap: 20px;
    }

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

    .category_item-img {
        width: 100%;
        height: 312px;
    }

    .category table td:first-child {
        width: 120px !important;

    }

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

    .category_item-img {
        height: auto;
    }

    .order_block-top {
        flex-wrap: wrap;
    }

    .order_block .order_block-form {
        gap: 10px;
    }

    .order_block .reviews_form-inp {
        width: 100%;
    }

    .card_left {
        flex-direction: column-reverse;
    }

    .card_imgs {
        width: 100%;
    }

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

    .card_dot {
        width: 118px;
        height: 118px;
        margin-right: 10px;
    }

    .card_option {
        flex-direction: column;
        gap: 6px;
        align-items: flex-start;
    }

    .card_option-title {
        width: 100%;
    }

    .card_option-slider,
    .custom-select {
        width: 100%;
    }

    .card_btns {
        flex-direction: column;
        gap: 10px;
    }

    .card_calc,
    .card_add {
        justify-content: center;
        display: flex;
        margin: 0;
    }

    .other_slide-img {
        height: 160px;
    }

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

    .card {
        margin-top: 90px;
    }

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

    .card_img {
        height: 600px;
    }

    .contacts_wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .contacts_info,
    .contact_form {
        width: 100%;
    }

    .page {
        margin-top: 90px;
    }

    .cart_wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .cart_items {
        width: 100%;
    }

    .cart_item {
        border: none;
    }

    .cart_right {
        width: 100%;
    }
}


@media (max-width: 767.98px) {
    .results_items .category_item-img {
        height: 200px;
    }

    .results_items {
        grid-template-columns: repeat(1, 1fr);
    }
    .main_slide {
        height: 52vw;
    }

    .catalog {
        margin: 40px 0;
    }

    .catalog_title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .catalog_items {
        gap: 10px;
    }

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

    .catalog_links {
        overflow: auto;
    }

    .catalog_top {
        width: calc(100% + 15px);
        margin-bottom: 20px;
    }

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

    .catalog_link {
        min-width: 120px;
    }

    .catalog_item-img {
        height: 90px;
    }

    .catalog_item-info {
        padding: 10px;
    }

    .catalog_item-subtitle,
    .catalog_item-title {
        font-size: 12px;
    }

    .catalog_item-link,
    .catalog_item-option {
        font-size: 10px;
    }

    .reviews_wrapper {
        margin: 40px 0;
    }

    .reviews_links {
        margin: 10px 0 0;
    }

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

    .review_slide {
        width: 270px;
        flex-direction: column;
        margin-right: 10px;
    }

    .review_slide-img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .review_slide-info {
        width: 100%;
    }

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

    .footer_item:nth-child(1),
    .footer_item {
        width: 100%;
    }

    .card_img {
        height: 92vw;
    }

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

    .consult_subtitle img {
        margin-left: 0;
        margin-right: 10px;
    }

    .contacts_title {
        font-size: 32px;
    }

    .cart_item-img {
        width: 100%;
        position: relative;
        height: auto;
        margin-bottom: 20px;
    }

    .cart_item-top {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .cart_item-delete {
        padding: 0;
    }

    .cart_item {
        padding-left: 0;
        padding-right: 0;
    }
}