@charset "UTF-8";
@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Manrope-Light.woff2) format("woff2");
}
@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Manrope-Regular.woff2) format("woff2");
}
@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Manrope-Medium.woff2) format("woff2");
}
@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Manrope-Semibold.woff2) format("woff2");
}
@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Manrope-Bold.woff2) format("woff2");
}
@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Manrope-ExtraBold.woff2) format("woff2");
}
body,
html {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: Manrope, sans-serif;
    font-size: 1em;
    line-height: 1.375;
    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: #6a7181;
    background-color: #fff;
    font-weight: 400;
}
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-weight: 600;
    font-style: normal;
    margin: 0;
    color: #242c3c;
    text-transform: uppercase;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-weight: 600;
}
.heading {
    margin-bottom: 50px;
}
@media all and (max-width: 575px) {
    .heading {
        margin-bottom: 30px;
    }
}
.heading.heading-small {
    margin-bottom: 30px;
}
.heading.heading-small h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    color: #6a7181;
    text-transform: none;
}
.heading h1,
.heading h2 {
    font-size: 36px;
    line-height: 48px;
}
@media all and (max-width: 575px) {
    .heading h1,
    .heading h2 {
        font-size: 28px;
        line-height: 38px;
    }
}
.heading p {
    margin-top: 10px;
    line-height: 26px;
}
@media all and (max-width: 575px) {
    .heading p {
        font-size: 14px;
        line-height: 22px;
    }
}
h3 {
    font-size: 28px;
    line-height: 160%;
}
h4 {
    font-size: 24px;
    line-height: 33px;
}
h5 {
    font-size: 20px;
    line-height: 28px;
}
.btn,
.button {
    display: inline-block;
    text-align: center;
    color: #242c3b;
    background-color: #fff;
    padding: 8.3px 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    border: 2px solid #a30d0d;
    border-radius: 22px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.btn span,
.button span {
    position: relative;
    padding-right: 28px;
    display: inline-block;
}
.btn span:after,
.button span:after {
    position: absolute;
    content: "";
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_1.svg);
    width: 18px;
    height: 18px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.btn:hover,
.button:hover {
    color: #fff;
    background-color: #a30d0d;
}
.btn:hover span:after,
.button:hover span:after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0)
        saturate(0) hue-rotate(50deg) brightness(108%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0)
        hue-rotate(50deg) brightness(108%) contrast(101%);
}
.btn.btn-black,
.button.btn-black {
    border: 1px solid #000;
    padding: 9.45px 15px;
}
.btn.btn-black:hover,
.button.btn-black:hover {
    color: #fff;
    background-color: #000;
}
.btn.btn-black:hover span:after,
.button.btn-black:hover span:after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0)
        saturate(0) hue-rotate(50deg) brightness(108%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0)
        hue-rotate(50deg) brightness(108%) contrast(101%);
}
.btn.btn-red,
.button.btn-red {
    color: #fff;
    background-color: #a30d0d;
}
.btn.btn-red span:after,
.button.btn-red span:after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0)
        saturate(7500%) hue-rotate(184deg) brightness(120%) contrast(114%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7500%)
        hue-rotate(184deg) brightness(120%) contrast(114%);
}
.btn.btn-blue,
.button.btn-blue {
    border: 1px solid #242c3c;
    background-color: #242c3c;
    color: #fff;
    padding: 9.45px 15px;
}
.btn.btn-blue span:after,
.button.btn-blue span:after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0)
        saturate(7500%) hue-rotate(184deg) brightness(120%) contrast(114%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7500%)
        hue-rotate(184deg) brightness(120%) contrast(114%);
}
.btn.btn-blue:hover,
.button.btn-blue:hover {
    background-color: #333e54;
}
.btn.btn-big,
.button.btn-big {
    padding: 12.5px 27px;
    border-radius: 14px;
}
.button .tinvwl-txt {
    padding: 0;
    white-space: nowrap;
}
.button .tinvwl-txt:after {
    display: none;
}
@media all and (max-width: 1300px) {
    .btn {
        font-size: 15px;
    }
}
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;
}
.swiper-button-disabled {
    cursor: pointer !important;
    pointer-events: auto !important;
}
section {
    margin-bottom: 50px;
}
@media all and (max-width: 575px) {
    section {
        margin-bottom: 40px;
    }
}
#arrowup {
    position: fixed;
    right: 20px;
    bottom: 30px;
    background-size: 30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow_up.svg);
    width: 50px;
    height: 50px;
    background-color: #a30d0d;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    z-index: 1000;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 575px) {
    #arrowup {
        width: 40px;
        height: 40px;
        background-size: 24px;
    }
}
#arrowup.active {
    opacity: 1;
    visibility: visible;
}
.modal {
    color: #6a7181;
    max-width: 1240px;
    width: 100%;
    border-radius: 20px;
}
#modal_lighting,
#modal_request {
    color: #242c3c;
    background-color: #a30d0d;
    padding: 0;
}
@media all and (max-width: 1199px) {
    #modal_lighting,
    #modal_request {
        padding: 30px;
    }
}
#modal_lighting {
    max-width: 600px;
    padding: 30px;
}
#modal_lighting .request__wrapper {
    background-image: none;
}
#modal_lighting .request__wrapper .request__form {
    max-width: none;
    padding: 0;
}
.request__wrapper {
    background-color: #a30d0d;
    border-radius: 20px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/25.webp);
}
@media all and (max-width: 1199px) {
    .request__wrapper {
        background-image: none;
    }
}
@media all and (min-width: 1199px) {
    .request__wrapper .request__form {
        max-width: 468px;
        width: 100%;
        padding: 30px 0 30px 30px;
    }
}
.request__wrapper .request__form .heading {
    margin-bottom: 20px;
}
.request__wrapper .request__form .heading h2 {
    color: #f2f4f6;
}
.request__wrapper .request__form .form__inner {
    margin-bottom: 20px;
}
.request__wrapper .request__form .form__inner .wpcf7-response-output {
    text-align: center;
    color: #f2f4f6;
}
@media all and (max-width: 991px) {
    .request__wrapper .request__form .form__inner form .form__policy {
        margin-top: 16px;
    }
}
.request__wrapper .request__form .text {
    background-color: #f2f4f6;
    padding: 20px;
    border-radius: 20px;
}
.request__wrapper .request__form .text h4 {
    margin-bottom: 20px;
    font-size: 23px;
}
@media all and (max-width: 575px) {
    .request__wrapper .request__form .text h4 {
        font-size: 20px;
        line-height: 120%;
    }
}
.request__wrapper .request__form .text hr {
    max-width: 60px;
    width: 100%;
    border: none;
    background-color: #a9adb5;
    margin-bottom: 20px;
}
.request__wrapper .request__form .text ul {
    list-style-type: disc;
    padding-left: 17px;
    color: #242c3c;
}
@media all and (max-width: 1199px) {
    #request .request__wrapper .request__form {
        padding: 30px;
    }
}
#modal_thanks {
    max-width: 500px;
    border-radius: 20px;
}
#modal_thanks h2 {
    font-size: 30px;
}
@media all and (max-width: 575px) {
    #modal_thanks h2 {
        font-size: 22px;
    }
}
.form__inner.form__inner-black form .form__item input {
    background-color: #e5eaf3;
}
.form__inner form .form__item {
    margin-bottom: 15px;
}
.form__inner form .form__item.form__item-border input {
    border: 1px solid #0a0a0a;
    background-color: #fff;
}
.form__inner form .form__item input {
    width: 100%;
    height: 44px;
    border-radius: 20px;
    background-color: #f9fbff;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
}
.form__inner form .form__submit {
    position: relative;
}
.form__inner form .form__submit .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.form__inner form .form__policy p {
    font-size: 10px;
    line-height: 14px;
    color: #f2f4f7;
}
.form__inner form .form__policy p a {
    color: #fff;
}
.form__inner form .form__policy p a:hover {
    text-decoration: underline;
}
header {
    margin-bottom: 20px;
    position: relative;
}
@media all and (max-width: 991px) {
    header {
        margin-bottom: 10px;
    }
}
@media all and (min-width: 575px) {
    header.page {
        margin-bottom: 40px;
    }
}
header .header__top {
    padding-top: 6px;
    padding-bottom: 10px;
}
header .header__top .wrapper {
    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: 24px;
}
@media all and (max-width: 991px) {
    header .header__top .wrapper {
        gap: 20px;
    }
}
header .header__top .wrapper .logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    color: #242c3c;
}
header .header__top .wrapper .logo a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header .header__top .wrapper .logo a img {
    width: 66px;
    height: auto;
}
header .header__top .wrapper .logo p {
    font-size: 14px;
    line-height: 19px;
}
@media all and (max-width: 1300px) {
    header .header__top .wrapper .logo p {
        font-size: 11px;
        line-height: 13px;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .logo p {
        display: none;
    }
}
@media all and (max-width: 575px) {
    header .header__top .wrapper .call {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .call .btn {
        font-size: 13px;
        padding: 4.5px 10px;
        border-radius: 17px;
    }
}
header .header__top .wrapper .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
@media all and (max-width: 991px) {
    header .header__top .wrapper .social {
        display: none;
    }
}
header .header__top .wrapper .social li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    line-height: 120%;
    color: #242c3c;
}
header .header__top .wrapper .social li a:hover {
    color: #a30d0d;
}
header .header__top .wrapper .calc {
    color: #6a7181;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #242c3c;
}
@media all and (max-width: 991px) {
    header .header__top .wrapper .calc {
        display: none;
    }
}
header .header__top .wrapper .calc:hover {
    color: #a30d0d;
}
header .header__top .wrapper .contacts {
    text-align: right;
}
@media all and (max-width: 991px) {
    header .header__top .wrapper .contacts {
        display: none;
    }
}
header .header__top .wrapper .contacts li {
    font-size: 13px;
}
header .header__top .wrapper .contacts li:not(:last-child) {
    margin-bottom: 8px;
}
header .header__top .wrapper .contacts a {
    font-size: 20px;
    color: #000;
    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: 10px;
}
header .header__top .wrapper .contacts a:hover {
    color: #a30d0d;
}
header .header__top .wrapper .header_burger {
    position: relative;
}
@media all and (min-width: 991px) {
    header .header__top .wrapper .header_burger {
        display: none;
    }
}
header .header__top .wrapper .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__top .wrapper .header_burger .burger_button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    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__top .wrapper .header_burger .burger_button span:nth-child(1) {
    top: 4px;
}
header .header__top .wrapper .header_burger .burger_button span:nth-child(2) {
    top: 12px;
}
header .header__top .wrapper .header_burger .burger_button span:nth-child(3) {
    top: 20px;
}
header
    .header__top
    .wrapper
    .header_burger
    .burger_button.open
    span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
header
    .header__top
    .wrapper
    .header_burger
    .burger_button.open
    span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
header
    .header__top
    .wrapper
    .header_burger
    .burger_button.open
    span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header .header__top .wrapper .header_burger .menu_toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: 0;
    overflow: auto;
    z-index: 11;
    padding-top: 0;
    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__top .wrapper .header_burger .menu_toggle.slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
header .header__top .wrapper .header_burger .menu_toggle.menuopen {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
header .header__top .wrapper .header_burger .menu_toggle .toggle__inner {
    width: 100%;
    margin: 0 auto;
    max-width: 690px;
}
@media all and (max-width: 767px) {
    header .header__top .wrapper .header_burger .menu_toggle .toggle__inner {
        max-width: 510px;
    }
}
@media all and (max-width: 575px) {
    header .header__top .wrapper .header_burger .menu_toggle .toggle__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .menu__top {
    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: 10px;
    margin-bottom: 16px;
    padding-top: 16px;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .menu__top
    .logo
    img {
    width: 44px;
    height: auto;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .menu__top
    .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header .header__top .wrapper .header_burger .menu_toggle .toggle__inner .calc {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #dc2222;
    display: block;
    padding: 13px;
    margin-bottom: 20px;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .calc:hover {
    background-color: #a30d0d;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu {
    padding-bottom: 28px;
    border-bottom: 1px solid #dfdfdf;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li:not(:last-child) {
    margin-bottom: 16px;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.current-menu-item
    a {
    color: #a30d0d;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    color: #000;
    padding-top: 4px;
    padding-bottom: 4px;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a:hover {
    color: #a30d0d;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .contacts {
    display: block;
    text-align: left;
    padding-top: 32px;
    margin-bottom: 16px;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .contacts
    a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .contacts
    a:hover {
    color: #a30d0d;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .contacts
    li:not(:last-child) {
    margin-bottom: 16px;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
header
    .header__top
    .wrapper
    .header_burger
    .menu_toggle
    .toggle__inner
    .social:hover {
    opacity: 0.8;
}
@media all and (max-width: 991px) {
    header .header__menu {
        display: none;
    }
}
header .header__menu .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 74px;
}
@media all and (max-width: 1300px) {
    header .header__menu .wrapper {
        gap: 60px;
    }
}
@media all and (max-width: 1199px) {
    header .header__menu .wrapper {
        gap: 40px;
    }
}
header .header__menu .wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 44px;
}
@media all and (max-width: 1300px) {
    header .header__menu .wrapper ul {
        gap: 30px;
    }
}
@media all and (max-width: 1199px) {
    header .header__menu .wrapper ul {
        gap: 10px;
    }
}
header .header__menu .wrapper ul li {
    position: relative;
}
header .header__menu .wrapper ul li.current-menu-item > a {
    color: #a30d0d;
}
header .header__menu .wrapper ul li:hover > a {
    color: #a30d0d;
}
header .header__menu .wrapper ul li a {
    color: #6a7181;
    padding: 10px 15px;
    display: inline-block;
}
header .header__menu .wrapper ul li.btn-catalog a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #fff;
    border: none;
    background-size: 22px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_6.svg);
    padding: 10px 4px 10px 37px;
}
header .header__menu .wrapper ul li.btn-catalog a.active {
    background-color: #bebebe;
}
header .header__menu .wrapper ul li.menu-item-has-children {
    position: relative;
}
header .header__menu .wrapper ul li.menu-item-has-children:before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_7.svg);
    width: 10px;
    height: 6px;
    top: 1px;
    bottom: 0;
    right: -3px;
    margin: auto;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
header .header__menu .wrapper ul li.menu-item-has-children:hover:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(85%)
        saturate(4573%) hue-rotate(356deg) brightness(100%) contrast(95%);
    filter: brightness(0) saturate(100%) invert(10%) sepia(85%) saturate(4573%)
        hue-rotate(356deg) brightness(100%) contrast(95%);
}
header .header__menu .wrapper ul li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
header .header__menu .wrapper ul li.menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 36px;
    left: 0;
    padding: 14px;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    display: block;
    background-color: #fff;
    z-index: 10;
    -webkit-box-shadow: 0 0 23px 0 rgba(82, 82, 82, 0.18);
    box-shadow: 0 0 23px 0 rgba(82, 82, 82, 0.18);
    border-radius: 10px;
}
@media all and (max-width: 991px) {
    header .header__menu .wrapper ul li.menu-item-has-children ul.sub-menu {
        width: 180px;
    }
}
header .header__menu .wrapper ul li.menu-item-has-children ul.sub-menu li {
    margin-right: 0;
}
header
    .header__menu
    .wrapper
    ul
    li.menu-item-has-children
    ul.sub-menu
    li:not(:last-child) {
    margin-bottom: 10px;
}
header
    .header__menu
    .wrapper
    ul
    li.menu-item-has-children
    ul.sub-menu
    li:after {
    left: 16px;
}
header
    .header__menu
    .wrapper
    ul
    li.menu-item-has-children
    ul.sub-menu
    li:before {
    right: 8px;
    top: 13px;
    bottom: auto;
}
@media all and (max-width: 991px) {
    header
        .header__menu
        .wrapper
        ul
        li.menu-item-has-children
        ul.sub-menu
        li:before {
        right: 6px;
    }
}
header .header__menu .wrapper ul li.menu-item-has-children ul.sub-menu li a {
    line-height: 20px;
    display: block;
    padding: 0;
}
header
    .header__menu
    .wrapper
    ul
    li.menu-item-has-children
    ul.sub-menu
    ul.sub-menu {
    left: 198px;
    top: -5px;
}
header #catalog-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 200;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 991px) {
    header #catalog-menu {
        display: none !important;
    }
}
header #catalog-menu.active {
    opacity: 1;
    visibility: visible;
}
header #catalog-menu .wrapper {
    border-radius: 20px;
    border: 1px solid #000;
    background-color: #f7f7f9;
    padding: 13px 36px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
header #catalog-menu ul li {
    position: relative;
    padding: 6px 0;
    display: block;
}
header #catalog-menu ul li.active > a {
    color: #a30d0d;
}
header #catalog-menu ul li a {
    display: inline-block;
    font-weight: 500;
    color: #242c3c;
    width: 100%;
}
header #catalog-menu ul li a:hover {
    color: #a30d0d;
}
header #catalog-menu ul li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}
header #catalog-menu ul li .sub-menu {
    position: absolute;
    left: 60px;
    top: 30px;
    width: 370px !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    background-color: #fff;
    -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: 20px;
    padding: 13px 24px;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 20px;
}
header #catalog-menu ul li .sub-menu li {
    padding: 3px 0;
}
header #catalog-menu ul li .sub-menu li a {
    font-size: 15px;
}
@media all and (max-width: 1399px) {
    header #catalog-menu ul li .sub-menu {
        padding: 13px;
    }
}
@media all and (max-width: 1300px) {
    header #catalog-menu ul li .sub-menu {
        left: 40px;
    }
}
@media all and (max-width: 1199px) {
    header #catalog-menu ul li .sub-menu {
        width: 300px !important;
        left: 20px;
    }
}
@media all and (max-width: 1199px) {
    header #catalog-menu ul li .sub-menu .sub-menu {
        left: -10px;
    }
}
#mainblock {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    #mainblock {
        margin-bottom: 30px;
    }
}
@media all and (min-width: 991px) {
    #mainblock .mainblock__content {
        padding-right: 0;
    }
}
@media all and (min-width: 991px) {
    #mainblock .mainblock__content .content__inner {
        background-color: #f7f7f9;
        border-radius: 20px;
        padding: 10px 20px 0 30px;
    }
}
#mainblock .mainblock__content .content__inner .text {
    margin-bottom: 8px;
}
@media all and (max-width: 991px) {
    #mainblock .mainblock__content .content__inner .text {
        display: none;
    }
}
#mainblock .mainblock__content .content__inner .text h1 {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 15px;
}
@media all and (max-width: 1199px) {
    #mainblock .mainblock__content .content__inner .text h1 {
        font-size: 30px;
        line-height: 130%;
    }
}
#mainblock .mainblock__content .content__inner .text h1 strong {
    color: #a30d0d;
}
#mainblock .mainblock__content .content__inner .text__mobile {
    position: relative;
    margin-bottom: 8px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 2;
    padding: 40px 10px;
}
@media all and (min-width: 991px) {
    #mainblock .mainblock__content .content__inner .text__mobile {
        display: none;
    }
}
#mainblock .mainblock__content .content__inner .text__mobile .bg__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#mainblock .mainblock__content .content__inner .text__mobile .bg__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#mainblock .mainblock__content .content__inner .text__mobile h1 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}
@media all and (max-width: 575px) {
    #mainblock .mainblock__content .content__inner .text__mobile h1 {
        font-size: 28px;
        line-height: 38px;
    }
}
#mainblock .mainblock__content .content__inner .text__mobile h1 strong {
    color: #a30d0d;
    font-weight: 700;
}
#mainblock .mainblock__content .content__inner .text__mobile p {
    color: #000;
}
@media all and (max-width: 575px) {
    #mainblock .mainblock__content .content__inner .text__mobile p {
        font-size: 13px;
        line-height: 18px;
    }
}
#mainblock .mainblock__content .content__inner form {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/1.svg);
    padding: 32px 18px 30px 18px;
    border-radius: 20px;
}
#mainblock .mainblock__content .content__inner form .wpcf7-response-output {
    color: #fff;
    text-align: center;
    padding-top: 5px !important;
    text-decoration: underline;
}
#mainblock .mainblock__content .content__inner form h4 {
    color: #fff;
    margin-bottom: 15px;
}
#mainblock .mainblock__content .content__inner form .form__item {
    margin-bottom: 15px;
}
#mainblock .mainblock__content .content__inner form .form__item .form__title {
    font-size: 13px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
}
#mainblock .mainblock__content .content__inner form .form__item input {
    width: 100%;
    height: 44px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
}
#mainblock .mainblock__content .content__inner form .form__item .form__range {
    background-color: #fff;
    width: 100%;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}
#mainblock
    .mainblock__content
    .content__inner
    form
    .form__item
    .form__range
    .m {
    color: #a9adb5;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#mainblock
    .mainblock__content
    .content__inner
    form
    .form__item
    .form__range
    input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 16px;
    background: 0 0;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    bottom: -10px;
    left: 0;
    padding: 0;
}
#mainblock
    .mainblock__content
    .content__inner
    form
    .form__item
    .form__range
    input[type="range"]::-webkit-slider-runnable-track {
    height: 0;
    background: 0 0;
    border: none;
}
#mainblock
    .mainblock__content
    .content__inner
    form
    .form__item
    .form__range
    input[type="range"]::-moz-range-track {
    height: 0;
    background: 0 0;
    border: none;
}
#mainblock
    .mainblock__content
    .content__inner
    form
    .form__item
    .form__range
    input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background: #242c3c;
    border-radius: 50%;
    border: none;
    margin-top: -10px;
    position: relative;
    z-index: 3;
    -webkit-box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.3);
}
#mainblock
    .mainblock__content
    .content__inner
    form
    .form__item
    .form__range
    input[type="range"]::-moz-range-thumb {
    height: 16px;
    width: 16px;
    background: #242c3c;
    border-radius: 50%;
    border: none;
    position: relative;
    z-index: 3;
}
#mainblock
    .mainblock__content
    .content__inner
    form
    .form__item
    .form__range
    .range-value {
    width: 100%;
    max-width: 50px;
    height: 44px;
    background-color: #fff;
    padding-right: 0;
}
#mainblock .mainblock__content .content__inner form .cost {
    margin-bottom: 15px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
#mainblock .mainblock__content .content__inner form .form__submit {
    position: relative;
    margin-bottom: 15px;
}
#mainblock .mainblock__content .content__inner form .form__policy p {
    font-size: 10px;
    line-height: 14px;
    color: #fff;
}
#mainblock .mainblock__content .content__inner form .form__policy p a {
    color: #fff;
    display: block;
}
#mainblock .mainblock__content .content__inner form .form__policy p a:hover {
    text-decoration: underline;
}
#mainblock .mainblock__gallery {
    padding-left: 0;
}
@media all and (max-width: 991px) {
    #mainblock .mainblock__gallery {
        display: none !important;
    }
}
#mainblock .mainblock__gallery .gallery__inner .main__slider {
    height: 100%;
}
#mainblock .mainblock__gallery .gallery__inner .main__slider .slide__inner {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
#mainblock .mainblock__gallery .gallery__inner .main__slider .slide__inner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#mainblock .mainblock__gallery .swiper-button-next,
#mainblock .mainblock__gallery .swiper-button-prev {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    color: #a30d0d;
    top: auto;
    bottom: 10px;
    width: 46px;
    height: 46px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
#mainblock .mainblock__gallery .swiper-button-next:hover,
#mainblock .mainblock__gallery .swiper-button-prev:hover {
    opacity: 0.8;
}
#mainblock .mainblock__gallery .swiper-button-next:after,
#mainblock .mainblock__gallery .swiper-button-prev:after {
    display: none;
}
#mainblock .mainblock__gallery .swiper-button-next {
    background-image: url(../img/arrow.svg);
}
#mainblock .mainblock__gallery .swiper-button-prev {
    background-image: url(../img/arrow.svg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.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: 2px 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: 2px 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;
}
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: 600;
    margin-bottom: 0.625em;
}
article h2 {
    font-size: 36px;
    line-height: 48px;
}
@media all and (max-width: 575px) {
    article h2 {
        font-size: 28px;
        line-height: 38px;
    }
}
article h3 {
    font-size: 30px;
    line-height: 38px;
}
@media all and (max-width: 575px) {
    article h3 {
        font-size: 24px;
        line-height: 34px;
    }
}
@media all and (max-width: 575px) {
    article h4 {
        font-size: 22px;
        line-height: 32px;
    }
}
@media all and (max-width: 575px) {
    article h5 {
        font-size: 18px;
    }
}
article h6 {
    font-size: 18px;
}
@media all and (max-width: 575px) {
    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 .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;
}
#profit {
    margin-bottom: 0;
}
@media all and (max-width: 991px) {
    #profit .wrapper {
        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-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
#profit .profit__items {
    padding-bottom: 16px;
}
@media all and (max-width: 991px) {
    #profit .profit__items {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        padding-bottom: 0;
    }
}
#profit .profit__items .profit__item {
    margin-bottom: 30px;
    color: #242c3c;
    font-weight: 500;
}
#profit .profit__items .profit__item .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
#profit .profit__items .profit__item .item__inner .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#discount .discount {
    margin-bottom: 26px;
}
@media all and (max-width: 991px) {
    #discount .discount {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media all and (max-width: 991px) {
    #discount .tags {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        margin-bottom: 15px;
    }
}
.discount__item {
    border-radius: 20px;
    background-color: #f7f7f9;
}
@media all and (min-width: 991px) {
    .discount__item .discount__image {
        padding-right: 0;
    }
}
@media all and (max-width: 991px) {
    .discount__item .discount__image .image__inner {
        text-align: center;
        margin: 0 auto;
    }
}
.discount__item .discount__image .image__inner img {
    border-radius: 20px;
}
.discount__item .discount__content .content__inner {
    padding: 30px 60px 30px 23px;
}
@media all and (max-width: 575px) {
    .discount__item .discount__content .content__inner {
        padding: 30px 5px 0 5px;
    }
}
.discount__item .discount__content .content__inner h5 {
    margin-bottom: 10px;
}
.discount__item .discount__content .content__inner h2 {
    margin-bottom: 20px;
}
.discount__item .discount__content .content__inner p {
    margin-bottom: 20px;
}
.tags .tags__inner {
    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;
    overflow: hidden;
}
.tags .tags__slider {
    width: 100%;
}
.tags .tags__slider .swiper-slide {
    width: auto !important;
}
.tags .tags__slider .swiper-slide .link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f7f7f9;
    text-align: center;
    color: #242c3c;
    border: none;
}
@media all and (max-width: 575px) {
    .tags .tags__slider .swiper-slide .link {
        font-size: 14px;
    }
}
.tags .tags__slider .swiper-slide .link:hover {
    background-color: #bebebe;
}
.tags .tags__slider .swiper-slide .link__more.active {
    background-color: #bebebe;
}
.tags .swiper__nav {
    width: 94px;
    height: 42px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 575px) {
    .tags .swiper__nav {
        width: 60px;
        height: 25px;
    }
}
.tags .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: 42px;
    height: 42px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.svg);
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 575px) {
    .tags .swiper__nav .swiper-button {
        width: 25px;
        height: 25px;
    }
}
.tags .swiper__nav .swiper-button:hover {
    opacity: 0.8;
}
.tags .swiper__nav .swiper-button:after {
    display: none !important;
}
.tags .swiper__nav .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0;
}
.tags .swiper__nav .swiper-button.swiper-button-next {
    right: 0;
}
.tags .tags__hide {
    margin-top: 20px;
    display: none;
}
.tags .tags__hide ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 77px;
}
@media all and (max-width: 1300px) {
    .tags .tags__hide ul {
        gap: 20px 50px;
    }
}
@media all and (max-width: 991px) {
    .tags .tags__hide ul {
        gap: 20px 30px;
    }
}
@media all and (max-width: 575px) {
    .tags .tags__hide ul {
        gap: 16px;
    }
}
.tags .tags__hide ul li a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f7f7f9;
    text-align: center;
    color: #242c3c;
}
@media all and (max-width: 575px) {
    .tags .tags__hide ul li a {
        font-size: 14px;
    }
}
.tags .tags__hide ul li a:hover {
    background-color: #bebebe;
}
#quiz form .steps {
    margin-bottom: 20px;
}
#quiz form .steps .form__step {
    display: none;
}
#quiz form .steps .form__step.active {
    display: block;
}
#quiz form .steps .form__step .form__heading .heading {
    margin-bottom: 40px;
}
#quiz form .steps .form__step .step__content .content__inner {
    max-width: 736px;
    width: 100%;
    margin: 0 auto;
}
@media all and (max-width: 1199px) {
    #quiz form .steps .form__step .step__content .content__inner {
        max-width: none;
        margin: 0 auto !important;
    }
}
#quiz
    form
    .steps
    .form__step
    .step__content
    .content__inner.content__inner-first {
    margin-left: 0;
    margin-right: auto;
}
#quiz form .steps .form__step .step__content .content__inner .title {
    margin-bottom: 30px;
}
#quiz form .steps .form__step .step__content .content__inner .title h3 {
    font-size: 32px;
    line-height: 130%;
    text-transform: none;
    font-weight: 700;
    color: #3f4654;
}
@media all and (max-width: 575px) {
    #quiz form .steps .form__step .step__content .content__inner .title h3 {
        font-size: 28px;
        line-height: 34px;
    }
}
#quiz form .steps .form__step .step__content .content__inner .title p {
    line-height: 160%;
    margin-top: 10px;
}
@media all and (max-width: 575px) {
    #quiz form .steps .form__step .step__content .content__inner .title p {
        font-size: 12px;
        line-height: 120%;
    }
}
#quiz form .steps .form__step .step__content .content__inner .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 17px;
}
@media all and (max-width: 767px) {
    #quiz form .steps .form__step .step__content .content__inner .wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 14px;
    }
}
@media all and (max-width: 1199px) {
    #quiz
        form
        .steps
        .form__step
        .step__content
        .content__inner
        .wrapper
        .item {
        margin: 0 auto;
    }
}
@media all and (max-width: 767px) {
    #quiz
        form
        .steps
        .form__step
        .step__content
        .content__inner
        .wrapper
        .item {
        max-width: 288px;
        width: 100%;
    }
}
#quiz
    form
    .steps
    .form__step
    .step__content
    .content__inner
    .wrapper
    .item
    .image {
    border-radius: 22px;
    overflow: hidden;
    height: 200px;
    margin-bottom: 28px;
}
@media all and (max-width: 767px) {
    #quiz
        form
        .steps
        .form__step
        .step__content
        .content__inner
        .wrapper
        .item
        .image {
        height: 120px;
        border-radius: 10px;
        margin-bottom: 6px;
    }
}
#quiz
    form
    .steps
    .form__step
    .step__content
    .content__inner
    .wrapper
    .item
    .image
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#quiz
    form
    .steps
    .form__step
    .step__content
    .content__inner
    .wrapper
    .item
    .checkbox__wrapper {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #6a7181;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
#quiz
    form
    .steps
    .form__step
    .step__content
    .content__inner
    .wrapper
    .item
    .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
}
#quiz
    form
    .steps
    .form__step
    .step__content
    .content__inner
    .wrapper
    .item
    .checkbox__wrapper
    input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
#quiz
    form
    .steps
    .form__step
    .step__content
    .content__inner
    .wrapper
    .item
    .checkmark {
    position: relative;
    display: block;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 7px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#quiz
    form
    .steps
    .form__step
    .step__content
    .content__inner
    .wrapper
    .item
    .checkbox__wrapper
    input:checked
    ~ .checkmark {
    background-color: #3386e2;
    border: 1px solid #3386e2;
}
#quiz
    form
    .steps
    .form__step
    .step__content
    .content__inner
    .wrapper
    .item
    .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
#quiz
    form
    .steps
    .form__step
    .step__content
    .content__inner
    .wrapper
    .item
    .checkbox__wrapper
    input:checked
    ~ .checkmark:after {
    display: block;
}
#quiz
    form
    .steps
    .form__step
    .step__content
    .content__inner
    .wrapper
    .item
    .checkbox__wrapper
    .checkmark:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_8.svg);
    width: 13px;
    height: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#quiz form .steps .form__step .step__content .content__inner .form__input-last {
    max-width: 684px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #242c3b;
    padding: 35px 35px 22px 35px;
}
#quiz
    form
    .steps
    .form__step
    .step__content
    .content__inner
    .form__input-last
    .input__item {
    max-width: 440px;
    width: 100%;
    margin: 0 auto 20px auto;
}
#quiz
    form
    .steps
    .form__step
    .step__content
    .content__inner
    .form__input-last
    .input__item
    input {
    width: 100%;
    height: 44px;
    border-radius: 20px;
    background-color: #f9fbff;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
}
#quiz
    form
    .steps
    .form__step
    .step__content
    .content__inner
    .form__input-last
    .input__submit {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
}
@media all and (max-width: 575px) {
    #quiz
        form
        .steps
        .form__step
        .step__content
        .content__inner
        .form__input-last
        .input__submit
        .btn
        span::after {
        display: none;
    }
    #quiz
        form
        .steps
        .form__step
        .step__content
        .content__inner
        .wrapper
        .item
        .checkbox {
        font-size: 12px;
        align-items: center;
    }
}
@media all and (max-width: 1199px) {
    #quiz form .steps .form__step .step__banner {
        display: none;
    }
}
#quiz form .steps .form__step .step__banner .banner__inner {
    max-width: 394px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    border-radius: 12px;
    overflow: hidden;
}
#quiz form .steps .form__step .step__banner .banner__inner .banner__top {
    height: 476px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/2.webp);
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 38px 38px 53px 93px;
}
#quiz form .steps .form__step .step__banner .banner__inner .banner__top span {
    height: 65px;
    font-size: 24px;
    font-weight: 700;
    color: #242c3b;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
}
#quiz
    form
    .steps
    .form__step
    .step__banner
    .banner__inner
    .banner__top
    span:first-child {
    background-color: #fff;
    border-radius: 33.0329px 8px 32px;
    max-width: 215px;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: -12px;
}
#quiz
    form
    .steps
    .form__step
    .step__banner
    .banner__inner
    .banner__top
    span:last-child {
    background-color: #fbfbfb;
    border-radius: 33.0329px 8px 32px;
    max-width: 263px;
    width: 100%;
    color: #a30d0d;
}
#quiz form .steps .form__step .step__banner .banner__inner .banner__bottom {
    background-color: #a30d0d;
    color: #fff;
}
#quiz form .steps .form__step .step__banner .banner__inner .banner__bottom p {
    font-size: 24px;
    line-height: 160%;
}
#quiz
    form
    .steps
    .form__step
    .step__banner
    .banner__inner
    .banner__bottom
    span {
    font-size: 96px;
    line-height: 160%;
}
#quiz form .form__buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
@media all and (max-width: 767px) {
    #quiz form .form__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
#quiz form .form__buttons.form__buttons-next {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#quiz form .form__buttons .btn-quiz {
    background: #242c3b;
    border: 1px solid #000;
    -webkit-box-shadow: 0 6px 4px rgba(9, 1, 61, 0.54);
    box-shadow: 0 6px 4px rgba(9, 1, 61, 0.54);
    border-radius: 65px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 29px 25px;
    cursor: pointer;
}
@media all and (max-width: 767px) {
    #quiz form .form__buttons .btn-quiz {
        padding: 24px 25px;
    }
}
#quiz form .form__buttons .btn-quiz span {
    position: relative;
    padding-right: 32px;
}
#quiz form .form__buttons .btn-quiz span:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_14.png);
    width: 25px;
    height: 17px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
#quiz form .form__buttons .btn__prev {
    background-color: #fff;
    color: #242c3b;
}
#quiz form .form__buttons .btn__prev span {
    padding-right: 0;
    padding-left: 32px;
}
#quiz form .form__buttons .btn__prev span::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    right: auto;
    left: 0;
    -webkit-filter: brightness(0) saturate(100%) invert(14%) sepia(31%)
        saturate(625%) hue-rotate(181deg) brightness(89%) contrast(90%);
    filter: brightness(0) saturate(100%) invert(14%) sepia(31%) saturate(625%)
        hue-rotate(181deg) brightness(89%) contrast(90%);
}
#quiz form .form__buttons .btn__submit {
    display: none;
}
#quiz form .form__buttons .select-answer {
    background-size: 163px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_15.png);
    width: 400px;
    height: 44px;
    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;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 300px;
    margin: auto;
}
@media all and (max-width: 767px) {
    #quiz form .form__buttons .select-answer {
        display: none !important;
    }
}
#quiz form .form__finish {
    display: none;
}
#quiz form .form__finish .heading {
    margin-bottom: 30px;
}
#quiz form .form__finish .heading h2 strong {
    color: #a30d0d;
}
@media all and (max-width: 991px) {
    #quiz form .form__finish .consultation,
    #quiz form .form__finish .row {
        display: none !important;
    }
}
#quiz form .form__finish .finish__item {
    margin-bottom: 20px;
}
@media all and (min-width: 991px) {
    #quiz form .form__finish .finish__item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#quiz form .form__finish .finish__item .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #6a7181;
}
#quiz form .form__finish .finish__item .item__inner .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#quiz form .error__info {
    color: red;
    display: none;
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
}
#quiz .box__answer .answer {
    display: none;
}
#quiz .consultation {
    padding-top: 48px;
}
#quiz .consultation h2 {
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 32px;
}
#quiz .consultation .consultation__wrapper {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 34px;
}
#quiz .consultation .consultation__wrapper .image {
    width: 252px;
    height: 252px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#quiz .consultation .consultation__wrapper .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#quiz .consultation .consultation__wrapper .content {
    text-align: left;
}
#quiz .consultation .consultation__wrapper .content h4 {
    font-size: 24px;
    margin-bottom: 10px;
}
#quiz .consultation .consultation__wrapper .content p {
    font-size: 20px;
    margin-bottom: 16px;
}
#quiz .consultation .consultation__wrapper .content a {
    font-size: 24px;
    font-weight: 600;
    color: #242c3c;
}
#quiz .consultation .consultation__wrapper .content a:hover {
    color: #a30d0d;
}
@-webkit-keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media all and (max-width: 767px) {
    #steps .heading p {
        display: none;
    }
}
#steps .wrapper {
    border-top: 1px solid #e5eaf3;
    border-bottom: 1px solid #e5eaf3;
}
@media all and (min-width: 767px) {
    #steps .wrapper .wrapper__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
#steps .wrapper .wrapper__inner .tabs__caption {
    width: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #f7f7f9;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    overflow: hidden;
}
@media all and (max-width: 767px) {
    #steps .wrapper .wrapper__inner .tabs__caption {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        border-radius: 0;
        background-color: #fff;
        gap: 5px 0;
    }
}
#steps .wrapper .wrapper__inner .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: 500;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 3px solid #a9adb5;
    padding-left: 20px;
    padding-right: 10px;
}
@media all and (max-width: 767px) {
    #steps .wrapper .wrapper__inner .tabs__caption li {
        font-size: 13px;
        min-height: 80px;
        background-color: #f7f7f9;
    }
}
#steps .wrapper .wrapper__inner .tabs__caption li span {
    font-size: 24px;
    font-weight: 600;
    color: #a9adb5;
    display: block;
}
@media all and (max-width: 767px) {
    #steps .wrapper .wrapper__inner .tabs__caption li span {
        font-size: 18px;
    }
}
#steps .wrapper .wrapper__inner .tabs__caption li.active {
    border-left: 3px solid #a30d0d;
}
#steps .wrapper .wrapper__inner .tabs__caption li.active span {
    color: #a30d0d;
}
#steps .wrapper .wrapper__inner .contents {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#steps .wrapper .wrapper__inner .contents .tabs__content {
    display: none;
    min-height: 600px;
}
#steps .wrapper .wrapper__inner .contents .tabs__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: showBlock 0.3s linear forwards;
    animation: showBlock 0.3s linear forwards;
}
#steps .wrapper .wrapper__inner .contents .tabs__content .content__inner {
    background-color: #fff;
    padding: 40px 24px 0 24px;
    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;
}
@media all and (max-width: 767px) {
    #steps .wrapper .wrapper__inner .contents .tabs__content .content__inner {
        padding: 20px 0;
    }
}
#steps
    .wrapper
    .wrapper__inner
    .contents
    .tabs__content
    .content__inner
    .text
    h4 {
    margin-bottom: 20px;
}
#steps
    .wrapper
    .wrapper__inner
    .contents
    .tabs__content
    .content__inner
    .text
    p {
    margin-bottom: 20px;
}
#steps
    .wrapper
    .wrapper__inner
    .contents
    .tabs__content
    .content__inner
    .text
    ul {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #e5eaf3;
    border-bottom: 1px solid #e5eaf3;
}
#steps
    .wrapper
    .wrapper__inner
    .contents
    .tabs__content
    .content__inner
    .text
    ul
    li {
    padding-left: 20px;
    position: relative;
    color: #242c3c;
}
#steps
    .wrapper
    .wrapper__inner
    .contents
    .tabs__content
    .content__inner
    .text
    ul
    li:not(:last-child) {
    margin-bottom: 20px;
}
#steps
    .wrapper
    .wrapper__inner
    .contents
    .tabs__content
    .content__inner
    .text
    ul
    li:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #a30d0d;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#steps
    .wrapper
    .wrapper__inner
    .contents
    .tabs__content
    .content__inner
    .form__inner {
    background-color: #6a7181;
    padding: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#steps .wrapper .wrapper__inner .contents .tabs__content .image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 484px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
@media all and (max-width: 1199px) {
    #steps .wrapper .wrapper__inner .contents .tabs__content .image {
        display: none;
    }
}
#steps .wrapper .wrapper__inner .contents .tabs__content .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#steps .wpcf7-response-output {
    color: #fff;
}
#catalog .tags {
    margin-top: 40px;
}
.wrapper-catalog {
    position: relative;
}
@media all and (min-width: 767px) {
    .wrapper-catalog .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px 40px;
    }
}
@media all and (max-width: 1199px) {
    .wrapper-catalog .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
.wrapper-catalog .swiper-wrapper .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}
@media all and (min-width: 767px) {
    .wrapper-catalog .swiper-wrapper .swiper-slide {
        width: auto !important;
        margin-right: 0 !important;
    }
}
.wrapper-catalog .swiper-wrapper .swiper-slide .item__inner {
    background-color: #f7f7f9;
    border-radius: 20px;
    overflow: hidden;
    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;
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper-catalog .swiper-wrapper .swiper-slide .item__inner .catalog__image {
    display: block;
    height: 246px;
    overflow: hidden;
}
@media all and (max-width: 767px) {
    .wrapper-catalog
        .swiper-wrapper
        .swiper-slide
        .item__inner
        .catalog__image {
        border-radius: 20px;
    }
}
.wrapper-catalog
    .swiper-wrapper
    .swiper-slide
    .item__inner
    .catalog__image:hover {
    opacity: 0.8;
}
.wrapper-catalog
    .swiper-wrapper
    .swiper-slide
    .item__inner
    .catalog__image
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.wrapper-catalog .swiper-wrapper .swiper-slide .item__inner .catalog__details {
    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-positive: 1;
    flex-grow: 1;
}
.wrapper-catalog
    .swiper-wrapper
    .swiper-slide
    .item__inner
    .catalog__details
    .details__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 26px 20px;
}
.wrapper-catalog
    .swiper-wrapper
    .swiper-slide
    .item__inner
    .catalog__details
    .details__inner
    .title {
    color: #242c3c;
}
.wrapper-catalog
    .swiper-wrapper
    .swiper-slide
    .item__inner
    .catalog__details
    .details__inner
    .title:hover {
    color: #a30d0d;
}
.wrapper-catalog
    .swiper-wrapper
    .swiper-slide
    .item__inner
    .catalog__details
    .details__inner
    .title
    h3 {
    font-size: 24px;
    margin-bottom: 14px;
    color: inherit;
}
.wrapper-catalog
    .swiper-wrapper
    .swiper-slide
    .item__inner
    .catalog__details
    .details__inner
    .price {
    font-size: 24px;
    color: #242c3c;
    display: block;
    margin-top: 15px;
}
.swiper__nav.swiper__nav-arrows {
    height: 25px;
    position: absolute;
    top: 105px;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (min-width: 767px) {
    .swiper__nav.swiper__nav-arrows {
        display: none;
    }
}
.swiper__nav.swiper__nav-arrows .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: 25px;
    height: 25px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.svg);
}
.swiper__nav.swiper__nav-arrows .swiper-button:after {
    display: none !important;
}
.swiper__nav.swiper__nav-arrows .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: -10px;
}
.swiper__nav.swiper__nav-arrows .swiper-button.swiper-button-next {
    right: -10px;
}
#why .wrapper {
    position: relative;
}
#why .swiper__nav {
    top: 200px;
}
@media all and (min-width: 767px) {
    #why .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
}
@media all and (max-width: 1199px) {
    #why .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
#why .swiper-wrapper .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}
@media all and (min-width: 767px) {
    #why .swiper-wrapper .swiper-slide {
        width: auto !important;
        margin-right: 0 !important;
    }
}
#why .swiper-wrapper .swiper-slide .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f7f7f9;
    border-radius: 20px;
    overflow: hidden;
}
#why .swiper-wrapper .swiper-slide .slide__inner .image {
    height: 194px;
    border-radius: 20px;
    overflow: hidden;
}
#why .swiper-wrapper .swiper-slide .slide__inner .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#why .swiper-wrapper .swiper-slide .slide__inner .content {
    padding: 22px 16px;
    border-top: 3px solid #a30d0d;
}
#why .swiper-wrapper .swiper-slide .slide__inner .content img {
    display: block;
    margin-bottom: 15px;
}
#why .swiper-wrapper .swiper-slide .slide__inner .content h4 {
    margin-bottom: 15px;
}
#sert .swiper__nav {
    top: 260px;
}
#sert .swiper__nav .swiper-button-prev {
    left: 10px;
}
#sert .swiper__nav .swiper-button-next {
    right: 10px;
}
#sert .wrapper {
    position: relative;
    overflow: hidden;
    padding: 20px 28px;
    background-color: #f2f4f6;
}
@media all and (max-width: 575px) {
    #sert .wrapper {
        background-color: #fff;
        padding-top: 0;
    }
}
@media all and (min-width: 575px) {
    #sert .sert__slider .swiper-slide {
        width: auto !important;
    }
}
#sert .sert__slider .slide__inner a {
    width: 203px;
    height: 287px;
    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) {
    #sert .sert__slider .slide__inner a {
        margin: 0 auto;
        border-radius: 20px;
        overflow: hidden;
    }
}
#sert .sert__slider .slide__inner a img {
    max-height: 287px;
}
#ceiling .ceiling__image {
    padding-right: 0;
}
@media all and (max-width: 991px) {
    #ceiling .ceiling__image {
        display: none !important;
    }
}
#ceiling .ceiling__image .image__inner {
    border-radius: 20px;
    overflow: hidden;
}
#ceiling .ceiling__image .image__inner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#ceiling .ceiling__content {
    padding-left: 0;
}
@media all and (max-width: 991px) {
    #ceiling .ceiling__content {
        padding-right: 0;
    }
}
#ceiling .ceiling__content .content__inner {
    background-color: #f2f4f6;
    border-radius: 20px;
    padding: 20px;
}
#ceiling .ceiling__content .content__inner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
}
#ceiling .ceiling__content .content__inner ul li:not(:last-child) {
    border-bottom: 1px solid #a9adb5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #ceiling .ceiling__content .content__inner ul li:not(:last-child) {
        padding-bottom: 0;
        border-bottom: none;
    }
}
#ceiling .ceiling__content .content__inner ul li .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#ceiling .ceiling__content .content__inner ul li p {
    margin-top: 15px;
}
#solutions .wrapper {
    position: relative;
}
#solutions .wrapper .swiper__nav {
    top: 90px;
}
@media all and (min-width: 767px) {
    #solutions .wrapper .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 20px;
    }
}
@media all and (max-width: 1199px) {
    #solutions .wrapper .swiper-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
#solutions .wrapper .swiper-wrapper .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}
@media all and (min-width: 767px) {
    #solutions .wrapper .swiper-wrapper .swiper-slide {
        display: none;
        width: auto !important;
        margin-right: 0 !important;
    }
}
#solutions .wrapper .swiper-wrapper .swiper-slide .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
@media all and (max-width: 767px) {
    #solutions .wrapper .swiper-wrapper .swiper-slide .slide__inner {
        display: block;
    }
}
#solutions
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .solutions__image {
    width: 284px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
@media all and (max-width: 767px) {
    #solutions
        .wrapper
        .swiper-wrapper
        .swiper-slide
        .slide__inner
        .solutions__image {
        width: 100%;
        height: 220px;
    }
}
#solutions
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .solutions__image
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#solutions
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .solutions__details {
    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;
}
#solutions
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .solutions__details
    .details__inner {
    background-color: #f2f4f6;
    border-radius: 20px;
    padding: 30px 20px 15px 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media all and (max-width: 767px) {
    #solutions
        .wrapper
        .swiper-wrapper
        .swiper-slide
        .slide__inner
        .solutions__details
        .details__inner {
        padding: 15px 10px;
    }
}
#solutions
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .solutions__details
    .details__inner
    h3 {
    font-size: 20px;
    margin-bottom: 7.5px;
}
@media all and (max-width: 767px) {
    #solutions
        .wrapper
        .swiper-wrapper
        .swiper-slide
        .slide__inner
        .solutions__details
        .details__inner
        h3 {
        margin-bottom: 6px;
    }
}
#solutions
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .solutions__details
    .details__inner
    table {
    table-layout: fixed;
    width: 100%;
}
#solutions
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .solutions__details
    .details__inner
    td,
#solutions
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .solutions__details
    .details__inner
    th {
    width: 2%;
}
#solutions
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .solutions__details
    .details__inner
    table
    tr
    td {
    color: #6c4c4c;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}
@media all and (max-width: 767px) {
    #solutions
        .wrapper
        .swiper-wrapper
        .swiper-slide
        .slide__inner
        .solutions__details
        .details__inner
        table
        tr
        td {
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 13px;
    }
}
#solutions
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .solutions__details
    .details__inner
    table
    tr
    td:last-child {
    text-align: right;
}
#solutions
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .solutions__details
    .details__inner
    hr {
    width: 100%;
    height: 1px;
    background-color: #c4c8d1;
    padding: 0;
    margin-bottom: 15px;
}
@media all and (max-width: 575px) {
    #solutions
        .wrapper
        .swiper-wrapper
        .swiper-slide
        .slide__inner
        .solutions__details
        .details__inner
        hr {
        margin-bottom: 12px;
    }
}
#solutions
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .solutions__details
    .details__inner
    h4 {
    font-size: 20px;
    font-weight: 600;
}
@media all and (max-width: 575px) {
    #solutions
        .wrapper
        .swiper-wrapper
        .swiper-slide
        .slide__inner
        .solutions__details
        .details__inner
        h4 {
        font-size: 15px;
    }
}
#solutions .btn-more {
    margin-top: 40px;
}
@media all and (max-width: 767px) {
    #solutions .btn-more {
        display: none !important;
    }
}
#solutions .btn-more button {
    background-color: #fff;
    border: none;
}
#solutions .btn-more button:hover {
    color: #a30d0d;
}
#solutions .btn-more button img {
    margin-left: 10px;
}
#solutions .tags {
    margin-top: 30px;
}
#portfolio {
    padding-bottom: 20px;
}
#portfolio .wrapper {
    position: relative;
    overflow: hidden;
}
@media all and (min-width: 767px) {
    #portfolio .wrapper {
        height: 600px;
    }
}
#portfolio .wrapper .swiper__nav-arrows .swiper-button {
    top: 40px;
}
#portfolio .wrapper .swiper__nav-arrows .swiper-button-prev {
    left: 10px;
}
#portfolio .wrapper .swiper__nav-arrows .swiper-button-next {
    right: 10px;
}
@media all and (min-width: 767px) {
    #portfolio .portfolio__slider {
        height: 600px;
    }
}
#portfolio .portfolio__slider .swiper-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media all and (min-width: 767px) {
    #portfolio .portfolio__slider .swiper-slide {
        width: 415px !important;
        height: calc((100% - 20px) / 2) !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
#portfolio .portfolio__slider .slide__inner {
    width: 100%;
}
#portfolio .portfolio__slider .slide__inner a {
    display: block;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
@media all and (max-width: 767px) {
    #portfolio .portfolio__slider .slide__inner a {
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }
}
#portfolio .portfolio__slider .slide__inner a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#measurement {
    overflow: hidden;
}
@media all and (max-width: 1199px) {
    #measurement .measurement__image {
        display: none !important;
    }
}
#measurement .measurement__image .image__inner {
    padding-right: 0;
    position: relative;
    right: -10px;
    z-index: 2;
}
#measurement .measurement__content {
    padding-left: 0;
}
@media all and (max-width: 1199px) {
    #measurement .measurement__content {
        padding-right: 0;
    }
}
#measurement .measurement__content .content__inner {
    background-color: #f7f7f9;
    padding: 42px 60px 60px 52px;
    position: relative;
    left: -10px;
}
@media all and (max-width: 1199px) {
    #measurement .measurement__content .content__inner {
        left: 0;
        padding: 15px;
        border-radius: 20px;
    }
}
#measurement .measurement__content .content__inner .text {
    margin-bottom: 20px;
}
#measurement .measurement__content .content__inner .text h2 {
    font-size: 36px;
    line-height: 49px;
    color: #a30d0d;
    margin-bottom: 5px;
}
@media all and (max-width: 575px) {
    #measurement .measurement__content .content__inner .text h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }
}
#measurement .measurement__content .content__inner .text h4 {
    margin-bottom: 20px;
}
@media all and (max-width: 1199px) {
    #promise {
        display: none;
    }
}
#promise .promise__heading .heading {
    margin-bottom: 35px;
}
#promise .wrapper .promise__what .what__inner h4 {
    color: #a9adb5;
    margin-bottom: 30px;
}
#promise .wrapper .promise__what .what__inner ul li {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 195px 14px 14px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    border: 1px solid #f2f4f6;
    color: #242c3c;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_18.svg);
}
#promise .wrapper .promise__what .what__inner ul li:not(:last-child) {
    margin-bottom: 5px;
}
#promise .wrapper .promise__how .how__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;
}
#promise .wrapper .promise__how .how__inner h4 {
    color: #27ae60;
    margin-bottom: 30px;
}
#promise .wrapper .promise__how .how__inner ul li {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 210px 14px 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    background-color: #f7f7f9;
    color: #242c3c;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_19.svg);
}
#promise .wrapper .promise__how .how__inner ul li:not(:last-child) {
    margin-bottom: 5px;
}
#faq .faq_tabs .tabs_item {
    background-color: #f2f4f6;
}
#faq .faq_tabs .tabs_item:not(:last-child) {
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    #faq .faq_tabs .tabs_item:not(:last-child) {
        margin-bottom: 20px;
    }
}
#faq .faq_tabs .tabs_item .title {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    color: #242c3c;
    padding: 20px 50px 20px 20px;
}
@media all and (max-width: 575px) {
    #faq .faq_tabs .tabs_item .title {
        font-size: 18px;
        line-height: 25px;
        padding: 20px 40px 20px 10px;
    }
}
#faq .faq_tabs .tabs_item .title:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_20.svg);
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
@media all and (max-width: 575px) {
    #faq .faq_tabs .tabs_item .title:after {
        right: 10px;
    }
}
#faq .faq_tabs .tabs_item .title.active:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#faq .faq_tabs .tabs_item .tab_content {
    display: none;
    padding: 0 50px 20px 20px;
}
@media all and (max-width: 575px) {
    #faq .faq_tabs .tabs_item .tab_content {
        padding: 0 40px 20px 10px;
    }
}
#testimonials .wrapper {
    position: relative;
}
#testimonials .wrapper .swiper__nav.swiper__nav-arrows {
    position: relative;
    top: 0;
    height: 42px;
    display: block;
    width: 94px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 10px;
}
#testimonials .wrapper .swiper__nav.swiper__nav-arrows .swiper-button {
    width: 42px;
    height: 42px;
}
#testimonials .wrapper .swiper__nav.swiper__nav-arrows .swiper-button-prev {
    left: 0;
}
#testimonials .wrapper .swiper__nav.swiper__nav-arrows .swiper-button-next {
    right: 0;
}
#testimonials .wrapper .slider__wrapper {
    background-color: #f7f7f9;
}
#testimonials .wrapper .testimonials__slider .swiper-slide {
    height: auto;
}
#testimonials .wrapper .testimonials__slider .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f7f7f9;
    padding: 30px 20px;
    max-width: 1042px;
    width: 100%;
}
@media all and (max-width: 575px) {
    #testimonials .wrapper .testimonials__slider .slide__inner {
        padding: 10px;
    }
}
#testimonials .wrapper .testimonials__slider .gallery__slider .slide__inner {
    padding: 0;
}
#testimonials .wrapper .testimonials__slider .testimonials__image {
    margin-bottom: 18px;
}
#testimonials
    .wrapper
    .testimonials__slider
    .testimonials__image
    .image__inner
    a {
    display: block;
    height: 423px;
    border-radius: 20px;
    overflow: hidden;
}
@media all and (max-width: 575px) {
    #testimonials
        .wrapper
        .testimonials__slider
        .testimonials__image
        .image__inner
        a {
        height: 240px;
    }
}
#testimonials
    .wrapper
    .testimonials__slider
    .testimonials__image
    .image__inner
    a
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#testimonials .wrapper .testimonials__slider .testimonials__details {
    margin-bottom: 18px;
}
#testimonials
    .wrapper
    .testimonials__slider
    .testimonials__details
    .details__inner
    .rating {
    margin-bottom: 15px;
}
#testimonials
    .wrapper
    .testimonials__slider
    .testimonials__details
    .details__inner
    .rating
    p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
}
@media all and (max-width: 575px) {
    #testimonials
        .wrapper
        .testimonials__slider
        .testimonials__details
        .details__inner
        .rating
        p {
        font-size: 11px;
    }
}
#testimonials
    .wrapper
    .testimonials__slider
    .testimonials__details
    .details__inner
    .rating
    ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 5px;
    padding-bottom: 0;
}
#testimonials
    .wrapper
    .testimonials__slider
    .testimonials__details
    .details__inner
    h3 {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #testimonials
        .wrapper
        .testimonials__slider
        .testimonials__details
        .details__inner
        h3 {
        font-size: 20px;
    }
}
#testimonials
    .wrapper
    .testimonials__slider
    .testimonials__details
    .details__inner
    h5 {
    color: #6a7181;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #testimonials
        .wrapper
        .testimonials__slider
        .testimonials__details
        .details__inner
        h5 {
        font-size: 15px;
    }
}
#testimonials
    .wrapper
    .testimonials__slider
    .testimonials__details
    .details__inner
    ul {
    padding-bottom: 20px;
}
#testimonials
    .wrapper
    .testimonials__slider
    .testimonials__details
    .details__inner
    ul
    li {
    color: #6a7181;
    margin-bottom: 12px;
}
@media all and (max-width: 575px) {
    #testimonials
        .wrapper
        .testimonials__slider
        .testimonials__details
        .details__inner
        ul
        li {
        font-size: 13px;
    }
}
#testimonials
    .wrapper
    .testimonials__slider
    .testimonials__details
    .details__inner
    .price__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (max-width: 575px) {
    #testimonials
        .wrapper
        .testimonials__slider
        .testimonials__details
        .details__inner
        .price__address {
        font-size: 13px;
    }
}
#testimonials
    .wrapper
    .testimonials__slider
    .testimonials__details
    .details__inner
    .price__address
    .price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
    height: 55px;
    border-radius: 20px;
    background-color: #a30d0d;
    color: #fff;
    padding: 6px 20px;
}
@media all and (max-width: 575px) {
    #testimonials
        .wrapper
        .testimonials__slider
        .testimonials__details
        .details__inner
        .price__address
        .price {
        width: 147px;
        padding: 6px 10px;
    }
}
#testimonials
    .wrapper
    .testimonials__slider
    .testimonials__details
    .details__inner
    .price__address
    .address {
    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;
    width: 100%;
    height: 55px;
    border-radius: 20px;
    background-color: #242c3c;
    color: #fff;
}
#testimonials
    .wrapper
    .testimonials__slider
    .testimonials__screenshots
    .screenshots__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
}
@media all and (max-width: 1199px) {
    #testimonials
        .wrapper
        .testimonials__slider
        .testimonials__screenshots
        .screenshots__inner {
        gap: 20px;
    }
}
@media all and (max-width: 575px) {
    #testimonials
        .wrapper
        .testimonials__slider
        .testimonials__screenshots
        .screenshots__inner {
        display: none;
    }
}
#testimonials
    .wrapper
    .testimonials__slider
    .testimonials__screenshots
    .screenshots__inner
    a
    img {
    max-height: 246px;
    border-radius: 20px;
}
#testimonials .swiper-pagination {
    bottom: 0 !important;
}
@media all and (min-width: 991px) {
    #testimonials .swiper-pagination {
        display: none;
    }
}
#testimonials .swiper-pagination span {
    width: 8px;
    height: 8px;
    background-color: #6a7181;
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
#testimonials .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #a30d0d;
}
#contacts {
    background-color: #f7f7f9;
    padding: 50px 0;
    margin-bottom: 0;
}
@media all and (max-width: 575px) {
    #contacts {
        padding: 15px 0;
    }
}
#contacts.page {
    background-color: #fff;
}
#contacts.page .contacts__form {
    background-color: #a30d0d;
    border-radius: 20px;
    padding-bottom: 20px;
}
#contacts.page .contacts__form .form__inner {
    padding: 16px;
    max-width: none;
    margin-left: 0;
    margin-right: auto;
}
#contacts.page .contacts__form .form__inner .form__heading {
    padding: 0;
}
#contacts.page .contacts__form .form__inner form {
    margin-bottom: 0;
    padding: 0;
}
#contacts.page .bg__image .image__mobile {
    display: none;
    margin: 10px auto 0 auto;
}
@media all and (max-width: 991px) {
    #contacts.page .bg__image .image__mobile {
        display: block;
    }
}
@media all and (max-width: 991px) {
    #contacts.page .bg__image img {
        display: none;
    }
}
#contacts .contacts__content {
    margin-bottom: 15px;
}
#contacts .contacts__content .content__inner .heading {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5eaf3;
}
@media all and (max-width: 575px) {
    #contacts .contacts__content .content__inner .heading {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
#contacts .contacts__content .content__inner .contacts li {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #242c3c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
@media all and (max-width: 575px) {
    #contacts .contacts__content .content__inner .contacts li {
        margin-bottom: 15px;
        font-size: 13px;
        line-height: 18px;
    }
}
#contacts .contacts__content .content__inner .contacts li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    color: #242c3c;
}
@media all and (max-width: 575px) {
    #contacts .contacts__content .content__inner .contacts li a {
        font-size: 18px;
        line-height: 25px;
    }
}
#contacts .contacts__content .content__inner .contacts li a img {
    width: 50px;
    height: 50px;
}
@media all and (max-width: 575px) {
    #contacts .contacts__content .content__inner .contacts li a img {
        width: 40px;
        height: 40px;
    }
}
#contacts .contacts__content .content__inner .social {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #contacts .contacts__content .content__inner .social {
        gap: 10px;
    }
}
#contacts .contacts__content .content__inner .social li a {
    font-weight: 500;
    color: #6a7181;
    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;
    gap: 10px;
    text-align: center;
    background-color: #e5eaf3;
    padding: 11px;
    border-radius: 20px;
}
@media all and (max-width: 575px) {
    #contacts .contacts__content .content__inner .social li a {
        font-size: 13px;
    }
}
#contacts .contacts__content .content__inner #map {
    position: relative;
    height: 346px;
    border-radius: 20px;
    overflow: hidden;
}
#contacts .contacts__content .content__inner #map iframe {
    width: 100%;
    height: 100%;
}
#contacts .contacts__content .content__inner #map .btn-blue {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#contacts .contacts__form {
    margin-bottom: 15px;
}
#contacts .contacts__form .form__inner {
    background-color: #a30d0d;
    border-radius: 20px;
    padding: 20px 0;
    max-width: 549px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
}
@media all and (max-width: 991px) {
    #contacts .contacts__form .form__inner {
        margin: 0 auto;
    }
}
#contacts .contacts__form .form__inner .form__heading {
    margin-bottom: 20px;
    color: #fff;
    padding: 0 16px;
}
@media all and (max-width: 575px) {
    #contacts .contacts__form .form__inner .form__heading {
        margin-bottom: 15px;
    }
}
#contacts .contacts__form .form__inner .form__heading h4 {
    margin-bottom: 20px;
    color: #fff;
}
@media all and (max-width: 575px) {
    #contacts .contacts__form .form__inner .form__heading h4 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 15px;
    }
}
@media all and (max-width: 575px) {
    #contacts .contacts__form .form__inner .form__heading p {
        font-size: 13px;
        line-height: 18px;
    }
}
#contacts .contacts__form .form__inner form {
    padding: 0 16px;
    margin-bottom: 25px;
}
#contacts .contacts__form .form__inner form .wpcf7-response-output {
    color: #fff;
}
#footer {
    margin-bottom: 0;
    border-top: 1px solid #e5eaf3;
    background-color: #f0f0f0;
    color: #000;
}
@media all and (max-width: 1199px) {
    #footer {
        color: #6a7181;
        background-color: #fff;
        padding-bottom: 20px;
    }
}
@media all and (max-width: 575px) {
    #footer {
        border-top: none;
    }
}
#footer .btn-blue {
    color: #fff;
}
@media all and (max-width: 1199px) {
    #footer a {
        color: #6a7181;
    }
}
@media all and (max-width: 1199px) {
    #footer .footer__logo {
        text-align: center;
        margin-bottom: 10px;
    }
}
#footer .footer__logo .logo__inner {
    padding-top: 90px;
}
@media all and (max-width: 1199px) {
    #footer .footer__logo .logo__inner {
        padding-top: 46px;
    }
}
@media all and (max-width: 575px) {
    #footer .footer__logo .logo__inner {
        padding-top: 0;
    }
}
#footer .footer__logo .logo__inner .logo {
    margin-bottom: 18px;
}
#footer .footer__logo .logo__inner .logo a img {
    width: 263px;
    height: auto;
}
#footer .footer__logo .logo__inner .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 18px;
}
@media all and (max-width: 1199px) {
    #footer .footer__logo .logo__inner .phone {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#footer .footer__logo .logo__inner .phone img {
    width: 50px;
    height: 50px;
}
@media all and (max-width: 575px) {
    #footer .footer__logo .logo__inner .phone img {
        width: 40px;
        height: 40px;
    }
}
@media all and (max-width: 1199px) {
    #footer .footer__pay {
        display: none;
    }
}
#footer .footer__pay .pay__inner ul {
    margin-bottom: 50px;
}
@media all and (max-width: 1199px) {
    #footer .footer__pay .pay__inner ul {
        display: none;
    }
}
#footer .footer__pay .pay__inner ul li:not(:last-child) {
    margin-bottom: 50px;
}
#footer .footer__pay .pay__inner .copyright {
    font-size: 13px;
    line-height: 18px;
}
@media all and (min-width: 1199px) {
    #footer .footer__pay .pay__inner .footer__policy {
        display: none;
    }
}
@media all and (max-width: 1199px) {
    #footer .footer__menu.footer__menu-first {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}
@media all and (max-width: 1199px) {
    #footer .footer__menu.footer__menu-first .menu__inner {
        border-top: 1px solid #e5eaf3;
    }
}
@media all and (max-width: 1199px) {
    #footer .footer__menu.footer__menu-second {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
#footer .footer__menu .menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media all and (max-width: 1199px) {
    #footer .footer__menu .menu__inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
#footer .footer__menu .menu__inner .menu__item {
    padding: 50px 20px 50px 38px;
    border-bottom: 1px solid #000;
}
@media all and (max-width: 1199px) {
    #footer .footer__menu .menu__inner .menu__item {
        border-bottom: 1px solid #e5eaf3 !important;
        padding: 10px 10px 10px 0;
    }
}
#footer .footer__menu .menu__inner .menu__item:not(:last-child) {
    border-right: 1px solid #000;
}
@media all and (max-width: 1199px) {
    #footer .footer__menu .menu__inner .menu__item:not(:last-child) {
        border: none;
    }
}
#footer .footer__menu .menu__inner .menu__item:first-child {
    border-left: 1px solid #e5eaf3;
}
@media all and (max-width: 1199px) {
    #footer .footer__menu .menu__inner .menu__item:first-child {
        border: none;
    }
}
@media all and (max-width: 1199px) {
    #footer .footer__menu .menu__inner .menu__item:nth-child(2n) {
        padding-left: 10px;
        border-left: 1px solid #e5eaf3;
    }
}
@media all and (min-width: 1199px) {
    #footer .footer__menu .menu__inner .menu__item.menu__item-policy {
        display: none;
    }
}
@media all and (max-width: 575px) {
    #footer .footer__menu .menu__inner .menu__item.menu__item-policy {
        font-size: 13px;
        line-height: 18px;
    }
}
#footer .footer__menu .menu__inner .menu__item.menu__item-contacts {
    border-right: none;
}
#footer .footer__menu .menu__inner .menu__item h5 {
    font-size: 24px;
    line-height: 33px;
    color: #a30d0d;
    margin-bottom: 15px;
}
@media all and (max-width: 1199px) {
    #footer .footer__menu .menu__inner .menu__item h5 {
        color: #242c3c;
    }
}
@media all and (max-width: 575px) {
    #footer .footer__menu .menu__inner .menu__item h5 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }
}
#footer
    .footer__menu
    .menu__inner
    .menu__item
    ul:not(.social)
    li:not(:last-child) {
    margin-bottom: 16px;
}
@media all and (max-width: 575px) {
    #footer
        .footer__menu
        .menu__inner
        .menu__item
        ul:not(.social)
        li:not(:last-child) {
        margin-bottom: 8px;
    }
}
#footer .footer__menu .menu__inner .menu__item ul:not(.social) li a {
    display: inline-block;
    color: #000;
}
@media all and (max-width: 1199px) {
    #footer .footer__menu .menu__inner .menu__item ul:not(.social) li a {
        color: #6a7181;
    }
}
@media all and (max-width: 575px) {
    #footer .footer__menu .menu__inner .menu__item ul:not(.social) li a {
        font-size: 13px;
        line-height: 18px;
    }
}
#footer .footer__menu .menu__inner .menu__item ul:not(.social) li a:hover {
    color: #a30d0d;
}
#footer .footer__menu .menu__inner .contacts {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #footer .footer__menu .menu__inner .contacts {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px;
    }
}
#footer .footer__menu .menu__inner .sale {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #footer .footer__menu .menu__inner .sale {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 15px;
    }
}
#footer .footer__menu .menu__inner .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
#footer .footer__menu .menu__inner .social li a:hover {
    opacity: 0.8;
}
.box__button {
    margin-top: 30px;
}
.box__button a,
.box__button button {
    color: #242c3c;
    display: inline-block;
    border: none;
    background-color: #fff;
}
.box__button a:hover,
.box__button button:hover {
    color: #a30d0d;
}
.box__button a img,
.box__button button img {
    margin-left: 10px;
}
#page .page__gallery .wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
@media all and (max-width: 991px) {
    #page .page__gallery .wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media all and (max-width: 575px) {
    #page .page__gallery .wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}
#page .page__gallery .wrapper a {
    display: block;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
}
@media all and (max-width: 1199px) {
    #page .page__gallery .wrapper a {
        height: 240px;
    }
}
@media all and (max-width: 767px) {
    #page .page__gallery .wrapper a {
        height: 200px;
    }
}
#page .page__gallery .wrapper a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
@media all and (max-width: 991px) {
    #page .page__contacts .contacts__list {
        margin-bottom: 20px;
    }
}
@media all and (min-width: 991px) {
    #page .page__contacts .contacts__list .list__inner {
        max-width: 586px;
        width: 100%;
    }
}
#page .page__contacts .contacts__list .list__inner h4 {
    margin-bottom: 20px;
}
#page .page__contacts .contacts__list .list__inner table {
    margin-bottom: 70px;
}
@media all and (max-width: 991px) {
    #page .page__contacts .contacts__list .list__inner table {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 575px) {
    #page .page__contacts .contacts__list .list__inner table thead {
        display: none;
    }
}
#page .page__contacts .contacts__list .list__inner table thead tr th {
    color: #313233;
    padding: 0 12px;
}
#page
    .page__contacts
    .contacts__list
    .list__inner
    table
    thead
    tr
    th:first-child {
    padding-left: 0;
}
@media all and (max-width: 575px) {
    #page .page__contacts .contacts__list .list__inner table tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }
}
#page .page__contacts .contacts__list .list__inner table tbody tr td {
    padding: 22px 12px;
}
@media all and (max-width: 575px) {
    #page .page__contacts .contacts__list .list__inner table tbody tr td {
        padding: 8px 0;
    }
}
#page
    .page__contacts
    .contacts__list
    .list__inner
    table
    tbody
    tr
    td:first-child {
    padding-left: 0;
}
@media all and (max-width: 575px) {
    #page
        .page__contacts
        .contacts__list
        .list__inner
        table
        tbody
        tr
        td:last-child {
        display: none;
    }
}
#page .page__contacts .contacts__list .list__inner table tbody tr td a {
    color: #000;
    white-space: nowrap;
}
#page .page__contacts .contacts__list .list__inner table tbody tr td a:hover {
    color: #a30d0d;
}
#page .page__contacts .contacts__data .data__inner {
    background-color: #f7f7f9;
    padding: 0 15px;
}
@media all and (min-width: 991px) {
    #page .page__contacts .contacts__data .data__inner {
        max-width: 565px;
        width: 100%;
        margin-left: auto;
        margin-right: 0;
    }
}
#page .page__contacts .contacts__data .data__inner table {
    color: #000;
}
@media all and (max-width: 575px) {
    #page .page__contacts .contacts__data .data__inner table {
        font-size: 11px;
        line-height: 15px;
    }
}
#page
    .page__contacts
    .contacts__data
    .data__inner
    table
    tr:not(:last-child)
    td {
    border-bottom: 1px solid #e5eaf3;
}
#page .page__contacts .contacts__data .data__inner table tr td {
    padding: 15px;
}
#page .page__contacts .contacts__data .data__inner table tr td:first-child {
    padding-left: 0;
}
#page .page__promo .wrapper .discount__item:not(:last-child) {
    margin-bottom: 50px;
}
@media all and (max-width: 991px) {
    #page .page__promo .wrapper .discount__item:not(:last-child) {
        margin-bottom: 30px;
    }
}
@media all and (min-width: 991px) {
    #page
        .page__promo
        .wrapper
        .discount__item:nth-child(2n)
        .discount__content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media all and (min-width: 991px) {
    #page .page__promo .wrapper .discount__item .discount__image {
        padding-right: 10px;
        padding-left: 0;
    }
}
#page .page__promo .wrapper .article {
    padding-top: 30px;
}
#page .page__about .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 170px;
}
@media all and (max-width: 1300px) {
    #page .page__about .wrapper {
        gap: 100px;
    }
}
@media all and (max-width: 1199px) {
    #page .page__about .wrapper {
        gap: 50px;
    }
}
@media all and (max-width: 991px) {
    #page .page__about .wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}
#page .page__about .wrapper .box__left {
    border-radius: 20px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 396px;
    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;
    padding: 40px;
    text-align: center;
    color: #fff;
}
@media all and (max-width: 991px) {
    #page .page__about .wrapper .box__left {
        min-height: 338px;
        padding: 16px;
    }
}
#page .page__about .wrapper .box__left p {
    background-color: #242c3b;
    border-radius: 20px;
    padding: 10px;
}
@media all and (max-width: 991px) {
    #page .page__about .wrapper .box__left p {
        padding: 10px 3px;
    }
}
@media all and (max-width: 575px) {
    #page .page__about .wrapper .box__left p {
        font-size: 14px;
        line-height: 160%;
    }
}
#page .page__about .wrapper .box__right {
    border-radius: 20px;
    padding: 30px 40px;
    background-color: #f4f4f4;
    border-radius: 20px;
    min-height: 396px;
}
@media all and (max-width: 991px) {
    #page .page__about .wrapper .box__right {
        padding: 20px 30px;
    }
}
#page .page__about .wrapper .box__right h6 {
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #a30d0d;
    border-radius: 15px;
    background-color: #fff;
    color: #000;
    padding: 2.5px 8px 2.5px 8px;
    display: inline-block;
    margin-bottom: 16px;
    text-transform: none;
}
#page .page__about .wrapper .box__right h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #page .page__about .wrapper .box__right h2 {
        font-size: 28px;
        line-height: 38px;
    }
}
#page .page__about .wrapper .box__right p {
    color: #242c3b;
}
@media all and (max-width: 767px) {
    .page__price {
        padding-bottom: 20px;
    }
}
.page__price .catalog .heading {
    margin-bottom: 40px;
}
@media all and (max-width: 767px) {
    .page__price .catalog .heading {
        margin-bottom: 20px;
    }
}
.page__price .catalog .wrapper {
    position: relative;
}
.page__price .catalog .wrapper .swiper__nav {
    top: 100%;
}
@media all and (min-width: 767px) {
    .page__price .catalog .wrapper .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px 50px;
    }
}
@media all and (max-width: 1199px) {
    .page__price .catalog .wrapper .swiper-wrapper {
        gap: 25px;
    }
}
@media all and (max-width: 991px) {
    .page__price .catalog .wrapper .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media all and (max-width: 767px) {
    .page__price .catalog .wrapper .swiper-wrapper {
        gap: 0;
    }
}
.page__price .catalog .wrapper .swiper-wrapper .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}
@media all and (min-width: 767px) {
    .page__price .catalog .wrapper .swiper-wrapper .swiper-slide {
        width: auto !important;
        margin-right: 0 !important;
    }
}
.page__price .catalog .wrapper .swiper-wrapper .swiper-slide .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.page__price
    .catalog
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .slider__top {
    background-color: #f7f7f9;
    border-radius: 20px;
    padding: 15px 15px 0 15px;
}
.page__price
    .catalog
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .slider__top
    .price__title {
    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;
    margin-bottom: 10px;
}
.page__price
    .catalog
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .slider__top
    .price__title
    img {
    max-height: 60px;
}
.page__price
    .catalog
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .slider__top
    .type {
    margin-bottom: 15px;
}
.page__price
    .catalog
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .slider__top
    .cost {
    border-bottom: 1px solid #e5eaf3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.page__price
    .catalog
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .slider__top
    .cost
    h3 {
    color: #a30d0d;
}
.page__price
    .catalog
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .slider__top
    .cost
    p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #242c3c;
}
.page__price
    .catalog
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .slider__top
    .performance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    color: #242c3c;
    margin-bottom: 15px;
}
.page__price
    .catalog
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .slider__top
    .char {
    padding: 15px;
    border: 1px solid #e5eaf3;
}
.page__price
    .catalog
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .slider__top
    .char
    h5 {
    margin-bottom: 7.5px;
}
.page__price
    .catalog
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .slider__top
    .char
    table {
    table-layout: fixed;
    width: 100%;
}
.page__price
    .catalog
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .slider__top
    .char
    td,
.page__price
    .catalog
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .slider__top
    .char
    th {
    width: 2%;
}
.page__price
    .catalog
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .slider__top
    .char
    table
    tr
    td {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}
@media all and (max-width: 767px) {
    .page__price
        .catalog
        .wrapper
        .swiper-wrapper
        .swiper-slide
        .slide__inner
        .slider__top
        .char
        table
        tr
        td {
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 13px;
    }
}
.page__price
    .catalog
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .slider__top
    .char
    table
    tr
    td:last-child {
    text-align: right;
}
@media all and (max-width: 767px) {
    .catalog__nav::-webkit-scrollbar {
        display: none;
    }
}
.catalog__nav {
    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;
    margin-bottom: 40px;
}
@media all and (max-width: 767px) {
    .catalog__nav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-bottom: 20px;
    }
}
.catalog__nav li {
    text-align: center;
}
@media all and (max-width: 767px) {
    .catalog__nav li {
        scroll-snap-align: start;
        min-width: 210px;
    }
}
.catalog__nav li:not(:first-child) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.catalog__nav li:first-child {
    width: 144px;
}
@media all and (max-width: 767px) {
    .catalog__nav li:first-child {
        min-width: 144px;
    }
}
.catalog__nav li a {
    color: #242c3c;
    background-color: #f7f7f9;
    display: block;
    padding: 10px;
    cursor: pointer;
}
.catalog__nav li a.swiper-active {
    background-color: #a30d0d;
    color: #fff;
}
#collection {
    border-bottom: 1px solid #e5eaf3;
    padding-bottom: 20px;
}
#collection article {
    border-top: 1px solid #e5eaf3;
}
#collection article .wp-block-table table {
    margin-bottom: 0;
}
#collection article .wp-block-table table thead {
    border: none;
}
#collection article .wp-block-table table thead tr {
    background-color: #242c3c;
    color: #fff;
}
#collection article .wp-block-table table thead tr th {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    border: none;
    white-space: nowrap;
}
#collection article .wp-block-table table tbody tr td {
    border: none;
    font-size: 13px;
    line-height: 18px;
    color: #242c3c;
    padding: 12px;
}
#gallery {
    padding-bottom: 20px;
}
#gallery .wrapper {
    position: relative;
    overflow: hidden;
}
@media all and (min-width: 767px) {
    #gallery .wrapper {
        height: 600px;
    }
}
#gallery .wrapper .swiper__nav-arrows .swiper-button {
    top: 40px;
}
#gallery .wrapper .swiper__nav-arrows .swiper-button-prev {
    left: 10px;
}
#gallery .wrapper .swiper__nav-arrows .swiper-button-next {
    right: 10px;
}
@media all and (min-width: 767px) {
    #gallery .imagegallery__slider {
        height: 600px;
    }
}
#gallery .imagegallery__slider .swiper-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media all and (min-width: 767px) {
    #gallery .imagegallery__slider .swiper-slide {
        width: 415px !important;
        height: calc((100% - 20px) / 2) !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
#gallery .imagegallery__slider .slide__inner {
    width: 100%;
}
#gallery .imagegallery__slider .slide__inner a {
    display: block;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
@media all and (max-width: 767px) {
    #gallery .imagegallery__slider .slide__inner a {
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }
}
#gallery .imagegallery__slider .slide__inner a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#apartment .apartment__item {
    margin-bottom: 30px;
}
#apartment .apartment__item .item__inner .image {
    height: 240px;
    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;
    margin-bottom: 18px;
}
#apartment .apartment__item .item__inner .image img {
    max-height: 240px;
}
#apartment .apartment__item .item__inner .content {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
#apartment .apartment__item .item__inner .content .content__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#apartment .apartment__item .item__inner .content .content__inner h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-bottom: 20px;
}
#apartment .apartment__item .item__inner .content .btn {
    min-width: 130px;
    -webkit-box-shadow: 0 8px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 4px rgba(0, 0, 0, 0.25);
}
#conditions article {
    color: #000;
}
#offices #map {
    position: relative;
    z-index: 2;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 34px;
}
@media all and (max-width: 991px) {
    #offices #map {
        height: auto;
        display: block;
    }
}
#offices #map .map__inner {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (max-width: 991px) {
    #offices #map .map__inner {
        display: block;
        height: auto;
        position: relative;
        border-radius: 20px;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 575px) {
    #offices #map .map__inner {
        height: 346px;
    }
}
#offices #map .container {
    position: relative;
}
#offices #map .btn {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 96%;
}
@media all and (min-width: 991px) {
    #offices #map .btn {
        display: none;
    }
}
#offices #map iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
@media all and (max-width: 991px) {
    #offices #map iframe {
        height: 346px;
    }
}
#offices #map .content {
    background-color: #fff;
    max-width: 388px;
    width: 100%;
    border-radius: 20px;
    padding: 35px;
}
@media all and (max-width: 991px) {
    #offices #map .content {
        max-width: none;
        background-color: #f2f2f2;
    }
}
@media all and (max-width: 575px) {
    #offices #map .content {
        padding: 30px;
    }
}
#offices #map .content h4 {
    margin-bottom: 26px;
}
@media all and (max-width: 575px) {
    #offices #map .content h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 14px;
    }
}
#offices #map .content p {
    font-size: 13px;
    line-height: 18px;
    color: #242c3c;
    margin-bottom: 26px;
}
@media all and (max-width: 575px) {
    #offices #map .content p {
        margin-bottom: 16px;
    }
}
#offices #map .content .address {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
@media all and (max-width: 575px) {
    #offices #map .content .address {
        font-size: 14px;
    }
}
#offices #map .content img {
    max-height: 163px;
}
@media all and (max-width: 575px) {
    #offices #map .content img {
        max-height: 106px;
    }
}
#offices .wrapper .office__item .heading {
    margin-bottom: 30px;
}
#offices .wrapper .office__item .office {
    margin-bottom: 45px;
}
@media all and (max-width: 575px) {
    #offices .wrapper .office__item .office {
        margin-bottom: 36px;
    }
}
#offices .wrapper .office__item .office .office__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 34px;
}
@media all and (max-width: 575px) {
    #offices .wrapper .office__item .office .office__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        gap: 20px;
    }
}
#offices .wrapper .office__item .office .office__inner .office__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 252px;
    height: 252px;
    border-radius: 50%;
    overflow: hidden;
}
@media all and (max-width: 1199px) {
    #offices .wrapper .office__item .office .office__inner .office__image {
        width: 180px;
        height: 180px;
    }
}
@media all and (max-width: 575px) {
    #offices .wrapper .office__item .office .office__inner .office__image {
        width: 166px;
        height: 166px;
    }
}
#offices .wrapper .office__item .office .office__inner .office__details h4 {
    margin-bottom: 10px;
}
#offices .wrapper .office__item .office .office__inner .office__details p {
    font-size: 20px;
    line-height: 160%;
}
#offices .wrapper .office__item .office .office__inner .office__details a {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    color: #242c3c;
    margin-top: 10px;
    display: inline-block;
}
#offices
    .wrapper
    .office__item
    .office
    .office__inner
    .office__details
    a:hover {
    color: #a30d0d;
}
#staff .wrapper {
    position: relative;
}
#staff .swiper__nav {
    top: 120px;
}
@media all and (min-width: 767px) {
    #staff .staff__slider .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 100px;
    }
}
@media all and (max-width: 1199px) {
    #staff .staff__slider .swiper-wrapper {
        gap: 40px 60px;
    }
}
@media all and (max-width: 991px) {
    #staff .staff__slider .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media all and (max-width: 767px) {
    #staff .staff__slider .swiper-wrapper {
        gap: 0;
    }
}
#staff .staff__slider .swiper-wrapper .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}
@media all and (min-width: 767px) {
    #staff .staff__slider .swiper-wrapper .swiper-slide {
        width: auto !important;
        margin-right: 0 !important;
    }
}
#staff .staff__slider .swiper-wrapper .swiper-slide .slide__inner {
    min-height: 160px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#staff .staff__slider .swiper-wrapper .swiper-slide .slide__inner .photo {
    width: 252px;
    height: 252px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 35px auto;
}
#staff .staff__slider .swiper-wrapper .swiper-slide .slide__inner .photo img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#staff .staff__slider .swiper-wrapper .swiper-slide .slide__inner h4 {
    margin-bottom: 10px;
}
#banner .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 110px;
}
@media all and (max-width: 1199px) {
    #banner .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#banner .wrapper .heading {
    margin-bottom: 0;
    background-color: #242c3b;
    border-radius: 20px;
    min-height: 226px;
    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;
    padding: 16px;
}
@media all and (min-width: 991px) {
    #banner .wrapper .heading {
        max-width: 536px;
        width: 100%;
    }
}
@media all and (max-width: 575px) {
    #banner .wrapper .heading {
        padding: 15px 20px;
        min-height: inherit;
    }
}
#banner .wrapper .heading h2 {
    color: #f6f6f6;
}
#banner .wrapper .text h6 {
    font-size: 128px;
    line-height: 100%;
    font-weight: 600;
    color: #242c3b;
}
#banner .wrapper .text p {
    font-size: 24px;
    line-height: 33px;
    color: #000;
    font-weight: 600;
}
#banner .wrapper .image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#banner .wrapper .image img {
    max-width: 280px;
}
#whyus .whyus__item {
    margin-bottom: 42px;
}
@media all and (max-width: 575px) {
    #whyus .whyus__item {
        margin-bottom: 26px;
    }
}
#whyus .whyus__item .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 45px;
}
@media all and (min-width: 991px) {
    #whyus .whyus__item .item__inner {
        max-width: 530px;
        width: 100%;
    }
}
@media all and (max-width: 575px) {
    #whyus .whyus__item .item__inner {
        display: block;
    }
}
#whyus .whyus__item .item__inner .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 575px) {
    #whyus .whyus__item .item__inner .icon {
        margin-bottom: 10px;
    }
}
#whyus .whyus__item .item__inner .icon img {
    width: 55px;
    height: 55px;
}
#whyus .whyus__item .item__inner .content {
    color: #000;
}
#whyus .whyus__item .item__inner .content h4 {
    margin-bottom: 12px;
}
#office .map {
    height: 550px;
    border-radius: 20px;
    overflow: hidden;
}
@media all and (max-width: 575px) {
    #office .map {
        height: 246px;
    }
}
#office .map iframe {
    width: 100%;
    height: 100%;
}
#page .catalog__menu {
    margin-bottom: 34px;
}
#page .catalog__menu .menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 38px;
}
@media all and (max-width: 575px) {
    #page .catalog__menu .menu__inner {
        gap: 20px;
    }
}
#page .catalog__menu .menu__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 30px;
}
@media all and (max-width: 575px) {
    #page .catalog__menu .menu__inner ul {
        gap: 10px;
    }
}
#page .catalog__menu .menu__inner ul li.current-menu-item a {
    background-color: #a30d0d;
    color: #fff;
}
#page .catalog__menu .menu__inner ul li a {
    border: 2px solid #a30d0d;
    border-radius: 20px;
    display: inline-block;
    padding: 9.5px 27px;
    color: #6a7181;
}
@media all and (max-width: 575px) {
    #page .catalog__menu .menu__inner ul li a {
        font-size: 14px;
    }
}
#page .catalog__menu .menu__inner ul li a:hover {
    background-color: #a30d0d;
    color: #fff;
}
#page .catalog__menu .menu__inner .sort {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    color: #000;
}
@media all and (max-width: 575px) {
    #page .catalog__menu .menu__inner .sort {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 10px;
    }
}
#page .catalog__menu .menu__inner .sort p {
    font-size: 20px;
    font-weight: 600;
}
@media all and (max-width: 575px) {
    #page .catalog__menu .menu__inner .sort p {
        font-size: 16px;
    }
}
#page .catalog__menu .menu__inner .sort select {
    border: 2px solid #8b8b8b;
    padding: 5px;
}
.page__catalog .products.wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 54px;
}
@media all and (max-width: 1199px) {
    .page__catalog .products.wrapper {
        gap: 20px 30px;
    }
}
@media all and (max-width: 991px) {
    .page__catalog .products.wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }
}
@media all and (max-width: 767px) {
    .page__catalog .products.wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
.page__catalog .catalog__wrapper .catalog__item:not(:last-child) {
    margin-bottom: 40px;
}
.page__catalog .catalog__wrapper .catalog__item .tags {
    margin-bottom: 20px;
}
.product__item .item__inner .product__image {
    display: block;
    height: 246px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .product__image {
        height: 214px;
    }
}
.product__item .item__inner .product__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.product__item .item__inner .product__image .product__price {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #222;
    padding: 11px 18px;
    border-radius: 20px;
    color: #fff;
}
.tinvwl-table-manage-list .product-thumbnail img {
    height: auto;
}
#page-product .hit {
    background-color: #2992d9;
    border-radius: 20px;
    color: #fff;
    padding: 2.5px 12.5px;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    width: auto;
}
@media all and (max-width: 991px) {
    #page-product .hit {
        font-size: 18px;
    }
}
#page-product .product__top {
    margin-bottom: 35px;
}
@media all and (max-width: 991px) {
    #page-product .product__top {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 20px;
    }
}
#page-product .product__top .top__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
@media all and (max-width: 991px) {
    #page-product .product__top .top__inner {
        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;
        gap: 30px;
    }
}
@media all and (max-width: 991px) {
    #page-product .product__top .top__inner .hit__wrapper {
        display: none;
    }
}
#page-product .product__top .top__inner .wishlists__comparison {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
#page-product .product__top .top__inner .wishlists__comparison .wishlists 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;
    width: 46px;
    height: 46px;
    border: 1px solid #ececec;
    border-radius: 5px;
    color: #222;
}
#page-product
    .product__top
    .top__inner
    .wishlists__comparison
    .wishlists
    a::before {
    font-size: 26px;
    top: 50%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
}
#page-product .product__top .top__inner .wishlists__comparison .comparison 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: 46px;
    border: 1px solid #ececec;
    border-radius: 5px;
    color: #222;
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
    margin-top: 0 !important;
}
#page-product
    .product__top
    .top__inner
    .wishlists__comparison
    .comparison
    a
    .fa.fa-square-o {
    display: none;
}
#page-product
    .product__top
    .top__inner
    .wishlists__comparison
    .comparison
    a
    .br_compare_button_text {
    padding: 0;
}
#page-product
    .product__top
    .top__inner
    .wishlists__comparison
    .comparison
    a
    .br_compare_button_text:after {
    display: none;
}
#page-product .product__gallery {
    margin-bottom: 25px;
}
@media all and (max-width: 991px) {
    #page-product .product__gallery {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 10px;
    }
}
#page-product .product__gallery .product__image {
    position: relative;
}
#page-product .product__gallery .product__image .hit {
    position: absolute;
    top: 10px;
    left: 8px;
    z-index: 2;
}
@media all and (min-width: 767px) {
    #page-product .product__gallery .product__image .hit {
        display: none;
    }
}
#page-product .product__gallery .product__image .gallery__inner .onsale {
    display: none;
}
#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-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-product
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    .woocommerce-product-gallery__wrapper {
    width: 100%;
}
#page-product
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    .flex-viewport {
    margin-bottom: 0;
    width: 100%;
}
#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: 350px;
    border-radius: 20px;
    overflow: hidden;
}
@media all and (max-width: 767px) {
    #page-product
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        a {
        height: 300px;
    }
}
#page-product
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    a
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#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: 25px;
    -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-product
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        .flex-control-nav.flex-control-thumbs {
        display: none;
    }
}
#page-product
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    .flex-control-nav.flex-control-thumbs
    li {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    overflow: hidden;
}
@media all and (max-width: 575px) {
    #page-product
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        .flex-control-nav.flex-control-thumbs
        li {
        width: 60px;
        height: 60px;
        border-radius: 10px;
    }
}
#page-product
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    .flex-control-nav.flex-control-thumbs
    li
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#page-product .product__details {
    margin-bottom: 25px;
}
@media all and (max-width: 991px) {
    #page-product .product__details {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        margin-bottom: 20px;
    }
}
@media all and (min-width: 991px) {
    #page-product .product__details .details__inner {
        padding-left: 20px;
    }
}
#page-product .product__details .details__inner .price {
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    color: #242c3c;
    display: block;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #page-product .product__details .details__inner .price {
        font-size: 26px;
        line-height: 120%;
    }
}
#page-product
    .product__details
    .details__inner
    .box__buttons
    li:not(:last-child) {
    margin-bottom: 25px;
}
@media all and (max-width: 575px) {
    #page-product
        .product__details
        .details__inner
        .box__buttons
        li:not(:last-child) {
        margin-bottom: 15px;
    }
}
@media all and (max-width: 575px) {
    #page-product .product__details .details__inner .box__buttons li .btn {
        width: 100%;
    }
}
@media all and (max-width: 991px) {
    #page-product .achtung {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
#brands .brands__item {
    margin-bottom: 30px;
}
#brands .brands__item .item__inner img {
    border-radius: 20px;
    max-height: 158px;
    display: block;
    margin: 0 auto 22px auto;
}
@media all and (max-width: 575px) {
    #brands .brands__item .item__inner img {
        max-height: 100px;
    }
}
#brands .brands__item .item__inner h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #6a7181;
    text-transform: none;
}
@media all and (max-width: 575px) {
    #brands .brands__item .item__inner h3 {
        font-size: 14px;
    }
}
#whatprofile .whatprofile__item {
    margin-bottom: 28px;
}
#whatprofile .whatprofile__item .item__inner .image {
    height: 247px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 14px;
}
#whatprofile .whatprofile__item .item__inner .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#whatprofile .whatprofile__item .item__inner h3 {
    font-size: 20px;
}
#popularcolors .wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 60px;
}
@media all and (max-width: 1199px) {
    #popularcolors .wrapper {
        gap: 20px 34px;
    }
}
@media all and (max-width: 991px) {
    #popularcolors .wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media all and (max-width: 767px) {
    #popularcolors .wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
#popularcolors .popularcolors__item {
    display: none;
}
#popularcolors .popularcolors__item .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
}
#popularcolors .popularcolors__item .color {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 10px;
}
@media all and (max-width: 1199px) {
    #popularcolors .popularcolors__item .color {
        width: 60px;
        height: 60px;
    }
}
#popularcolors .popularcolors__item .content h3 {
    font-size: 34px;
}
@media all and (max-width: 1199px) {
    #popularcolors .popularcolors__item .content h3 {
        font-size: 24px;
    }
}
@media all and (max-width: 575px) {
    #popularcolors .popularcolors__item .content h3 {
        font-size: 20px;
    }
}
#popularcolors .popularcolors__item .content p {
    font-size: 22px;
}
@media all and (max-width: 1199px) {
    #popularcolors .popularcolors__item .content p {
        font-size: 16px;
    }
}
@media all and (max-width: 575px) {
    #popularcolors .popularcolors__item .content p {
        font-size: 14px;
    }
}
#popularcolors .catalog__more {
    padding-top: 40px;
}
#cost {
    padding-bottom: 20px;
}
#cost .wrapper {
    position: relative;
}
#cost .wrapper .swiper__nav {
    top: 100%;
}
#cost .wrapper .swiper-wrapper {
    gap: 42px 134px;
    grid-template-columns: repeat(3, 1fr);
}
@media all and (max-width: 1199px) {
    #cost .wrapper .swiper-wrapper {
        gap: 20px;
    }
}
@media all and (max-width: 991px) {
    #cost .wrapper .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media all and (max-width: 767px) {
    #cost .wrapper .swiper-wrapper {
        gap: 0;
    }
}
@media all and (min-width: 767px) {
    #cost .wrapper .swiper-wrapper {
        display: grid;
    }
}
#cost .wrapper .swiper-wrapper .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}
@media all and (min-width: 767px) {
    #cost .wrapper .swiper-wrapper .swiper-slide {
        width: auto !important;
    }
}
#cost .wrapper .swiper-wrapper .swiper-slide .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 35px;
}
#cost .wrapper .swiper-wrapper .swiper-slide .slide__inner .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#cost .wrapper .swiper-wrapper .swiper-slide .slide__inner h3 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 25px;
}
#cost .wrapper .swiper-wrapper .swiper-slide .slide__inner ul {
    list-style-type: disc;
    padding-left: 17px;
}
#cost .wrapper .swiper-wrapper .swiper-slide .slide__inner ul li {
    color: #242c3c;
}
#cost
    .wrapper
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    ul
    li:not(:last-child) {
    margin-bottom: 16px;
}
#cost .wrapper .swiper-wrapper .swiper-slide .slide__inner .price {
    font-weight: 500;
    font-size: 38px;
    line-height: 49px;
    text-align: center;
    color: #a30d0d;
}
@media all and (max-width: 1199px) {
    #cost .wrapper .swiper-wrapper .swiper-slide .slide__inner .price {
        font-size: 30px;
        line-height: 110%;
    }
}
#accessories {
    padding-bottom: 20px;
}
#accessories .wrapper {
    position: relative;
}
#accessories .wrapper .swiper__nav {
    top: 100%;
}
#accessories .wrapper .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
}
@media all and (max-width: 991px) {
    #accessories .wrapper .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media all and (min-width: 767px) {
    #accessories .wrapper .swiper-wrapper {
        gap: 50px;
        display: grid;
    }
}
#accessories .wrapper .swiper-wrapper .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}
@media all and (min-width: 767px) {
    #accessories .wrapper .swiper-wrapper .swiper-slide {
        width: auto !important;
    }
}
#accessories .wrapper .swiper-wrapper .swiper-slide .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media all and (max-width: 575px) {
    #breadcrumbs {
        margin-bottom: 30px;
    }
    .seo-text__toggle {
        width: 100%;
    }
}
#breadcrumbs .breadcrumbs {
    color: #a30d0d;
}
#breadcrumbs .breadcrumbs span {
    color: #6a7181;
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a {
    color: #a30d0d;
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a span {
    color: inherit;
}

.seo-text__wrap {
    position: relative;
    max-width: 100%;
}

.seo-text__inner {
    max-height: 300px;
    overflow: hidden;
    transition: max-height 0.35s ease;
    position: relative;
}
.seo-text__inner.seo-text__inner-small {
    max-height: 200px;
}

.seo-text__inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 80%
    );
}

.seo-text__wrap.open .seo-text__inner {
    max-height: 2000px;
}

.seo-text__wrap.open .seo-text__inner::after {
    display: none;
}

.seo-text__toggle {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
}

.gallery-item.gallery-item-video {
    position: relative;
}
.gallery-item.gallery-item-video:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/play-circle.svg");
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.5;
}
