@charset "UTF-8";
@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Lato-Regular.woff2) format("woff2");
}
@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Lato-Medium.woff2) format("woff2");
}
@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Lato-SemiBold.woff2) format("woff2");
}
@font-face {
    font-family: YanoneKaffeesatz;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/YanoneKaffeesatz-SemiBold.woff2) format("woff2");
}
@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Lato-Bold.woff2) format("woff2");
}
@font-face {
    font-family: YanoneKaffeesatz;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/YanoneKaffeesatz-Bold.woff2) format("woff2");
}
@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Lato-ExtraBold.woff2) format("woff2");
}
body,
html {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: Lato, 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: #383838;
    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: 700;
    font-style: normal;
    margin: 0;
}
.heading {
    margin-bottom: 60px;
}
@media all and (max-width: 1500px) {
    .heading {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 575px) {
    .heading {
        margin-bottom: 30px;
    }
}
.heading.heading-white h1,
.heading.heading-white h2 {
    color: #fff;
}
.heading h1,
.heading h2 {
    font-family: YanoneKaffeesatz, sans-serif;
    font-size: 72px;
    line-height: 110%;
    font-weight: 600;
    color: #233240;
    text-transform: uppercase;
}
@media all and (max-width: 1500px) {
    .heading h1,
    .heading h2 {
        font-size: 56px;
    }
}
@media all and (max-width: 1199px) {
    .heading h1,
    .heading h2 {
        font-size: 48px;
    }
}
@media all and (max-width: 575px) {
    .heading h1,
    .heading h2 {
        font-size: 40px;
    }
}
.heading h1 strong,
.heading h2 strong {
    color: #dc6555;
    font-weight: 600;
}
.heading.heading-flex {
    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: 20px 50px;
}
.heading.heading-page {
    margin-bottom: 50px;
}
@media all and (max-width: 1500px) {
    .heading.heading-page {
        margin-bottom: 40px;
    }
}
@media all and (max-width: 575px) {
    .heading.heading-page {
        margin-bottom: 30px;
    }
}
.heading.heading-transform h1 {
    text-transform: none;
}
.btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #dc6555;
    padding: 23px;
    font-size: 14px;
    line-height: 100%;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.btn:hover {
    color: #fff;
    background-color: #f07969;
}
.btn.btn-white {
    background-color: #fff;
    color: #dc6555;
}
.btn.btn-white:hover {
    background-color: #f07969;
    color: #fff;
}
.btn.btn-submit {
  background-size: 22px;
  background-position: calc(100% - 23px) 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_23.svg);
  position: relative;
  text-align: left
}
@media all and (max-width:575px) {
  .btn.btn-submit {
    background-size: 15px;
    background-position: calc(100% - 16px) 50%
  }
}
.btn-link {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background-color: #dc6555;
    background-size: 14px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_13.svg);
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.btn-link:hover {
    background-color: #f07969;
}
.callback {
    display: inline-block;
    text-align: center;
    color: #dc6555;
    background-color: #fff;
    padding: 17.5px 16px;
    font-size: 13px;
    line-height: 100%;
    font-weight: 700;
    border: 1px solid #dc6555;
    border-radius: 8px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.callback:hover {
    color: #fff;
    background-color: #f07969;
}
.btn-more {
    display: inline-block;
    text-align: center;
    border: 1px solid #e8f0f2;
    border-radius: 8px;
    font-size: 14px;
    line-height: 100%;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    padding: 18px;
    cursor: pointer;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.btn-more span {
    position: relative;
    padding-right: 39px;
}
.btn-more span:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_21.svg);
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.btn-more:hover {
    background-color: #dc6555;
    border: 1px solid #dc6555;
    color: #fff;
}
.btn-more.btn-more-down span:after {
    background-image: url(../img/icon_22.svg);
}
@media all and (max-width: 575px) {
    .btn-100 {
        max-width: none !important;
        width: 100% !important;
    }
}
a {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button:active,
button:focus {
    outline: 0;
}
button:disabled,
button[disabled] {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
button:disabled:hover,
button[disabled]:hover {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
:focus {
    outline: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
.center {
    text-align: center;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
input,
textarea {
    outline: 0 !important;
    border-radius: 0;
}
input.wpcf7-submit {
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
details summary::-webkit-details-marker {
    display: none;
}
details > summary {
    list-style: none;
}
section {
    margin-bottom: 120px;
}
@media all and (max-width: 1780px) {
    section {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 1199px) {
    section {
        margin-bottom: 80px;
    }
}
@media all and (max-width: 575px) {
    section {
        margin-bottom: 60px;
    }
}
@-webkit-keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.modal {
    color: #383838;
    max-width: 600px;
    width: 100%;
}
header {
    background-color: #758d4e;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/1.webp);
}
@media all and (max-width: 575px) {
    header {
        background-image: url(../img/1_1.webp);
    }
}
header.page .header__menu {
    background-color: #f4f7f8;
}
@media all and (max-width: 1199px) {
    header.page {
        /* margin-bottom: 50px; */
    }
}
header .header__top {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media all and (max-width: 1199px) {
    header .header__top {
        background-color: #223240;
    }
}
header .header__top .header__logo img {
    width: 414px;
    height: auto;
}
@media all and (max-width: 575px) {
    header .header__top .header__logo img {
        width: 270px;
    }
}
@media all and (max-width: 350px) {
    header .header__top .header__logo img {
        width: 210px;
    }
}
header .header__top .header__contacts .contacts__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 40px;
    color: #fff;
}
@media all and (max-width: 1500px) {
    header .header__top .header__contacts .contacts__inner {
        gap: 26px;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .header__contacts .contacts__inner {
        display: none;
    }
}
header .header__top .header__contacts .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    font-weight: 500;
}
@media all and (max-width: 1500px) {
    header .header__top .header__contacts .address {
        font-size: 14px;
        gap: 10px;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .header__contacts .address {
        margin-bottom: 16px;
    }
}
header .header__top .header__contacts .address img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header .header__top .header__contacts .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    font-weight: 500;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 1500px) {
    header .header__top .header__contacts .phone {
        font-size: 18px;
        gap: 10px;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .header__contacts .phone {
        margin-bottom: 24px;
    }
}
header .header__top .header__contacts .phone:hover {
    color: #f07969;
}
header .header__top .header__contacts .phone img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header .header__top .header__contacts .header__burger {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media all and (max-width: 1199px) {
    header .header__top .header__contacts .header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
header .header__top .header__contacts .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
    .header__contacts
    .header__burger
    .burger__button
    .button__item {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
header
    .header__top
    .header__contacts
    .header__burger
    .burger__button
    .button__item:nth-child(1) {
    top: 4px;
}
header
    .header__top
    .header__contacts
    .header__burger
    .burger__button
    .button__item:nth-child(2) {
    top: 12px;
}
header
    .header__top
    .header__contacts
    .header__burger
    .burger__button
    .button__item:nth-child(3) {
    top: 20px;
}
header
    .header__top
    .header__contacts
    .header__burger
    .burger__button.open
    .button__item:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
header
    .header__top
    .header__contacts
    .header__burger
    .burger__button.open
    .button__item:nth-child(2) {
    opacity: 0;
    left: -60px;
}
header
    .header__top
    .header__contacts
    .header__burger
    .burger__button.open
    .button__item:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header .header__top .header__contacts .header__burger .menu__toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #223240;
    margin: 0;
    overflow: auto;
    color: #fff;
    z-index: 11;
    padding-top: 30px;
    top: 78px;
    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%);
}
@media all and (max-width: 575px) {
    header .header__top .header__contacts .header__burger .menu__toggle {
        top: 57px;
    }
}
@media all and (max-width: 350px) {
    header .header__top .header__contacts .header__burger .menu__toggle {
        top: 50px;
    }
}
header
    .header__top
    .header__contacts
    .header__burger
    .menu__toggle.menu__slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
header .header__top .header__contacts .header__burger .menu__toggle.menu__open {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
header
    .header__top
    .header__contacts
    .header__burger
    .menu__toggle
    .toggle__inner {
    width: 100%;
    margin: 0 auto;
    max-width: 930px;
}
@media all and (max-width: 991px) {
    header
        .header__top
        .header__contacts
        .header__burger
        .menu__toggle
        .toggle__inner {
        max-width: 690px;
    }
}
@media all and (max-width: 767px) {
    header
        .header__top
        .header__contacts
        .header__burger
        .menu__toggle
        .toggle__inner {
        max-width: 510px;
    }
}
@media all and (max-width: 575px) {
    header
        .header__top
        .header__contacts
        .header__burger
        .menu__toggle
        .toggle__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}
header
    .header__top
    .header__contacts
    .header__burger
    .menu__toggle
    .toggle__inner
    .mobile__menu {
    margin-bottom: 30px;
}
header
    .header__top
    .header__contacts
    .header__burger
    .menu__toggle
    .toggle__inner
    .mobile__menu
    li:not(:last-child) {
    margin-bottom: 10px;
}
header
    .header__top
    .header__contacts
    .header__burger
    .menu__toggle
    .toggle__inner
    .mobile__menu
    li.current-menu-item
    a {
    color: #dc6555;
    text-decoration: underline;
}
header
    .header__top
    .header__contacts
    .header__burger
    .menu__toggle
    .toggle__inner
    .mobile__menu
    li
    a {
    display: inline-block;
    color: #fff;
    padding: 4px 0;
    font-weight: 500;
}
header
    .header__top
    .header__contacts
    .header__burger
    .menu__toggle
    .toggle__inner
    .mobile__menu
    li
    a:hover {
    color: #dc6555;
    text-decoration: underline;
}
header .header__menu {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
@media all and (max-width: 1199px) {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 90px;
}
@media all and (max-width: 1500px) {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    width: 100%;
}
header .header__menu .wrapper ul li.current-menu-item a {
    color: #dc6555;
}
header .header__menu .wrapper ul li.current-menu-item a::after {
    background-color: #dc6555;
}
header .header__menu .wrapper ul li a {
    display: inline-block;
    padding: 5px 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #142838;
    position: relative;
}
@media all and (max-width: 1500px) {
    header .header__menu .wrapper ul li a {
        font-size: 15px;
    }
}
header .header__menu .wrapper ul li a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    background-color: transparent;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 1500px) {
    header .header__menu .wrapper ul li a::after {
        bottom: -22px;
    }
}
header .header__menu .wrapper ul li a:hover {
    color: #f07969;
}
header .header__menu .wrapper .callback {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 1500px) {
    header .header__menu .wrapper .callback {
        font-size: 10px;
    }
}
header .header__main {
    overflow: hidden;
}
@media all and (min-width: 1199px) {
    header .header__main {
        padding-top: 17px;
        padding-bottom: 7px;
    }
}
header .header__main.header__main-category {
    padding-top: 0;
}
header .header__main.header__main-category .main__content {
    padding-top: 0;
}
header .header__main .main__content {
    padding-top: 62px;
    padding-bottom: 62px;
}
@media all and (max-width: 1199px) {
    header .header__main .main__content {
        padding-top: 46px;
        padding-bottom: 60px;
    }
}
header .header__main .main__content .content__inner {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 165px;
}
@media all and (max-width: 1500px) {
    header .header__main .main__content .content__inner {
        gap: 100px;
    }
}
@media all and (max-width: 1199px) {
    header .header__main .main__content .content__inner {
        gap: 40px;
    }
}
header .header__main .main__content .content__inner h1 {
    font-family: YanoneKaffeesatz, sans-serif;
    font-size: 72px;
    line-height: 110%;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
@media all and (max-width: 1780px) {
    header .header__main .main__content .content__inner h1 {
        font-size: 60px;
    }
}
@media all and (max-width: 1199px) {
    header .header__main .main__content .content__inner h1 {
        margin-bottom: 20px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .main__content .content__inner h1 {
        font-size: 40px;
    }
}
@media all and (min-width: 991px) {
    header .header__main .main__content .content__inner p {
        max-width: 507px;
        width: 100%;
    }
}
header .header__main .main__content .content__inner .link {
    font-size: 14px;
    line-height: 130%;
    font-weight: 800;
    letter-spacing: 0.05em;
    display: inline-block;
    max-width: 160px;
    width: 100%;
    padding: 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #dc6555;
    border-radius: 8px;
}
@media all and (max-width: 1199px) {
    header .header__main .main__content .content__inner .link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 94px;
        max-width: 328px;
        padding: 12px 20px;
    }
}
header .header__main .main__content .content__inner .link:hover {
    background-color: #f07969;
}
header .header__main .main__content .content__inner .link img {
    display: block;
    margin-bottom: 18px;
}
@media all and (max-width: 1199px) {
    header .header__main .main__content .content__inner .link img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
    }
}
@media all and (max-width: 1199px) {
    header .header__main .main__tabs {
        display: none !important;
    }
}
header .header__main .main__tabs .tabs__inner .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 45px;
    margin-left: -144px;
}
@media all and (max-width: 1500px) {
    header .header__main .main__tabs .tabs__inner .tabs {
        margin-left: -100px;
    }
}
header .header__main .main__tabs .tabs__inner .tabs .tabs__images {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    bottom: 60px;
}
header .header__main .main__tabs .tabs__inner .tabs .tabs__images .image {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 530px;
    min-width: 530px;
    height: 563px;
    margin: 0 auto;
    width: 100%;
}
@media all and (max-width: 1780px) {
    header .header__main .main__tabs .tabs__inner .tabs .tabs__images .image {
        max-width: 480px;
        min-width: 480px;
        height: 480px;
    }
}
@media all and (max-width: 1500px) {
    header .header__main .main__tabs .tabs__inner .tabs .tabs__images .image {
        max-width: 380px;
        min-width: 380px;
        height: 380px;
    }
}
header
    .header__main
    .main__tabs
    .tabs__inner
    .tabs
    .tabs__images
    .image.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: showBlock 0.25s linear forwards;
    animation: showBlock 0.25s linear forwards;
}
header .header__main .main__tabs .tabs__inner .tabs .tabs__wrapper {
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(8.5px);
    backdrop-filter: blur(8.5px);
    border-radius: 8px;
    padding: 50px;
}
@media all and (min-width: 1900px) {
    header .header__main .main__tabs .tabs__inner .tabs .tabs__wrapper {
        width: 657px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 90px 96px;
    }
}
@media all and (max-width: 1780px) {
    header .header__main .main__tabs .tabs__inner .tabs .tabs__wrapper {
        padding: 30px;
    }
}
header .header__main .main__tabs .tabs__inner .tabs .tabs__caption {
    margin-bottom: 50px;
    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;
}
@media all and (max-width: 1780px) {
    header .header__main .main__tabs .tabs__inner .tabs .tabs__caption {
        margin-bottom: 36px;
    }
}
header .header__main .main__tabs .tabs__inner .tabs .tabs__caption li {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    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;
    padding: 10px;
    border-radius: 8px;
}
@media all and (max-width: 1780px) {
    header .header__main .main__tabs .tabs__inner .tabs .tabs__caption li {
        font-size: 16px;
    }
}
header .header__main .main__tabs .tabs__inner .tabs .tabs__caption li a {
    color: #fff;
}
header .header__main .main__tabs .tabs__inner .tabs .tabs__caption li.active {
    background-color: #dc6555;
}
header .header__main .main__tabs .tabs__inner .tabs .tabs__content {
    display: none;
    border-radius: 8px;
    background-color: #fff;
    padding: 30px;
    font-weight: 600;
    color: #233240;
}
@media all and (max-width: 1780px) {
    header .header__main .main__tabs .tabs__inner .tabs .tabs__content {
        font-size: 14px;
        padding: 20px;
    }
}
header .header__main .main__tabs .tabs__inner .tabs .tabs__content.active {
    display: block;
    -webkit-animation: showBlock 0.25s linear forwards;
    animation: showBlock 0.25s linear forwards;
}
header .header__main .mobile__catalog {
    display: none;
}
@media all and (max-width: 1199px) {
    header .header__main .mobile__catalog {
        display: block;
    }
}
header .header__main .mobile__catalog .main__slider {
    overflow: visible;
    padding-bottom: 38px;
}
header .header__main .mobile__catalog .main__slider .swiper-slide {
    width: auto !important;
    height: auto;
}
header .header__main .mobile__catalog .main__slider .slide__inner {
    width: 242px;
    min-height: 230px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    display: block;
}
header
    .header__main
    .mobile__catalog
    .main__slider
    .slide__inner
    .catalog__image {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 6px;
    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: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    height: 242px;
    margin-bottom: 4px;
}
header
    .header__main
    .mobile__catalog
    .main__slider
    .slide__inner
    .catalog__image
    img {
    max-height: 230px;
}
header
    .header__main
    .mobile__catalog
    .main__slider
    .slide__inner
    .catalog__title {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px 5px;
    color: #0c1f2f;
    text-transform: uppercase;
}
header
    .header__main
    .mobile__catalog
    .main__slider
    .slide__inner
    .catalog__title
    h3 {
    font-size: 14px;
    font-weight: 800;
}
header .header__main .free__call h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}
@media all and (max-width: 1500px) {
    header .header__main .free__call h5 {
        font-size: 20px;
    }
}
@media all and (max-width: 1199px) {
    header .header__main .free__call h5 {
        gap: 20px;
        margin-bottom: 30px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .free__call h5 {
        font-size: 14px;
    }
}
header .header__main .free__call h5 img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 1199px) {
    header .header__main .free__call h5 img {
        width: 50px;
        height: 50px;
    }
}
@media all and (max-width: 575px) {
    header .header__main .free__call h5 img {
        width: 40px;
        height: 40px;
    }
}
header .header__main .free__call .form__inner {
    max-width: 626px;
    width: 100%;
}
header .header__main .free__call .form__inner form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: relative;
}
header .header__main .free__call .form__inner form .wpcf7-response-output {
    position: absolute;
    top: 100%;
    left: 0;
}
@media all and (max-width: 575px) {
    header .header__main .free__call .form__inner form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
header .header__main .free__call .form__inner form .form__item {
    width: 100%;
}
header .header__main .free__call .form__inner form .form__submit {
    width: 193px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.form__submit .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 575px) {
    header .header__main .free__call .form__inner form .form__submit {
        width: 100%;
    }
}
@media all and (max-width: 575px) {
    header .header__main .free__call .form__inner form .form__submit .btn {
        width: 100%;
    }
}
header .header__main .category__image {
    padding-bottom: 40px;
}
header .header__main .category__image .image__inner img {
    max-height: 650px;
    width: auto;
    height: auto;
}
@media all and (max-width: 1780px) {
    header .header__main .category__image .image__inner img {
        max-height: 500px;
    }
}
@media all and (max-width: 1199px) {
    header .header__main.header__main-category .header__breadcrumbs {
        order: -1;
    }
    header .header__main.header__main-category .category__image {
        order: 0;
        padding-bottom: 30px;
    }
    header .header__main.header__main-category .main__content {
        order: 1;
    }
    header .header__main.header__main-category .category__image .image__inner img {
        max-height: 350px;
    }
}
@media all and (max-width: 575px) {
    header .header__main.header__main-category .category__image .image__inner img {
        max-height: 300px;
    }
}
.form__inner form .form__item input.wpcf7-form-control {
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-radius: 8px;
    border: none;
    padding-left: 22px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 800;
    color: #4c5f8d;
    text-transform: uppercase;
}
.form__inner form .form__submit {
    position: relative;
}
.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.social li img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.social li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 500;
    border-radius: 8px;
    padding: 14px;
}
@media all and (max-width: 1500px) {
    .social li a {
        font-size: 14px;
    }
}
.social li a.telegram {
    background-color: rgba(60, 151, 225, 0.4);
}
.social li a.telegram:hover {
    background-color: #3c97e1;
}
.social li a.whatsapp {
    background-color: rgba(39, 206, 44, 0.4);
}
.social li a.whatsapp:hover {
    background-color: #27ce2c;
}
.swiper-pagination {
    bottom: 0 !important;
}
.swiper-pagination span {
    width: 8px;
    height: 8px;
    background-color: #fff;
    opacity: 1;
}
.swiper-pagination span.swiper-pagination-bullet-active {
    width: 66px;
    border-radius: 4px;
}
#profit .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
@media all and (max-width: 1199px) {
    #profit .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media all and (max-width: 991px) {
    #profit .wrapper {
        gap: 16px;
    }
}
#profit .profit__items {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media all and (min-width: 1199px) {
    #profit .profit__items {
        width: 509px;
    }
}
#profit .profit__items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    min-height: 220px;
    overflow: hidden;
}
@media all and (max-width: 1500px) {
    #profit .profit__items .item {
        min-height: 180px;
    }
}
@media all and (max-width: 575px) {
    #profit .profit__items .item {
        min-height: 144px;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background: rgba(69, 84, 96, 1);
    }
}
#profit .profit__items .item:not(:last-child) {
    margin-bottom: 10px;
}
@media all and (max-width: 991px) {
    #profit .profit__items .item:not(:last-child) {
        margin-bottom: 16px;
    }
}
#profit .profit__items .item .item__icon {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
#profit .profit__items .item .item__icon img {
    max-height: 200px;
}
#profit .profit__items .item .item__content {
    padding: 30px;
}
#profit .profit__items .item .item__content h3 {
    font-size: 24px;
    line-height: 100%;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #profit .profit__items .item .item__content h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
#profit .profit__items .item .item__content p {
    display: inline-block;
    padding: 10px;
    border-radius: 8px;
    background-color: #dc6555;
    font-weight: 800;
    color: #fff;
}
@media all and (max-width: 575px) {
    #profit .profit__items .item .item__content p {
        font-size: 14px;
    }
}
#profit .profit__items .item .item__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 575px) {
    #profit .profit__items .item .item__icon img {
        max-height: 162px;
    }
}
#profit .profit__video {
    width: 100%;
}
#profit .profit__video .video__inner a {
    display: block;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
#profit .profit__video .video__inner a:hover:after {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
#profit .profit__video .video__inner a::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#profit .profit__video .video__inner a:after {
    position: absolute;
    content: "";
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_9.svg);
    width: 155px;
    height: 155px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    -webkit-transition: 0.45s all;
    transition: 0.45s all;
    will-change: transform;
}
@media all and (max-width: 1500px) {
    #profit .profit__video .video__inner a:after {
        width: 120px;
        height: 120px;
    }
}
@media all and (max-width: 991px) {
    #profit .profit__video .video__inner a:after {
        width: 60px;
        height: 60px;
    }
}
@media all and (min-width: 1199px) {
    #profit .profit__video .video__inner img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        width: 100%;
        height: 100%;
    }
}
.section-bg {
    background-color: #223240;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/bg.webp);
    padding-top: 120px;
    padding-bottom: 1px;
    margin-bottom: 0;
}
.section-bg.section-bg-mb {
    margin-bottom: 120px;
}
@media all and (max-width: 1780px) {
    .section-bg.section-bg-mb {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 1199px) {
    .section-bg.section-bg-mb {
        margin-bottom: 80px;
    }
}
@media all and (max-width: 575px) {
    .section-bg.section-bg-mb {
        margin-bottom: 60px;
    }
}
.section-bg.section-bg-pt {
    padding-top: 0
  }
@media all and (max-width: 1780px) {
    .section-bg {
        padding-top: 100px;
    }
}
@media all and (max-width: 1199px) {
    .section-bg {
        padding-top: 80px;
    }
}
@media all and (max-width: 575px) {
    .section-bg {
        padding-top: 60px;
    }
}
.catalog {
    overflow: hidden;
}
@media all and (max-width: 991px) {
    .catalog .heading {
        margin-bottom: 30px;
    }
}
@media all and (min-width: 991px) {
    .catalog .heading h2 {
        max-width: 840px;
        width: 100%;
    }
}
.catalog .heading__content {
    margin-bottom: 30px;
}
@media all and (max-width: 991px) {
    .catalog .heading__content {
        margin-bottom: 40px;
    }
}
.catalog .heading__content .content__inner {
    color: #fff;
    padding-right: 90px;
}
@media all and (max-width: 1780px) {
    .catalog .heading__content .content__inner {
        padding-right: 0;
    }
}
@media all and (min-width: 991px) {
    .catalog .heading__content .content__inner {
        max-width: 500px;
        width: 100%;
        margin-left: auto;
        margin-right: 0;
    }
}
.catalog .heading__content .content__inner h3 {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .catalog .heading__content .content__inner h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}
.catalog .heading__content .content__inner ul {
    list-style-type: disc;
    padding-left: 17px;
}
.catalog .heading__content .content__inner ul li:not(:last-child) {
    margin-bottom: 7px;
}
.catalog .heading__content .content__inner ul li a {
    color: #dc6555;
    text-decoration: underline;
}
.catalog .heading__content .content__inner ul li a:hover {
    color: #f07969;
}
.catalog .slider__wrapper .catalog__slider {
    overflow: visible;
}
@media all and (max-width: 991px) {
    .catalog .slider__wrapper .catalog__slider {
        padding-bottom: 28px;
        width: 100%;
    }
}
.catalog .slider__wrapper .catalog__slider .swiper-slide {
    width: auto !important;
    height: auto;
}
.catalog .slider__wrapper .catalog__slider .slide__inner {
    width: 422px;
    min-height: 263px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}
@media all and (max-width: 575px) {
    .catalog .slider__wrapper .catalog__slider .slide__inner {
        width: 166px;
    }
}
@media all and (max-width: 991px) {
    .slider__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.slider__wrapper .arrows__dots {
    position: relative;
    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;
    gap: 50px;
    margin-bottom: 30px;
}
@media all and (max-width: 991px) {
    .slider__wrapper .arrows__dots {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
    }
}
.slider__wrapper .arrows__dots .swiper__nav {
    width: 114px;
    height: 52px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 991px) {
    .slider__wrapper .arrows__dots .swiper__nav {
        display: none;
    }
}
.slider__wrapper .arrows__dots .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: 52px;
    height: 52px;
    background-size: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.svg);
    background-color: #fff;
    border-radius: 50%;
}
.slider__wrapper .arrows__dots .swiper__nav .swiper-button:hover {
    background-image: url(../img/arrow_white.svg);
    background-color: #dc6555;
}
.slider__wrapper .arrows__dots .swiper__nav .swiper-button:after {
    display: none !important;
}
.slider__wrapper .arrows__dots .swiper__nav .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0;
}
.slider__wrapper .arrows__dots .swiper__nav .swiper-button.swiper-button-next {
    right: 0;
}
.slider__wrapper .arrows__dots .swiper-pagination {
    position: relative;
}
@media all and (min-width: 991px) {
    .slider__wrapper .arrows__dots .swiper-pagination {
        text-align: left;
    }
}
.product__item {
    margin-bottom: 10px;
}
.product__item .item__inner {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 6px;
    padding: 2px 2px 0 2px;
    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;
}
.product__item .item__inner .product__image {
    position: relative;
    background-color: #fff;
    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: 320px;
    border-radius: 4px;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .product__image {
        height: 116px;
    }
}
.product__item .item__inner .product__image:hover img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.product__item .item__inner .product__image .label {
    position: absolute;
    top: 18px;
    left: 18px;
    text-align: center;
    padding: 6px;
    border-radius: 12px;
    background-color: #dc6555;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 130%;
    font-weight: 800;
    z-index: 2;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .product__image .label {
        top: 8px;
        left: 8px;
        border-radius: 6px;
        font-size: 10px;
    }
}
.product__item .item__inner .product__image .label.label-seller {
    padding: 8px 10px;
    font-size: 12px;
    line-height: 120%;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .product__image .label.label-seller {
        padding: 4px 6px;
        font-size: 8px;
    }
}
.product__item .item__inner .product__image img {
    padding: 10px;
    max-height: 320px;
    will-change: transform;
    -webkit-transition: 1s;
    transition: 1s;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .product__image img {
        max-height: 116px;
    }
}
.product__item .item__inner .product__details {
    padding: 20px 20px 16px 20px;
    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;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .product__details {
        padding: 20px 6px 16px 6px;
        text-align: center;
    }
}
.product__item .item__inner .product__details .product__title {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .product__details .product__title {
        margin-bottom: 14px;
    }
}
.product__item .item__inner .product__details .product__title:hover {
    color: #dc6555;
}
.product__item .item__inner .product__details .product__title h3 {
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
    color: inherit;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .product__details .product__title h3 {
        font-size: 16px;
    }
}
.product__item .item__inner .product__details .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 20px;
    font-size: 30px;
    line-height: 130%;
    font-weight: 700;
    color: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .product__details .price {
        font-size: 20px;
        gap: 6px 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.product__item .item__inner .product__details .price bdi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.product__item
    .item__inner
    .product__details
    .price
    bdi
    .woocommerce-Price-currencySymbol {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.product__item .item__inner .product__details .price del {
    font-size: 24px;
    color: #7b8d9d;
    font-weight: 400;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .product__details .price del {
        font-size: 16px;
    }
}
.product__item .item__inner .product__details .price ins {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-decoration: none;
}
#main-catalog {
    padding-top: 209px;
    background-position: 50% 42px;
    background-repeat: no-repeat;
    background-image: url(../img/icon_10.svg);
    overflow: hidden;
}
@media all and (max-width: 1780px) {
    #main-catalog {
        padding-top: 130px;
    }
}
@media all and (max-width: 1199px) {
    #main-catalog {
        background-image: none;
    }
}
@media all and (max-width: 991px) {
    #main-catalog {
        padding-top: 60px;
        background-position: 50% 200px;
    }
}
@media all and (max-width: 575px) {
    #main-catalog {
        background-size: 678px;
        background-position: 50% 250px;
    }
}
#main-catalog .catalog__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 33px;
    position: relative;
}
@media all and (max-width: 1199px) {
    #main-catalog .catalog__heading {
        gap: 20px;
        -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;
        text-align: center;
        padding-bottom: 240px;
    }
}
@media all and (max-width: 575px) {
    #main-catalog .catalog__heading {
        padding-bottom: 200px;
    }
}
#main-catalog .catalog__heading span {
    position: relative;
    z-index: 11;
    font-family: YanoneKaffeesatz, sans-serif;
    font-size: 64px;
    line-height: 100%;
    font-weight: 600;
    text-transform: uppercase;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 320px;
    width: 100%;
}
@media all and (max-width: 1500px) {
    #main-catalog .catalog__heading span {
        font-size: 56px;
        max-width: 280px;
    }
}
@media all and (max-width: 1199px) {
    #main-catalog .catalog__heading span {
        max-width: none;
    }
}
@media all and (max-width: 575px) {
    #main-catalog .catalog__heading span {
        font-size: 32px;
    }
}
@media all and (min-width: 1199px) {
    #main-catalog .catalog__heading span:last-child {
        text-align: right;
    }
}
#main-catalog .catalog__heading img {
    position: relative;
    z-index: 8;
}
@media all and (max-width: 1199px) {
    #main-catalog .catalog__heading img {
        max-width: 530px;
        width: 100%;
    }
}
@media all and (max-width: 991px) {
    #main-catalog .catalog__heading img {
        max-width: none;
    }
}
#main-catalog .wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 105%;
    margin-top: -450px;
    left: 0;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: clip;
}
@media all and (max-width: 1460px) {
    #main-catalog .wrapper {
        margin-top: -300px;
    }
}
@media all and (max-width: 1199px) {
    #main-catalog .wrapper {
        padding-bottom: 579%;
        margin-top: -450px;
    }
}
@media all and (max-width: 575px) {
    #main-catalog .wrapper {
        margin-top: -380px;
    }
}
@media all and (max-width: 400px) {
    #main-catalog .wrapper {
        margin-top: -350px;
    }
}
#main-catalog .wrapper svg {
    width: 100%;
}
#main-catalog .wrapper .wrapper__svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media all and (max-width: 1199px) {
    #main-catalog .wrapper .wrapper__svg.wrapper__svg-desk {
        display: none;
    }
}
@media all and (min-width: 1199px) {
    #main-catalog .wrapper .wrapper__svg.wrapper__svg-mobile {
        display: none;
    }
}
#main-catalog .wrapper .catalog__wrapper .item {
    max-width: 278px;
    width: 100%;
    position: absolute;
    z-index: 5;
    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;
}
@media all and (max-width: 1500px) {
    #main-catalog .wrapper .catalog__wrapper .item {
        max-width: 200px;
    }
}
#main-catalog .wrapper .catalog__wrapper .item:nth-child(1) {
    left: 6%;
    top: 65%;
}
@media all and (max-width: 1199px) {
    #main-catalog .wrapper .catalog__wrapper .item:nth-child(1) {
        top: 30%;
    }
}
#main-catalog .wrapper .catalog__wrapper .item:nth-child(2) {
    left: 6%;
    top: 83%;
}
@media all and (max-width: 1199px) {
    #main-catalog .wrapper .catalog__wrapper .item:nth-child(2) {
        top: 38%;
        left: auto;
        right: 6%;
    }
}
#main-catalog .wrapper .catalog__wrapper .item:nth-child(3) {
    left: 13%;
    top: 93.5%;
}
@media all and (max-width: 1199px) {
    #main-catalog .wrapper .catalog__wrapper .item:nth-child(3) {
        top: 44%;
        left: 7%;
    }
}
#main-catalog .wrapper .catalog__wrapper .item:nth-child(4) {
    left: 20%;
    top: 71.5%;
}
@media all and (max-width: 1199px) {
    #main-catalog .wrapper .catalog__wrapper .item:nth-child(4) {
        top: 51%;
        left: auto;
        right: 6%;
    }
}
#main-catalog .wrapper .catalog__wrapper .item:nth-child(5) {
    left: 44%;
    top: 59.5%;
}
@media all and (max-width: 1199px) {
    #main-catalog .wrapper .catalog__wrapper .item:nth-child(5) {
        top: 57%;
        left: 7%;
    }
}
#main-catalog .wrapper .catalog__wrapper .item:nth-child(6) {
    left: 44%;
    top: 78.5%;
}
@media all and (max-width: 1199px) {
    #main-catalog .wrapper .catalog__wrapper .item:nth-child(6) {
        top: 65%;
        left: auto;
        right: 6%;
    }
}
#main-catalog .wrapper .catalog__wrapper .item:nth-child(7) {
    left: 44%;
    top: 93.5%;
}
@media all and (max-width: 1199px) {
    #main-catalog .wrapper .catalog__wrapper .item:nth-child(7) {
        top: 70%;
        left: 7%;
    }
}
#main-catalog .wrapper .catalog__wrapper .item:nth-child(8) {
    left: 66%;
    top: 76.5%;
}
@media all and (max-width: 1199px) {
    #main-catalog .wrapper .catalog__wrapper .item:nth-child(8) {
        top: 78%;
        left: auto;
        right: 6%;
    }
}
#main-catalog .wrapper .catalog__wrapper .item:nth-child(9) {
    left: 66%;
    top: 93.5%;
}
@media all and (max-width: 1199px) {
    #main-catalog .wrapper .catalog__wrapper .item:nth-child(9) {
        top: 84%;
        left: 7%;
    }
}
#main-catalog .wrapper .catalog__wrapper .item:nth-child(10) {
    left: 81%;
    top: 59.5%;
}
@media all and (max-width: 1199px) {
    #main-catalog .wrapper .catalog__wrapper .item:nth-child(10) {
        top: 91%;
        left: auto;
        right: 6%;
    }
}
#main-catalog .wrapper .catalog__wrapper .item:nth-child(11) {
    left: 81%;
    top: 81%;
}
@media all and (max-width: 1199px) {
    #main-catalog .wrapper .catalog__wrapper .item:nth-child(11) {
        top: 96%;
        left: 7%;
    }
}
#main-catalog .wrapper .catalog__wrapper .item .catalog__title {
    color: #0c1f2f;
    display: inline-block;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 19px 50px 19px 12px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 8px;
}
@media all and (max-width: 1500px) {
    #main-catalog .wrapper .catalog__wrapper .item .catalog__title {
        padding: 13px 50px 13px 12px;
    }
}
@media all and (max-width: 575px) {
    #main-catalog .wrapper .catalog__wrapper .item .catalog__title {
        padding: 15px 44px 15px 12px;
    }
}
#main-catalog .wrapper .catalog__wrapper .item .catalog__title:hover {
    background-color: #dc6555;
    color: #fff;
}
#main-catalog .wrapper .catalog__wrapper .item .catalog__title:hover:after {
    background-color: #fff;
}
#main-catalog .wrapper .catalog__wrapper .item .catalog__title:after {
    position: absolute;
    content: "";
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #000;
    -webkit-mask-image: url(../img/icon_12.svg);
    mask-image: url(../img/icon_12.svg);
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
#main-catalog .wrapper .catalog__wrapper .item .catalog__title h3 {
    font-size: 14px;
    line-height: 100%;
    font-weight: 800;
    text-transform: uppercase;
    color: inherit;
    white-space: nowrap;
}
@media all and (max-width: 1500px) {
    #main-catalog .wrapper .catalog__wrapper .item .catalog__title h3 {
        font-size: 13px;
    }
}
@media all and (max-width: 575px) {
    #main-catalog .wrapper .catalog__wrapper .item .catalog__title h3 {
        font-size: 12px;
    }
}
#main-catalog .wrapper .catalog__wrapper .item .catalog__price {
    display: inline-block;
    border-radius: 8px;
    padding: 6px 12px;
    background-color: #fff;
    color: #dc6555;
    font-weight: 800;
    text-transform: uppercase;
}
@media all and (max-width: 575px) {
    #main-catalog .wrapper .catalog__wrapper .item .catalog__price {
        font-size: 14px;
    }
}
#section-links .wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
@media all and (max-width: 1199px) {
    #section-links .wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media all and (max-width: 991px) {
    #section-links .wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media all and (max-width: 575px) {
    #section-links .wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        display: flex;
        scroll-snap-type: x mandatory;
        column-gap: 8px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    #section-links .wrapper::-webkit-scrollbar {
        display: none;
    } 
    #section-links .wrapper .links__item {
        scroll-snap-align: start;
        min-width: 250px;
    }
}
#section-links .wrapper .links__item .item__inner {
    display: block;
    background-color: #e8f0f2;
    border-radius: 12px;
    padding: 20px 20px 30px 32px;
    text-align: right;
    color: #0c1f2f;
}
@media all and (max-width: 1500px) {
    #section-links .wrapper .links__item .item__inner {
        padding: 16px;
    }
}
#section-links .wrapper .links__item .item__inner:hover {
    color: #f07969;
}
#section-links .wrapper .links__item .item__inner:hover .btn-link {
    background-color: #f07969;
}
#section-links .wrapper .links__item .item__inner .btn-link {
    margin-bottom: 11px;
}
@media all and (max-width: 575px) {
    #section-links .wrapper .links__item .item__inner .btn-link {
        margin-bottom: 13px;
    }
}
#section-links .wrapper .links__item .item__inner .content {
    text-align: left;
    max-width: 272px;
    width: 100%;
}
#section-links .wrapper .links__item .item__inner .content h3 {
    font-size: 24px;
    line-height: 140%;
    font-weight: 700;
    color: inherit;
    margin-bottom: 10px;
}
@media all and (max-width: 575px) {
    #section-links .wrapper .links__item .item__inner .content h3 {
        font-size: 20px;
    }
}
#section-links .wrapper .links__item .item__inner .content p {
    font-weight: 500;
    color: #383838;
}
#process {
  margin-bottom: 0
}
#process .process__wrapper {
  background: #fff;
  position: relative;
  width: 100%;
  height: 0;
  padding: 1px 0;
  padding-bottom: 55%;
  top: 0;
  left: 0;
  z-index: 20;
}
@media all and (max-width:1199px) {
  #process .process__wrapper {
    padding-bottom: 279%;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: clip
  }
}
#process .container-top {
  position: relative;
  z-index: 10
}
#process .heading {
  margin-bottom: 0
}
@media all and (max-width:1199px) {
  #process .heading {
    margin-bottom: 90px
  }
}
@media all and (max-width:991px) {
  #process .heading {
    margin-bottom: 30px
  }
}
#process .heading__content {
  font-weight: 500;
  margin-bottom: 60px
}
@media all and (max-width:1199px) {
  #process .heading__content {
    margin-bottom: 90px
  }
}
@media all and (max-width:767px) {
  #process .heading__content {
    margin-bottom: 50px
  }
}
#process .wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media all and (max-width:1199px) {
  #process .wrapper {
    text-align: center
  }
}
#process .wrapper svg {
  width: 100%
}
@media all and (max-width:1199px) {
  #process .wrapper.wrapper-desk {
    display: none
  }
}
@media all and (min-width:1199px) {
  #process .wrapper.wrapper-mobile {
    display: none
  }
}
#process .tabs__nav {
  height: 100%
}
@media all and (max-width:1199px) {
  #process .tabs__nav {
    height: auto
  }
}
#process .tabs__nav .container {
  height: 100%
}
@media all and (max-width:1199px) {
  #process .tabs__nav .container {
    height: auto
  }
}
#process .tabs__nav .tabs__content {
  position: absolute;
  z-index: -1;
  bottom: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 540px;
  text-align: center;
  padding-bottom: 50px
}
@media all and (max-width:1550px) {
  #process .tabs__nav .tabs__content {
    width: 400px;
    padding: 20px 20px 40px 20px
  }
}
@media all and (max-width:1199px) {
  #process .tabs__nav .tabs__content {
    display: none!important
  }
}
#process .tabs__nav .tabs__content h3 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media all and (max-width:1550px) {
  #process .tabs__nav .tabs__content h3 {
    font-size: 22px
  }
}
#process .tabs__nav .nav__wrapper {
  height: 100%
}
@media all and (max-width:1199px) {
  #process .tabs__nav .nav__wrapper {
    height: auto
  }
}
#process .tabs__nav .tabs__caption li {
  cursor: pointer;
  -webkit-transition: .25s all;
  transition: .25s all;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-decoration: none
}
#process .tabs__nav .tabs__caption li:nth-child(1) {
  left: 36%;
  bottom: 20%
}
@media all and (max-width:1550px) {
  #process .tabs__nav .tabs__caption li:nth-child(1) {
    bottom: 18%
  }
}
@media all and (max-width:1199px) {
  #process .tabs__nav .tabs__caption li:nth-child(1) {
    left: auto;
    right: 22%;
    top: 6.4%;
    bottom: auto
  }
}
@media all and (max-width:575px) {
  #process .tabs__nav .tabs__caption li:nth-child(1) {
    right: 10%;
    left: 16px
  }
}
#process .tabs__nav .tabs__caption li:nth-child(2) {
  left: 5%;
  bottom: 26.5%
}
@media all and (max-width:1199px) {
  #process .tabs__nav .tabs__caption li:nth-child(2) {
    left: auto;
    right: 22%;
    top: 23%;
    bottom: auto
  }
}
@media all and (max-width:575px) {
  #process .tabs__nav .tabs__caption li:nth-child(2) {
    right: 16px;
    left: auto
  }
}
#process .tabs__nav .tabs__caption li:nth-child(3) {
  left: 28%;
  bottom: 70%
}
@media all and (max-width:1199px) {
  #process .tabs__nav .tabs__caption li:nth-child(3) {
    left: auto;
    right: 22%;
    top: 40%;
    bottom: auto
  }
}
@media all and (max-width:575px) {
  #process .tabs__nav .tabs__caption li:nth-child(3) {
    right: 10%;
    left: 16px
  }
}
#process .tabs__nav .tabs__caption li:nth-child(4) {
  left: 69%;
  bottom: 54%
}
@media all and (max-width:1199px) {
  #process .tabs__nav .tabs__caption li:nth-child(4) {
    left: auto;
    right: 22%;
    top: 60%;
    bottom: auto
  }
}
@media all and (max-width:575px) {
  #process .tabs__nav .tabs__caption li:nth-child(4) {
    right: 16px;
    left: auto
  }
}
#process .tabs__nav .tabs__caption li:nth-child(5) {
  left: 67%;
  bottom: 12%
}
@media all and (max-width:1199px) {
  #process .tabs__nav .tabs__caption li:nth-child(5) {
    left: auto;
    right: 22%;
    top: 74%;
    bottom: auto
  }
}
@media all and (max-width:575px) {
  #process .tabs__nav .tabs__caption li:nth-child(5) {
    right: 10%;
    left: 16px
  }
}
#process .tabs__nav .tabs__caption li .number {
  width: 53px;
  height: 53px;
  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;
  border-radius: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid rgba(255,255,255,.12);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  font-size: 24px;
  line-height: 140%;
  font-weight: 800;
  color: #dc6555;
  -webkit-transition: .25s all;
  transition: .25s all
}
@media all and (max-width:991px) {
  #process .tabs__nav .tabs__caption li .number {
    font-size: 20px
  }
}
#process .tabs__nav .tabs__caption li .title {
  font-size: 14px;
  line-height: 100%;
  font-weight: 800;
  color: #0c1f2f;
  text-transform: uppercase;
  border-radius: 8px;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(255,255,255,.12);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 19.5px 20px;
  max-height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .25s all;
  transition: .25s all
}
@media all and (max-width:1550px) {
  #process .tabs__nav .tabs__caption li .title {
    font-size: 12px
  }
}
@media all and (max-width:991px) {
  #process .tabs__nav .tabs__caption li .title {
    text-align: center
  }
}
@media all and (max-width:575px) {
  #process .tabs__nav .tabs__caption li .title {
    width: 206px
  }
}
@media all and (min-width:1199px) {
  #process .tabs__nav .tabs__caption li.active .number,
  #process .tabs__nav .tabs__caption li.active .title {
    background: #dc6555;
    border: 1px solid rgba(255,255,255,.12);
    color: #fff
  }
}
#process .content__wrapper {
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 28%
}
@media all and (max-width:1470px) {
  #process .content__wrapper {
    top: 10%
  }
}
@media all and (max-width:1350px) {
  #process .content__wrapper {
    top: 5%
  }
}
@media all and (max-width:1199px) {
  #process .content__wrapper {
    position: static;
    top: auto
  }
}
@media all and (min-width:1199px) {
  #process .content__wrapper.content__wrapper-mobile {
    display: none
  }
}
#process .content__wrapper.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10
}
@media all and (max-width:1199px) {
  #process .content__wrapper.hide {
    display: none
  }
}
#process .tabs__content {
  display: none;
  max-width: 856px;
  width: 100%;
  background: rgba(35,50,64,.8);
  -webkit-backdrop-filter: blur(8.5px);
  backdrop-filter: blur(8.5px);
  border-radius: 8px;
  padding: 30px;
  margin-left: auto;
  margin-right: 0;
  color: #fff;
  position: relative;
  z-index: 10
}
@media all and (max-width:1780px) {
  #process .tabs__content {
    max-width: 700px
  }
}
@media all and (max-width:1500px) {
  #process .tabs__content {
    max-width: 600px
  }
}
@media all and (max-width:1470px) {
  #process .tabs__content {
    max-width: 500px
  }
}
@media all and (max-width:1199px) {
  #process .tabs__content {
    max-width: none;
    margin: 0 auto;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 16px;
    width: 100%;
    display: block
  }
}
@media all and (max-width:575px) {
  #process .tabs__content {
    padding: 14px
  }
}
#process .tabs__content.active {
  display: block
}
@media all and (max-width:1199px) {
  #process .tabs__content.active {
    -webkit-transition: all .2s linear .1s;
    transition: all .2s linear .1s;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: relative
  }
}
#process .tabs__content h3 {
  font-size: 24px;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 20px;
  margin-bottom: 20px
}
@media all and (max-width:991px) {
  #process .tabs__content h3 {
    font-size: 20px;
    margin-bottom: 10px
  }
}
@media all and (max-width:767px) {
  #process .tabs__content h3 {
    -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;
    margin-bottom: 16px
  }
}
@media all and (max-width:575px) {
  #process .tabs__content h3 {
    font-size: 18px;
    margin-bottom: 10px
  }
}
#process .tabs__content h3 .number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 800;
  color: #dc6555
}
@media all and (max-width:575px) {
  #process .tabs__content h3 .number {
    font-size: 16px
  }
}
@media all and (max-width:575px) {
  #process .tabs__content p {
    font-size: 14px
  }
}
@media all and (max-width: 575px) {
    #testimonials .heading .btn {
        display: none;
    }
}
@media all and (max-width: 575px) {
    #testimonials .testimonials__slider {
        padding-bottom: 38px;
        margin-bottom: 40px;
    }
}
#testimonials .testimonials__slider .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
}
@media all and (max-width: 1199px) {
    #testimonials .testimonials__slider .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media all and (max-width: 767px) {
    #testimonials .testimonials__slider .swiper-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media all and (min-width: 575px) {
    #testimonials .testimonials__slider .swiper-wrapper {
        gap: 8px;
        display: grid !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
#testimonials .testimonials__slider .swiper-wrapper .swiper-slide {
    height: auto;
}
@media all and (min-width: 575px) {
    #testimonials .testimonials__slider .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }
}
#testimonials
    .testimonials__slider
    .swiper-wrapper
    .swiper-slide
    .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #e8f0f2;
    border: 1px solid rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 8px;
    padding: 30px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}
@media all and (max-width: 575px) {
    #testimonials
        .testimonials__slider
        .swiper-wrapper
        .swiper-slide
        .slide__inner {
        padding: 20px;
        gap: 20px;
    }
}
#testimonials
    .testimonials__slider
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .date {
    font-size: 14px;
    font-weight: 700;
    color: #dc6555;
    display: inline-block;
    background: #fff;
    -webkit-box-shadow: 0 3px 24px rgba(21, 37, 51, 0.05);
    box-shadow: 0 3px 24px rgba(21, 37, 51, 0.05);
    border-radius: 8px;
    padding: 8px 10px;
}
@media all and (max-width: 575px) {
    #testimonials
        .testimonials__slider
        .swiper-wrapper
        .swiper-slide
        .slide__inner
        .date {
        font-size: 12px;
    }
}
#testimonials
    .testimonials__slider
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    h3 {
    font-size: 24px;
    line-height: 140%;
    color: #233240;
    margin-bottom: 10px;
}
@media all and (max-width: 575px) {
    #testimonials
        .testimonials__slider
        .swiper-wrapper
        .swiper-slide
        .slide__inner
        h3 {
        font-size: 20px;
    }
}
#testimonials
    .testimonials__slider
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    p {
    color: #414141;
}
#testimonials .box__button {
    display: none;
}
@media all and (max-width: 575px) {
    #testimonials .box__button {
        display: block;
    }
}
@media all and (max-width: 575px) {
    #blog .heading .btn {
        display: none;
    }
}
@media all and (max-width: 575px) {
    #blog .blog__slider {
        padding-bottom: 38px;
        margin-bottom: 40px;
    }
}
#blog .blog__slider .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
}
@media all and (max-width: 1199px) {
    #blog .blog__slider .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media all and (max-width: 767px) {
    #blog .blog__slider .swiper-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media all and (min-width: 575px) {
    #blog .blog__slider .swiper-wrapper {
        gap: 40px 8px;
        display: grid !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
#blog .blog__slider .swiper-wrapper .swiper-slide {
    height: auto;
}
@media all and (min-width: 575px) {
    #blog .blog__slider .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }
}
#blog .blog__slider .swiper-wrapper .swiper-slide .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    color: #fff;
}
#blog .blog__slider .swiper-wrapper .swiper-slide .slide__inner:hover {
    color: #f07969;
}
#blog
    .blog__slider
    .swiper-wrapper
    .swiper-slide
    .slide__inner:hover
    .post__image {
    opacity: 0.8;
}
#blog .blog__slider .swiper-wrapper .swiper-slide .slide__inner .post__image {
    height: 320px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #blog
        .blog__slider
        .swiper-wrapper
        .swiper-slide
        .slide__inner
        .post__image {
        height: 248px;
        margin-bottom: 16px;
    }
}
#blog
    .blog__slider
    .swiper-wrapper
    .swiper-slide
    .slide__inner
    .post__image
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#blog .blog__slider .swiper-wrapper .swiper-slide .slide__inner h3 {
    font-size: 20px;
    line-height: 130%;
    font-weight: 600;
    color: inherit;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #blog .blog__slider .swiper-wrapper .swiper-slide .slide__inner h3 {
        font-size: 18px;
        margin-bottom: 16px;
    }
}
#blog .blog__slider .swiper-wrapper .swiper-slide .slide__inner .date {
    font-size: 14px;
    line-height: 130%;
    font-weight: 600;
    color: #5d6583;
}
@media all and (max-width: 575px) {
    #blog .blog__slider .swiper-wrapper .swiper-slide .slide__inner .date {
        font-size: 12px;
    }
}
#blog .box__button {
    display: none;
}
@media all and (max-width: 575px) {
    #blog .box__button {
        display: block;
    }
}
#contacts {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
    min-height: 620px;
    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: 767px) {
    #contacts {
        min-height: 796px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 60px;
    }
}
#contacts #map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#contacts #map iframe {
    width: 100%;
    height: 100%;
}
#contacts .wrapper {
    width: 100%;
}
#contacts .wrapper .contacts__inner {
    max-width: 435px;
    width: 100%;
    background: rgba(35, 50, 64, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 8px;
    padding: 40px;
}
@media all and (max-width: 767px) {
    #contacts .wrapper .contacts__inner {
        padding: 20px;
        max-width: none;
        margin: 0 auto;
    }
}
#contacts .wrapper .contacts__inner .heading {
    margin-bottom: 10px;
}
@media all and (max-width: 767px) {
    #contacts .wrapper .contacts__inner .heading h2 {
        font-size: 40px;
    }
}
#contacts .wrapper .contacts__inner .phone {
    font-size: 36px;
    line-height: 100%;
    font-weight: 700;
    white-space: nowrap;
    display: block;
    padding: 14px;
    border-radius: 8px;
    background-color: #dc6555;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
@media all and (max-width: 767px) {
    #contacts .wrapper .contacts__inner .phone {
        font-size: 30px;
    }
}
@media all and (max-width: 360px) {
    #contacts .wrapper .contacts__inner .phone {
        font-size: 26px;
    }
}
#contacts .wrapper .contacts__inner .phone:hover {
    background-color: #f07969;
}
#contacts .wrapper .contacts__inner .contacts__list {
    color: #fff;
}
#contacts .wrapper .contacts__inner .contacts__list li {
    margin-bottom: 20px;
}
#contacts .wrapper .contacts__inner .contacts__list li h6 {
    font-size: 14px;
    line-height: 20px;
    color: #8f97b5;
    font-weight: 400;
    margin-bottom: 10px;
}
#contacts .wrapper .contacts__inner .contacts__list li p {
    font-weight: 500;
}
#footer {
    margin-bottom: 0;
    background-color: #223240;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/bg.webp);
    color: #fff;
    padding-top: 33px;
}
@media all and (max-width: 991px) {
    #footer {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}
#footer .footer__item {
    margin-bottom: 40px;
}
#footer .footer__logo img {
    width: 505px;
    height: auto;
}
@media all and (max-width: 575px) {
    #footer .footer__logo img {
        width: 292px;
    }
}
#footer .footer__contacts .contacts__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px 60px;
}
@media all and (max-width: 1500px) {
    #footer .footer__contacts .contacts__inner {
        gap: 20px 30px;
    }
}
@media all and (max-width: 1199px) {
    #footer .footer__contacts .contacts__inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
#footer .footer__contacts .contacts__inner a,
#footer .footer__contacts .contacts__inner p {
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    color: #fff;
}
@media all and (max-width: 1780px) {
    #footer .footer__contacts .contacts__inner a,
    #footer .footer__contacts .contacts__inner p {
        font-size: 16px;
    }
}
@media all and (max-width: 1500px) {
    #footer .footer__contacts .contacts__inner a,
    #footer .footer__contacts .contacts__inner p {
        font-size: 14px;
    }
}
@media all and (max-width: 1199px) {
    #footer .footer__contacts .contacts__inner a,
    #footer .footer__contacts .contacts__inner p {
        font-size: 16px;
    }
}
#footer .footer__contacts .contacts__inner a img,
#footer .footer__contacts .contacts__inner p img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#footer .footer__contacts .contacts__inner a {
    font-weight: 700;
}
#footer .footer__contacts .contacts__inner a:hover {
    color: #f07969;
}
#footer .footer__callback .btn {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
}
#footer .footer__menu .menu__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    text-align: center;
}
@media all and (max-width: 1500px) {
    #footer .footer__menu .menu__inner ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
#footer .footer__menu .menu__inner ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media all and (max-width: 575px) {
    #footer .footer__menu .menu__inner ul li {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}
#footer .footer__menu .menu__inner ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: block;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 8px;
    padding: 8.5px 16px;
    white-space: nowrap;
}
@media all and (max-width: 1780px) {
    #footer .footer__menu .menu__inner ul li a {
        font-size: 15px;
        padding: 10px;
    }
}
@media all and (max-width: 1199px) {
    #footer .footer__menu .menu__inner ul li a {
        font-size: 18px;
    }
}
#footer .footer__menu .menu__inner ul li a:hover {
    background-color: #f07969;
}
#footer .footer__bottom {
    margin-bottom: 23px;
    font-size: 14px;
}
@media all and (max-width: 991px) {
    #footer .footer__bottom {
        text-align: center;
        margin-bottom: 20px;
    }
}
#footer .footer__copyright {
    color: #8c8c8c;
}
#footer .footer__policy a {
    color: #76a7cf;
    text-decoration: underline;
}
#footer .footer__policy a:hover {
    color: #fff;
}
@media all and (min-width: 991px) {
    #footer .footer__pay {
        text-align: right;
    }
}
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: 700;
    margin-bottom: 0.625em;
}
article h2 {
    font-size: 32px;
    line-height: 38px;
}
@media all and (max-width: 575px) {
    article h2 {
        font-size: 28px;
    }
}
article h3 {
    font-size: 26px;
    line-height: 34px;
}
@media all and (max-width: 575px) {
    article h3 {
        font-size: 24px;
    }
}
article h4 {
    font-size: 22px;
}
@media all and (max-width: 575px) {
    article h4 {
        font-size: 20px;
    }
}
article h5 {
    font-size: 18px;
}
@media all and (max-width: 575px) {
    article h5 {
        font-size: 16px;
    }
}
article h6 {
    font-size: 16px;
}
@media all and (max-width: 575px) {
    article h6 {
        font-size: 14px;
    }
}
article p {
    margin-bottom: 1em;
}
article a {
    color: #00a8d2;
}
article ul {
    margin-bottom: 1em;
}
article ul li {
    position: relative;
    padding-left: 30px;
}
article ul li::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #54719c;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
@media all and (max-width: 575px) {
    article ul li {
        padding-left: 20px;
    }
}
article ul ul {
    margin-bottom: 0;
}
article ol li,
article ul li {
    margin-bottom: 8px;
}
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 #ddd;
    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 #ddd;
    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);
}
.main__catalog {
    text-align: center;
    width: 100%;
    height: auto;
}
#category-profit .profit__item {
    margin-bottom: 16px;
}
#category-profit .profit__item .item__inner {
    min-height: 220px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}
@media all and (max-width: 575px) {
    #category-profit .profit__item .item__inner {
        padding: 20px;
        min-height: 164px;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background: rgba(69, 84, 96, 1);
    }
}
#category-profit .profit__item .item__inner .content h3 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    white-space: nowrap;
}
@media all and (max-width: 575px) {
    #category-profit .profit__item .item__inner .content h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
#category-profit .profit__item .item__inner .content p {
    font-weight: 800;
    background-color: #dc6555;
    border-radius: 8px;
    color: #fff;
    padding: 10px;
    display: inline-block;
}
@media all and (max-width: 575px) {
    #category-profit .profit__item .item__inner .content p {
        font-size: 14px;
    }
}
#category-profit .profit__item .item__inner .image {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media all and (max-width: 1500px) {
    #category-profit .profit__item .item__inner .image img {
        max-width: 200px;
    }
}
#price .wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0 10px;
}
@media all and (max-width: 1500px) {
    #price .wrapper {
    grid-template-columns: repeat(4, 1fr);
}
}
@media all and (max-width: 1199px) {
    #price .wrapper {
    grid-template-columns: repeat(3, 1fr);
}
}
@media all and (max-width: 991px) {
     #price .wrapper {
    grid-template-columns: repeat(2, 1fr);
}
}
#price .tabs {
    --transition-time: 0.3s;
    background-color: #e8f0f2;
    border-radius: 8px;
    padding: 60px;
    margin-top: 100px;
}
@media all and (max-width: 1780px) {
    #price .tabs {
        margin-top: 80px;
        padding: 40px;
    }
}
@media all and (max-width: 1199px) {
    #price .tabs {
        margin-top: 60px;
    }
}
@media all and (max-width: 575px) {
    #price .tabs {
        padding: 20px;
        margin-top: 40px;
    }
}
#price .tabs .tabs__caption {
    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: 14px 40px;
    margin-bottom: 50px;
}
@media all and (max-width: 575px) {
    #price .tabs .tabs__caption {
        margin-bottom: 36px;
    }
}
#price .tabs .tabs__caption li {
    font-size: 36px;
    font-weight: 600;
    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;
    border-bottom: 3px solid transparent;
    padding-bottom: 10px;
}
@media all and (max-width: 1780px) {
    #price .tabs .tabs__caption li {
        font-size: 26px;
    }
}
@media all and (max-width: 1199px) {
    #price .tabs .tabs__caption li {
        font-size: 22px;
        padding-bottom: 5px;
    }
}
@media all and (max-width: 575px) {
    #price .tabs .tabs__caption li {
        font-size: 20px;
    }
}
#price .tabs .tabs__caption li.active {
    color: #dc6555;
    border-bottom: 3px solid #dc6555;
}
#price .tabs .tabs__content {
    display: none;
}
#price .tabs .tabs__content.active {
    display: block;
    -webkit-animation: showBlock 0.3s linear forwards;
    animation: showBlock 0.3s linear forwards;
}
#price .tabs .tabs__content li,
#price .tabs .tabs__content p {
    font-size: 24px;
}
@media all and (max-width: 1780px) {
    #price .tabs .tabs__content li,
    #price .tabs .tabs__content p {
        font-size: 20px;
    }
}
@media all and (max-width: 1199px) {
    #price .tabs .tabs__content li,
    #price .tabs .tabs__content p {
        font-size: 16px;
    }
}
@media all and (max-width: 575px) {
    #price .tabs .tabs__content li,
    #price .tabs .tabs__content p {
        font-size: 14px;
    }
}
#price .tabs .tabs__content li:not(:last-child),
#price .tabs .tabs__content p:not(:last-child) {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #price .tabs .tabs__content li:not(:last-child),
    #price .tabs .tabs__content p:not(:last-child) {
        margin-bottom: 16px;
    }
}
#price .tabs .tabs__content ul {
    -webkit-column-gap: 74px;
    -moz-column-gap: 74px;
    column-gap: 74px;
}
@media all and (min-width: 1199px) {
    #price .tabs .tabs__content ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
#price .tabs .tabs__content ul li {
    border-bottom: 1px solid #979da2;
    padding-bottom: 20px;
    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;
}
#price .tabs .tabs__content ul li strong {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#portfolio {
    overflow: hidden;
}
#portfolio .portfolio__slider {
    overflow: visible;
}
@media all and (max-width: 991px) {
    #portfolio .portfolio__slider {
        padding-bottom: 28px;
        width: 100%;
    }
}
#portfolio .portfolio__slider .swiper-slide {
    width: auto !important;
}
#portfolio .portfolio__slider .slide__inner a {
    display: block;
    width: 566px;
    height: 433px;
    border-radius: 4px;
    overflow: hidden;
}
@media all and (max-width: 1199px) {
    #portfolio .portfolio__slider .slide__inner a {
        width: 450px;
        height: 400px;
    }
}
@media all and (max-width: 575px) {
    #portfolio .portfolio__slider .slide__inner a {
        width: 300px;
        height: 270px;
    }
}
#portfolio .portfolio__slider .slide__inner a:hover {
    opacity: 0.8;
}
#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%;
}

/*****************  contact form 7 style  *****************/

.wpcf7-validation-errors {
    display: none !important;
}

.wpcf7-form .wpcf7-response-output {
    font-size: 13px;
    line-height: 17px;
    margin: 3px auto 10px auto !important;
}

select.wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
textarea.wpcf7-not-valid,
#block-7 input[type="text"].wpcf7-not-valid,
#block-7 input[type="tel"].wpcf7-not-valid,
#block-15 input[type="tel"].wpcf7-not-valid,
#block-15 input[type="text"].wpcf7-not-valid {
    border: 2px solid #ec3c06 !important;
    position: relative;
}

body span.wpcf7-not-valid-tip {
    display: none !important;
    color: #ec3c06;
    border: none;
    background: none;
}
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;
}
#breadcrumbs {
    padding-top: 44px;
    margin-bottom: 60px;
}
@media all and (max-width: 1199px) {
    #breadcrumbs {
        margin-bottom: 40px;
    }
}
#breadcrumbs.white .breadcrumbs {
    color: #fff;
}
#breadcrumbs.white .breadcrumbs span {
    color: #fff;
}
#breadcrumbs.white .breadcrumbs span a {
    color: #fff;
}
#breadcrumbs .breadcrumbs {
    color: #233240;
}
#breadcrumbs .breadcrumbs span {
    color: #233240;
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a {
    color: #233240;
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a span {
    color: inherit;
    text-decoration: underline;
}
#page .page__post .page__aside {
    position: sticky;
    top: 0;
    height: 100%;
}
@media (min-width: 1200px) {
    #page .page__post .page__aside {
        width: 30%;
    }
}
#page .page__post .page__aside .aside__item {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 40px;
    margin-bottom: 10px;
}
@media all and (max-width: 1500px) {
    #page .page__post .page__aside .aside__item {
        padding: 30px;
    }
}
#page .page__post .page__aside .aside__item h4 {
    font-size: 24px;
    line-height: 28px;
    color: #0C1F2F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
}
@media all and (max-width: 1500px) {
    #page .page__post .page__aside .aside__item h4 {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 575px) {
    #page .page__post .page__aside .aside__item h4 {
        margin-bottom: 20px;
    }
}
#page .page__post .page__aside .aside__item h4 img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#page .page__post .page__aside .aside__item ul {
    margin-bottom: 40px;
}
#page .page__post .page__aside .aside__item ul li:not(:last-child) {
    margin-bottom: 10px;
}
#page .page__post .page__aside .aside__item ul li a {
    font-size: 16px;
    line-height: 28px;
    color: #54719C;
    text-decoration: underline;
    display: inline-block;
}
#page .page__post .page__aside .aside__item ul li a:hover {
    color: #dc6555;
}
#page .page__post .page__aside .aside__item .more {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #384956;
    font-weight: 700;
}
#page .page__post .page__aside .aside__item .more:hover {
    color: #dc6555;
}
#page .page__post .page__aside .faq_tabs .tabs_item:not(:last-child) {
    margin-bottom: 10px;
}
#page .page__post .page__aside .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-size: 16px;
    line-height: 28px;
    color: #54719C;
    text-decoration: underline;
    display: inline-block;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
#page .page__post .page__aside .faq_tabs .tabs_item .title:hover {
    color: #dc6555;
}
#page .page__post .page__aside .faq_tabs .tabs_item .tab_content {
    display: none;
    padding-top: 10px;
}
@media all and (max-width: 575px) {
    #page .page__post .page__aside .faq_tabs .tabs_item .tab_content {
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    #page .page__post .page__main {
        width: 70%;
    }
}
@media all and (max-width: 1199px) {
    #page .page__post .page__main {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px;
    }
}
#page .page__post .page__main .main__inner {
    background-color: #fff;
    border-radius: 8px;
    padding: 60px;
}
@media all and (max-width: 1780px) {
    #page .page__post .page__main .main__inner {
        padding: 40px;
    }
}
@media all and (max-width: 1500px) {
    #page .page__post .page__main .main__inner {
        padding: 30px;
    }
}
@media all and (max-width: 575px) {
    #page .page__post .page__main .main__inner {
        padding: 30px 20px;
    }
}
#page .page__post .page__main .main__inner .heading {
    margin-bottom: 30px;
}
#page .page__post .page__main .main__inner .heading h1 {
    line-height: 100%;
    text-transform: none;
}
#page .page__post .page__main .main__inner .free__cons {
    background-color: #e8f0f2;
    border-radius: 12px;
    padding: 30px;
    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: 20px 40px;
    margin-top: 40px;
}
@media all and (max-width: 1500px) {
    #page .page__post .page__main .main__inner .free__cons {
        padding: 20px;
    }
}
@media all and (max-width: 991px) {
    #page .page__post .page__main .main__inner .free__cons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}
#page .page__post .page__main .main__inner .free__cons h3 {
    font-size: 24px;
    line-height: 120%;
    color: #0c1f2f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (max-width: 1780px) {
    #page .page__post .page__main .main__inner .free__cons h3 {
        font-size: 20px;
    }
}
@media all and (max-width: 1500px) {
    #page .page__post .page__main .main__inner .free__cons h3 {
        font-size: 16px;
    }
}
@media all and (max-width: 767px) {
    #page .page__post .page__main .main__inner .free__cons h3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}
#page .page__post .page__main .main__inner .free__cons h3 img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
}
@media all and (max-width: 1500px) {
    #page .page__post .page__main .main__inner .free__cons h3 img {
        margin-right: 20px;
    }
}
@media all and (max-width: 767px) {
    #page .page__post .page__main .main__inner .free__cons h3 img {
        margin-right: 0;
    }
}
#page .page__post .page__main .main__inner .free__cons h3 a {
    color: #dc6555;
    text-decoration: underline;
}
#page .page__post .page__main .main__inner .free__cons p {
    font-size: 16px;
    color: #54719c;
    font-weight: 500;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 1500px) {
    #page .page__post .page__main .main__inner .free__cons p {
        font-size: 14px;
    }
}
@media all and (min-width: 1199px) {
    #page .page__post .page__main .main__inner .free__cons p {
        width: 147px;
        text-align: right;
    }
}
#articles {
    overflow: hidden;
}
#articles .heading {
    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: 20px 40px;
}
#articles .heading .arrows__dots {
    margin-bottom: 0;
}
#articles .articles__slider {
    overflow: visible;
    margin-bottom: 60px;
}
@media all and (max-width: 575px) {
    #articles .articles__slider {
        margin-bottom: 50px;
    }
}
#articles .articles__slider .swiper-slide {
    width: auto !important;
    height: auto;
}
#articles .articles__slider .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 422px;
    margin-bottom: 0;
}
@media all and (max-width: 575px) {
    #articles .articles__slider .slide__inner {
        width: 300px;
    }
}
.post__item {
    display: block;
    color: #fff;
    margin-bottom: 20px;
}
.post__item.post__item-white {
    background-color: #fff;
    border-radius: 8px;
    color: #383838;
}
.post__item.post__item-white .post__details {
    padding: 0 16px 16px 16px;
}
.post__item:hover {
    color: #f07969;
}
.post__item:hover .post__image {
    opacity: 0.8;
}
.post__item .post__image {
    height: 320px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    margin-bottom: 20px;
}
@media all and (max-width: 1780px) {
    .post__item .post__image {
        height: 280px;
    }
}
@media all and (max-width: 1500px) {
    .post__item .post__image {
        height: 230px;
    }
}
@media all and (max-width: 575px) {
    .post__item .post__image {
        height: 248px;
        margin-bottom: 16px;
    }
}
.post__item .post__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.post__item h3 {
    font-size: 20px;
    line-height: 130%;
    font-weight: 600;
    color: inherit;
    margin-bottom: 20px;
}
@media all and (max-width: 1500px) {
    .post__item h3 {
        font-size: 18px;
    }
}
@media all and (max-width: 575px) {
    .post__item h3 {
        margin-bottom: 16px;
    }
}
.post__item .date {
    font-size: 14px;
    line-height: 130%;
    font-weight: 600;
    color: #86a3ce;
}
@media all and (max-width: 575px) {
    .post__item .date {
        font-size: 12px;
    }
}
.box__pagination {
    padding-top: 40px;
}
@media all and (max-width: 1780px) {
    .box__pagination {
        padding-top: 30px;
    }
}
.box__pagination .wp-pagenavi {
    text-align: right;
    margin-bottom: 60px;
}
@media all and (max-width: 1780px) {
    .box__pagination .wp-pagenavi {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 991px) {
    .box__pagination .wp-pagenavi {
        margin-bottom: 30px;
        text-align: center;
    }
}
.box__pagination .wp-pagenavi a,
.box__pagination .wp-pagenavi span {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    padding: 13px 11px;
    color: #151517;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    margin: 3px 10px;
    min-width: 51px;
    display: inline-block;
}
@media all and (max-width: 575px) {
    .box__pagination .wp-pagenavi a,
    .box__pagination .wp-pagenavi span {
        padding: 6px 11px;
        min-width: 30px;
        margin: 3px 3px;
    }
}
.box__pagination .wp-pagenavi a {
    color: #151517;
}
.box__pagination .wp-pagenavi span {
    border-color: #dc6555;
    background-color: #dc6555;
    color: #fff;
}
.modal-product {
  max-width: 1537px;
  width: 100%;
  border-radius: 8px;
  padding: 60px;
  color: #233240
}
@media all and (max-width:1780px) {
  .modal-product {
    padding: 40px
  }
}
@media all and (max-width:575px) {
  .modal-product {
    padding: 30px
  }
}
.modal-product .modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px
}
@media all and (max-width:1780px) {
  .modal-product .modal__wrapper {
    gap: 40px
  }
}
@media all and (max-width:991px) {
  .modal-product .modal__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
  }
}
.modal-product .product__image {
  width: 45%;
  position: relative;
  text-align: center
}
@media all and (max-width:991px) {
  .modal-product .product__image {
    width: 100%
  }
}
.modal-product .product__image img {
  max-height: 560px
}
@media all and (max-width:991px) {
  .modal-product .product__image img {
    max-height: 400px
  }
}
.modal-product .product__image .label {
  position: absolute;
  top: 18px;
  left: 18px;
  text-align: center;
  padding: 6px;
  border-radius: 12px;
  background-color: #dc6555;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 130%;
  font-weight: 800;
  z-index: 2
}
@media all and (max-width:575px) {
  .modal-product .product__image .label {
    top: 8px;
    left: 8px;
    border-radius: 6px;
    font-size: 10px
  }
}
.modal-product .product__image .label.label-seller {
  padding: 8px 10px;
  font-size: 12px;
  line-height: 120%
}
@media all and (max-width:575px) {
  .modal-product .product__image .label.label-seller {
    padding: 4px 6px;
    font-size: 8px
  }
}
.modal-product .product__details {
  width: 55%
}
@media all and (max-width:991px) {
  .modal-product .product__details {
    width: 100%
  }
}
.modal-product .product__details h2 {
  font-size: 38px;
  line-height: 130%;
  margin-bottom: 10px
}
@media all and (max-width:1199px) {
  .modal-product .product__details h2 {
    font-size: 32px
  }
}
@media all and (max-width:575px) {
  .modal-product .product__details h2 {
    font-size: 24px
  }
}
.modal-product .product__details .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
  font-size: 36px;
  line-height: 130%;
  font-weight: 700;
  color: #233240;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px
}
@media all and (max-width:1199px) {
  .modal-product .product__details .price {
    font-size: 30px
  }
}
@media all and (max-width:575px) {
  .modal-product .product__details .price {
    font-size: 20px;
    gap: 6px 20px;
    margin-bottom: 20px
  }
}
.modal-product .product__details .price bdi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px
}
.modal-product .product__details .price bdi .woocommerce-Price-currencySymbol {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.modal-product .product__details .price del {
  font-size: 24px;
  color: #54719c;
  font-weight: 400
}
@media all and (max-width:1199px) {
  .modal-product .product__details .price del {
    font-size: 20px
  }
}
@media all and (max-width:575px) {
  .modal-product .product__details .price del {
    font-size: 16px
  }
}
.modal-product .product__details .price ins {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  text-decoration: none
}
.modal-product .product__details .form__inner {
  margin-bottom: 40px
}
@media all and (max-width:575px) {
  .modal-product .product__details .form__inner {
    margin-bottom: 30px
  }
}
.modal-product .product__details .form__inner form .form__item {
  margin-bottom: 10px
}
.modal-product .product__details .form__inner form .form__item input {
  border: 1px solid #54719c;
  color: #4c5f8d
}
.modal-product .product__details .form__inner form .form__item input::-webkit-input-placeholder {
  color: #4c5f8d;
  opacity: 1
}
.modal-product .product__details .form__inner form .form__item input::-moz-placeholder {
  color: #4c5f8d;
  opacity: 1
}
.modal-product .product__details .form__inner form .form__item input::-ms-placeholder {
  color: #4c5f8d;
  opacity: 1
}
.modal-product .product__details .form__inner form .form__item input::-webkit-input-placeholder {
  color: #4c5f8d;
  opacity: 1
}
.modal-product .product__details .form__inner form .form__item input::-moz-placeholder {
  color: #4c5f8d;
  opacity: 1
}
.modal-product .product__details .form__inner form .form__item input:-ms-input-placeholder {
  color: #4c5f8d;
  opacity: 1
}
.modal-product .product__details .form__inner form .form__item input::-ms-input-placeholder {
  color: #4c5f8d;
  opacity: 1
}
.modal-product .product__details .form__inner form .form__item input::placeholder {
  color: #4c5f8d;
  opacity: 1
}
.modal-product .product__details .char {
  background-color: #e8f0f2;
  border-radius: 8px;
  padding: 30px
}
@media all and (max-width:575px) {
  .modal-product .product__details .char {
    padding: 30px 20px
  }
}
.modal-product .product__details .char h3 {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px
}
.modal-product .product__details .char .char__inner {
  height: 206px;
  overflow: auto;
  padding-right: 50px
}
@media all and (max-width:575px) {
  .modal-product .product__details .char .char__inner {
    padding-right: 30px
  }
}
.modal-product .product__details .char ul li {
  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;
  padding: 14px 0
}
@media all and (max-width:575px) {
  .modal-product .product__details .char ul li {
    font-size: 14px
  }
}
.modal-product .product__details .char ul li:not(:last-child) {
  border-bottom: 1px solid #979da2
}
.modal-product .product__details .char ul li strong {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-product .product__details .char .os-scrollbar-track {
  background-color: #a4c1ec!important
}
.modal-product .product__details .char .os-scrollbar-handle {
  background: #233240!important
}
.modal-big {
  max-width: 713px;
  width: 100%;
  color: #233240;
  padding: 60px;
  border-radius: 8px
}
@media all and (max-width:1780px) {
  .modal-big {
    padding: 40px
  }
}
@media all and (max-width:575px) {
  .modal-big {
    padding: 30px
  }
}
.modal-big .modal__heading {
  margin-bottom: 30px
}
.modal-big .modal__heading h2 {
  font-size: 48px;
  line-height: 130%;
  margin-bottom: 10px
}
@media all and (max-width:1199px) {
  .modal-big .modal__heading h2 {
    font-size: 32px
  }
}
@media all and (max-width:575px) {
  .modal-big .modal__heading h2 {
    font-size: 24px
  }
}
.modal-big .modal__heading p {
  color: #54719c
}
.modal-big .form__inner form .form__item {
  margin-bottom: 10px
}
.modal-big .form__inner form .form__item input {
  border: 1px solid #54719c;
  color: #4c5f8d
}
.modal-big .form__inner form .form__item input::-webkit-input-placeholder {
  color: #4c5f8d;
  opacity: 1
}
.modal-big .form__inner form .form__item input::-moz-placeholder {
  color: #4c5f8d;
  opacity: 1
}
.modal-big .form__inner form .form__item input::-ms-placeholder {
  color: #4c5f8d;
  opacity: 1
}
.modal-big .form__inner form .form__item input::-webkit-input-placeholder {
  color: #4c5f8d;
  opacity: 1
}
.modal-big .form__inner form .form__item input::-moz-placeholder {
  color: #4c5f8d;
  opacity: 1
}
.modal-big .form__inner form .form__item input:-ms-input-placeholder {
  color: #4c5f8d;
  opacity: 1
}
.modal-big .form__inner form .form__item input::-ms-input-placeholder {
  color: #4c5f8d;
  opacity: 1
}
.modal-big .form__inner form .form__item input::placeholder {
  color: #4c5f8d;
  opacity: 1
}
.hidden {
    display: none!important;
}
#category-banner .wrapper {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/banner.webp);
  color: #fff;
  min-height: 266px;
  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: 40px;
  padding: 60px;
  border-radius: 8px;
  overflow: hidden
}
@media all and (max-width:1199px) {
  #category-banner .wrapper {
    padding: 46px
  }
}
@media all and (max-width:991px) {
  #category-banner .wrapper {
    -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
  }
}
@media all and (max-width:575px) {
  #category-banner .wrapper {
    padding: 30px
  }
}
#category-banner .wrapper h3 {
  font-size: 48px;
  line-height: 110%;
  max-width: 940px;
  width: 100%
}
@media all and (max-width:991px) {
  #category-banner .wrapper h3 {
    font-size: 36px
  }
}
@media all and (max-width:575px) {
  #category-banner .wrapper h3 {
    font-size: 30px
  }
}
#category-banner .wrapper .link {
  font-size: 14px;
  line-height: 130%;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #dc6555;
  color: #fff;
  border-radius: 8px;
  padding: 20px;
  max-width: 219px;
  width: 100%
}
@media all and (max-width:575px) {
  #category-banner .wrapper .link {
    max-width: none
  }
}
#category-banner .wrapper .link:hover {
  background-color: #f07969
}
#category-banner .wrapper .link img {
  display: block;
  margin-bottom: 36px
}
@media all and (max-width:575px) {
  #category-banner .wrapper .link img {
    margin-bottom: 26px
  }
}
@media all and (max-width:1199px) {
  #page .contacts .contacts__details {
    margin-bottom: 40px
  }
}
#page .contacts .details__inner .contacts__list li {
  font-size: 24px;
  line-height: 110%;
  font-weight: 500;
  margin-bottom: 40px
}
@media all and (max-width:1500px) {
  #page .contacts .details__inner .contacts__list li {
    font-size: 20px;
    margin-bottom: 30px
  }
}
@media all and (max-width:575px) {
  #page .contacts .details__inner .contacts__list li {
    font-size: 18px
  }
}
#page .contacts .details__inner .contacts__list li span {
  display: block;
  font-size: 14px;
  color: #8f97b5;
  font-weight: 400;
  margin-bottom: 10px
}
#page .contacts .details__inner .contacts__list li a {
  font-size: 48px;
  line-height: 110%;
  color: #233240;
  display: inline-block
}
@media all and (max-width:1500px) {
  #page .contacts .details__inner .contacts__list li a {
    font-size: 40px
  }
}
@media all and (max-width:575px) {
  #page .contacts .details__inner .contacts__list li a {
    font-size: 30px
  }
}
#page .contacts .details__inner .social li a:hover {
  opacity: .8
}
#page .contacts .details__inner .social li a.telegram {
  background-color: #3c97e1
}
#page .contacts .details__inner .social li a.whatsapp {
  background-color: #27ce2c
}
#page .contacts .contacts__map .map__inner {
  height: 500px;
  border-radius: 8px;
  overflow: hidden
}
@media all and (max-width:575px) {
  #page .contacts .contacts__map .map__inner {
    height: 350px
  }
}
#page .contacts .contacts__map .map__inner iframe {
  width: 100%;
  height: 100%
}
#main-catalog-page {
  padding-top: 440px;
  overflow: hidden
}
#main-catalog-page .catalog__heading {
  position: relative;
  z-index: 11
}
@media all and (max-width:575px) {
  #main-catalog-page .catalog__heading #breadcrumbs {
    margin-bottom: 30px
  }
}
#main-catalog-page .wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  margin-top: -450px;
  left: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: clip
}
@media all and (max-width:1199px) {
  #main-catalog-page .wrapper {
    padding-bottom: 490%;
    margin-top: -450px
  }
}
#main-catalog-page .wrapper svg {
  width: 100%
}
#main-catalog-page .wrapper .wrapper__svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}
@media all and (max-width:1199px) {
  #main-catalog-page .wrapper .wrapper__svg.wrapper__svg-desk {
    display: none
  }
}
@media all and (min-width:1199px) {
  #main-catalog-page .wrapper .wrapper__svg.wrapper__svg-mobile {
    display: none
  }
}
#main-catalog-page .wrapper .catalog__wrapper .item {
  max-width: 278px;
  width: 100%;
  position: absolute;
  z-index: 5;
  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
}
@media all and (max-width:1500px) {
  #main-catalog-page .wrapper .catalog__wrapper .item {
    max-width: 200px
  }
}
#main-catalog-page .wrapper .catalog__wrapper .item:nth-child(1) {
  left: 6%;
  top: 42%
}
@media all and (max-width:1199px) {
  #main-catalog-page .wrapper .catalog__wrapper .item:nth-child(1) {
    top: 16.5%
  }
}
#main-catalog-page .wrapper .catalog__wrapper .item:nth-child(2) {
  left: 6%;
  top: 69%
}
@media all and (max-width:1199px) {
  #main-catalog-page .wrapper .catalog__wrapper .item:nth-child(2) {
    top: 25.5%;
    left: auto;
    right: 6%
  }
}
@media all and (max-width:575px) {
  #main-catalog-page .wrapper .catalog__wrapper .item:nth-child(2) {
    right: 1%
  }
}
#main-catalog-page .wrapper .catalog__wrapper .item:nth-child(3) {
  left: 13%;
  top: 85%
}
@media all and (max-width:1199px) {
  #main-catalog-page .wrapper .catalog__wrapper .item:nth-child(3) {
    top: 31.5%;
    left: 7%
  }
}
#main-catalog-page .wrapper .catalog__wrapper .item:nth-child(4) {
  left: 20%;
  top: 51%
}
@media all and (max-width:1199px) {
  #main-catalog-page .wrapper .catalog__wrapper .item:nth-child(4) {
    top: 42%;
    left: auto;
    right: 6%
  }
}
@media all and (max-width:575px) {
  #main-catalog-page .wrapper .catalog__wrapper .item:nth-child(4) {
    right: 1%
  }
}
#main-catalog-page .wrapper .catalog__wrapper .item:nth-child(5) {
  left: 42%;
  top: 34%
}
@media all and (max-width:1199px) {
  #main-catalog-page .wrapper .catalog__wrapper .item:nth-child(5) {
    top: 48.5%;
    left: 7%
  }
}
#main-catalog-page .wrapper .catalog__wrapper .item:nth-child(6) {
  left: 42%;
  top: 63%
}
@media all and (max-width:1199px) {
  #main-catalog-page .wrapper .catalog__wrapper .item:nth-child(6) {
    top: 57%;
    left: auto;
    right: 6%
  }
}
@media all and (max-width:575px) {
  #main-catalog-page .wrapper .catalog__wrapper .item:nth-child(6) {
    right: 1%
  }
}
#main-catalog-page .wrapper .catalog__wrapper .item:nth-child(7) {
  left: 42%;
  top: 84%
}
@media all and (max-width:1199px) {
  #main-catalog-page .wrapper .catalog__wrapper .item:nth-child(7) {
    top: 64.5%;
    left: 7%
  }
}
#main-catalog-page .wrapper .catalog__wrapper .item:nth-child(8) {
  left: 65%;
  top: 60%
}
@media all and (max-width:1199px) {
  #main-catalog-page .wrapper .catalog__wrapper .item:nth-child(8) {
    top: 72.5%;
    left: auto;
    right: 6%
  }
}
@media all and (max-width:575px) {
  #main-catalog-page .wrapper .catalog__wrapper .item:nth-child(8) {
    right: 1%
  }
}
#main-catalog-page .wrapper .catalog__wrapper .item:nth-child(9) {
  left: 65%;
  top: 85%
}
@media all and (max-width:1199px) {
  #main-catalog-page .wrapper .catalog__wrapper .item:nth-child(9) {
    top: 80%;
    left: 7%
  }
}
#main-catalog-page .wrapper .catalog__wrapper .item:nth-child(10) {
  left: 81%;
  top: 34%
}
@media all and (max-width:1199px) {
  #main-catalog-page .wrapper .catalog__wrapper .item:nth-child(10) {
    top: 88%;
    left: auto;
    right: 6%
  }
}
@media all and (max-width:575px) {
  #main-catalog-page .wrapper .catalog__wrapper .item:nth-child(10) {
    right: 1%
  }
}
#main-catalog-page .wrapper .catalog__wrapper .item:nth-child(11) {
  left: 81%;
  top: 66%
}
@media all and (max-width:1199px) {
  #main-catalog-page .wrapper .catalog__wrapper .item:nth-child(11) {
    top: 94.3%;
    left: 7%
  }
}
#main-catalog-page .wrapper .catalog__wrapper .item .catalog__title {
  color: #0c1f2f;
  display: inline-block;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 19px 50px 19px 12px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(255,255,255,.12);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border-radius: 8px
}
@media all and (max-width:1500px) {
  #main-catalog-page .wrapper .catalog__wrapper .item .catalog__title {
    padding: 13px 50px 13px 12px
  }
}
@media all and (max-width:575px) {
  #main-catalog-page .wrapper .catalog__wrapper .item .catalog__title {
    padding: 15px 44px 15px 12px
  }
}
#main-catalog-page .wrapper .catalog__wrapper .item .catalog__title:hover {
  background-color: #dc6555;
  color: #fff
}
#main-catalog-page .wrapper .catalog__wrapper .item .catalog__title:hover:after {
  background-color: #fff
}
#main-catalog-page .wrapper .catalog__wrapper .item .catalog__title:after {
  position: absolute;
  content: "";
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #000;
  -webkit-mask-image: url(../img/icon_12.svg);
  mask-image: url(../img/icon_12.svg);
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  -webkit-transition: .25s all;
  transition: .25s all
}
#main-catalog-page .wrapper .catalog__wrapper .item .catalog__title h3 {
  font-size: 14px;
  line-height: 100%;
  font-weight: 800;
  text-transform: uppercase;
  color: inherit;
  white-space: nowrap
}
@media all and (max-width:1500px) {
  #main-catalog-page .wrapper .catalog__wrapper .item .catalog__title h3 {
    font-size: 13px
  }
}
@media all and (max-width:575px) {
  #main-catalog-page .wrapper .catalog__wrapper .item .catalog__title h3 {
    font-size: 12px
  }
}
#main-catalog-page .wrapper .catalog__wrapper .item .catalog__price {
  display: inline-block;
  border-radius: 8px;
  padding: 6px 12px;
  background-color: #fff;
  color: #dc6555;
  font-weight: 800;
  text-transform: uppercase
}
@media all and (max-width:575px) {
  #main-catalog-page .wrapper .catalog__wrapper .item .catalog__price {
    font-size: 14px
  }
}

.maincatalog_svg_parts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maincatalog_svg_parts > img {
    position: absolute;
}

:root {
    --scale-mc_svg: calc(100vw / 1920);
}

.hover-zoom {
    will-change: transform;
    transition: ease 200ms;
}

.hover-zoom:hover {
    transform: scale(1.05) !important;
}

#mc_svg_elka_1 {
    top: 10.45%; /* (209 / 2000) * 100 */
    width: calc(307 / 1920 * 100vw);
}

#mc_svg_elka_2 {
    right: 0%; /* 0 remains 0% */
    width: calc(241 / 1920 * 100vw);
}

#mc_svg_pamyat_main {
    left: 31.65%; /* (603 / 1905) * 100 */
    top: 13.95%; /* (279 / 2000) * 100 */
    width: calc(715 / 1920 * 100vw);
}

#mc_svg_pamyat_1 {
    left: 5.25%; /* (100 / 1905) * 100 */
    top: 52.80%; /* (1056 / 2000) * 100 */
    width: calc(278 / 1920 * 100vw);
}

#mc_svg_pamyat_2 {
    left: 20.37%; /* (388 / 1905) * 100 */
    top: 57.55%; /* (1151 / 2000) * 100 */
    width: calc(278 / 1920 * 100vw);
}

#mc_svg_pamyat_3 {
    left: 43.15%; /* (822 / 1905) * 100 */
    top: 49.75%; /* (995 / 2000) * 100 */
    width: calc(278 / 1920 * 100vw);
}

#mc_svg_pamyat_4 {
    left: 80.94%; /* (1542 / 1905) * 100 */
    top: 47.15%; /* (943 / 2000) * 100 */
    width: calc(278 / 1920 * 100vw);
}

#mc_svg_pamyat_5 {
    left: 5.25%; /* (100 / 1905) * 100 */
    top: 74.60%; /* (1492 / 2000) * 100 */
    width: calc(278 / 1920 * 100vw);
}

#mc_svg_pamyat_6 {
    left: 43.10%; /* (821 / 1905) * 100 */
    top: 67.35%; /* (1347 / 2000) * 100 */
    width: calc(278 / 1920 * 100vw);
}

#mc_svg_pamyat_7 {
    left: 65.77%; /* (1253 / 1905) * 100 */
    top: 63.75%; /* (1275 / 2000) * 100 */
    width: calc(278 / 1920 * 100vw);
}

#mc_svg_pamyat_8 {
    left: 80.94%; /* (1542 / 1905) * 100 */
    top: 68.85%; /* (1377 / 2000) * 100 */
    width: calc(278 / 1920 * 100vw);
}

#mc_svg_pamyat_9 {
    left: 12.81%; /* (244 / 1905) * 100 */
    top: 85.45%; /* (1709 / 2000) * 100 */
    width: calc(278 / 1920 * 100vw);
}

#mc_svg_pamyat_10 {
    left: 43.10%; /* (821 / 1905) * 100 */
    top: 82.25%; /* (1645 / 2000) * 100 */
    width: calc(278 / 1920 * 100vw);
}

#mc_svg_pamyat_11 {
    left: 65.77%; /* (1253 / 1905) * 100 */
    top: 81.65%; /* (1633 / 2000) * 100 */
    width: calc(278 / 1920 * 100vw);
}

#scheme_4-2 {
    transform: translate(-50px, 50px);
    transition: linear 1s;
}

#scheme_4-2.visible {
    transform: translate(0px, 0px);
}

#scheme_4-1 {
    transform: translate(100px, -40px);
    transition: linear 1s;
}

#scheme_4-1.visible {
    transform: translate(0px, 0px);
}

#scheme_3 {
    transform: translate(140px, 100px);
    transition: linear 1s;
}

#scheme_3.visible {
    transform: translate(0px, 0px);
}

#scheme_2 {
    transform: translateY(40px);
    transition: linear 200ms;
}

#scheme_2.visible {
    transform: translateY(0px);
}

#scheme_1 {
    transform: translate(0px, 80px);
    transition: linear 200ms;
}

#scheme_1.visible {
    transform: translateY(0px);
}

@keyframes moveBackAndForth1 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-70px, 40px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

#scheme_printer-1, #scheme_printer-3 {
    animation: moveBackAndForth1 10s linear infinite;
}

#mc_mpam_1, #mc_mpam_2, #mc_mpam_3, #mc_mpam_4, #mc_mpam_5, #mc_mpam_6, #mc_mpam_7, #mc_mpam_8, #mc_mpam_9, #mc_mpam_10, #mc_mpam_11 {
    transform: translate(0px, 20px);
    transition: ease 200ms;
}

#mc_mpam_1.visible,
#mc_mpam_2.visible,
#mc_mpam_3.visible,
#mc_mpam_4.visible,
#mc_mpam_5.visible,
#mc_mpam_6.visible,
#mc_mpam_7.visible,
#mc_mpam_8.visible,
#mc_mpam_9.visible,
#mc_mpam_10.visible,
#mc_mpam_11.visible {
    transform: translate(0px, 0px);
}


#mmc_p1, #mmc_p2, #mmc_p3, #mmc_p4, #mmc_p5, #mmc_p6, #mmc_p7, #mmc_p8, #mmc_p9, #mmc_p10, #mmc_p11 {
    transform: translate(0px, 20px);
    transform-origin: 50% 50%;
    transition: ease 200ms;
}

#mmc_p1.visible,
#mmc_p2.visible,
#mmc_p3.visible,
#mmc_p4.visible,
#mmc_p5.visible,
#mmc_p6.visible,
#mmc_p7.visible,
#mmc_p8.visible,
#mmc_p9.visible,
#mmc_p10.visible,
#mmc_p11.visible {
    transform: translate(0px, 0px);
}

#mmc_p1:hover,
#mmc_p2:hover,
#mmc_p3:hover,
#mmc_p4:hover,
#mmc_p5:hover,
#mmc_p6:hover,
#mmc_p7:hover,
#mmc_p8:hover,
#mmc_p9:hover,
#mmc_p10:hover,
#mmc_p11:hover {
    transform: translate(0px, -30px);
}

#mc_proc_1, #mc_proc_2, #mc_proc_5 {
    transform: translate(0px, 20px);
    transform-origin: 50% 50%;
    transition: ease 200ms;
}

#mc_proc_1.visible,
#mc_proc_2.visible,
#mc_proc_5.visible {
    transform: translate(0px, 0px);
}

#mc_proc_3 {
    transform: translate(50px, -10px);
    transition: linear 1s;
}

#mc_proc_3.visible {
    transform: translate(0px, 0px);
}

#mc_proc_4 {
    transform: translate(-30px, 20px);
    transition: linear 1s;
}

#mc_proc_4.visible {
    transform: translate(0px, 0px);
}

#mc_proc_6 {
    transform: translate(-60px, 60px);
    transition: linear 1s;
}

#mc_proc_6.visible {
    transform: translate(0px, 0px);
}

.form-autoconfirm-privacy {
    margin-top: 10px;
}

.form-autoconfirm-privacy a {
    color: inherit;
    text-decoration: underline;
}