@charset "UTF-8";
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Inter-LightBETA.woff2) format("woff2");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Inter-Regular.woff2) format("woff2");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Inter-Medium.woff2) format("woff2");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Inter-SemiBold.woff2) format("woff2");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Inter-Bold.woff2) format("woff2");
}
body,
html {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: Inter, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    width: 100%;
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000;
    background-color: #fff;
}
footer,
header {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
ul {
    list-style: none;
    margin: 0;
}
p {
    font-style: normal;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    margin: 0;
}
.heading {
    margin-bottom: 30px;
}
.heading.heading-big h1,
.heading.heading-big h2 {
    font-size: 40px;
    line-height: 46px;
}
@media all and (max-width: 575px) {
    .heading.heading-big h1,
    .heading.heading-big h2 {
        font-size: 32px;
        line-height: 39px;
    }
}
.heading h1,
.heading h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
}
.heading p {
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
}
@media all and (max-width: 575px) {
    .heading p {
        font-size: 18px;
        margin-top: 20px;
    }
}
.bapf_button,
.btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #ffce0b;
    padding: 9px 22px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    border: none;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    text-transform: uppercase;
    border-radius: 20px;
}
.bapf_button:hover,
.btn:hover {
    color: #fff;
    background-color: #eec007;
}
.bapf_button.btn-big,
.btn.btn-big {
    font-size: 20px;
    line-height: 24px;
    border-radius: 37px;
    padding: 25px 36px;
    min-width: 248px;
}
@media all and (max-width: 575px) {
    .bapf_button.btn-big,
    .btn.btn-big {
        font-size: 16px;
        padding: 22px 26px;
        border-radius: 34px;
    }
}
.bapf_button.btn-border,
.btn.btn-border {
    background-color: transparent;
    color: #ffce0b;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.bapf_button.btn-border:hover,
.btn.btn-border:hover {
    color: #fff;
    background-color: #eec007;
    border: 1px solid #ffce0b;
}
.bapf_button.btn-border-white,
.btn.btn-border-white {
    border: 1px solid #fff;
    color: #fff;
}
.bapf_button.bapf_reset,
.bapf_button.btn-gray,
.btn.bapf_reset,
.btn.btn-gray {
    background-color: #b5b5b5;
}
.bapf_button.bapf_reset:hover,
.bapf_button.btn-gray:hover,
.btn.bapf_reset:hover,
.btn.btn-gray:hover {
    background-color: #a7a5a5;
}
#calculator .btn{
    background-color: #b5b5b5;
}
#calculator .btn.active {
    background-color: #ffce0b;
}
@media all and (max-width: 575px) {
    .btn-100 {
        max-width: none !important;
        width: 100% !important;
    }
}
a {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button:active,
button:focus {
    outline: 0;
}
button:disabled,
button[disabled] {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
button:disabled:hover,
button[disabled]:hover {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
:focus {
    outline: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.center {
    text-align: center;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
input,
textarea {
    outline: 0 !important;
    border-radius: 0;
}
input.wpcf7-submit {
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
details summary::-webkit-details-marker {
    display: none;
}
details > summary {
    list-style: none;
}
section {
    margin-bottom: 60px;
}
@media all and (max-width: 575px) {
    section {
        margin-bottom: 50px;
    }
}
.swiper-button-disabled {
    cursor: pointer !important;
    pointer-events: auto !important;
}
.hidden {
    display: none;
}
.modal {
    color: #000;
    max-width: 839px;
    width: 100%;
    border-radius: 9px;
    padding: 0;
}
.modal .modal__inner {
    border-top: 13px solid #f1cd00;
    padding: 40px 120px;
    border-radius: 9px;
    overflow: hidden;
}
@media all and (max-width: 991px) {
    .modal .modal__inner {
        padding: 30px;
    }
}
@media all and (max-width: 991px) {
    .modal .modal__heading {
        margin-bottom: 30px;
    }
}
@media all and (min-width: 1199px) {
    .modal .modal__heading .heading__inner {
        max-width: 180px;
        width: 100%;
    }
}
.modal .modal__heading h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 108%;
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    .modal .modal__heading h2 {
        margin-bottom: 16px;
    }
}
.modal .modal__heading p {
    font-size: 13px;
    line-height: 16px;
}
@media all and (max-width: 991px) {
    .modal .prodict__details {
        margin-bottom: 36px;
    }
}
.modal .prodict__details .product__image {
    text-align: center;
    margin-bottom: 25px;
}
.modal .prodict__details .product__image img {
    max-height: 230px;
}
.modal .prodict__details h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 8px;
}
.modal .prodict__details h3 {
    font-size: 24px;
    line-height: 29px;
    color: #ffce0b;
    margin-bottom: 10px;
}
.modal .prodict__details .product__desc {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px;
}
.modal .prodict__details .price {
    font-size: 24px;
    line-height: 110%;
    font-weight: 500;
}
.modal .modal__form h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 108%;
    margin-bottom: 18px;
}
.modal .modal__form .form__desc {
    padding-top: 7px;
    margin-bottom: 40px;
}
.modal .modal__form .form__desc p {
    font-size: 14px;
    line-height: 17px;
}
#modal_order .modal__inner {
    padding: 40px 58px;
}
@media all and (max-width: 991px) {
    #modal_order .modal__inner {
        padding: 30px;
    }
}
#modal_thanks {
    padding: 50px;
}
#modal_thanks .modal__heading {
    margin-bottom: 0;
}
#modal_thanks .modal__heading .heading__inner {
    max-width: none;
}
#modal_thanks .modal__heading .heading__inner h2 {
    margin-bottom: 0;
}
.form__inner .form__item {
    margin-bottom: 8px;
}
.form__inner .form__item input,
.form__inner .form__item textarea {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(200, 200, 200, 0.5);
    font-size: 16px;
    color: #c8c8c8;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 1px;
}
.form__inner .form__item input::-webkit-input-placeholder,
.form__inner .form__item textarea::-webkit-input-placeholder {
    color: #c8c8c8;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: #c8c8c8;
    opacity: 1;
}
.form__inner .form__item input::-ms-placeholder,
.form__inner .form__item textarea::-ms-placeholder {
    color: #c8c8c8;
    opacity: 1;
}
.form__inner .form__item input::-webkit-input-placeholder,
.form__inner .form__item textarea::-webkit-input-placeholder {
    color: #c8c8c8;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: #c8c8c8;
    opacity: 1;
}
.form__inner .form__item input:-ms-input-placeholder,
.form__inner .form__item textarea:-ms-input-placeholder {
    color: #c8c8c8;
    opacity: 1;
}
.form__inner .form__item input::-ms-input-placeholder,
.form__inner .form__item textarea::-ms-input-placeholder {
    color: #c8c8c8;
    opacity: 1;
}
.form__inner .form__item input::placeholder,
.form__inner .form__item textarea::placeholder {
    color: #c8c8c8;
    opacity: 1;
}
.form__inner .form__item textarea {
    height: 210px;
    padding-top: 8px;
}
@media all and (max-width: 991px) {
    .form__inner .form__item textarea {
        height: 150px;
    }
}
.form__inner .form__policy .policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    margin: 5px auto 20px auto;
}
.form__inner .form__policy .policy .text p {
    color: #c8c8c8;
    font-size: 12px;
    line-height: 16px;
}
.form__inner .form__policy .policy .text p a {
    text-decoration: underline;
    color: #c8c8c8;
}
.form__inner .form__policy .policy .text p a:hover {
    color: #ffce0b;
}
.form__inner .form__policy .policy .checkbox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    position: relative;
    border: 1px solid #d8d8d8;
    width: 20px;
    height: 20px;
    border-radius: 5px;
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap {
    margin-bottom: 0;
    height: auto;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap:before {
    display: none;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 1000;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input:checked
    ~ .wpcf7-list-item-label {
    background-color: #fff;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input:checked
    ~ .wpcf7-list-item-label:after {
    display: block;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    span.wpcf7-list-item-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 0 !important;
    color: transparent;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    span.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    display: none;
    left: 5.5px;
    top: 1px;
    margin: auto;
    width: 8px;
    height: 10px;
    border: solid #ffce0b;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form__inner .form__submit {
    position: relative;
}
header {
    background-color: #000;
    position: relative;
    min-height: 750px;
    border-bottom: 13px solid #f1cd00;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
@media all and (max-width: 1600px) {
    header {
        min-height: 400px;
    }
}
header.page {
    min-height: 389px;
}
@media all and (max-width: 991px) {
    header.page {
        min-height: 200px;
    }
}
header .wrapper {
    max-width: 1224px;
    width: 100%;
    margin: 0 auto;
}
header .header__top {
    padding: 26px 0;
}
@media all and (max-width: 991px) {
    header .header__top {
        display: none;
    }
}
header .header__top .header__menu .menu__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px;
}
header .header__top .header__menu .menu__inner ul li a {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
}
header .header__top .header__menu .menu__inner ul li a:hover {
    color: #ffce0b;
}
header .header__top .header__contacts .contacts__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 30px;
    color: #fff;
}
header .header__top .header__contacts .contacts__inner a {
    color: #fff;
}
header .header__top .header__contacts .contacts__inner a:hover {
    color: #ffce0b;
}
header .header__top .header__contacts .contacts__inner .phone {
    display: inline-block;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
}
header .header__top .header__contacts .contacts__inner .email a,
header .header__top .header__contacts .contacts__inner .engineer a {
    display: inline-block;
    font-size: 12px;
    line-height: 11px;
}
header .header__top .header__contacts .contacts__inner .email p,
header .header__top .header__contacts .contacts__inner .engineer p {
    font-size: 10px;
    line-height: 11px;
}
header .header__top .header__contacts .contacts__inner .email a {
    text-decoration: underline;
}
header .header__main {
    background-color: #1d1d1b;
    padding: 16px 0;
}
header .header__main .header__logo img {
    width: 160px;
    height: auto;
}
@media all and (max-width: 991px) {
    header .header__main .header__logo img {
        width: 110px;
    }
}
@media all and (min-width: 1199px) {
    header .header__main .header__menu .menu__inner {
        padding-left: 24px;
    }
}
@media all and (max-width: 991px) {
    header .header__main .header__menu .menu__inner {
        display: none;
    }
}
header .header__main .header__menu .menu__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
header .header__main .header__menu .menu__inner ul li a {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
}
header .header__main .header__menu .menu__inner ul li a:hover {
    color: #ffce0b;
}
header .header__main .header__menu .header_burger {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media all and (max-width: 991px) {
    header .header__main .header__menu .header_burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
header .header__main .header__menu .header_burger .burger_button {
    position: relative;
    top: 2px;
    width: 30px;
    height: 30px;
    display: block;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 20;
}
header .header__main .header__menu .header_burger .burger_button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
header
    .header__main
    .header__menu
    .header_burger
    .burger_button
    span:nth-child(1) {
    top: 4px;
}
header
    .header__main
    .header__menu
    .header_burger
    .burger_button
    span:nth-child(2) {
    top: 12px;
}
header
    .header__main
    .header__menu
    .header_burger
    .burger_button
    span:nth-child(3) {
    top: 20px;
}
header
    .header__main
    .header__menu
    .header_burger
    .burger_button.open
    span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
header
    .header__main
    .header__menu
    .header_burger
    .burger_button.open
    span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
header
    .header__main
    .header__menu
    .header_burger
    .burger_button.open
    span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header .header__main .header__menu .header_burger .menu_toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1d1d1b;
    margin: 0;
    overflow: auto;
    z-index: 11;
    padding-top: 50px;
    top: 0;
    padding-bottom: 70px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
header .header__main .header__menu .header_burger .menu_toggle.slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
header .header__main .header__menu .header_burger .menu_toggle.menuopen {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
header .header__main .header__menu .header_burger .menu_toggle .toggle__inner {
    width: 100%;
    margin: 0 auto;
    max-width: 690px;
}
@media all and (max-width: 767px) {
    header
        .header__main
        .header__menu
        .header_burger
        .menu_toggle
        .toggle__inner {
        max-width: 510px;
    }
}
@media all and (max-width: 575px) {
    header
        .header__main
        .header__menu
        .header_burger
        .menu_toggle
        .toggle__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    ul {
    margin-bottom: 40px;
}
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    ul
    li
    a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 0;
}
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    ul
    li
    a:hover {
    color: #ffce0b;
}
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .phone {
    display: inline-block;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 10px;
}
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .phone:hover {
    color: #ffce0b;
}
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .engineer {
    margin-bottom: 10px;
}
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .email,
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .engineer {
    color: #fff;
}
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .email
    a,
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .engineer
    a {
    display: inline-block;
    font-size: 12px;
    line-height: 11px;
    color: #fff;
}
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .email
    a:hover,
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .engineer
    a:hover {
    color: #ffce0b;
}
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .email
    p,
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .engineer
    p {
    font-size: 10px;
    line-height: 11px;
}
#mainblock {
    background-color: #eceef3;
    padding-bottom: 76px;
}
@media all and (max-width: 575px) {
    #mainblock {
        padding-bottom: 40px;
    }
}
#mainblock .wrapper {
    max-width: 1224px;
    width: 100%;
    margin: 0 auto 45px auto;
}
#mainblock .links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: #fff;
    -webkit-box-shadow: 0 5px 8.7px rgba(0, 0, 0, 0.18);
    box-shadow: 0 5px 8.7px rgba(0, 0, 0, 0.18);
    border-radius: 9px;
    border-top: 13px solid #f1cd00;
    margin-top: -150px;
    position: relative;
}
@media all and (max-width: 1199px) {
    #mainblock .links {
        grid-template-columns: repeat(1, 1fr);
    }
}
#mainblock .links .links__item {
    position: relative;
    z-index: 2;
    min-height: 390px;
}
@media all and (max-width: 1199px) {
    #mainblock .links .links__item {
        min-height: inherit;
    }
}
#mainblock .links .links__item:not(:last-child) {
    border-right: 1px solid #cedee5;
}
@media all and (max-width: 1199px) {
    #mainblock .links .links__item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #cedee5;
    }
}
#mainblock .links .links__item:nth-child(2) img {
    left: auto;
}
#mainblock .links .links__item img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
@media all and (max-width: 1199px) {
    #mainblock .links .links__item img {
        display: none;
    }
}
#mainblock .links .links__item .content {
    padding: 40px;
}
@media all and (max-width: 1199px) {
    #mainblock .links .links__item .content {
        padding: 30px;
    }
}
#mainblock .links .links__item .content h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 13px;
}
#mainblock .links .links__item .content a {
    font-size: 12px;
    line-height: 15px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0;
}
#mainblock .links .links__item .content a:hover {
    color: #ffce0b;
}
#mainblock .slider__wrapper {
    border: 1px dashed #c5c5c5;
    padding: 38px 109px;
    position: relative;
}
@media all and (max-width: 575px) {
    #mainblock .slider__wrapper {
        padding: 38px 80px;
    }
}
#mainblock .slider__wrapper .mainblock__slider {
    min-height: 44px;
}
#mainblock .slider__wrapper .mainblock__slider .slide__inner {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 44px;
}
#mainblock .slider__wrapper .mainblock__slider .slide__inner img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-height: 65px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
#mainblock .slider__wrapper .mainblock__slider .slide__inner img:hover {
    -webkit-filter: none;
    filter: none;
}
#mainblock .swiper__nav {
    height: 44px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#mainblock .swiper__nav .swiper-button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    margin: auto;
    z-index: 10;
    width: 21px;
    height: 44px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.svg);
}
#mainblock .swiper__nav .swiper-button:hover {
    opacity: 0.7;
}
#mainblock .swiper__nav .swiper-button:after {
    display: none !important;
}
#mainblock .swiper__nav .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 40px;
}
@media all and (max-width: 575px) {
    #mainblock .swiper__nav .swiper-button.swiper-button-prev {
        left: 20px;
    }
}
#mainblock .swiper__nav .swiper-button.swiper-button-next {
    right: 40px;
}
@media all and (max-width: 575px) {
    #mainblock .swiper__nav .swiper-button.swiper-button-next {
        right: 20px;
    }
}
.wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-form .wpcf7-response-output {
    font-size: 13px;
    line-height: 17px;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
#block-15 input[type="tel"].wpcf7-not-valid,
#block-15 input[type="text"].wpcf7-not-valid,
#block-7 input[type="tel"].wpcf7-not-valid,
#block-7 input[type="text"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 1px solid #ec3c06 !important;
    position: relative;
}
body span.wpcf7-not-valid-tip {
    display: none !important;
    color: #ec3c06;
    border: none;
    background: 0 0;
}
body span.wpcf7-not-valid-tip-no-ajax {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 0 10px;
}
body div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff8a8a;
    color: #ec3c06;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 12000;
}
.contact-inner-form .wpcf7-response-output {
    width: 95%;
}
body div.wpcf7-response-output {
    padding: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
}
body .wpcf7-mail-sent-ng {
    background: #fff2e2;
    border: 1px solid #ffbc8a;
    color: #e17731;
}
body .wpcf7-mail-sent-ok {
    border: 1px solid transparent;
    color: #ff5805;
    text-align: center;
}
#topselling .wrapper {
    border-top: 1px dashed #c5c5c5;
    border-bottom: 1px dashed #c5c5c5;
    padding: 56px 0 20px 0;
}
@media all and (max-width: 991px) {
    #topselling .wrapper {
        padding: 40px 0 20px 0;
    }
}
.product__item {
    margin-bottom: 25px;
}
.product__item .item__inner {
    background-color: #fff;
    padding: 34px 20px;
    border-radius: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
}
@media all and (max-width: 991px) {
    .product__item .item__inner {
        padding: 20px;
        -webkit-box-shadow: 0 5px 15.3px rgba(0, 0, 0, 0.18);
        box-shadow: 0 5px 15.3px rgba(0, 0, 0, 0.18);
    }
}
.product__item .item__inner:hover {
    -webkit-box-shadow: 0 5px 15.3px rgba(0, 0, 0, 0.18);
    box-shadow: 0 5px 15.3px rgba(0, 0, 0, 0.18);
}
.product__item .item__inner:hover .product__details .product__more {
    opacity: 1;
    visibility: visible;
}
.product__item .item__inner .product__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 230px;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .product__image {
        min-height: 200px;
    }
}
.product__item .item__inner .product__image:hover {
    opacity: 0.8;
}
.product__item .item__inner .product__image img {
    max-height: 230px;
    height: auto;
    width: auto;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .product__image img {
        max-height: 200px;
    }
}
.product__item .item__inner .product__details {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .product__details {
        gap: 20px;
    }
}
.product__item .item__inner .product__details .details__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.product__item .item__inner .product__details .details__inner h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 8px;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .product__details .details__inner h4 {
        font-size: 22px;
    }
}
.product__item .item__inner .product__details .details__inner .product__title {
    color: #ffce0b;
    display: inline-block;
    margin-bottom: 10px;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .product__title:hover {
    text-decoration: underline;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .product__title
    h3 {
    font-size: 23px;
    line-height: 29px;
    color: inherit;
}
@media all and (max-width: 575px) {
    .product__item
        .item__inner
        .product__details
        .details__inner
        .product__title
        h3 {
        font-size: 22px;
    }
}
.product__item .item__inner .product__details .details__inner .product__desc p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px;
}
.product__item .item__inner .product__details .details__inner .price {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
}
@media all and (min-width: 991px) {
    .product__item .item__inner .product__details .product__more {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.25s all;
        transition: 0.25s all;
    }
}
.filter {
    background-color: #eceef3;
    border-radius: 35px;
    padding: 70px 70px 56px 70px;
}
@media all and (max-width: 767px) {
    .filter {
        padding: 30px;
    }
}
.filter.filter-white {
    background-color: #fff;
    border-radius: 0;
    border-top: 1px dashed #c5c5c5;
    border-bottom: 1px dashed #c5c5c5;
    padding-top: 46px;
}
.filter .filter__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px 100px;
}
@media all and (max-width: 1600px) {
    .filter .filter__inner {
        gap: 30px 60px;
    }
}
@media all and (max-width: 1500px) {
    .filter .filter__inner {
        gap: 30px 40px;
    }
}
@media all and (max-width: 1199px) {
    .filter .filter__inner {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media all and (max-width: 767px) {
    .filter .filter__inner {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}
.filter .filter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
}
@media all and (max-width: 575px) {
    .filter .filter__item {
        gap: 8px;
    }
}
.filter .filter__item h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
}
@media all and (max-width: 1600px) {
    .filter .filter__item h5 {
        font-size: 20px;
        line-height: 110%;
    }
}
@media all and (max-width: 575px) {
    .filter .filter__item h5 {
        font-size: 18px;
    }
}
.filter .filter__item select {
    width: 100%;
    height: 53px;
    border: 1px solid #c8c8c8;
    border-radius: 9px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    font-size: 18px;
    padding-left: 18px;
    background-size: 19px;
    background-position: calc(100% - 12px) 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_1.svg);
}
@media all and (max-width: 575px) {
    .filter .filter__item select {
        font-size: 16px;
        height: 46px;
    }
}
.filter .filter__item select::-ms-expand {
    display: none;
}
.filter .filter__item .input__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.filter .filter__item .input__wrapper input {
    width: 100%;
    height: 53px;
    border: 1px solid #c8c8c8;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 18px;
    color: #7f7f7f;
}
@media all and (max-width: 575px) {
    .filter .filter__item .input__wrapper input {
        font-size: 16px;
        height: 46px;
    }
}
.filter .filter__item .input__wrapper input:first-child {
    border-radius: 9px 0 0 9px;
}
.filter .filter__item .input__wrapper input:last-child {
    border-radius: 0 9px 9px 0;
}
.filter .filter__item .input__wrapper input::-webkit-input-placeholder {
    color: #7f7f7f;
    opacity: 1;
}
.filter .filter__item .input__wrapper input::-moz-placeholder {
    color: #7f7f7f;
    opacity: 1;
}
.filter .filter__item .input__wrapper input::-ms-placeholder {
    color: #7f7f7f;
    opacity: 1;
}
.filter .filter__item .input__wrapper input::-webkit-input-placeholder {
    color: #7f7f7f;
    opacity: 1;
}
.filter .filter__item .input__wrapper input::-moz-placeholder {
    color: #7f7f7f;
    opacity: 1;
}
.filter .filter__item .input__wrapper input:-ms-input-placeholder {
    color: #7f7f7f;
    opacity: 1;
}
.filter .filter__item .input__wrapper input::-ms-input-placeholder {
    color: #7f7f7f;
    opacity: 1;
}
.filter .filter__item .input__wrapper input::placeholder {
    color: #7f7f7f;
    opacity: 1;
}
.filter .filter__item .input__item {
    width: 100%;
    height: 53px;
    border: 1px solid #c8c8c8;
    border-radius: 9px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
@media all and (max-width: 575px) {
    .filter .filter__item .input__item {
        font-size: 16px;
        height: 46px;
    }
}
.filter .filter__item .input__item::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}
.filter .filter__item .input__item::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.filter .filter__item .input__item::-ms-placeholder {
    color: #000;
    opacity: 1;
}
.filter .filter__item .input__item::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}
.filter .filter__item .input__item::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.filter .filter__item .input__item:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
.filter .filter__item .input__item::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
.filter .filter__item .input__item::placeholder {
    color: #000;
    opacity: 1;
}
.filter__submit {
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 65px;
}
@media all and (max-width: 1600px) {
    .filter__submit {
        padding-top: 40px;
        gap: 16px 40px;
    }
}
@media all and (max-width: 1500px) {
    .filter__submit {
        gap: 16px;
    }
}
@media all and (max-width: 575px) {
    .filter__submit {
        gap: 12px;
    }
}
@media (min-width: 1200px) {
    #support .support__content {
        width: 46%;
    }
}
@media all and (max-width: 1199px) {
    #support .support__content {
        margin-bottom: 24px;
    }
}
@media all and (max-width: 991px) {
    #support .support__content {
        margin-bottom: 4px;
    }
}
#support .support__content .content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 24px;
}
@media all and (min-width: 1199px) {
    #support .support__content .content__inner {
        max-width: 713px;
        width: 100%;
    }
}
@media all and (max-width: 991px) {
    #support .support__content .content__inner {
        gap: 20px;
    }
}
#support .support__content .content__inner .support__heading {
    background-color: #eceef3;
    border-radius: 35px;
    padding: 70px 40px;
}
@media all and (max-width: 1600px) {
    #support .support__content .content__inner .support__heading {
        padding: 50px 30px;
    }
}
@media all and (max-width: 1500px) {
    #support .support__content .content__inner .support__heading {
        padding: 40px 30px;
    }
}
#support .support__content .content__inner .support__heading h2 {
    font-weight: 500;
    font-size: 64px;
    line-height: 70px;
    color: #4f4f4f;
    padding-bottom: 20px;
    margin-bottom: 36px;
    border-bottom: 1px dashed #fff;
}
@media all and (max-width: 1600px) {
    #support .support__content .content__inner .support__heading h2 {
        font-size: 50px;
        line-height: 120%;
    }
}
@media all and (max-width: 575px) {
    #support .support__content .content__inner .support__heading h2 {
        font-size: 36px;
        margin-bottom: 26px;
    }
}
#support .support__content .content__inner .support__heading p {
    font-size: 12px;
    line-height: 15px;
    color: #333;
}
@media all and (max-width: 991px) {
    #support
        .support__content
        .content__inner
        .support__wrapper
        .support__item {
        margin-bottom: 20px;
    }
}
#support
    .support__content
    .content__inner
    .support__wrapper
    .support__item:last-child
    .item__inner {
    background-color: #117865;
}
#support
    .support__content
    .content__inner
    .support__wrapper
    .support__item
    .item__inner {
    background-color: #ffce0b;
    border-radius: 35px;
    padding: 72px 25px;
    color: #fff;
}
@media all and (max-width: 1600px) {
    #support
        .support__content
        .content__inner
        .support__wrapper
        .support__item
        .item__inner {
        padding: 50px 20px;
    }
}
@media all and (max-width: 1500px) {
    #support
        .support__content
        .content__inner
        .support__wrapper
        .support__item
        .item__inner {
        padding: 30px 20px;
    }
}
#support
    .support__content
    .content__inner
    .support__wrapper
    .support__item
    .item__inner
    h5 {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 14px;
}
#support
    .support__content
    .content__inner
    .support__wrapper
    .support__item
    .item__inner
    h6 {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 38px;
    border-bottom: 1px dashed #fff;
}
@media all and (max-width: 1740px) {
    #support
        .support__content
        .content__inner
        .support__wrapper
        .support__item
        .item__inner
        h6 {
        font-size: 70px;
    }
}
@media all and (max-width: 1600px) {
    #support
        .support__content
        .content__inner
        .support__wrapper
        .support__item
        .item__inner
        h6 {
        font-size: 60px;
        line-height: 120%;
    }
}
@media all and (max-width: 1500px) {
    #support
        .support__content
        .content__inner
        .support__wrapper
        .support__item
        .item__inner
        h6 {
        font-size: 50px;
        margin-bottom: 28px;
    }
}
#support
    .support__content
    .content__inner
    .support__wrapper
    .support__item
    .item__inner
    p {
    font-size: 15px;
    line-height: 18px;
}
@media (min-width: 1200px) {
    #support .support__image {
        width: 54%;
    }
}
#support .support__image .image__inner {
    -webkit-filter: drop-shadow(4px 5px 8.7px rgba(0, 0, 0, 0.18));
    filter: drop-shadow(4px 5px 8.7px rgba(0, 0, 0, 0.18));
    border-radius: 35px;
    overflow: hidden;
    max-height: 813px;
}
@media all and (max-width: 1600px) {
    #support .support__image .image__inner {
        max-height: 690px;
    }
}
#support .support__image .image__inner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#cases {
    margin-bottom: 0;
}
#cases .wrapper {
    overflow: hidden;
    position: relative;
    height: 1075px;
}
@media all and (max-width: 1740px) {
    #cases .wrapper {
        height: 800px;
    }
}
@media all and (max-width: 1199px) {
    #cases .wrapper {
        height: auto;
    }
}
#cases .cases__slider {
    height: 100%;
}
#cases .cases__slider .slide__inner {
    height: 100%;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media all and (max-width: 1199px) {
    #cases .cases__slider .slide__inner {
        padding: 50px 70px;
    }
}
@media all and (max-width: 575px) {
    #cases .cases__slider .slide__inner {
        padding: 40px 30px;
    }
}
#cases .cases__slider .slide__inner .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#cases .cases__slider .slide__inner .image::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
#cases .cases__slider .slide__inner .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#cases .cases__slider .slide__inner .content {
    max-width: 935px;
    width: 100%;
    margin: 0 auto;
    border-radius: 35px;
    background-color: rgba(0, 0, 0, 0.64);
    padding: 56px 105px 46px 105px;
    color: #fff;
}
@media all and (max-width: 1600px) {
    #cases .cases__slider .slide__inner .content {
        padding: 40px 60px;
    }
}
@media all and (max-width: 575px) {
    #cases .cases__slider .slide__inner .content {
        padding: 30px 10px;
    }
}
#cases .cases__slider .slide__inner .content h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 26px;
}
@media all and (max-width: 575px) {
    #cases .cases__slider .slide__inner .content h3 {
        font-size: 34px;
        line-height: 120%;
        margin-bottom: 20px;
    }
}
#cases .cases__slider .slide__inner .content h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #cases .cases__slider .slide__inner .content h4 {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 14px;
    }
}
#cases .cases__slider .slide__inner .content h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #cases .cases__slider .slide__inner .content h5 {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 14px;
    }
}
#cases .cases__slider .slide__inner .content p {
    font-weight: 300;
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    #cases .cases__slider .slide__inner .content p {
        font-size: 14px;
    }
}
@media all and (max-width: 575px) {
    #cases .cases__slider .slide__inner .content .btn {
        font-size: 16px;
    }
}
#cases .swiper__nav {
    height: 75px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 575px) {
    #cases .swiper__nav {
        height: 40px;
    }
}
#cases .swiper__nav .swiper-button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    margin: auto;
    z-index: 100;
    width: 63px;
    height: 75px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow_big.svg);
}
@media all and (max-width: 575px) {
    #cases .swiper__nav .swiper-button {
        width: 30px;
        height: 40px;
    }
}
#cases .swiper__nav .swiper-button:hover {
    opacity: 0.7;
}
#cases .swiper__nav .swiper-button:after {
    display: none !important;
}
#cases .swiper__nav .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 10%;
}
@media all and (max-width: 1600px) {
    #cases .swiper__nav .swiper-button.swiper-button-prev {
        left: 4%;
    }
}
@media all and (max-width: 1199px) {
    #cases .swiper__nav .swiper-button.swiper-button-prev {
        left: 10px;
    }
}
#cases .swiper__nav .swiper-button.swiper-button-next {
    right: 10%;
}
@media all and (max-width: 1600px) {
    #cases .swiper__nav .swiper-button.swiper-button-next {
        right: 4%;
    }
}
@media all and (max-width: 1199px) {
    #cases .swiper__nav .swiper-button.swiper-button-next {
        right: 10px;
    }
}
#consultation {
    background-color: #ffce0b;
    padding: 40px 0;
    margin-bottom: 30px;
}
#consultation .heading {
    margin: 0 auto 34px auto;
}
@media all and (min-width: 991px) {
    #consultation .heading {
        max-width: 540px;
        width: 100%;
    }
}
#documents .wrapper {
    background-color: #eceef3;
    -webkit-box-shadow: 0 5px 8.7px rgba(0, 0, 0, 0.18);
    box-shadow: 0 5px 8.7px rgba(0, 0, 0, 0.18);
    border-radius: 35px;
    padding: 136px 90px 52px 90px;
}
@media all and (max-width: 1600px) {
    #documents .wrapper {
        padding-top: 100px;
    }
}
@media all and (max-width: 1500px) {
    #documents .wrapper {
        padding: 50px;
    }
}
@media all and (max-width: 575px) {
    #documents .wrapper {
        padding: 20px;
        border-radius: 20px;
    }
}
#documents .wrapper .gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px 80px;
    padding-bottom: 70px;
    margin-bottom: 36px;
    border-bottom: 1px dashed #c5c5c5;
}
@media all and (max-width: 1600px) {
    #documents .wrapper .gallery {
        gap: 40px 60px;
    }
}
@media all and (max-width: 1500px) {
    #documents .wrapper .gallery {
        gap: 40px;
        padding-bottom: 50px;
    }
}
@media all and (max-width: 991px) {
    #documents .wrapper .gallery {
        gap: 20px;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 767px) {
    #documents .wrapper .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media all and (max-width: 575px) {
    #documents .wrapper .gallery {
        gap: 10px;
    }
}
#documents .wrapper .gallery a img {
    max-height: 350px;
}
#documents .wrapper .gallery__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px 70px;
}
@media all and (max-width: 991px) {
    #documents .wrapper .gallery__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
#documents .wrapper .gallery__content p {
    font-size: 20px;
    line-height: 24px;
}
#documents .wrapper .gallery__content .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
article .aligncenter,
article div.aligncenter,
article img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
article img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
article img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
article .alignright {
    float: right;
}
article .alignleft {
    float: left;
}
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-weight: 500;
    margin-bottom: 0.625em;
}
article h2 {
    font-size: 32px;
    line-height: 38px;
}
@media all and (max-width: 575px) {
    article h2 {
        font-size: 30px;
        line-height: 36px;
    }
}
article h3 {
    font-size: 26px;
    line-height: 34px;
}
article h4 {
    font-size: 22px;
}
article h5 {
    font-size: 18px;
}
article h6 {
    font-size: 16px;
}
article p {
    margin-bottom: 1em;
}
article a {
    color: #00a8d2;
}
article ul {
    margin-bottom: 1em;
    list-style-type: disc;
    padding-left: 15px;
}
article ul ul {
    margin-bottom: 0;
}
article ol li,
article ul li {
    margin-bottom: 4px;
}
article ol {
    margin-bottom: 1em;
    padding-left: 15px;
}
article mark {
    padding: 0;
}
article .wp-block-table,
article table {
    overflow-x: auto;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    padding: 0;
    border-spacing: 0;
}
article table form,
article table li,
article table p,
article table ul {
    margin: 6px 0;
    padding: 0;
}
article table tfoot,
article table thead,
article table.wp-block-table tfoot,
article table.wp-block-table thead {
    border: 1px solid rgba(0, 0, 0, 0.12);
}
article table tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.04);
}
article table th,
article table.wp-block-table th {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 0;
    padding: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media all and (max-width: 575px) {
    article table td,
    article table th {
        min-width: 180px;
    }
}
article table td,
article table.wp-block-table td {
    padding: 12px;
    margin: 0;
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article table.wp-block-table.is-style-stripes {
    border-collapse: collapse;
}
article table.wp-block-table.is-style-stripes td {
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.lightbox-image-container {
    width: 100vw !important;
}
.lightbox-image-container figure img {
    width: auto !important;
    height: auto !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    max-height: 100% !important;
}
#specifications .specifications__heading {
    margin-bottom: 30px;
}
@media all and (max-width: 991px) {
    #specifications .specifications__heading {
        margin-bottom: 10px;
    }
}
#specifications .specifications__heading .heading {
    margin-bottom: 0;
    background-color: #eceef3;
    border-radius: 35px;
    padding: 52px 56px;
}
@media all and (max-width: 1600px) {
    #specifications .specifications__heading .heading {
        padding: 50px 30px;
    }
}
@media all and (max-width: 1199px) {
    #specifications .specifications__heading .heading {
        padding: 40px 30px;
    }
}
#specifications .specifications__heading .heading h2 {
    color: #4f4f4f;
    padding-bottom: 22px;
    margin-bottom: 26px;
    border-bottom: 1px dashed #fff;
}
@media all and (max-width: 575px) {
    #specifications .specifications__heading .heading p {
        font-size: 18px;
    }
}
#specifications .specifications__image {
    margin-bottom: 30px;
}
@media all and (max-width: 991px) {
    #specifications .specifications__image {
        margin-bottom: 30px;
    }
}
@-webkit-keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
#specifications .tabs {
    --transition-time: 0.3s;
    background-color: #eceef3;
    border-radius: 35px;
    padding: 32px 60px;
}
@media all and (max-width: 991px) {
    #specifications .tabs {
        padding: 30px 30px 14px 30px;
    }
}
@media all and (max-width: 991px) {
    #specifications .tabs .tabs__caption {
        margin-bottom: 20px;
    }
}
#specifications .tabs .tabs__caption li {
    cursor: pointer;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    border-bottom: 1px dashed #c5c5c5;
    border-right: 1px dashed #c5c5c5;
    padding: 17px 30px;
}
@media all and (max-width: 991px) {
    #specifications .tabs .tabs__caption li {
        padding: 14px;
        border-left: 1px dashed #c5c5c5;
    }
}
@media all and (max-width: 575px) {
    #specifications .tabs .tabs__caption li {
        font-size: 18px;
    }
}
#specifications .tabs .tabs__caption li:first-child {
    border-top: 1px dashed #c5c5c5;
}
#specifications .tabs .tabs__caption li.active {
    color: #ffce0b;
}
#specifications .tabs .tabs__content {
    display: none;
    -webkit-animation: fadeIn var(--transition-time) ease-out;
    animation: fadeIn var(--transition-time) ease-out;
}
@media all and (min-width: 1199px) {
    #specifications .tabs .tabs__content {
        padding-left: 70px;
    }
}
#specifications .tabs .tabs__content p {
    font-size: 20px;
    line-height: 24px;
}
@media all and (max-width: 1199px) {
    #specifications .tabs .tabs__content p {
        font-size: 16px;
    }
}
#specifications .tabs .tabs__content.active {
    display: block;
}
#footer {
    background-color: #1d1d1b;
    color: #fff;
    margin-bottom: 0;
    padding-top: 36px;
}
@media all and (max-width: 991px) {
    #footer {
        text-align: center;
    }
}
#footer a {
    color: #fff;
}
#footer .footer__item {
    margin-bottom: 30px;
}
#footer .footer__logo .logo__inner a {
    display: inline-block;
    margin-bottom: 22px;
}
#footer .footer__logo .logo__inner a img {
    width: 160px;
    height: auto;
}
#footer .footer__logo .logo__inner p {
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
}
#footer .footer__menu.footer__menu-accent .menu__inner ul {
    border: 2px solid #ffce0b;
    padding: 30px;
}
@media all and (max-width: 1199px) {
    #footer .footer__menu.footer__menu-accent .menu__inner ul {
        padding: 20px;
    }
}
@media all and (min-width: 991px) {
    #footer .footer__menu.footer__menu-accent .menu__inner ul {
        max-width: 346px;
        width: 100%;
        margin: 0 auto;
    }
}
#footer .footer__menu .menu__inner ul li:not(:last-child) {
    margin-bottom: 12px;
}
#footer .footer__menu .menu__inner ul li a {
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    display: inline-block;
}
#footer .footer__menu .menu__inner ul li a:hover {
    color: #ffce0b;
}
@media all and (min-width: 1199px) {
    #footer .footer__contacts .contacts__inner {
        padding-left: 75px;
    }
}
#footer .footer__contacts .contacts__inner .phone {
    font-size: 24px;
    line-height: 29px;
    display: inline-block;
    margin-bottom: 12px;
}
#footer .footer__contacts .contacts__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 18px;
}
@media all and (max-width: 991px) {
    #footer .footer__contacts .contacts__inner ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#footer .footer__contacts .contacts__inner ul li a {
    display: inline-block;
    font-size: 12px;
    line-height: 11px;
    color: #fff;
}
#footer .footer__contacts .contacts__inner ul li a:hover {
    color: #ffce0b;
}
#footer .footer__contacts .contacts__inner ul li p {
    font-size: 10px;
    line-height: 11px;
}
#footer .footer__contacts .contacts__inner ul .email a {
    text-decoration: underline;
}
#footer .footer__contacts .contacts__inner .address {
    font-size: 10px;
    line-height: 11px;
}
#page {
    border-top: 40px solid #eceef3;
    padding-top: 40px;
}
@media (min-width: 1500px) {
    #page .page__catalog .page__aside {
        width: 20%;
    }
}
#page .page__catalog .page__aside aside {
    border-right: 1px dashed #c5c5c5;
    padding-right: 30px;
    padding-top: 60px;
}
@media all and (max-width: 1199px) {
    #page .page__catalog .page__aside aside {
        padding-right: 20px;
        padding-top: 0;
    }
}
@media all and (max-width: 991px) {
    #page .page__catalog .page__aside aside {
        padding-right: 0;
        border-right: none;
    }
}
#page .page__catalog .page__aside aside .return {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #000;
    display: inline-block;
}
@media all and (max-width: 1740px) {
    #page .page__catalog .page__aside aside .return {
        font-size: 20px;
    }
}
@media all and (max-width: 1199px) {
    #page .page__catalog .page__aside aside .return {
        font-size: 16px;
    }
}
@media all and (max-width: 991px) {
    #page .page__catalog .page__aside aside .return {
        margin-bottom: 20px;
    }
}
#page .page__catalog .page__aside aside .return:hover {
    color: #ffce0b;
}
#page .page__catalog .page__aside #filter-btn {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-color: #b5b5b5;
    border: none;
    color: #fff;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
}
@media all and (min-width: 991px) {
    #page .page__catalog .page__aside #filter-btn {
        display: none;
    }
}
#page .page__catalog .page__aside #filter-btn.active {
    background-color: #949494;
}
@media all and (max-width: 991px) {
    #page .page__catalog .page__aside .aside__filter {
        display: none;
        margin-bottom: 30px;
        -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.3);
        border-radius: 9px;
        padding: 20px;
    }
}
#page
    .page__catalog
    .page__aside
    .aside__filter
    .berocket_single_filter_widget:not(:last-child) {
    margin-bottom: 40px;
}
@media all and (max-width: 1600px) {
    #page
        .page__catalog
        .page__aside
        .aside__filter
        .berocket_single_filter_widget:not(:last-child) {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 991px) {
    #page
        .page__catalog
        .page__aside
        .aside__filter
        .berocket_single_filter_widget_204 {
        margin-bottom: 16px !important;
    }
}
#page .page__catalog .page__aside .aside__filter .bapf_sfilter {
    margin-bottom: 0;
}
#page .page__catalog .page__aside .aside__filter .bapf_head {
    margin-bottom: 24px;
}
@media all and (max-width: 1600px) {
    #page .page__catalog .page__aside .aside__filter .bapf_head {
        margin-bottom: 18px;
    }
}
@media all and (max-width: 991px) {
    #page .page__catalog .page__aside .aside__filter .bapf_head {
        margin-bottom: 14px;
    }
}
#page .page__catalog .page__aside .aside__filter .bapf_head h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
}
@media all and (max-width: 1600px) {
    #page .page__catalog .page__aside .aside__filter .bapf_head h3 {
        font-size: 20px;
        line-height: 110%;
    }
}
#page .page__catalog .page__aside .aside__filter .bapf_button {
    min-width: 250px;
}
@media all and (max-width: 1199px) {
    #page .page__catalog .page__aside .aside__filter .bapf_button {
        min-width: inherit;
        width: 100%;
    }
}
#page
    .page__catalog
    .page__aside
    .aside__filter
    .bapf_body
    .bapf_from
    .bapf_tbprice,
#page
    .page__catalog
    .page__aside
    .aside__filter
    .bapf_body
    .bapf_to
    .bapf_tbprice {
    display: none;
}
#page .page__catalog .page__aside .aside__filter .bapf_body .bapf_from input,
#page .page__catalog .page__aside .aside__filter .bapf_body .bapf_to input {
    border: 1px solid #c8c8c8;
    border-radius: 9px;
    width: calc(100% - 5px);
    height: 40px;
    text-align: center;
}
#page .page__catalog .page__aside .aside__filter .bapf_body ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#page
    .page__catalog
    .page__aside
    .aside__filter
    .bapf_body
    ul
    li:not(:last-child) {
    margin-bottom: 16px !important;
}
@media all and (max-width: 1600px) {
    #page
        .page__catalog
        .page__aside
        .aside__filter
        .bapf_body
        ul
        li:not(:last-child) {
        margin-bottom: 12px !important;
    }
}
@media all and (max-width: 991px) {
    #page
        .page__catalog
        .page__aside
        .aside__filter
        .bapf_body
        ul
        li:not(:last-child) {
        margin-bottom: 6px !important;
    }
}
#page .page__catalog .page__aside .aside__filter .bapf_body ul li input {
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    background-color: #fff;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#page .page__catalog .page__aside .aside__filter .bapf_body ul li label {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #696969;
}
@media all and (max-width: 1600px) {
    #page .page__catalog .page__aside .aside__filter .bapf_body ul li label {
        font-size: 16px;
    }
}
#page .page__catalog .page__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 80px;
}
@media (min-width: 1500px) {
    #page .page__catalog .page__main {
        width: 80%;
    }
}
@media all and (max-width: 991px) {
    #page .page__catalog .page__main {
        gap: 40px;
    }
}
#page .page__catalog .page__main .main__inner {
    border-top: 1px dashed #c5c5c5;
    padding-top: 24px;
}
#page .page__catalog .page__main .view-switcher {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 120px;
    border: 1px solid #c5c5c5;
    border-radius: 9px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 30px;
    overflow: hidden;
}
@media all and (max-width: 991px) {
    #page .page__catalog .page__main .view-switcher {
        display: none;
    }
}
#page .page__catalog .page__main .view-switcher .view-btn {
    border: none;
    background-color: #fff;
    width: 100%;
    height: 46px;
}
#page .page__catalog .page__main .view-switcher .view-btn svg {
    fill: #b2b2b2;
}
#page .page__catalog .page__main .view-switcher .view-btn.active {
    background-color: #ffce0b;
}
@media all and (min-width: 991px) {
    #page .page__catalog .page__main .products.list-view .product__item {
        width: 100%;
    }
}
@media all and (min-width: 991px) {
    #page
        .page__catalog
        .page__main
        .products.list-view
        .product__item
        .item__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 20px;
    }
}
@media all and (min-width: 991px) {
    #page
        .page__catalog
        .page__main
        .products.list-view
        .product__item
        .item__inner
        .product__image {
        min-height: inherit;
        height: 200px;
        width: 200px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    #page
        .page__catalog
        .page__main
        .products.list-view
        .product__item
        .item__inner
        .product__image
        img {
        max-height: 200px;
    }
}
@media all and (min-width: 991px) {
    #page
        .page__catalog
        .page__main
        .products.list-view
        .product__item
        .item__inner
        .product__details {
        width: 100%;
    }
}
@media all and (min-width: 991px) {
    #page
        .page__catalog
        .page__main
        .products.list-view
        .product__item
        .item__inner
        .product__details
        .product__more {
        text-align: left;
    }
}
#page .page__catalog .page__main .consultation {
    max-width: 688px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 8.7px rgba(0, 0, 0, 0.18);
    box-shadow: 0 5px 8.7px rgba(0, 0, 0, 0.18);
    border-radius: 9px;
    border-top: 13px solid #ffce0b;
    padding: 20px 50px;
}
@media all and (max-width: 991px) {
    #page .page__catalog .page__main .consultation {
        padding: 20px;
    }
}
#page .page__catalog .page__main .consultation .consultation__heading {
    padding-top: 20px;
}
@media all and (max-width: 991px) {
    #page .page__catalog .page__main .consultation .consultation__heading {
        padding-top: 0;
        margin-bottom: 30px;
    }
}
#page .page__catalog .page__main .consultation .consultation__heading h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 108%;
    margin-bottom: 20px;
}
#page .page__catalog .page__main .consultation .consultation__heading p {
    font-size: 13px;
    line-height: 16px;
}
#page
    .page__catalog
    .page__main
    .consultation
    .consultation__form
    .form__inner
    form
    .form__item
    textarea {
    height: 50px;
}
#page .page__catalog .page__main #page-product h1 {
    font-size: 40px;
    line-height: 48px;
    color: #ffce0b;
    margin-bottom: 18px;
}
@media all and (max-width: 575px) {
    #page .page__catalog .page__main #page-product h1 {
        font-size: 32px;
        line-height: 39px;
    }
}
#page .page__catalog .page__main #page-product h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 50px;
}
@media all and (max-width: 1600px) {
    #page .page__catalog .page__main #page-product h2 {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 575px) {
    #page .page__catalog .page__main #page-product h2 {
        font-size: 26px;
        line-height: 110%;
    }
}
#page .page__catalog .page__main #page-product .product__desc {
    margin-bottom: 80px;
}
@media all and (max-width: 1600px) {
    #page .page__catalog .page__main #page-product .product__desc {
        margin-bottom: 60px;
    }
}
@media all and (max-width: 1199px) {
    #page .page__catalog .page__main #page-product .product__desc {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 1199px) {
    #page .page__catalog .page__main #page-product .product__gallery {
        margin-bottom: 40px;
    }
}
@media all and (max-width: 991px) {
    #page .page__catalog .page__main #page-product .product__gallery {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__gallery
    .product__image {
    position: relative;
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__gallery
    .product__image
    .gallery__inner
    .onsale {
    display: none;
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 18px;
}
@media all and (max-width: 767px) {
    #page
        .page__catalog
        .page__main
        #page-product
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    .woocommerce-product-gallery__wrapper {
    width: 100%;
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    .flex-viewport {
    margin-bottom: 0;
    width: 100%;
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 400px;
}
@media all and (max-width: 575px) {
    #page
        .page__catalog
        .page__main
        #page-product
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        a {
        height: 300px;
    }
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    a
    img {
    max-height: 390px;
    width: auto;
    height: auto;
}
@media all and (max-width: 575px) {
    #page
        .page__catalog
        .page__main
        #page-product
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        a
        img {
        max-height: 290px;
    }
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    .flex-control-nav.flex-control-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 767px) {
    #page
        .page__catalog
        .page__main
        #page-product
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        .flex-control-nav.flex-control-thumbs {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
    }
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    .flex-control-nav.flex-control-thumbs
    li {
    width: 100px;
    height: 88px;
    border: 1px solid transparent;
    padding: 5px;
    text-align: center;
    border-radius: 9px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media all and (max-width: 575px) {
    #page
        .page__catalog
        .page__main
        #page-product
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        .flex-control-nav.flex-control-thumbs
        li {
        width: 60px;
        height: 60px;
    }
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    .flex-control-nav.flex-control-thumbs
    li.active {
    border: 1px solid #ffce0b;
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    .flex-control-nav.flex-control-thumbs
    li
    img {
    max-height: 80px;
    width: auto;
    height: auto;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 575px) {
    #page
        .page__catalog
        .page__main
        #page-product
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        .flex-control-nav.flex-control-thumbs
        li
        img {
        max-height: 55px;
    }
}
#page .page__catalog .page__main #page-product .product__attr .attr__inner ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 30px;
}
@media all and (max-width: 991px) {
    #page
        .page__catalog
        .page__main
        #page-product
        .product__attr
        .attr__inner
        ul {
        gap: 30px;
    }
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__attr
    .attr__inner
    ul
    li {
    font-size: 17px;
    line-height: 21px;
}
@media all and (max-width: 575px) {
    #page
        .page__catalog
        .page__main
        #page-product
        .product__attr
        .attr__inner
        ul
        li {
        font-size: 16px;
    }
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__attr
    .attr__inner
    ul
    li
    h6 {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #696969;
    margin-bottom: 6px;
}
@media all and (max-width: 575px) {
    #page
        .page__catalog
        .page__main
        #page-product
        .product__attr
        .attr__inner
        ul
        li
        h6 {
        font-size: 16px;
    }
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__attr
    .attr__inner
    .price__wrapper {
    max-width: 326px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15.3px rgba(0, 0, 0, 0.18);
    box-shadow: 0 5px 15.3px rgba(0, 0, 0, 0.18);
    border-radius: 9px;
    padding: 55px 60px 42px 60px;
    text-align: center;
}
@media all and (max-width: 575px) {
    #page
        .page__catalog
        .page__main
        #page-product
        .product__attr
        .attr__inner
        .price__wrapper {
        max-width: none;
        padding: 30px;
    }
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__attr
    .attr__inner
    .price__wrapper
    .price {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px;
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__attr
    .attr__inner
    .price__wrapper
    .btn {
    width: 100%;
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__block.product__specifications {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__block.product__specifications
    .table__wrapper {
    overflow-x: auto;
}
@media all and (max-width: 575px) {
    #page
        .page__catalog
        .page__main
        #page-product
        .product__block.product__specifications
        .table__wrapper
        td,
    #page
        .page__catalog
        .page__main
        #page-product
        .product__block.product__specifications
        .table__wrapper
        th {
        min-width: 180px;
    }
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__block.product__specifications
    .table__wrapper
    table
    thead {
    background-color: #eceef3;
    border: none;
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__block.product__specifications
    .table__wrapper
    table
    thead
    tr {
    border: none;
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__block.product__specifications
    .table__wrapper
    table
    thead
    tr
    th {
    border: none;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-transform: none;
}
@media all and (max-width: 575px) {
    #page
        .page__catalog
        .page__main
        #page-product
        .product__block.product__specifications
        .table__wrapper
        table
        thead
        tr
        th {
        font-size: 20px;
        line-height: 26px;
    }
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__block.product__specifications
    .table__wrapper
    table
    tbody
    tr {
    background-color: #fff;
}
@media all and (max-width: 575px) {
    #page
        .page__catalog
        .page__main
        #page-product
        .product__block.product__specifications
        .table__wrapper
        table
        tbody
        tr {
        font-size: 14px;
    }
}
#page
    .page__catalog
    .page__main
    #page-product
    .product__block.product__specifications
    .table__wrapper
    table
    tbody
    tr
    td {
    border-top: none;
    border-bottom: 1px dashed #c5c5c5;
}
#page .page__catalog .page__main #page-product .product__block {
    border-bottom: 1px dashed #c5c5c5;
    padding-bottom: 50px;
    margin-bottom: 60px;
}
@media all and (max-width: 1600px) {
    #page .page__catalog .page__main #page-product .product__block {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }
}
@media all and (max-width: 575px) {
    #page .page__catalog .page__main #page-product .product__block {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
}
.woocommerce-pagination {
    padding-top: 20px;
}
.woocommerce-pagination .page-numbers {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    float: left;
    padding: 8px 12px;
    margin: 0 8px 3px 8px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    min-width: 40px;
    border-radius: 50%;
}
@media all and (max-width: 767px) {
    .woocommerce-pagination .page-numbers a,
    .woocommerce-pagination .page-numbers span {
        margin: 5px;
    }
}
.woocommerce-pagination .page-numbers a {
    color: #000;
}
.woocommerce-pagination .page-numbers span {
    border-color: #ffce0b;
    background-color: #ffce0b;
    color: #000;
}
.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
    display: none !important;
}
.woocommerce-pagination .page-numbers .next:after,
.woocommerce-pagination .page-numbers .prev:after {
    display: none;
}
@media all and (max-width: 767px) {
    .woocommerce-pagination .page-numbers .next,
    .woocommerce-pagination .page-numbers .prev {
        display: none;
    }
}

#page .page__objects {
    padding-top: 20px;
}
#page .page__objects .objects__item:not(:last-child) {
    margin-bottom: 130px;
    padding-bottom: 110px;
    border-bottom: 1px dashed #c5c5c5;
}
@media all and (max-width: 1600px) {
    #page .page__objects .objects__item:not(:last-child) {
        margin-bottom: 80px;
        padding-bottom: 70px;
    }
}
@media all and (max-width: 991px) {
    #page .page__objects .objects__item:not(:last-child) {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
}
@media all and (max-width: 991px) {
    #page .page__objects .objects__item .objects__gallery {
        margin-bottom: 30px;
    }
}
#page .page__objects .objects__item .objects__gallery .gallery__inner {
    position: relative;
}
#page .page__objects .objects__item .objects__gallery .slide__inner a {
    display: block;
    height: 560px;
    border-top: 13px solid #f1cd00;
    border-bottom: 13px solid #f1cd00;
}
@media all and (max-width: 991px) {
    #page .page__objects .objects__item .objects__gallery .slide__inner a {
        height: 440px;
    }
}
@media all and (max-width: 575px) {
    #page .page__objects .objects__item .objects__gallery .slide__inner a {
        height: 300px;
    }
}
#page .page__objects .objects__item .objects__gallery .slide__inner a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#page .page__objects .objects__item .swiper__nav {
    height: 75px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 575px) {
    #page .page__objects .objects__item .swiper__nav {
        height: 40px;
    }
}
#page .page__objects .objects__item .swiper__nav .swiper-button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    margin: auto;
    z-index: 100;
    width: 63px;
    height: 75px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow_big.svg);
}
@media all and (max-width: 575px) {
    #page .page__objects .objects__item .swiper__nav .swiper-button {
        width: 30px;
        height: 40px;
    }
}
#page .page__objects .objects__item .swiper__nav .swiper-button:hover {
    opacity: 0.7;
}
#page .page__objects .objects__item .swiper__nav .swiper-button:after {
    display: none !important;
}
#page
    .page__objects
    .objects__item
    .swiper__nav
    .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 18px;
}
@media all and (max-width: 1199px) {
    #page
        .page__objects
        .objects__item
        .swiper__nav
        .swiper-button.swiper-button-prev {
        left: 10px;
    }
}
#page
    .page__objects
    .objects__item
    .swiper__nav
    .swiper-button.swiper-button-next {
    right: 18px;
}
@media all and (max-width: 1199px) {
    #page
        .page__objects
        .objects__item
        .swiper__nav
        .swiper-button.swiper-button-next {
        right: 10px;
    }
}
#page .page__objects .objects__item .objects__details .details__inner {
    padding-left: 70px;
}
@media all and (max-width: 1600px) {
    #page .page__objects .objects__item .objects__details .details__inner {
        padding-left: 40px;
    }
}
@media all and (max-width: 1199px) {
    #page .page__objects .objects__item .objects__details .details__inner {
        padding-left: 0;
    }
}
#page .page__objects .objects__item .objects__details .details__inner h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #page .page__objects .objects__item .objects__details .details__inner h3 {
        font-size: 34px;
        line-height: 120%;
    }
}
#page .page__objects .objects__item .objects__details .details__inner h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 18px;
}
@media all and (max-width: 575px) {
    #page .page__objects .objects__item .objects__details .details__inner h4 {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 14px;
    }
}
#page .page__objects .objects__item .objects__details .details__inner h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #page .page__objects .objects__item .objects__details .details__inner h5 {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 14px;
    }
}
#page .page__objects .objects__item .objects__details .details__inner p {
    font-weight: 300;
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    #page .page__objects .objects__item .objects__details .details__inner p {
        font-size: 14px;
    }
}
#page
    .page__objects
    .objects__item
    .objects__details
    .details__inner
    .details__gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
@media all and (max-width: 575px) {
    #page
        .page__objects
        .objects__item
        .objects__details
        .details__inner
        .details__gallery {
        gap: 14px;
    }
}
#page
    .page__objects
    .objects__item
    .objects__details
    .details__inner
    .details__gallery
    a {
    display: block;
    height: 97px;
}
#page
    .page__objects
    .objects__item
    .objects__details
    .details__inner
    .details__gallery
    a
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
