* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: auto !important;
    -webkit-overflow-scrolling: touch;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style-type: none;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf'), format('truetype');
    font-display: swap;
} */

.container {
/*     max-width: 1525px; */
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
    /* padding-left: 95px;
    padding-right: 95px; */
}

body {
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.header_container {
    padding: 25px 25px;
    display: flex;
    justify-content: space-between;
}

.menu_button {
    display: none;
    cursor: pointer;
    color: #fff;
    text-align: center;
}

.menu_button_icon.open {
    display: block;
    width: 50px;
    height: 50px;
}

.menu_button_icon.close {
    display: none;
    width: 45px;
    height: 45px;
    margin-top: 5px;
}

.header_info {
    display: flex;
    gap: 25px;
    /* align-items: center; */
}

/* .header_contacts {
    margin-left: 65px;
    margin-right: 100px;
} */

.header_logo a.header_logo_link {
    display: block;
    width: 275px;
    height: auto;
}

.header_logo_img {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    object-fit: cover;
}

.header_logo_img.black {
    display: block;
}

.header_logo_img.white {
    display: none;
}

.header_logo_descr {
    display: block;
    font-size: 13.6px;
    color: #2a2927;
}

/* .header_socials {
    display: grid;
    gap: 10px;
} */

.header_socials,
.socials_top .social_links {
    display: flex;
    gap: 10px;
    max-height: 45px;
}

.socials_top {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.social_icon {
    display: block;
    width: 45px;
    height: 45px;
}

.header_contacts {
    max-width: 265px;
}

.header_contacts .contacts_title,
.phone_num_top .contacts_title {
    font-size: 14px;
    color: #284764;
    font-weight: 500;
    /* margin-bottom: 10px; */
}

.header_contacts .contacts_phone_num,
.contacts_info_top .contacts_phone_num {
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
    color: #252422;
    white-space: nowrap;
}

/* .contacts_info_top .contacts_phone_num {
    display: block;
    margin-bottom: 10px;
} */

.header_contacts p,
.contacts_info_top p {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.header_contacts p {
    line-height: 17px;
}

.contacts_info_top p {
    line-height: 14px;
}

.header_contacts p:not(:last-child) {
    margin-bottom: 7px;
}

.contacts_info_top p:not(:last-child) {
    margin-bottom: 4px;
}

.header_feedback {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: self-start;
    border: none;
    background: #284764;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    /* padding:25px 55px; */
    width: 235px;
    height: 60px;
    border-radius: 10px;
    cursor: pointer;
}

.contacts_info_top {
    display: none;
    /* justify-content: space-between; */
    /* grid-template-columns: repeat(2, 1fr); */
    /* flex-direction: column;
    flex-wrap: wrap;
    column-gap: 30px; */
    padding-bottom: 35px;
}

.phone_nums_top {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

/* .zero_highlighted {
    color: rgb(222, 13, 13);
} */

.pages_nav {
    background: #284764;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 20px 0;
}

.pages {
    display: flex;
    gap: 35px;
    justify-content: center;
}

.pages li:hover,
.pages .current-menu-item,
.pages .current-menu-parent {
    text-decoration: underline;
}

.pages .menu_page_custom_title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.page_list_icon.open {
    transform: rotate(0deg);
}

.page_list_icon {
    transform: rotate(180deg);
}

.menu-item {
    position: relative;
}

.pages .menu_page_list {
    display: none;
    margin-top: 20px;
    width: 185px;
    max-height: 240px;
    text-align: left;
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-radius: 0;
    top: 100%;
    left: -35px;
    right: 0;
    z-index: 10;
    text-transform: none;
    color: #000;
    padding-bottom: 20px;
    font-weight: 500;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(82, 81, 82, 1);
    -moz-box-shadow: 0px 1px 9px -3px rgba(82, 81, 82, 1);
    box-shadow: 0px 1px 9px -3px rgba(82, 81, 82, 1);
}

.menu_page_list div {
    padding: 15px;
    font-size: 13px;
    cursor: pointer;
    user-select: none;
}

.product_category_link:hover {
    font-weight: 600;
    color: #284764;
    background-color: #ebedec;
}

.main_container {
    padding-top: 50px;
}

.services_slider {
    margin-bottom: 50px;
    background: #284764;
    /* padding: 40px 80px; */
    color: #ffffff;
    position: relative;
}

.services_slider .slider_arrows {
    position: absolute;
    top: 40px;
    right: 35px;
    display: flex;
    gap: 12px;
    z-index: 1;
}

.services_slider .slider_arrow {
    cursor: pointer;
}

.services_slider .slides {
    position: relative;
    overflow: hidden;
}

/* .slide_info {
    display: grid;
} */

.services_slider .slide {
    /* display: flex; */
    top: 0;
    /* justify-content: space-between; */
    transition: .6s;
    width: 100%;
/*     padding-left: 80px;
    padding-right: 80px; */
}

.services_slider .slide:first-child {
/*     display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 70px; */
/*     padding-top: 40px;
    padding-bottom: 40px; */
}

/* .services_slider .slide:not(:first-child) {
    padding-top: 50px;
    padding-bottom: 30px;
} */

.services_slider .slide img {
    display: block;
	width: 100%;
	height: 100%;
	object-fit:contain;
/*     max-width: 335px;
    max-height: 210px; */
}

.services_slider .slide.current {
    position: relative;
    height: 300px;
    opacity: 1;
    left: 0;
}

.services_slider .slide.right_hidden,
.services_slider .slide.left_hidden {
    position: absolute;
    opacity: 0;
}

.services_slider .slide.right_hidden {
    left: 100%;
}

.services_slider .slide.left_hidden {
    left: -100%;
}

/* .services_slider .slide_info{
    display: flex;
    flex-direction: column;
} */

.services_slider .slide:not(:first-child) .slide_title,
.services_slider .slide:not(:first-child) .slide_descr {
    padding: 10px 15px;
    background: #284764;
}

.services_slider .slide_title {
    display: inline-block;
    font-size: 48px;
    font-weight: 600;
    /* margin-top: 30px; */
    margin-bottom: 15px;
    text-transform: uppercase;
}

.services_slider .slide_descr {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.services_slider .slide_link {
    justify-self: end;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    background: #fff;
    color: #284764;
    font-size: 15px;
    font-weight: 600;
    width: 185px;
    height: 55px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.services_slider .slider_pagination {
    position: absolute;
    left: 485px;
    bottom: 40px;
    display: flex;
    gap: 3px;
}

.services_slider .pag_button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #fff;
    cursor: pointer;
    transition: .2s;
}

.services_slider .pag_button.selected,
.services_slider .pag_button:hover {
    background: #fff;
}

.main_content {
    /* display: flex;
    justify-content: space-between; */
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 85px;
    margin-bottom: 100px;
}

.products_navigation {
    max-width: 275px;
}

.products_section {
    max-width: 1165px;
}

.products_nav_title {
    background: #284764;
    /* background: #ebedec; */
    font-size: 18px;
    font-weight: 500;
    padding: 15px 25px;
    color: #ffffff;
    /* color:#000; */
}

.products_nav_list {
    padding-top: 20px;
    padding-bottom: 35px;
    font-size: 18px;

}

.products_nav_list li {
    margin-left: 27px;
    list-style-type: inherit;
    color: #1e2e3d;
    font-weight: 500;
}

.products_nav_list li:not(:last-child) {
    margin-bottom: 10px;
}

.products_nav_list li a:hover,
.products_nav_list .current-menu-item,
.products_nav_list .current-menu-parent {
    text-decoration: underline;
    color: #284764;
    font-weight: 700;
}

.products_nav_list li::marker {
    color: #284764;
}

.page_path {
    /* padding: 15px 0; */
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #010101;
}

.current_page {
    text-decoration: underline;
    color: #284764;
}

span.page_path_arrow {
    font-size: 18px;
}

.page_title {
    margin-top: 50px;
    margin-bottom: 60px;
    font-size: 24px;
    color: #1e2e3d;
    font-weight: 600;
}

.text_content img.alignnone {
    margin-bottom: 20px;
}

.text_content img.alignleft {
    float: left;
    margin-right: 35px;
}

.text_content img.aligncenter {
    display: block;
    margin: 20px auto;
}

.text_content img.alignright {
    float: right;
    margin-left: 35px;
}

.text_content h2,
.text_content h3,
.text_content h4 {
    font-size: 24px;
    color: #1e2e3d;
    margin-bottom: 40px;
}

.text_content p {
    /* color: #1e2e3d;
    font-size: 14px; */
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 40px;
}

.text_content a {
    color: #1e2e3d;
    font-weight: 800;
    text-decoration: underline;
}

.text_content strong {
    color: #1e2e3d;
    font-weight: 800;
}

.text_content ul,
.text_content ol {
    margin-left: 35px;
    margin-bottom: 35px;
}

.text_content ul li,
.text_content ol li {
    list-style-type: inherit;
    margin-bottom: 10px;
    color: #1e2e3d;
    font-size: 15px;
}

.text_content ul li::marker {
    font-size: 22px;
    color: #d32c2c;
}

footer {
    background: #284764;
    padding: 75px 0;
    color: #ffffff;
}

.footer_container {
    display: flex;
    gap: 90px;
	justify-content: center;
}

a.footer_logo_link {
    display: block;
    width: 275px;
    height: auto;
}

.footer_logo_img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.footer_logo_descr {
    font-size: 13.7px;
    font-weight: 400;
    margin-top: 3px;
}

.footer_logo {
    margin-bottom: 70px;
}

.footer_logo a {
    display: block;
}

.footer_work_time {
    display: none;
    max-width: 275px;
    padding-left: 15px;
    padding-right: 15px;
}

.work_time_title {
    display: flex;
    align-items: end;
    gap: 20px;
    margin-bottom: 20px;
}

.work_time_title .main_title {
    font-size: 1em;
    font-weight: 500;
}

.work_time_title .optional_title {
    font-size: 14px;
}

.work_time {
    display: flex;
    gap: 20px;
    font-size: 14px;
}

.daytime {
    margin-bottom: 12px;
}

.time_column {
    margin-bottom: 10px;
}

.free_time {
    border-top: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0 10px;
    border-bottom: 1px solid #fff;
}

.map {
    display: block;
    width: 100%;
    height: 100%;
}

.footer_contacts {
    max-width: 400px;
}

.footer_socials {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.footer_contacts .social_links {
    /* padding-top: 15px; */
    /* padding-bottom: 15px; */
    display: flex;
    gap: 7px;
}

.footer_phone_nums {
    display: flex;
    gap: 10px;
}

.footer_phone_num {
    /* margin-top: 85px; */
    /* margin-top: 35px;
    margin-bottom: 30px; */
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer_phone_num .phone_num_title,
.footer_address .address_title {
    font-size: 14px;
}

.footer_phone_num .phone_num_title {
    margin-bottom: 5px;
}

.footer_phone_num .phone_num {
    font-size: 30px;
    font-weight: 600;
    margin-top: 15px;
}

.footer_address .address {
    /* font-size: 23px; */
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px;
}

.footer_map {
    height: 345px;
}

.footer_map iframe {
    display: block;
    height: 100%;
    border: 1px !important;
}

.callback_block {
    background: #284764a2;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.callback_window {
    width: 515px;
    /* margin-top: 275px; */
    background: #ffffff;
    color: #000;
}

.close_window {
    display: flex;
    justify-content: end;
    margin: 20px 25px;
}

.close_window_img {
    cursor: pointer;
}

.callback_title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 415px;
    margin: 35px auto 20px;
    text-align: center;
}

.callback_descr {
    max-width: 315px;
    margin: 0 auto;
    /* margin-left: 100px;
    margin-right: 100px; */
    text-align: center;
}

.callback_window form {
    margin: 30px 45px 75px;
}

.callback_window form input {
    display: block;
    width: 100%;
    border-radius: 7px;
}

.callback_window form input[type="text"],
.callback_window form input[type="tel"] {
    /* border:none; */
    border: 1px solid #e2e2e2;
    padding: 20px;
    margin-bottom: 20px;
}

.callback_window form input[type="submit"] {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin-top: 40px;
    border: none;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #284764;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}

.scroll_button {
    position: fixed;
    top: 70%;
    background: #284764;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
    cursor: pointer;
}

.page_up_button {
    left: 5%;
}

.call_me_button {
    right: 5%;
}



.products_sort {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #1e2e3d;
}

.products_sort span,
.products_categ_sort span {
    display: none;
}

.sort_options {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
}

.products {
    position: relative;
    margin-top: 60px;
    margin-bottom: 90px;
}

.products_back_load {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.lds-spinner {
    /* change color here */
    color: #1c4c5b;
}

.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
    box-sizing: border-box;
}

.lds-spinner {
    color: currentColor;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3.2px;
    left: 36.8px;
    width: 6.4px;
    height: 17.6px;
    border-radius: 20%;
    background: currentColor;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.products_list {
    /* min-height: 2485px; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-content: start;
    column-gap: 130px;
    row-gap: 95px;
}

.products_list.hidden {
    display: none;
}

.product {
    display: grid;
    text-align: center;
    max-width: 195px;
    justify-self: center;
}

.product_img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

.product_name {
    max-width: 195px;
    word-break: break-word;
    font-size: 14px;
    font-weight: 700;
    color: #1e2e3d;
    margin-top: 35px;
    margin-bottom: 10px;
}

.product_price {
    max-width: 195px;
    word-break: break-word;
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    /* margin-bottom: 35px; */
    margin-bottom: 41px;
}

.product_order {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: #ebedec;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    /* width: 100%; */
    width: 180px;
    height: 55px;
    cursor: pointer;
    transition: .2s;
}

.product_order:hover {
    background: #284764;
    color: #ffffff;
}

.product.prom {
    position: relative;
}

.prom_block {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d32c2c;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    top: 0px;
    left: -25px;
}

.product_price,
.product_price_prom,
.product_price_old {
    transition: .2s;
}

.product_price_prom {
    /* color:#d32c2c; */
    font-size: 29px;
    font-weight: 500;
}

.product_price_old {
    /* color:#d32c2c; */
    font-size: 20px;
    /* margin:10px 0; */
    /* margin-bottom: 5px; */
    margin-top: 8px;
    margin-bottom: 11px;
    font-weight: 500;
    text-decoration: line-through;
}

.products_pages {
    margin: 90px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #1e2e3d;
}

.product_page {
    cursor: pointer;
}

.product_page:hover,
.product_page.selected {
    text-decoration: underline;
}

.wpcf7-not-valid-tip {
    margin-bottom: 20px !important;
}

.wpcf7-spinner {
    display: block !important;
    margin: 20px auto !important;
}

.wpcf7-response-output {
    border: none !important;
    background: #284764 !important;
    color: #fff !important;
    margin: 0 !important;
}

.scalable,
.wpcf7-submit {
    transition: .2s;
}

.rotate {
    transition: .5s;
}

.scalable:hover,
.wpcf7-submit:hover {
    transform: scale(1.1);
}

.rotate:hover {
    transform: rotate(270deg);
}

.menu_adaptive_pages {
    display: none;
    text-align: right;
    margin-right: 20px;
    cursor: pointer;
}

.menu_adaptive_pages.open {
    margin-bottom: 0;
}

.menu_adaptive_pages.close {
    margin-bottom: 20px;
}



form.wpcf7-form label {
    position: relative;
    display: block;
}

form.wpcf7-form label span.custom_placeholder {
    cursor: text;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #000000;
}

/* @media screen and (max-width:450px){
    form.wpcf7-form label span.custom_placeholder{
        top:10px;
        left:15px;
        font-size: 10px;
    }
} */

form.wpcf7-form label span.important_placeholder::after {
    content: '*';
    color: #284764;
}

.badge {
    max-width: 100% !important;
}

/* .slider_arrow.last{
    display: none;
} */

.left_arrow_hidden,
.right_arrow_hidden {
    display: none;
}

/* .left_arrow_hidden,
.right_arrow_hidden{
    cursor: pointer;
} */

.widget__src.widget__src--desktop.widget__src--desktop-carousel.widget__src--logo.widget__src-isMobile {
    display: none !important;
}


.product_category_title {
    cursor: default !important;
    background-color: #284764;
    color: #fff;
    /* color: #284764;
    background-color: #ebedec; */
    font-weight: 400;
}

.banner {
    display: block;
    background: url(../imgs/main/banner/banner_back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: #fff;
    margin-bottom: 90px;
    position: relative;
    padding: 40px 65px 50px;
	min-height:245px;
}

.banner_text {
    z-index: 1;
}

.banner_title {
    font-size: 48px;
    max-width: 350px;
    font-weight: 700;
    margin-bottom: 10px;
}

.banner_descr {
    max-width: 330px;
    margin-left: 10px;
    font-size: 12px;
}

.banner_img {
    width: 300px;
    position: absolute;
    top: -16%;
    right: 10%;
    z-index: 0;
}

.email{
    display: block;
    margin-bottom: 7px;
}

@media screen and (max-width:1695px) {

    .header_container,
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width:1550px) {
    .header_container {
        overflow: hidden;
    }

    .header_info {
        gap: 30px;
    }

    .footer_container {
        gap: 25px;
    }
}

@media screen and (max-width:1435px) {

    .footer_phone_num .phone_num_title,
    .footer_address .address_title {
        font-size: 13px;
    }

    .footer_address .address {
        font-size: 15px;
    }
}

@media screen and (max-width:1350px) {
    .banner {
        background: #284764;
    }

    .banner_img {
        position: relative;
        bottom: -54px;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner_title,
    .banner_descr {
        max-width: 100%;
        text-align: center;
    }

    .banner_title {
        font-size: 38px;
    }

    .banner_descr {
        margin-left: 0;
    }

    .footer_container {
        gap: 30px;
    }
}

@media screen and (max-width:1325px) {
    .header_container {
        flex-direction: column;
        align-items: center;
        gap: 50px;
        /* padding-left: 15px;
        padding-right: 15px; */
    }

    .footer_container {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }

    .footer_contacts {
        display: grid;
        justify-items: center;
        text-align: center;
    }

    .footer_contacts .phone_num_1 {
        order: 1;
    }

    .footer_contacts .address_1 {
        order: 2;
    }

    .footer_contacts .email:nth-of-type(1){
        margin-bottom: 15px;
        order:3;
    }

    .footer_contacts .socials_1 {
        order: 4;
    }

    .footer_contacts .phone_num_2 {
        order: 5;
    }

    .footer_contacts .address_2 {
        order: 6;
    }

    .footer_contacts .email:nth-of-type(2){
        margin-bottom: 15px;
        order:7;
    }

    .footer_contacts .socials_2 {
        order: 8;
    }

    /* .footer_socials {
        order: 3;
    } */
}

@media screen and (max-width:1465px) {
    .products_list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width:1235px) {
    .header_info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .header_socials {
        order: 1;
    }

    .header_feedback {
        order: 5;
    }

    .header_contacts.address1 {
        order: 3;
    }

    .header_contacts.address2 {
        order: 4;
    }

    .products_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:1125px) {

    .header_info {
        justify-content: space-between;
        width: 100%;
        gap: 20px;
    }

    .header_contacts {
        margin-left: 0;
        margin-right: 0;
    }

    .text_content img.alignleft,
    .text_content img.alignright {
        display: block;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    .footer_logo {
        margin-bottom: 30px;
    }

    /* .footer_container{
        flex-direction: column;
        align-items: center;
        gap:60px;
    } */

    /* .footer_contacts{
        display: grid;
        justify-items: center;
        text-align: center;
    } */

    .footer_phone_num {
        margin-top: 30px;
    }
}

@media screen and (max-width:1085px) {
    .products_list {
        column-gap: 70px;
    }
}

@media screen and (min-width:1015px) {
    .pages {
        display: flex !important;
    }
}

@media screen and (max-width:1015px) {
    .menu_adaptive_pages {
        display: block;
    }

    .pages {
        display: none;
        flex-direction: column;
        text-align: center;
    }

    .menu_page_list {
        position: static !important;
        margin: 25px auto 0;
    }

    /* .services_slider {
        padding-bottom: 80px;
    } */

    .services_slider .slide {
        grid-template-columns: 1fr;
        padding-bottom: 80px;
    }

    .services_slider .slide_img {
        justify-self: center;
    }

    .services_slider .slide_info {
        text-align: center;
    }

    .services_slider .slide_link {
        justify-self: center;
    }

    .services_slider .slider_pagination {
        left: calc(50% - 20px);
    }
}

@media screen and (max-width:985px) {
    .services_slider .slide.current {
        height: 350px;
    }

    .main_content {
        gap: 55px;
    }

    .close_photo_view {
        margin-right: 50px;
    }

    .photo_view_slider {
        gap: 30px;
    }

    .photo_slide {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width:940px) {

    .header_container,
    .container {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media screen and (max-width:875px) {
    .main_content {
        grid-template-columns: 1fr;
        justify-items: center;
    }
}

@media screen and (min-width:790px) {
    .pages_nav {
        display: block !important;
    }
}

@media screen and (max-width:790px) {
    .header_container {
        background-color: #284764;
        flex-direction: row;
        justify-content: space-between;
    }

    .header_logo_img.black {
        display: none;
    }

    .header_logo_img.white {
        display: block;
    }

    .menu_adaptive_pages {
        display: none;
    }

    .menu_button {
        display: block;
    }

    .header_socials,
    .header_contacts,
    .header_feedback {
        display: none;
    }

    .header_info {
        width: fit-content;
        display: flex;
        flex-direction: column;
        justify-self: end;
        /* gap:50px; */
        align-items: end;
    }

    .header_logo_descr {
        text-align: center;
        color: #FFF;
    }

    .pages_nav {
        display: none;
        padding: 35px 0;
    }

    .main_container {
        padding-top: 35px;
    }

    .contacts_info_top {
        display: block;
    }

    .services_slider,
    .products_navigation {
        display: none;
    }

    .products_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .quality_block.first .quality:nth-child(5),
    .quality_block.first .quality:nth-child(6) {
        display: none;
    }

    .scroll_button {
        display: none !important;
    }

    .banner {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 710px) {
    .banner_title {
        font-size: 28px;
    }

    .banner {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width:610px) {
    .footer_map {
        width: 100%;
    }

    .footer_map iframe {
        width: 100%;
    }

    review-lab {
        display: block;
        width: 300px !important;
        margin: 0 auto;
    }
}

@media screen and (max-height:600px) {
    .callback_window {
        height: 100%;
        overflow-y: scroll;
    }
}

@media screen and (max-width:595px) {

    /* .header_container, */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header_container {
        gap: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* .services_slider {
        padding-top: 90px;
        padding-left: 15px;
        padding-right: 15px;
    } */

    .services_slider .slide {
        padding-top: 90px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .services_slider .slider_arrows {
        right: calc(50% - 30px);
    }

    /* .main_content{
        grid-template-columns: 1fr;
    } */
    .products_navigation {
        justify-self: center;
    }

    .products_block {
        /* padding-left: 30px;
        padding-right: 30px; */
    }

    .text_content {
        margin-left: 15px;
        margin-right: 15px;
    }

    .page_path,
    .page_title {
        margin-left: 15px;
    }

    .text_content h1,
    .text_content h2,
    .text_content h3,
    .text_content h4 {
        font-size: 18px !important;
    }

    .text_content ul,
    .text_content ol {
        margin-left: 25px;
    }

    .photo_slider_arrow.left {
        margin-left: 15px;
    }

    .photo_slider_arrow.right {
        margin-right: 15px;
    }

    .photo_view_slider {
        gap: 15px !important;
    }

    .contacts_info_top .contacts_phone_num {
        font-size: calc(100% + 2vw);
    }
}

@media screen and (max-width:550px) {
    .contacts_info_top p {
        font-size: 12px;
    }
}

@media screen and (max-width:515px) {
    .prom_block {
        width: 75px;
        height: 75px;
        font-size: 14px;
        left: -5px;
    }

    .contacts_info_top .contacts_phone_num {
        font-size: calc(100% + 1vw);
    }
}

@media screen and (max-width:500px) {
    .phone_num_top .contacts_title {
        font-size: 11px;
    }

    /* .contacts_info_top .contacts_phone_num {
        font-size: 20px;
    } */

    /* .prom_block{
        left: -5px;
    } */
    /* .menu_page_list div{
        font-size: 8px;
        padding:10px;
    } */
}

@media screen and (max-width: 465px) {
    .email{
        font-size: 12px;
    }

    .banner_title {
        font-size: 25px;
    }
}

@media screen and (max-width:440px) {
    .header_container {
        /* flex-direction: column; */
        /* gap:20px; */
    }

    /* .header_info{
        align-items: center;
    } */
    .contacts_info_top {
        /* flex-direction: column;
        row-gap: 15px; */
    }

    .phone_num_top .contacts_title {
        font-size: 9px;
    }

    /* .contacts_info_top .contacts_phone_num {
        font-size: 18px;
    } */

    .page_path,
    .page_path_arrow {
        font-size: 14px !important;
    }
}

@media screen and (max-width:400px) {
    .header_logo_img {
        max-width: 250px;
    }

    .header_logo_descr {
        font-size: 12.5px;
        text-align: left;
    }

    .contacts_info_top .contacts_phone_num {
        font-size: 100%;
    }

    .banner_title {
        font-size: 22px;
    }
}

@media screen and (max-width:375px) {
    .header_logo_img {
        max-width: 220px;
    }

    .header_logo_descr {
        font-size: 11px;
        text-align: left;
    }

    .phone_num_top .contacts_title {
        font-size: 6px;
    }

    .banner_title {
        font-size: 20px;
    }

    /* .contacts_info_top .contacts_phone_num {
        font-size: 16px;
    } */

    /* .menu_page_list div{
        padding: 5px;
    } */
}

@media screen and (max-width:465px) {
    .contacts_info_top p {
        font-size: 8px;
    }

    .services_slider .slide_title {
        font-size: 38px;
    }

    .products_list {
        /* grid-template-columns: 1fr; */
    }

    .product_order {
        /* width: 100%; */
        width: 130px;
        height: 45px;
        font-size: 14px;
        margin: 0 auto;
    }
}

@media screen and (max-width:385px) {
    .contacts_info_top {
        column-gap: 10px;
    }

    /* .services_slider {
        padding-left: 5px;
        padding-right: 5px;
    } */

    .services_slider .slide {
        padding-left: 5px;
        padding-right: 5px;
    }

    .services_slider .slide_img {
        width: 100%;
    }

    .services_slider .slide_title {
        font-size: 28px;
    }

    .services_slider .slide_descr {
        font-size: 10px;
        line-height: 15px;
    }

    .footer_address .address {
        font-size: 18px;
    }

    .products_list {
        column-gap: 15px;
    }
}

@media screen and (max-width:415px) {
    .products_sort {
        flex-direction: column;
    }

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

@media screen and (max-width:355px) {

    .page_path,
    .page_path_arrow {
        font-size: 12px !important;
    }
}

@media screen and (max-width:345px) {
    .header_container {
        gap: 10px;
    }

    .header_logo_img {
        max-width: 200px;
    }

    .header_logo_descr {
        font-size: 10px;
        text-align: left;
    }

    .header_contacts .contacts_title {
        font-size: 11px;
        text-align: center;
    }

    .header_contacts .contacts_phone_num {
        font-size: 26px;
    }
}

@media screen and (max-width:335px) {

    .product_price_prom,
    .product_price {
        font-size: 26px;
    }
}