@charset "UTF-8";
@font-face {
    font-family: Onest;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Onest-Regular.woff2) format("woff2");
}
@font-face {
    font-family: Onest;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Onest-Medium.woff2) format("woff2");
}
@font-face {
    font-family: Onest;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Onest-SemiBold.woff2) format("woff2");
}
@font-face {
    font-family: Onest;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Onest-Bold.woff2) format("woff2");
}
body,
html {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: Onest, sans-serif;
    font-size: 1em;
    line-height: 1.25;
    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: #504e4e;
    background-color: #fff;
    font-weight: 500;
}
@media all and (max-width: 575px) {
    body {
        font-size: 0.875em;
        line-height: 1.285714;
    }
}
footer,
header {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
ul {
    list-style: none;
    margin: 0;
}
p {
    font-style: normal;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    margin: 0;
}
.heading {
    margin-bottom: 60px;
}
@media all and (max-width: 1500px) {
    .heading {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 1199px) {
    .heading {
        margin-bottom: 40px;
    }
}
@media all and (max-width: 575px) {
    .heading {
        margin-bottom: 20px;
    }
}
.heading.mb-30 {
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    .heading.mb-30 {
        margin-bottom: 20px;
    }
}
.heading.heading-white {
    color: #fff;
}
.heading.heading-white h1,
.heading.heading-white h2 {
    color: #fff;
}
.heading h1,
.heading h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    color: #1389e2;
}
@media all and (max-width: 1199px) {
    .heading h1,
    .heading h2 {
        font-size: 40px;
        line-height: 120%;
    }
}
@media all and (max-width: 575px) {
    .heading h1,
    .heading h2 {
        font-size: 26px;
        line-height: 33px;
    }
}
.bapf_reset,
.br_remove_all_compare,
.btn,
.button,
.form-submit #submit,
.bapf_update {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #c83b4c;
    padding: 13.43px 24px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid #c83b4c;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    text-transform: uppercase;
}
.bapf_reset:hover,
.br_remove_all_compare:hover,
.btn:hover,
.button:hover,
.form-submit #submit:hover,
.bapf_update:hover {
    color: #fff;
    background-color: #ff586c;
    border: 1px solid #ff586c;
}
.bapf_reset.btn-border,
.br_remove_all_compare.btn-border,
.btn.btn-border,
.button.btn-border,
.form-submit #submit.btn-border {
    background-color: #fff;
    border: 1px solid #c83b4c;
    color: #c83b4c;
}
.bapf_reset.btn-border:hover,
.br_remove_all_compare.btn-border:hover,
.btn.btn-border:hover,
.button.btn-border:hover,
.form-submit #submit.btn-border:hover {
    color: #fff;
    background-color: #ff586c;
    border: 1px solid #ff586c;
}
.bapf_reset.btn-border.border-white,
.br_remove_all_compare.btn-border.border-white,
.btn.btn-border.border-white,
.button.btn-border.border-white,
.form-submit #submit.btn-border.border-white {
    border: 1px solid #fff;
}
.bapf_reset.btn-blue,
.br_remove_all_compare.btn-blue,
.btn.btn-blue,
.button.btn-blue,
.form-submit #submit.btn-blue {
    background-color: #1389e2;
    color: #fff;
}
.bapf_reset.btn-blue:hover,
.br_remove_all_compare.btn-blue:hover,
.btn.btn-blue:hover,
.button.btn-blue:hover,
.form-submit #submit.btn-blue:hover {
    color: #fff;
    background-color: #ff586c;
    border: 1px solid #ff586c;
}
.btn-more {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #1389e2;
    border-bottom: 1px dashed #1389e2;
}
.btn-more:hover {
    color: #ff586c;
    border-bottom: 1px solid #ff586c;
}
@media all and (max-width: 575px) {
    .btn-100 {
        max-width: none !important;
        width: 100% !important;
    }
}
a {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button:active,
button:focus {
    outline: 0;
}
button:disabled,
button[disabled] {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
button:disabled:hover,
button[disabled]:hover {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
:focus {
    outline: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.center {
    text-align: center;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
input,
textarea {
    outline: 0 !important;
    border-radius: 0;
}
input.wpcf7-submit {
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
details summary::-webkit-details-marker {
    display: none;
}
details > summary {
    list-style: none;
}
.swiper-button-disabled {
    cursor: pointer !important;
    pointer-events: auto !important;
}
section {
    margin-bottom: 80px;
}
@media all and (max-width: 1500px) {
    section {
        margin-bottom: 60px;
    }
}
@media all and (max-width: 575px) {
    section {
        margin-bottom: 40px;
    }
}
.modal {
    color: #504e4e;
    max-width: 397px;
    width: 100%;
    border-radius: 10px;
    padding: 40px 30px;
}
.modal .modal__heading {
    margin-bottom: 20px;
}
.modal .modal__heading h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 33px;
    text-transform: uppercase;
    color: #1389e2;
}
#modal_thanks .modal__heading {
    margin-bottom: 0;
}
.form__inner.form__inner-white .form__policy .policy .text p {
    color: #fff;
}
.form__inner.form__inner-white .form__policy .policy .text p a {
    color: #fff;
}
.form__inner.form__inner-white
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    span.wpcf7-list-item-label:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
.form__inner .form__item {
    margin-bottom: 10px;
}
.form__inner .form__item input,
.form__inner .form__item textarea {
    width: 100%;
    height: 48px;
    padding-left: 20px;
    padding-right: 12px;
    font-size: 16px;
    color: #bdc6e1;
    border-radius: 10px;
    border: 1px solid #cad0e0;
    background-color: #fff;
}
.form__inner .form__item input::-webkit-input-placeholder,
.form__inner .form__item textarea::-webkit-input-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
.form__inner .form__item input::-ms-placeholder,
.form__inner .form__item textarea::-ms-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
.form__inner .form__item input::-webkit-input-placeholder,
.form__inner .form__item textarea::-webkit-input-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
.form__inner .form__item input:-ms-input-placeholder,
.form__inner .form__item textarea:-ms-input-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
.form__inner .form__item input::-ms-input-placeholder,
.form__inner .form__item textarea::-ms-input-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
.form__inner .form__item input::placeholder,
.form__inner .form__item textarea::placeholder {
    color: #bdc6e1;
    opacity: 1;
}
.form__inner .form__item textarea {
    height: 120px;
    padding-top: 10px;
    resize: none;
}
.form__inner .form__policy {
    margin-bottom: 20px;
}
.form__inner .form__policy .policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}
.form__inner .form__policy .policy .text p {
    color: #504e4e;
    font-size: 14px;
    line-height: 18px;
}
.form__inner .form__policy .policy .text p a {
    text-decoration: underline;
    color: #1389e2;
}
.form__inner .form__policy .policy .checkbox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    position: relative;
    border: 1px solid #d8d8d8;
    width: 24px;
    height: 24px;
    border-radius: 5px;
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap {
    margin-bottom: 0;
    height: auto;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap:before {
    display: none;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: block;
    z-index: 1000;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input:checked
    ~ .wpcf7-list-item-label {
    background-color: #fff;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input:checked
    ~ .wpcf7-list-item-label:after {
    display: block;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    span.wpcf7-list-item-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 0 !important;
    color: transparent;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    span.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 5px;
    margin: auto;
    width: 8px;
    height: 10px;
    border: solid #1389e2;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form__inner .form__submit {
    position: relative;
}
.form__inner .form__submit .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
header {
    position: relative;
}
header.front__page {
    margin-bottom: 80px;
}
@media all and (max-width: 1500px) {
    header.front__page {
        margin-bottom: 60px;
    }
}
@media all and (max-width: 575px) {
    header.front__page {
        margin-bottom: 40px;
    }
}
header.page .header__main .wrapper {
    border-bottom: 1px solid #e5e9f4;
}
header .bg__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
header .bg__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
@media all and (max-width: 575px) {
    header .bg__image img {
        -o-object-position: 50% 80%;
        object-position: 50% 80%;
    }
}
header .header__top {
    background-color: rgba(220, 227, 237, 0.65);
    padding: 12px 0;
}
@media all and (max-width: 1199px) {
    header .header__top {
        padding: 7.5px 0;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .header__menu {
        display: none;
    }
}
header .header__top .header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 54px;
    text-align: center;
}
@media all and (max-width: 1500px) {
    header .header__top .header__menu ul {
        gap: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
header
    .header__top
    .header__menu
    ul
    li.current-menu-item:not(.menu-item-object-custom)
    a {
    color: #ff586c;
}
header .header__top .header__menu ul li a {
    font-size: 14px;
    color: #504e4e;
    display: inline-block;
}
header .header__top .header__menu ul li a:hover {
    color: #ff586c;
}
@media all and (max-width: 1199px) {
    header .header__top .user__menu {
        display: none;
    }
}
header .header__top .user__menu .menu__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: 16px;
}
header .header__top .user__menu .menu__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
header .header__top .user__menu .menu__inner ul li a {
    font-size: 14px;
    color: #1389e2;
    display: inline-block;
}
header .header__top .user__menu .menu__inner ul li a:hover {
    text-decoration: underline;
}
@media all and (min-width: 1199px) {
    header .header__top .header__mobile {
        display: none;
    }
}
header .header__top .header__mobile .mobile__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
header .header__top .header__mobile .mobile__inner .logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header .header__top .header__mobile .mobile__inner .logo img {
    width: 74px;
    height: auto;
}
header .header__top .header__mobile .mobile__inner .mobile__contacts {
    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: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .contacts__inner
    ul
    li
    a {
    display: inline-block;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .contacts__inner
    ul
    li
    .phone {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #c83b4c;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .contacts__inner
    ul
    li
    .email {
    font-weight: 700;
    font-size: 10px;
    line-height: 13px;
    color: #1389e2;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .burger_button {
    position: relative;
    top: 2px;
    width: 37px;
    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__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .burger_button
    span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #1389e2;
    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__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .burger_button
    span:nth-child(1) {
    top: 4px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .burger_button
    span:nth-child(2) {
    top: 12px;
    width: 24px;
    left: auto;
    right: 0;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .burger_button
    span:nth-child(3) {
    top: 20px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .burger_button.open
    span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .burger_button.open
    span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .burger_button.open
    span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: 0;
    overflow: auto;
    z-index: 11;
    padding-top: 30px;
    top: 55px;
    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__mobile
        .mobile__inner
        .mobile__contacts
        .header_burger
        .menu_toggle {
        top: 50px;
    }
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle.slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle.menuopen {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .container {
    padding-left: 15px;
    padding-right: 15px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu {
    margin-bottom: 30px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li:not(:last-child) {
    margin-bottom: 8px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.current-menu-item:not(.menu-item-object-custom)
    a {
    color: #ff586c;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a {
    font-size: 16px;
    display: inline-block;
    padding: 5px 0;
    color: #504e4e;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a:hover {
    color: #ff586c;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .header__search {
    border: 1px solid #cad0e0;
    border-radius: 10px;
    max-width: 365px;
    width: 100%;
    height: 50px;
    margin-bottom: 26px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .header__search
    .dgwt-wcas-sf-wrapp {
    padding: 0;
    background-color: transparent;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .header__search
    .dgwt-wcas-sf-wrapp
    .dgwt-wcas-search-input {
    border: 1px solid #cad0e0;
    border-radius: 10px;
    height: 50px;
    background-color: transparent;
    padding-left: 56px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .header__search
    .dgwt-wcas-sf-wrapp
    .dgwt-wcas-search-submit {
    top: 10px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .header__search
    .dgwt-wcas-sf-wrapp
    .dgwt-wcas-search-submit
    svg
    path {
    fill: #1389e2;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .header__search
    .dgwt-wcas-style-pirx.dgwt-wcas-search-filled
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input {
    padding-left: 24px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .user__menu
    ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .user__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .user__menu
    ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .user__menu
    ul
    li
    a {
    display: inline-block;
    color: #1389e2;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .user__menu
    ul
    li
    a:hover {
    color: #c83b4c;
}
header .header__main .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: 30px;
    padding: 24px 0;
    position: relative;
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper {
        gap: 20px;
        padding: 12px 0;
    }
}
header .header__main .wrapper .header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .header__logo {
        display: none;
    }
}
header .header__main .wrapper .header__logo img {
    width: 180px;
    height: auto;
}
header .header__main .wrapper .header__catalog {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header .header__main .wrapper .header__catalog .btn {
    position: relative;
    z-index: 101;
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .header__catalog .btn {
        z-index: 8;
    }
}
header .header__main .wrapper .header__catalog .btn.active {
    background-color: #fff;
    color: #c83b4c;
    border: 1px solid #fff;
}
header .header__main .wrapper .header__catalog .btn.active span::after {
    background-image: url(../img/icon_2_1.svg);
}
header .header__main .wrapper .header__catalog .btn span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
    position: relative;
    padding-left: 34px;
}
header .header__main .wrapper .header__catalog .btn span:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_2.svg);
    width: 23px;
    height: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
header .header__main .wrapper .header__search {
    width: 365px;
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .header__search {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        display: none;
    }
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .header__search .dgwt-wcas-search-wrapp {
        max-width: none !important;
        width: 100%;
    }
}
header .header__main .wrapper .header__search .dgwt-wcas-sf-wrapp {
    padding: 0;
    background-color: transparent;
}
header
    .header__main
    .wrapper
    .header__search
    .dgwt-wcas-sf-wrapp
    .dgwt-wcas-search-input {
    border: 1px solid #cad0e0;
    border-radius: 10px;
    height: 50px;
    background-color: transparent;
    padding-left: 56px;
}
header
    .header__main
    .wrapper
    .header__search
    .dgwt-wcas-sf-wrapp
    .dgwt-wcas-search-submit {
    top: 10px;
}
header
    .header__main
    .wrapper
    .header__search
    .dgwt-wcas-sf-wrapp
    .dgwt-wcas-search-submit
    svg
    path {
    fill: #1389e2;
}
header
    .header__main
    .wrapper
    .header__search
    .dgwt-wcas-style-pirx.dgwt-wcas-search-filled
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input {
    padding-left: 24px;
}
header .header__main .wrapper .header__links {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header .header__main .wrapper .header__links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
@media all and (max-width: 1500px) {
    header .header__main .wrapper .header__links ul {
        gap: 10px;
    }
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .header__links ul {
        gap: 5px;
    }
}
header .header__main .wrapper .header__links ul li #mobile-search,
header .header__main .wrapper .header__links ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    border: 1px solid #cad0e0;
    background-color: transparent;
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__links ul li #mobile-search {
        display: none;
    }
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .header__links ul li #mobile-search,
    header .header__main .wrapper .header__links ul li a {
        width: 33px;
        height: 33px;
    }
}
header .header__main .wrapper .header__links ul li #mobile-search:hover,
header .header__main .wrapper .header__links ul li a:hover {
    border: 1px solid #ff586c;
}
header .header__main .wrapper .header__links ul li #mobile-search:hover img,
header .header__main .wrapper .header__links ul li a:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(43%) sepia(93%)
        saturate(3062%) hue-rotate(328deg) brightness(122%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(43%) sepia(93%) saturate(3062%)
        hue-rotate(328deg) brightness(122%) contrast(101%);
}
header .header__main .wrapper .header__links ul li #mobile-search img,
header .header__main .wrapper .header__links ul li a img {
    width: 25px;
    height: auto;
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .header__links ul li #mobile-search img,
    header .header__main .wrapper .header__links ul li a img {
        width: 18px;
    }
}
header .header__main .wrapper .header__links ul li #mobile-search img {
    width: 25px;
    height: 25px;
}
header .header__main .wrapper .header__contacts {
    text-align: right;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .header__contacts {
        display: none;
    }
}
header .header__main .wrapper .header__contacts .phones {
    margin-bottom: 3px;
}
header .header__main .wrapper .header__contacts .phones a {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #c83b4c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
}
header .header__main .wrapper .header__contacts .email {
    font-size: 14px;
    line-height: 18px;
    color: #1389e2;
    display: inline-block;
}
header .header__main .wrapper .header__contacts .contacts__modal {
    position: absolute;
    top: calc(100% - 19px);
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 22.9px rgba(24, 75, 113, 0.32);
    box-shadow: 0 0 22.9px rgba(24, 75, 113, 0.32);
    border-radius: 10px;
    text-align: left;
    width: 397px;
    padding: 40px 28px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .header__contacts .contacts__modal {
        display: none !important;
    }
}
header .header__main .wrapper .header__contacts .contacts__modal.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
header .header__main .wrapper .header__contacts .contacts__modal #btn-close {
    position: absolute;
    top: 22px;
    right: 30px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/close.svg);
    width: 26px;
    height: 25px;
    background-color: #fff;
    border: none;
}
header
    .header__main
    .wrapper
    .header__contacts
    .contacts__modal
    .contacts__wrapper {
    margin-bottom: 20px;
}
header
    .header__main
    .wrapper
    .header__contacts
    .contacts__modal
    .contacts__item:not(:last-child) {
    margin-bottom: 20px;
}
header
    .header__main
    .wrapper
    .header__contacts
    .contacts__modal
    .contacts__item
    h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
}
header
    .header__main
    .wrapper
    .header__contacts
    .contacts__modal
    .contacts__item
    ul
    li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 9px;
}
@media all and (max-width: 1199px) {
    header
        .header__main
        .wrapper
        .header__contacts
        .contacts__modal
        .contacts__item
        ul
        li {
        -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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
header
    .header__main
    .wrapper
    .header__contacts
    .contacts__modal
    .contacts__item
    ul
    li:not(:last-child) {
    margin-bottom: 16px;
}
@media all and (max-width: 575px) {
    header
        .header__main
        .wrapper
        .header__contacts
        .contacts__modal
        .contacts__item
        ul
        li:not(:last-child) {
        margin-bottom: 10px;
    }
}
header
    .header__main
    .wrapper
    .header__contacts
    .contacts__modal
    .contacts__item
    ul
    li
    .item__inner
    p:not(:last-child) {
    margin-bottom: 2px;
}
header
    .header__main
    .wrapper
    .header__contacts
    .contacts__modal
    .contacts__item
    ul
    li
    .item__inner
    p
    a {
    display: inline-block;
    color: #1389e2;
}
header
    .header__main
    .wrapper
    .header__contacts
    .contacts__modal
    .contacts__item
    ul
    li
    .item__inner
    p
    a:hover {
    color: #ff586c;
}
header .header__main .wrapper .header__contacts .contacts__modal .share {
    margin-bottom: 20px;
}
header .header__main .wrapper #catalog-menu {
    position: absolute;
    z-index: 100;
    top: calc(100% - 40px);
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 22.9px rgba(24, 75, 113, 0.32);
    box-shadow: 0 0 22.9px rgba(24, 75, 113, 0.32);
    -webkit-backdrop-filter: blur(3.2px);
    backdrop-filter: blur(3.2px);
    border-radius: 10px;
    overflow: hidden;
    max-width: 705px;
    width: 100%;
    min-height: 472px;
    display: none;
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper #catalog-menu {
        top: calc(100% - 10px);
        min-height: inherit;
    }
}
header .header__main .wrapper #catalog-menu .menu__inner {
    width: 100%;
}
header .header__main .wrapper #catalog-menu ul {
    width: 254px;
    background-color: #edf2f8;
    padding: 40px 25px;
    height: 100%;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 1500px) {
    header .header__main .wrapper #catalog-menu ul {
        width: 210px;
    }
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper #catalog-menu ul {
        width: 100%;
        background-color: #fff;
        padding: 20px 25px;
    }
}
header .header__main .wrapper #catalog-menu ul li:not(:last-child) {
    margin-bottom: 10px;
}
header .header__main .wrapper #catalog-menu ul li:hover > a {
    color: #c83b4c;
}
header .header__main .wrapper #catalog-menu ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #504e4e;
    display: inline-block;
    padding: 5px 0;
}
header
    .header__main
    .wrapper
    #catalog-menu
    ul
    li.menu-item-has-children:hover
    .sub-menu {
    opacity: 1;
    visibility: visible;
}
header
    .header__main
    .wrapper
    #catalog-menu
    ul
    li.menu-item-has-children
    .sub-menu {
    position: absolute;
    z-index: -1;
    top: 40px;
    left: 0;
    padding: 0 0 0 280px;
    width: 650px;
    height: 100%;
    background-color: transparent;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 1199px) {
    header
        .header__main
        .wrapper
        #catalog-menu
        ul
        li.menu-item-has-children
        .sub-menu {
        display: none !important;
    }
}
header
    .header__main
    .wrapper
    #catalog-menu
    ul
    li.menu-item-has-children
    .sub-menu
    li
    a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    display: inline-block;
}
header .header__content {
    padding-top: 56px;
    padding-bottom: 28px;
}
@media all and (max-width: 1600px) {
    header .header__content {
        padding-top: 26px;
    }
}
@media all and (max-width: 575px) {
    header .header__content {
        padding-top: 5px;
        padding-bottom: 210px;
    }
}
header .header__content .content {
    margin-bottom: 82px;
}
@media all and (max-width: 1600px) {
    header .header__content .content {
        margin-bottom: 60px;
    }
}
@media all and (max-width: 575px) {
    header .header__content .content {
        text-align: center;
        margin-bottom: 30px;
    }
}
header .header__content .content h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: 77px;
    text-transform: uppercase;
    color: #1389e2;
    margin-bottom: 12px;
}
@media all and (max-width: 1600px) {
    header .header__content .content h1 {
        font-size: 54px;
        line-height: 120%;
    }
}
@media all and (max-width: 575px) {
    header .header__content .content h1 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 14px;
    }
}
header .header__content .content p {
    font-size: 26px;
    line-height: 31px;
    font-weight: 600;
}
@media all and (max-width: 575px) {
    header .header__content .content p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
    }
}
header .header__content .header__catalog {
    max-width: 705px;
    width: 100%;
}
@media all and (max-width: 575px) {
    header .header__content .header__catalog .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}
header .header__content .header__catalog .catalog__item {
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    header .header__content .header__catalog .catalog__item {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}
header
    .header__content
    .header__catalog
    .catalog__item:last-child
    .item__inner
    .icon {
    left: -8px;
}
header .header__content .header__catalog .catalog__item .item__inner {
    background: rgba(255, 255, 255, 0.52);
    -webkit-box-shadow: 0 0 22.9px rgba(24, 75, 113, 0.32);
    box-shadow: 0 0 22.9px rgba(24, 75, 113, 0.32);
    -webkit-backdrop-filter: blur(3.2px);
    backdrop-filter: blur(3.2px);
    border-radius: 10px;
    position: relative;
    height: 106px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #1389e2;
    padding-left: 90px;
    padding-right: 10px;
}
@media all and (max-width: 575px) {
    header .header__content .header__catalog .catalog__item .item__inner {
        height: 66px;
        padding-left: 56px;
    }
}
header .header__content .header__catalog .catalog__item .item__inner:hover {
    color: #ff586c;
}
header .header__content .header__catalog .catalog__item .item__inner .icon {
    position: absolute;
    top: -16px;
    left: 0;
    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;
    max-width: 93px;
    height: 111px;
    margin: 0 auto;
    width: 100%;
}
@media all and (max-width: 575px) {
    header .header__content .header__catalog .catalog__item .item__inner .icon {
        max-width: 52px;
        height: 65px;
        top: -6px;
    }
}
header .header__content .header__catalog .catalog__item .item__inner .icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
header .header__content .header__catalog .catalog__item .item__inner h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: inherit;
}
@media all and (max-width: 575px) {
    header .header__content .header__catalog .catalog__item .item__inner h3 {
        font-size: 12px;
        line-height: 15px;
        font-weight: 700;
    }
}
.share h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}
.share ul {
    display: flex;
    align-items: center;
    gap: 10px;
}
.share button {
    border: none;
    background-color: transparent;
}
.share ul li img {
    width: 30px;
    height: 30px;
}
.share ul li:hover {
    opacity: 0.8;
}
#breadcrumbs {
    padding-top: 20px;
    margin-bottom: 40px;
}
#breadcrumbs .breadcrumbs {
    color: #504e4e;
    font-size: 14px;
    line-height: 18px;
}
#breadcrumbs .breadcrumbs span {
    color: #504e4e;
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a {
    color: #1389e2;
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a span {
    color: inherit;
}
article {
    font-weight: 400;
}
article strong {
    font-weight: 600;
}
@media all and (max-width: 1516px) {
    article .block-1 {
        overflow: hidden;
    }
}
article .block-1 section {
    margin-bottom: 0;
    background-image: none;
    position: relative;
}
article .block-1 section:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_12.svg);
    width: 1900px;
    height: 294px;
    top: 0;
    left: -230px;
    margin: auto;
    z-index: -1;
}
@media all and (max-width: 1905px) {
    article .block-1 section:after {
        width: 1800px;
        left: -180px;
    }
}
@media all and (max-width: 1802px) {
    article .block-1 section:after {
        width: 1700px;
        left: -130px;
    }
}
@media all and (max-width: 1716px) {
    article .block-1 section:after {
        width: 1600px;
        left: -80px;
    }
}
@media all and (max-width: 1616px) {
    article .block-1 section:after {
        width: 1500px;
        left: -30px;
    }
}
@media all and (max-width: 991px) {
    article .block-1 section:after {
        display: none;
    }
}
article .aligncenter,
article div.aligncenter,
article img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
article img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
article img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
article .alignright {
    float: right;
}
article .alignleft {
    float: left;
}
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-weight: 600;
    margin-bottom: 0.625em;
}
article h2 {
    font-size: 32px;
    line-height: 38px;
}
@media all and (max-width: 575px) {
    article h2 {
        font-size: 24px;
        line-height: 120%;
    }
}
article h3 {
    font-size: 26px;
    line-height: 34px;
}
@media all and (max-width: 575px) {
    article h3 {
        font-size: 22px;
        line-height: 120%;
    }
}
article h4 {
    font-size: 22px;
}
@media all and (max-width: 575px) {
    article h4 {
        font-size: 20px;
        line-height: 120%;
    }
}
article h5 {
    font-size: 18px;
}
article h6 {
    font-size: 16px;
}
article p {
    margin-bottom: 1em;
}
article a {
    color: #1389e2;
}
article ul {
    margin-bottom: 1em;
    list-style-type: disc;
    padding-left: 15px;
}
article ul ul {
    margin-bottom: 0;
}
article ol li,
article ul li {
    margin-bottom: 4px;
}
article ol {
    margin-bottom: 1em;
    padding-left: 15px;
}
article mark {
    padding: 0;
}
.lightbox-image-container {
    width: 100vw !important;
}
.lightbox-image-container figure img {
    width: auto !important;
    height: auto !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    max-height: 100% !important;
}
.section-advantages {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_12.svg);
    padding-bottom: 30px;
    margin-bottom: 50px;
}
@media all and (max-width: 1500px) {
    .section-advantages {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 991px) {
    .section-advantages {
        background-image: none;
    }
}
@media all and (max-width: 575px) {
    .section-advantages {
        margin-bottom: 10px;
    }
}
.section-advantages .wrapper {
    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;
    gap: 20px;
    text-align: center;
}
@media all and (max-width: 991px) {
    .section-advantages .wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.section-advantages .wrapper.wrapper-block {
    padding-top: 20px;
}
@media all and (max-width: 991px) {
    .section-advantages .wrapper .advantages__item {
        width: 50%;
    }
}
.section-advantages .wrapper .advantages__item .icon {
    margin-bottom: 25px;
}
@media all and (max-width: 991px) {
    .section-advantages .wrapper .advantages__item .icon {
        margin-bottom: 10px;
    }
}
.section-advantages .wrapper .advantages__item .icon img {
    width: 148px;
    height: 148px;
}
@media all and (max-width: 575px) {
    .section-advantages .wrapper .advantages__item .icon img {
        width: 80px;
        height: 80px;
    }
}
.section-advantages .wrapper .advantages__item .number {
    width: 148px;
    height: 148px;
    border-radius: 50%;
    border: 1px solid #e0e3eb;
    background-color: #fff;
    font-size: 84px;
    line-height: 100%;
    color: #cad0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 25px auto;
}
@media all and (max-width: 991px) {
    .section-advantages .wrapper .advantages__item .number {
        margin-bottom: 10px;
    }
}
@media all and (max-width: 575px) {
    .section-advantages .wrapper .advantages__item .number {
        width: 110px;
        height: 110px;
        font-size: 50px;
    }
}
@media all and (max-width: 575px) {
    .section-advantages .wrapper .advantages__item p {
        font-weight: 700;
    }
}
.section-bestsellers .product__item {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition:
        opacity 0.6s ease,
        -webkit-transform 0.6s ease;
    transition:
        opacity 0.6s ease,
        -webkit-transform 0.6s ease;
    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
    transition:
        opacity 0.6s ease,
        transform 0.6s ease,
        -webkit-transform 0.6s ease;
    display: none;
}
.section-bestsellers .product__item.fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.section-bestsellers .btn__more {
    margin-top: 10px;
}
@media all and (max-width: 575px) {
    .section-bestsellers .btn__more {
        margin-top: 0;
    }
}
.product__item {
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    .product__item {
        margin-bottom: 20px;
    }
}
.product__item .item__inner {
    position: relative;
    border: 1px solid #e0e3eb;
    border-radius: 10px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    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: 20px;
    height: 100%;
}
@media all and (max-width: 575px) {
    .product__item .item__inner {
        gap: 12px;
    }
}
.product__item .item__inner:hover {
    background: rgba(255, 255, 255, 0.52);
    -webkit-box-shadow: 0 0 22.9px rgba(24, 75, 113, 0.32);
    box-shadow: 0 0 22.9px rgba(24, 75, 113, 0.32);
    -webkit-backdrop-filter: blur(3.2px);
    backdrop-filter: blur(3.2px);
}
.product__item .item__inner .ptoduct__image {
    height: 258px;
    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;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .ptoduct__image {
        height: 215px;
    }
}
.product__item .item__inner .ptoduct__image:hover img {
    opacity: 0.8;
}
.product__item .item__inner .ptoduct__image img {
    max-height: 230px;
    height: auto;
    width: auto;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .ptoduct__image img {
        max-height: 200px;
    }
}
.product__item .item__inner .ptoduct__image ul {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 3;
    text-align: right;
}
.product__item .item__inner .ptoduct__image ul li span {
    display: inline-block;
}
.product__item .item__inner .ptoduct__image ul li .discount {
    width: 62px;
    height: 20px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_14.svg);
}
.product__item .item__inner .ptoduct__image ul li .new-product {
    width: 72px;
    height: 20px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_15.svg);
}
.product__item .item__inner .product__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 38px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 20px 30px 20px;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .product__details {
        gap: 12px;
        padding: 0 20px 24px 20px;
    }
}
.product__item .item__inner .product__details .br_compare_button {
    position: absolute;
    top: 50px;
    left: 20px;
    z-index: 3;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: none;
}
.product__item .item__inner .product__details .br_compare_button:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_5.svg);
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(7%)
        saturate(20%) hue-rotate(338deg) brightness(97%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(18%) sepia(7%) saturate(20%)
        hue-rotate(338deg) brightness(97%) contrast(92%);
}
.product__item
    .item__inner
    .product__details
    .br_compare_button.br_compare_added::after {
    -webkit-filter: brightness(0) saturate(100%) invert(30%) sepia(99%)
        saturate(1198%) hue-rotate(325deg) brightness(83%) contrast(88%);
    filter: brightness(0) saturate(100%) invert(30%) sepia(99%) saturate(1198%)
        hue-rotate(325deg) brightness(83%) contrast(88%);
}
.product__item
    .item__inner
    .product__details
    .br_compare_button
    .br_compare_button_text,
.product__item .item__inner .product__details .br_compare_button i {
    display: none;
}
.product__item .item__inner .product__details .tinv-wraper {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
}
.product__item .item__inner .product__details .tinv-wraper a {
    color: rgba(52, 52, 52, 0.8);
    position: relative;
    padding-left: 28px;
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
}
.product__item .item__inner .product__details .tinv-wraper a:hover {
    color: #c83b4c;
}
.product__item .item__inner .product__details .tinv-wraper a:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_13.svg);
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.product__item .item__inner .product__details .tinv-wraper a::before {
    display: none;
}
.product__item
    .item__inner
    .product__details
    .tinv-wraper
    a
    .tinvwl_add_to_wishlist-text {
    display: none;
}
.product__item
    .item__inner
    .product__details
    .tinv-wraper
    a.tinvwl-product-in-list::after {
    -webkit-filter: brightness(0) saturate(100%) invert(30%) sepia(99%)
        saturate(1198%) hue-rotate(325deg) brightness(83%) contrast(88%);
    filter: brightness(0) saturate(100%) invert(30%) sepia(99%) saturate(1198%)
        hue-rotate(325deg) brightness(83%) contrast(88%);
}
.product__item .item__inner .product__details .details__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.product__item .item__inner .product__details .details__inner .product__title {
    display: block;
    margin-bottom: 20px;
    color: #504e4e;
}
@media all and (max-width: 575px) {
    .product__item
        .item__inner
        .product__details
        .details__inner
        .product__title {
        margin-bottom: 10px;
    }
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .product__title:hover {
    color: #c83b4c;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .product__title
    h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: inherit;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .rating__availability {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .product__item
        .item__inner
        .product__details
        .details__inner
        .rating__availability {
        margin-bottom: 12px;
    }
}
.product__item .item__inner .product__details .details__inner .attributes {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .product__details .details__inner .attributes {
        margin-bottom: 12px;
    }
}
.product__item .item__inner .product__details .product__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
}
@media all and (max-width: 1500px) {
    .product__item .item__inner .product__details .product__buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.product__item .item__inner .product__details .product__buttons .btn,
.product__item .item__inner .product__details .product__buttons .button {
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    font-size: 12px;
}
@media all and (max-width: 1500px) {
    .product__item .item__inner .product__details .product__buttons .btn,
    .product__item .item__inner .product__details .product__buttons .button {
        width: 100%;
    }
}
.attributes ul li {
    font-size: 14px;
    line-height: 18px;
    color: #62646a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
    position: relative;
}
.attributes ul li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border: 1px dashed #cad0e0;
    left: 0;
    right: 0;
    bottom: 4px;
    z-index: -1;
}
.attributes ul li:not(:last-child) {
    margin-bottom: 8px;
}
.attributes ul li span {
    position: relative;
    z-index: 2;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.attributes ul li span:first-child {
    padding-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.attributes ul li span:last-child {
    padding-left: 5px;
    max-width: 200px;
}
.rating__availability {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
    color: #cad0e0;
    font-size: 12px;
    line-height: 14px;
}
.rating__availability .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.rating__availability .rating ul {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
@media all and (max-width: 575px) {
    .rating__availability .rating ul img {
        width: 11px;
        height: 11px;
    }
}
.rating__availability .availability {
    position: relative;
    padding-left: 15px;
}
.rating__availability .availability::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #4acd7c;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.rating__availability .availability.availability-onbackorder::before {
    background-color: #c83b4c;
}
.price__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.price__wrapper .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 16px;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #1389e2;
}
.price__wrapper .price del {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #cad0e0;
}
.price__wrapper .price ins {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-decoration: none;
}
.price__wrapper .discount {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_16.svg);
    min-width: 29px;
    height: 14px;
    text-align: center;
    padding: 0 3px;
}
.wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-form .wpcf7-response-output {
    font-size: 13px;
    line-height: 17px;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
#block-15 input[type="tel"].wpcf7-not-valid,
#block-15 input[type="text"].wpcf7-not-valid,
#block-7 input[type="tel"].wpcf7-not-valid,
#block-7 input[type="text"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 2px solid #ec3c06 !important;
    position: relative;
}
body span.wpcf7-not-valid-tip {
    display: none !important;
    color: #ec3c06;
    border: none;
    background: 0 0;
}
body span.wpcf7-not-valid-tip-no-ajax {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 0 10px;
}
body div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 2px solid #ff8a8a;
    color: #ec3c06;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 12000;
}
.contact-inner-form .wpcf7-response-output {
    width: 95%;
}
body div.wpcf7-response-output {
    padding: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
}
body .wpcf7-mail-sent-ng {
    background: #fff2e2;
    border: 1px solid #ffbc8a;
    color: #e17731;
}
body .wpcf7-mail-sent-ok {
    border: 1px solid transparent;
    color: #ff5805;
    text-align: center;
}
.section-about {
    padding: 60px 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/11.webp);
}
@media all and (max-width: 575px) {
    .section-about {
        padding: 40px 0;
    }
}
@media all and (max-width: 991px) {
    .section-about .about__content {
        margin-bottom: 20px;
        text-align: center;
    }
}
.section-about .about__content .content__inner article {
    margin-bottom: 40px;
}
.section-about .about__content .content__inner article ul {
    list-style-type: none;
    padding-left: 0;
}
.section-about .about__content .content__inner article ul li {
    margin-bottom: 8px;
}
.section-about .about__content .content__inner article strong {
    font-weight: 500;
}
.section-about .about__content .content__inner .box__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 14px;
}
.section-about .about__map .map__inner {
    border-radius: 10px;
    overflow: hidden;
    height: 587px;
}
@media all and (max-width: 575px) {
    .section-about .about__map .map__inner {
        height: 339px;
    }
}
.section-about .about__map .map__inner iframe {
    width: 100%;
    height: 100%;
}
@media all and (max-width: 991px) {
    .section-faq .faq__heading {
        text-align: center;
    }
}
@media all and (max-width: 991px) {
    .section-faq .faq__heading .btn {
        display: none;
    }
}
@media all and (min-width: 991px) {
    .section-faq .box__button {
        display: none;
    }
}
@media all and (max-width: 991px) {
    .section-faq .faq__main {
        margin-bottom: 20px;
    }
}
.section-faq .faq__main .faq_tabs .tabs_item {
    border-bottom: 1px solid #e0e3eb;
}
.section-faq .faq__main .faq_tabs .tabs_item:first-child {
    border-top: 1px solid #e0e3eb;
}
.section-faq .faq__main .faq_tabs .tabs_item .title {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 12px 50px 12px 0;
    font-size: 18px;
    line-height: 23px;
    color: #1389e2;
}
.section-faq .faq__main .faq_tabs .tabs_item .title:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_17.svg);
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.section-faq .faq__main .faq_tabs .tabs_item .title.active:after {
    background-image: url(../img/icon_18.svg);
}
.section-faq .faq__main .faq_tabs .tabs_item .tab_content {
    display: none;
    padding-right: 30px;
    padding-bottom: 20px;
}
.section-freecons .wrapper {
    border-radius: 10px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/13.avif);
    color: #fff;
    background-color: #1389e2;
}
@media all and (max-width: 991px) {
    .section-freecons .wrapper {
        text-align: center;
        padding: 40px 15px 0 15px;
    }
}
@media all and (max-width: 991px) {
    .section-freecons .wrapper .freecons__heading {
        margin-bottom: 22px;
    }
}
.section-freecons .wrapper .freecons__heading .heading__inner {
    padding: 45px 0 45px 90px;
}
@media all and (max-width: 1500px) {
    .section-freecons .wrapper .freecons__heading .heading__inner {
        padding-left: 60px;
    }
}
@media all and (max-width: 991px) {
    .section-freecons .wrapper .freecons__heading .heading__inner {
        padding: 0;
    }
}
.section-freecons .wrapper .freecons__heading .heading__inner .heading {
    margin-bottom: 25px;
}
@media all and (max-width: 575px) {
    .section-freecons .wrapper .freecons__heading .heading__inner .heading {
        margin-bottom: 14px;
    }
}
.section-freecons .wrapper .freecons__heading .heading__inner .heading p {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-top: 6px;
}
@media all and (max-width: 575px) {
    .section-freecons .wrapper .freecons__heading .heading__inner .heading p {
        font-size: 14px;
        line-height: 18px;
    }
}
.section-freecons .wrapper .freecons__image {
    position: relative;
}
.section-freecons .wrapper .freecons__image .image__inner img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
@media all and (max-width: 1199px) {
    .section-freecons .wrapper .freecons__image .image__inner img {
        left: auto;
        right: 40px;
    }
}
@media all and (max-width: 991px) {
    .section-freecons .wrapper .freecons__image .image__inner img {
        position: relative;
        left: 0;
        right: auto;
    }
}
@media all and (max-width: 575px) {
    .section-freecons .wrapper .freecons__image .image__inner img {
        max-height: 202px;
    }
}
.section-brands .wrapper {
    position: relative;
}
@media all and (max-width: 1600px) {
    .section-brands .wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media all and (max-width: 575px) {
    .section-brands .wrapper {
        padding: 0;
    }
}
.section-brands .wrapper .brands__slider {
    padding-bottom: 40px;
    position: relative;
    z-index: 10;
}
.section-brands .wrapper .slide__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.section-brands .wrapper .slide__inner .icon {
    border: 1px solid #e0e3eb;
    border-radius: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 110px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.section-brands .wrapper .slide__inner .icon img {
    max-height: 100px;
}
.section-brands .swiper-pagination {
    bottom: 0 !important;
}
.section-brands .swiper-pagination span {
    width: 10px;
    height: 10px;
    background-color: #cad0e0;
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.section-brands .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #1389e2;
}
.section-brands .swiper__nav {
    height: 40px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 6;
}
@media all and (max-width: 575px) {
    .section-brands .swiper__nav {
        display: none;
    }
}
.section-brands .swiper__nav .swiper-button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    top: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    margin: auto;
    z-index: 100;
    width: 40px;
    height: 40px;
    background-size: 16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.svg);
}
.section-brands .swiper__nav .swiper-button:hover {
    -webkit-filter: brightness(0) saturate(100%) invert(43%) sepia(93%)
        saturate(3062%) hue-rotate(328deg) brightness(122%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(43%) sepia(93%) saturate(3062%)
        hue-rotate(328deg) brightness(122%) contrast(101%);
}
.section-brands .swiper__nav .swiper-button:after {
    display: none !important;
}
.section-brands .swiper__nav .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: -56px;
}
@media all and (max-width: 1600px) {
    .section-brands .swiper__nav .swiper-button.swiper-button-prev {
        left: -10px;
    }
}
.section-brands .swiper__nav .swiper-button.swiper-button-next {
    right: -56px;
}
@media all and (max-width: 1600px) {
    .section-brands .swiper__nav .swiper-button.swiper-button-next {
        right: -10px;
    }
}
#footer {
    background-color: #f3f5f6;
    padding-top: 60px;
    padding-bottom: 6px;
    margin-bottom: 0;
    background-position: 56% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_25.svg);
}
@media all and (max-width: 1199px) {
    #footer {
        background-position: 50% 100%;
        text-align: center;
    }
}
@media all and (max-width: 575px) {
    #footer {
        padding-top: 40px;
        padding-bottom: 20px;
    }
}
#footer .footer__item {
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    #footer .footer__item {
        margin-bottom: 20px;
    }
}
#footer h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
}
#footer .footer__logo .logo__inner .logo {
    margin-bottom: 27px;
}
@media all and (max-width: 575px) {
    #footer .footer__logo .logo__inner .logo {
        margin-bottom: 0;
    }
}
#footer .footer__logo .logo__inner .logo img {
    width: 200px;
    height: auto;
}
@media all and (max-width: 575px) {
    #footer .footer__logo .logo__inner .logo img {
        width: 143px;
    }
}
#footer .footer__logo .logo__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 42px;
}
@media all and (max-width: 1199px) {
    #footer .footer__logo .logo__inner ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media all and (max-width: 575px) {
    #footer .footer__logo .logo__inner ul {
        display: none;
    }
}
#footer .footer__logo .logo__inner ul li a {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid #cad0e0;
    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;
}
#footer .footer__logo .logo__inner ul li a:hover {
    border: 1px solid #ff586c;
}
#footer .footer__logo .logo__inner ul li a:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(43%) sepia(93%)
        saturate(3062%) hue-rotate(328deg) brightness(122%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(43%) sepia(93%) saturate(3062%)
        hue-rotate(328deg) brightness(122%) contrast(101%);
}
#footer .footer__logo .logo__inner ul li a img {
    max-height: 23px;
    height: auto;
    width: auto;
}
#footer .footer__logo .logo__inner .rating a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 15px 13px;
    font-size: 14px;
    line-height: 18px;
    color: #8f8b8b;
    max-width: 205px;
    width: 100%;
}
@media all and (max-width: 1199px) {
    #footer .footer__logo .logo__inner .rating a {
        margin: 0 auto;
    }
}
@media all and (max-width: 575px) {
    #footer .footer__logo .logo__inner .rating a {
        display: none;
    }
}
#footer .footer__logo .logo__inner .rating a span {
    display: block;
}
@media all and (min-width: 1199px) {
    #footer .footer__menu.footer__menu-catalog {
        display: none;
    }
}
#footer .footer__menu .menu__inner ul li:not(:last-child) {
    margin-bottom: 12px;
}
#footer .footer__menu .menu__inner ul li a {
    font-size: 14px;
    line-height: 18px;
    color: #8f8b8b;
    display: inline-block;
}
#footer
    .footer__menu
    .menu__inner
    ul
    li
    a.current-menu-item:not(.menu-item-object-custom)
    a {
    color: #ff586c;
}
#footer .footer__menu .menu__inner ul li a:hover {
    color: #ff586c;
}
#footer .footer__contacts .contacts__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding-left: 40px;
}
@media all and (max-width: 1500px) {
    #footer .footer__contacts .contacts__inner {
        padding-left: 0;
        gap: 20px 40px;
    }
}
@media all and (max-width: 1199px) {
    #footer .footer__contacts .contacts__inner {
        grid-template-columns: repeat(1, 1fr);
    }
}
#footer .footer__contacts .contacts__inner .contacts__item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 9px;
}
@media all and (max-width: 1199px) {
    #footer .footer__contacts .contacts__inner .contacts__item ul li {
        -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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#footer
    .footer__contacts
    .contacts__inner
    .contacts__item
    ul
    li:not(:last-child) {
    margin-bottom: 16px;
}
@media all and (max-width: 575px) {
    #footer
        .footer__contacts
        .contacts__inner
        .contacts__item
        ul
        li:not(:last-child) {
        margin-bottom: 10px;
    }
}
#footer
    .footer__contacts
    .contacts__inner
    .contacts__item
    ul
    li
    .item__inner
    p:not(:last-child) {
    margin-bottom: 2px;
}
#footer
    .footer__contacts
    .contacts__inner
    .contacts__item
    ul
    li
    .item__inner
    p
    a {
    display: inline-block;
    color: #1389e2;
}
#footer
    .footer__contacts
    .contacts__inner
    .contacts__item
    ul
    li
    .item__inner
    p
    a:hover {
    color: #ff586c;
}
#footer .footer__links .links__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 30px;
}
@media all and (max-width: 1199px) {
    #footer .footer__links .links__inner ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#footer
    .footer__links
    .links__inner
    ul
    li.current-menu-item:not(.menu-item-object-custom)
    a {
    color: #504e4e;
    text-decoration: underline;
}
#footer .footer__links .links__inner ul li a {
    font-size: 14px;
    line-height: 18px;
    color: #cad0e0;
    display: inline-block;
}
#footer .footer__links .links__inner ul li a:hover {
    color: #504e4e;
    text-decoration: underline;
}
#footer .footer__offer {
    font-size: 14px;
    line-height: 18px;
    color: #cad0e0;
}
@media all and (min-width: 1199px) {
    #footer .footer__offer {
        text-align: right;
    }
}
.page__contacts {
    font-weight: 400;
}
.page__contacts strong {
    font-weight: 500;
}
.page__contacts h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 20px;
}
.page__contacts .contacts__content {
    margin-bottom: 80px;
}
@media all and (max-width: 1500px) {
    .page__contacts .contacts__content {
        margin-bottom: 60px;
    }
}
@media all and (max-width: 991px) {
    .page__contacts .contacts__content {
        margin-bottom: 30px;
    }
}
@media all and (min-width: 1199px) {
    .page__contacts .contacts__content .content__inner {
        max-width: 320px;
        width: 100%;
    }
}
.page__contacts .contacts__content .contacts__item:not(:last-child) {
    margin-bottom: 20px;
}
.page__contacts .contacts__content .contacts__item h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px;
}
.page__contacts .contacts__content .contacts__item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 9px;
}
.page__contacts .contacts__content .contacts__item ul li:not(:last-child) {
    margin-bottom: 16px;
}
@media all and (max-width: 575px) {
    .page__contacts .contacts__content .contacts__item ul li:not(:last-child) {
        margin-bottom: 10px;
    }
}
.page__contacts
    .contacts__content
    .contacts__item
    ul
    li
    .item__inner
    p:not(:last-child) {
    margin-bottom: 2px;
}
.page__contacts .contacts__content .contacts__item ul li .item__inner p a {
    display: inline-block;
    color: #1389e2;
}
.page__contacts
    .contacts__content
    .contacts__item
    ul
    li
    .item__inner
    p
    a:hover {
    color: #ff586c;
}
.page__contacts .contacts__map {
    margin-bottom: 80px;
}
@media all and (max-width: 1500px) {
    .page__contacts .contacts__map {
        margin-bottom: 60px;
    }
}
@media all and (max-width: 991px) {
    .page__contacts .contacts__map {
        margin-bottom: 30px;
    }
}
.page__contacts .contacts__map .map__inner {
    height: 340px;
    border-radius: 10px;
    overflow: hidden;
}
.page__contacts .contacts__map .map__inner iframe {
    width: 100%;
    height: 100%;
}
@media all and (max-width: 991px) {
    .page__contacts .contacts__service {
        margin-bottom: 30px;
    }
}
.page__contacts .contacts__form .form__inner {
    background-color: #1389e2;
    border-radius: 10px;
    padding: 45px 60px;
}
@media all and (max-width: 575px) {
    .page__contacts .contacts__form .form__inner {
        padding: 30px;
    }
}
.page__contacts .contacts__form .form__inner .heading {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .page__contacts .contacts__form .form__inner .heading {
        margin-bottom: 14px;
    }
}
.page__contacts .contacts__form .form__inner .heading p {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-top: 6px;
}
@media all and (max-width: 575px) {
    .page__contacts .contacts__form .form__inner .heading p {
        font-size: 14px;
        line-height: 18px;
    }
}
#catalog .catalog__aside .aside__inner .heading {
    margin-bottom: 20px;
}
@media all and (min-width: 991px) {
    #catalog .catalog__aside .aside__inner .heading {
        display: none;
    }
}
@media all and (min-width: 991px) {
    #catalog .catalog__aside .aside__inner .aside__item {
        background-color: #f2f2f2;
        border-radius: 10px;
        padding: 40px 20px 20px 20px;
    }
}
#catalog .catalog__aside .aside__inner .aside__item-menu #filter-btn {
    margin-bottom: 16px;
}
@media all and (min-width: 991px) {
    #catalog .catalog__aside .aside__inner .aside__item-menu #filter-btn {
        display: none;
    }
}
@media all and (max-width: 991px) {
    #catalog .catalog__aside .aside__inner .aside__item-menu .filters__wrapper {
        display: none;
        background-color: #f2f2f2;
        border-radius: 10px;
        padding: 20px 20px 1px 20px;
    }
}
#catalog .catalog__aside .aside__inner .aside__item-menu .filters__wrapper h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget {
    border-top: 1px solid #fff;
    padding-top: 16px;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_reset {
    background-color: #fff;
    border: 1px solid #c83b4c;
    color: #c83b4c;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_reset:hover {
    color: #fff;
    background-color: #ff586c;
    border: 1px solid #ff586c;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_button {
    width: 100%;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_head {
    margin-bottom: 16px;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_head
    h3 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_head
    h3
    i::before {
    color: #1389e2;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_main.ui-widget-content
    .ui-slider-range {
    background: none repeat scroll 0 0 #1389e2;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_main.ui-widget-content
    .ui-slider-handle {
    background: #1389e2;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_tbprice {
    display: none;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to {
    width: 148px;
    margin-bottom: 20px;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input {
    border: 1px solid #cad0e0;
    border-radius: 10px;
    height: 48px;
    background-color: #f2f2f2;
    padding-left: 10px;
    width: calc(100% - 10px);
    color: #808ba8;
    font-size: 16px;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input::-webkit-input-placeholder,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input::-webkit-input-placeholder {
    color: #808ba8;
    opacity: 1;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input::-moz-placeholder,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input::-moz-placeholder {
    color: #808ba8;
    opacity: 1;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input::-ms-placeholder,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input::-ms-placeholder {
    color: #808ba8;
    opacity: 1;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input::-webkit-input-placeholder,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input::-webkit-input-placeholder {
    color: #808ba8;
    opacity: 1;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input::-moz-placeholder,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input::-moz-placeholder {
    color: #808ba8;
    opacity: 1;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input:-ms-input-placeholder,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input:-ms-input-placeholder {
    color: #808ba8;
    opacity: 1;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input::-ms-input-placeholder,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input::-ms-input-placeholder {
    color: #808ba8;
    opacity: 1;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input::placeholder,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input::placeholder {
    color: #808ba8;
    opacity: 1;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_ckbox_greychck
    ul
    li:not(:last-child) {
    margin-bottom: 8px !important;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_ckbox_greychck
    ul
    li
    input {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #f2f2f2;
    margin-right: 10px;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_ckbox_greychck
    ul
    li
    input::after {
    border-bottom: 2px solid #1389e2;
    border-right: 2px solid #1389e2;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_ckbox_greychck
    ul
    li
    label {
    font-size: 16px;
    font-weight: 400;
    color: #808ba8;
}
#catalog .catalog__main .main__inner .heading {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    #catalog .catalog__main .main__inner .heading {
        display: none;
    }
}
#catalog .catalog__main .main__inner .brands__list {
    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;
    gap: 20px;
    margin-bottom: 20px;
}
@media all and (max-width: 1500px) {
    #catalog .catalog__main .main__inner .brands__list {
        gap: 10px;
    }
}
@media all and (max-width: 767px) {
    #catalog .catalog__main .main__inner .brands__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
#catalog .catalog__main .main__inner .brands__list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}
@media all and (max-width: 1500px) {
    #catalog .catalog__main .main__inner .brands__list ul {
        gap: 10px;
    }
}
@media all and (max-width: 767px) {
    #catalog .catalog__main .main__inner .brands__list ul {
        gap: 6px;
    }
}
#catalog .catalog__main .main__inner .brands__list ul li.is-hidden {
    display: none;
}
#catalog .catalog__main .main__inner .brands__list ul li a {
    border: 1px solid #e0e3eb;
    border-radius: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 110px;
    padding: 5px;
}
@media all and (max-width: 767px) {
    #catalog .catalog__main .main__inner .brands__list ul li a {
        height: 60px;
    }
}
#catalog .catalog__main .main__inner .brands__list ul li a img {
    max-height: 100px;
}
@media all and (max-width: 767px) {
    #catalog .catalog__main .main__inner .brands__list ul li a img {
        max-height: 50px;
    }
}
#catalog .catalog__main .main__inner .brands__list #more-brands {
    width: 92px;
    height: 110px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: none;
    background-color: #1389e2;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    padding: 10px;
}
@media all and (max-width: 767px) {
    #catalog .catalog__main .main__inner .brands__list #more-brands {
        width: 100%;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
#catalog .catalog__main .main__inner .boats__list {
    padding-bottom: 20px;
    position: relative;
    padding: 0 60px;
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    #catalog .catalog__main .main__inner .boats__list {
        padding: 0 50px;
    }
}
#catalog .catalog__main .main__inner .boats__list .swiper__nav {
    height: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 6;
}
@media all and (max-width: 575px) {
    #catalog .catalog__main .main__inner .boats__list .swiper__nav {
        height: 39px;
    }
}
#catalog .catalog__main .main__inner .boats__list .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: 45px;
    height: 45px;
    background-size: 16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow_white.svg);
    background-color: #1389e2;
    border-radius: 6px;
}
@media all and (max-width: 575px) {
    #catalog
        .catalog__main
        .main__inner
        .boats__list
        .swiper__nav
        .swiper-button {
        width: 39px;
        height: 39px;
    }
}
#catalog
    .catalog__main
    .main__inner
    .boats__list
    .swiper__nav
    .swiper-button.swiper-button-disabled {
    display: none;
}
#catalog
    .catalog__main
    .main__inner
    .boats__list
    .swiper__nav
    .swiper-button:after {
    display: none !important;
}
#catalog
    .catalog__main
    .main__inner
    .boats__list
    .swiper__nav
    .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0;
}
#catalog
    .catalog__main
    .main__inner
    .boats__list
    .swiper__nav
    .swiper-button.swiper-button-next {
    right: 0;
}
#catalog
    .catalog__main
    .main__inner
    .boats__list
    .berocket_single_filter_widget {
    position: relative;
    z-index: 7;
    height: 46px;
}
@media all and (max-width: 575px) {
    #catalog
        .catalog__main
        .main__inner
        .boats__list
        .berocket_single_filter_widget {
        height: 39px;
    }
}
#catalog .catalog__main .main__inner .boats__list .bapf_sfilter {
    margin-bottom: 0;
}
#catalog .catalog__main .main__inner .boats__list .bapf_sfilter,
#catalog .catalog__main .main__inner .boats__list .swiper-button-next,
#catalog .catalog__main .main__inner .boats__list .swiper-button-prev {
    visibility: hidden;
}
#catalog
    .catalog__main
    .main__inner
    .boats__list
    .boats-filter-swiper
    .swiper-wrapper
    .swiper-slide {
    width: auto !important;
}
#catalog
    .catalog__main
    .main__inner
    .boats__list
    .boats-filter-swiper
    .swiper-wrapper
    li {
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    color: #e0e0e0;
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    padding: 9.5px 10px;
}
@media all and (max-width: 575px) {
    #catalog
        .catalog__main
        .main__inner
        .boats__list
        .boats-filter-swiper
        .swiper-wrapper
        li {
        font-size: 16px;
    }
}
#catalog
    .catalog__main
    .main__inner
    .boats__list
    .boats-filter-swiper
    .swiper-wrapper
    li.checked {
    background-color: #f0f0f0;
    color: #504e4e;
}
#catalog
    .catalog__main
    .main__inner
    .boats__list
    .boats-filter-swiper
    .swiper-wrapper
    li
    input {
    display: none;
    visibility: hidden;
    opacity: 0;
}
#catalog .catalog__main .main__inner .catalog__banner {
    padding-top: 20px;
}
.woocommerce-ordering {
    margin-bottom: 40px;
}
@media all and (max-width: 991px) {
    .woocommerce-ordering {
        margin-bottom: 20px;
    }
}
.woocommerce-ordering select {
    border: none;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px;
    background-size: 16px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_30.svg);
    color: #1389e2;
}
.br_compare_popup_block .br_remove_all_compare {
    position: relative;
    z-index: 40;
}
.br_compare_popup_block .br_top_table .br_main_top {
    z-index: 30;
}
.br_compare_popup_block .br_top_table h3 {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px !important;
}
#page-product .product__gallery {
    margin-bottom: 60px;
    position: relative;
}
@media all and (max-width: 991px) {
    #page-product .product__gallery {
        margin-bottom: 30px;
    }
}
#page-product .product__gallery .br_compare_button {
    position: absolute;
    top: 50px;
    left: 38px;
    z-index: 3;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: none;
}
#page-product .product__gallery .br_compare_button:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_5.svg);
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(7%)
        saturate(20%) hue-rotate(338deg) brightness(97%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(18%) sepia(7%) saturate(20%)
        hue-rotate(338deg) brightness(97%) contrast(92%);
}
#page-product .product__gallery .br_compare_button.br_compare_added::after {
    -webkit-filter: brightness(0) saturate(100%) invert(30%) sepia(99%)
        saturate(1198%) hue-rotate(325deg) brightness(83%) contrast(88%);
    filter: brightness(0) saturate(100%) invert(30%) sepia(99%) saturate(1198%)
        hue-rotate(325deg) brightness(83%) contrast(88%);
}
#page-product .product__gallery .br_compare_button .br_compare_button_text,
#page-product .product__gallery .br_compare_button i {
    display: none;
}
#page-product .product__gallery .tinv-wraper {
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 3;
}
#page-product .product__gallery .tinv-wraper a {
    color: rgba(52, 52, 52, 0.8);
    position: relative;
    padding-left: 28px;
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
}
#page-product .product__gallery .tinv-wraper a:hover {
    color: #c83b4c;
}
#page-product .product__gallery .tinv-wraper a:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_13.svg);
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#page-product .product__gallery .tinv-wraper a::before {
    display: none;
}
#page-product .product__gallery .tinv-wraper a .tinvwl_add_to_wishlist-text {
    display: none;
}
#page-product .product__gallery .tinv-wraper a.tinvwl-product-in-list::after {
    -webkit-filter: brightness(0) saturate(100%) invert(30%) sepia(99%)
        saturate(1198%) hue-rotate(325deg) brightness(83%) contrast(88%);
    filter: brightness(0) saturate(100%) invert(30%) sepia(99%) saturate(1198%)
        hue-rotate(325deg) brightness(83%) contrast(88%);
}
.single-product div.product .woocommerce-product-gallery {
    float: none !important;
}
#page-product .product__gallery .note {
    display: block;
    margin-top: 16px;
    font-size: 14px;
    line-height: 16px;
    color: #cad0e0;
}
#page-product .product__gallery .product__image .gallery__inner .onsale {
    display: none;
}
#page-product
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery {
    width: 100%;
}
#page-product
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    .flex-viewport {
    margin-bottom: 10px;
}
#page-product
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 482px;
    border: 1px solid #e0e3eb;
    border-radius: 10px;
    padding: 20px;
}
@media all and (max-width: 1500px) {
    #page-product
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        a {
        height: 480px;
    }
}
@media all and (max-width: 575px) {
    #page-product
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        a {
        height: 300px;
    }
}
#page-product
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    a
    img {
    max-height: 480px;
    height: auto;
    width: auto;
}
@media all and (max-width: 1500px) {
    #page-product
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        a
        img {
        max-height: 460px;
    }
}
@media all and (max-width: 575px) {
    #page-product
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        a
        img {
        max-height: 260px;
    }
}
#page-product
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    .flex-control-nav.flex-control-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
}
@media all and (max-width: 575px) {
    #page-product
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        .flex-control-nav.flex-control-thumbs {
        gap: 10px;
    }
}
#page-product
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    .flex-control-nav.flex-control-thumbs
    li {
    border: 1px solid #e0e3eb;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 98px;
    height: 82px;
    padding: 5px;
    cursor: pointer;
}
@media all and (max-width: 575px) {
    #page-product
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        .flex-control-nav.flex-control-thumbs
        li {
        width: 60px;
        height: 60px;
    }
}
#page-product
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    .flex-control-nav.flex-control-thumbs
    li
    img {
    max-height: 70px;
    height: auto;
    width: auto;
}
@media all and (max-width: 575px) {
    #page-product
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        .flex-control-nav.flex-control-thumbs
        li
        img {
        max-height: 50px;
    }
}
#page-product .product__details {
    margin-bottom: 60px;
}
@media all and (max-width: 991px) {
    #page-product .product__details {
        margin-bottom: 30px;
    }
}
#page-product .product__details .heading {
    margin-bottom: 20px;
}
#page-product .product__details .rating__availability {
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e3eb;
    margin-bottom: 30px;
}
@media all and (max-width: 1500px) {
    #page-product .product__details .rating__availability {
        margin-bottom: 22px;
    }
}
#page-product .product__details h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
#page-product .product__details .delivery {
    margin-bottom: 20px;
}
#page-product .product__details .delivery ul li {
    position: relative;
    padding-left: 25px;
    font-weight: 400;
}
#page-product .product__details .delivery ul li:not(:last-child) {
    margin-bottom: 10px;
}
#page-product .product__details .delivery ul li:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_28.svg);
    width: 17px;
    height: 13px;
    top: 3px;
    left: 0;
}
@media all and (max-width: 991px) {
    #page-product .product__details .product__left {
        margin-bottom: 30px;
    }
}
#page-product .product__details .product__left .attributes {
    margin-bottom: 40px;
}
@media all and (max-width: 1500px) {
    #page-product .product__details .product__left .attributes {
        margin-bottom: 22px;
    }
}
#page-product .product__details .product__left .attributes ul {
    margin-bottom: 8px;
}
#page-product .product__details .product__left .price__wrapper {
    margin-bottom: 22px;
}
#page-product .product__details .product__left .product__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
#page-product .product__details .product__left .product__buttons .stock {
    width: 100%;
    order: -1;
}
#page-product .product__details .product__left .product__buttons .btn {
    width: 55%;
}
#page-product .product__details .product__left .product__buttons .cart {
    width: 40%;
}
#page-product .product__details .product__left .product__buttons .cart .button {
    width: 100%;
}
@media all and (max-width: 1500px) {
    #page-product .product__details .product__left .product__buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media all and (max-width: 1500px) {
    #page-product .product__details .product__left .product__buttons .btn,
    #page-product .product__details .product__left .product__buttons .button {
        width: 100%;
    }
}
@media all and (max-width: 1500px) {
    #page-product .product__details .product__left .product__buttons .cart {
        width: 100%;
    }
}
#page-product .product__details .product__left .product__buttons .cart .button {
    white-space: nowrap;
}
#page-product
    .product__details
    .product__left
    .product__buttons
    .cart
    .quantity {
    display: none;
}
#page-product
    .product__details
    .product__left
    .product__buttons
    .cart
    .tinv-wishlist {
    display: none;
}
#page-product .product__details .product__right .brand a {
    border: 1px solid #e0e3eb;
    border-radius: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 110px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}
#page-product .product__details .product__right .brand a img {
    max-height: 100px;
}
#page-product .product__details .product__right .share .ya-share2__icon {
    width: 35px;
    height: 35px;
}
#page-product
    .product__details
    .product__right
    .share
    .ya-share2__container_shape_round.ya-share2__container_size_l
    .ya-share2__badge
    .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(
        .ya-share2__icon_more
    ):not(.ya-share2__icon_copy) {
    background-size: 30px 30px;
}
@media all and (max-width: 991px) {
    #page-product .section-advantages {
        display: none;
    }
}
#page-product .section-advantages .heading {
    display: none;
}
@-webkit-keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
#page-product .tabs {
    --transition-time: 0.3s;
}
#page-product .tabs .tabs__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    margin-bottom: -0.5px;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 575px) {
    #page-product .tabs .tabs__caption {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 4px;
    }
}
#page-product .tabs .tabs__caption li {
    font-size: 20px;
    font-weight: 500;
    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: 11px 20px 13px 20px;
    border: 1px solid transparent;
    border-radius: 10px 10px 0 0;
}
@media all and (max-width: 575px) {
    #page-product .tabs .tabs__caption li {
        font-size: 16px;
        padding: 6px;
    }
}
#page-product .tabs .tabs__caption li.active {
    color: #1389e2;
    border: 1px solid #e0e3eb;
    border-bottom: 1px solid #fff;
}
#page-product .tabs .tabs__content {
    display: none;
    -webkit-animation: fadeIn var(--transition-time) ease-out;
    animation: fadeIn var(--transition-time) ease-out;
    border: 1px solid #e0e3eb;
    border-radius: 0 0 10px 10px;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
}
@media all and (max-width: 1500px) {
    #page-product .tabs .tabs__content {
        padding: 30px 20px;
    }
}
#page-product .tabs .tabs__content.active {
    display: block;
}
#page-product .tabs .tabs__content p {
    margin-bottom: 0;
}
#page-product .tabs .tabs__content p:not(:last-child) {
    margin-bottom: 1em;
}
#page-product .tabs .tabs__content .attributes ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
@media all and (max-width: 1199px) {
    #page-product .tabs .tabs__content .attributes ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media all and (max-width: 991px) {
    #page-product .tabs .tabs__content .attributes ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
#page-product .tabs .tabs__content .attributes ul span:first-child {
    white-space: nowrap;
}
#page-product .tabs .tabs__content #reviews #comments .woocommerce-noreviews {
    margin-bottom: 10px;
}
#page-product .tabs .tabs__content #reviews #comments ol {
    list-style-type: none;
    margin-bottom: 30px;
}
#page-product .tabs .tabs__content #reviews #comments ol li:not(:last-child) {
    border-bottom: 1px solid #e0e3eb;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    #page-product
        .tabs
        .tabs__content
        #reviews
        #comments
        ol
        li:not(:last-child) {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
}
#page-product .tabs .tabs__content #reviews #comments ol li .avatar {
    display: none;
}
#page-product .tabs .tabs__content #reviews #comments ol li .comment-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #comments
    ol
    li
    .comment-text
    .star-rating {
    margin-bottom: 15px;
}
@media all and (max-width: 575px) {
    #page-product
        .tabs
        .tabs__content
        #reviews
        #comments
        ol
        li
        .comment-text
        .star-rating {
        margin-bottom: 10px;
    }
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #comments
    ol
    li
    .comment-text
    .star-rating::before {
    color: #efefef;
    opacity: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #comments
    ol
    li
    .comment-text
    .star-rating
    span::before {
    color: #ffc72c;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #comments
    ol
    li
    .comment-text
    .meta {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 26px;
}
@media all and (max-width: 575px) {
    #page-product
        .tabs
        .tabs__content
        #reviews
        #comments
        ol
        li
        .comment-text
        .meta {
        margin-bottom: 10px;
    }
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #comments
    ol
    li
    .comment-text
    .meta
    .woocommerce-review__author {
    font-size: 16px;
    font-weight: 500;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #comments
    ol
    li
    .comment-text
    .meta
    .woocommerce-review__dash {
    display: none;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #comments
    ol
    li
    .comment-text
    .meta
    .woocommerce-review__published-date {
    font-size: 14px;
    color: #cad0e0;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #comments
    ol
    li
    .comment-text
    .description {
    font-weight: 400;
}
#page-product .tabs .tabs__content #reviews #review_form_wrapper {
    background-color: #e8ebf2;
    border-radius: 10px;
    padding: 40px 50px;
}
@media all and (max-width: 575px) {
    #page-product .tabs .tabs__content #reviews #review_form_wrapper {
        padding: 30px 20px;
    }
}
#page-product .tabs .tabs__content #reviews #review_form_wrapper #reply-title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 26px;
    line-height: 33px;
    text-transform: uppercase;
    color: #1389e2;
    display: block;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-notes {
    font-weight: 400;
    margin-bottom: 20px;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-rating
    #comment-form-rating-label {
    display: none;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-rating
    .stars {
    margin-bottom: 20px;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-rating
    .stars
    span
    a::before {
    color: #d2d2d2;
    opacity: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-rating
    p.stars.selected
    a:not(.active)::before {
    color: #ffc72c;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-rating
    p.stars.selected
    a.active
    ~ a::before {
    color: #d2d2d2;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-rating
    p.stars.selected
    a.active::before {
    color: #ffc72c;
}
#page-product .tabs .tabs__content #reviews #review_form_wrapper #commentform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    #commentform
    .comment-notes {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    #commentform
    .comment-form-author {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    #commentform
    .comment-form-email {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    #commentform
    .comment-form-comment {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    #commentform
    .comment-form-rating {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    #commentform
    .form-submit {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 10px;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    #commentform
    .comment-form-cookies-consent {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    display: none;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    label,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    label,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    label {
    display: none;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    input,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    textarea,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    input,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    textarea,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    input,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    textarea {
    width: 100%;
    height: 48px;
    padding-left: 20px;
    padding-right: 12px;
    font-size: 16px;
    color: #bdc6e1;
    border-radius: 10px;
    border: none;
    background-color: #fff;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    input::-webkit-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    textarea::-webkit-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    input::-webkit-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    textarea::-webkit-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    input::-webkit-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    textarea::-webkit-input-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    input::-moz-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    textarea::-moz-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    input::-moz-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    textarea::-moz-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    input::-moz-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    textarea::-moz-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    input::-ms-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    textarea::-ms-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    input::-ms-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    textarea::-ms-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    input::-ms-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    textarea::-ms-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    input::-webkit-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    textarea::-webkit-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    input::-webkit-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    textarea::-webkit-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    input::-webkit-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    textarea::-webkit-input-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    input::-moz-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    textarea::-moz-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    input::-moz-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    textarea::-moz-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    input::-moz-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    textarea::-moz-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    input:-ms-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    textarea:-ms-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    input:-ms-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    textarea:-ms-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    input:-ms-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    textarea:-ms-input-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    input::-ms-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    textarea::-ms-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    input::-ms-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    textarea::-ms-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    input::-ms-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    textarea::-ms-input-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    input::placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    textarea::placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    input::placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    textarea::placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    input::placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    textarea::placeholder {
    color: #bdc6e1;
    opacity: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    textarea,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    textarea,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    textarea {
    height: 105px;
    resize: none;
    padding-top: 10px;
}
.woocommerce-pagination {
    padding-top: 20px;
}
.woocommerce-pagination .page-numbers {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media all and (max-width: 575px) {
    .woocommerce-pagination .page-numbers {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    float: left;
    padding: 7px 12px;
    margin: 0 10px 3px 10px;
    line-height: 1.42857143;
    color: #504e4e;
    text-decoration: none;
    min-width: 40px;
    border-radius: 10px;
    border: 1px solid #504e4e;
}
@media all and (max-width: 767px) {
    .woocommerce-pagination .page-numbers a,
    .woocommerce-pagination .page-numbers span {
        margin: 5px;
        font-size: 14px;
        padding: 5px;
        min-width: 30px;
        border-radius: 5px;
        margin: 0 3px 3px 3px;
    }
}
.woocommerce-pagination .page-numbers a {
    color: #504e4e;
}
.woocommerce-pagination .page-numbers span {
    border-color: #c83b4c;
    background-color: #c83b4c;
    color: #fff;
}
.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
    border: none;
    width: 30px;
    height: 54px;
}
@media all and (max-width: 767px) {
    .woocommerce-pagination .page-numbers .next,
    .woocommerce-pagination .page-numbers .prev {
        height: 30px;
    }
}
.woocommerce-pagination .page-numbers .next:after,
.woocommerce-pagination .page-numbers .prev:after {
    display: none;
}
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews {
    background-color: #f3f5f6 !important;
    padding: 10px;
    font-size: 16px;
}
.woocommerce-info .showcoupon,
.woocommerce-message .showcoupon,
.woocommerce-noreviews .showcoupon {
    color: #c83b4c;
    text-decoration: underline;
}
.wc-empty-cart-message,
.woocommerce-noreviews,
.woocommerce-notices-wrapper {
    margin-bottom: 10px;
    font-size: 16px;
}
.woocommerce-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 30px;
}
.woocommerce-error {
    background-color: #c83b4c !important;
    padding: 10px 10px 6px 20px;
    color: #fff;
    font-size: 16px;
}
.woocommerce-error a {
    color: #fff;
}
.tinv-wishlist table.tinvwl-table-manage-list {
    margin-bottom: 0;
}
.tinv-wishlist .tinv-header {
    display: none;
}
@media all and (max-width: 1199px) {
    .tinv-wishlist table {
        font-size: 16px;
    }
}
.tinv-wishlist table thead tr .product-thumbnail {
    height: 20px;
}
.tinv-wishlist table td,
.tinv-wishlist table th {
    padding: 10px;
}
@media all and (max-width: 767px) {
    .tinv-wishlist table tbody td {
        margin: 0 auto !important;
    }
}
.tinv-wishlist table .button {
    font-size: 14px;
    padding: 16px 25px;
}
.tinv-wishlist table .product-cb input {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid rgba(80, 78, 78, 0.2);
}
.tinv-wishlist table .product-thumbnail {
    width: 158px;
    height: 145px;
}
@media all and (max-width: 767px) {
    .tinv-wishlist table .product-thumbnail {
        width: 196px;
        height: 180px;
        margin-left: 42px;
    }
}
.tinv-wishlist table .product-thumbnail a {
    border-radius: 15px;
    background-color: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.tinv-wishlist table .product-thumbnail a:hover {
    opacity: 0.8;
}
.tinv-wishlist table .product-thumbnail a img {
    max-height: 90px;
    height: auto;
    width: auto;
}
@media all and (max-width: 767px) {
    .tinv-wishlist table .product-thumbnail a img {
        max-height: 160px;
    }
}
.tinv-wishlist table .product-name a {
    color: #504e4e;
}
.tinv-wishlist table .product-name a:hover {
    color: #c83b4c;
}
.tinv-wishlist table #tinvwl_product_actions {
    height: 56px;
    border-radius: 15px;
    border: 1px solid #cad0e0;
    padding-left: 20px;
}
.tinv-modal-inner {
    border-radius: 10px;
}
.woocommerce-cart-form table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.woocommerce-cart-form table.shop_table td,
.woocommerce-cart-form table.shop_table th {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}
.woocommerce-cart-form table.shop_table td:first-child,
.woocommerce-cart-form table.shop_table th:first-child {
    padding-left: 0;
}
.woocommerce-cart-form table.shop_table th {
    background-color: #f9f9f9;
    font-weight: 600;
}
.woocommerce-cart-form table.shop_table tr {
    border-bottom: 1px solid #e5e9f4;
}
.woocommerce-cart-form table.shop_table tr:first-child {
    border-top: 1px solid #e5e9f4;
}
.woocommerce-cart-form table.shop_table tr:last-child {
    display: none !important;
}
.woocommerce-cart-form .product-thumbnail img {
    max-width: 80px;
    height: auto;
    display: block;
}
.woocommerce-cart-form td.product-name a {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #1389e2;
    text-decoration: none;
}
.woocommerce-cart-form td.product-name a:hover {
    text-decoration: underline;
}
.woocommerce-cart-form td.product-quantity .quantity__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
.woocommerce-cart-form td.product-quantity .quantity__inner h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0;
}
.woocommerce-cart-form td.product-subtotal .amount {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #1389e2;
    white-space: nowrap;
}
@media all and (min-width: 767px) {
    .woocommerce-cart-form td.product-subtotal.product-subtotal-right {
        text-align: right;
    }
}
.woocommerce-cart-form .product-price {
    white-space: nowrap;
}
.woocommerce-cart-form .remove {
    position: relative;
    width: 23px;
    height: 36px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.woocommerce-cart-form .remove:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_29.svg);
    width: 23px;
    height: 26px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.cart_totals {
    text-align: right;
}
.cart_totals .cart_totals-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    max-width: 478px;
    width: 100%;
    margin-left: auto;
    border: 1px solid #e0e3eb;
    padding: 40px;
    border-radius: 10px;
}
@media all and (max-width: 767px) {
    .cart_totals .cart_totals-inner {
        max-width: none;
        padding: 20px;
    }
}
.cart_totals h2 {
    margin-bottom: 20px;
    font-size: 20px;
}
.cart_totals table {
    border-collapse: collapse;
}
.cart_totals .order-total {
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #1389e2;
}
@media all and (max-width: 575px) {
    .cart_totals .order-total {
        font-size: 26px;
        line-height: 34px;
    }
}
.cart_totals .order-total td:before {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .woocommerce-cart-form td.product-name a {
        text-align: right !important;
        font-size: 16px;
        line-height: 24px;
    }
    .woocommerce-cart-form table.shop_table thead {
        display: none;
    }
    .woocommerce-cart-form table.shop_table tr {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .woocommerce-cart-form table.shop_table td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: none;
        padding: 5px 0;
    }
    .woocommerce-cart-form table.shop_table td:before {
        content: attr(data-title);
        font-weight: 600;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
    .woocommerce-cart-form td.product-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .woocommerce-cart-form td.product-quantity .quantity__inner h5 {
        display: none;
    }
    .woocommerce-cart-form td.product-subtotal .amount {
        font-size: 18px;
        line-height: 26px;
    }
}
.checkout h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
}
.checkout .form-row label {
    display: none;
}
.checkout .woocommerce-cart-form {
    padding-top: 10px;
}
.checkout .woocommerce-cart-form table.shop_table {
    margin-bottom: 30px;
}
.form-row:not(:last-child) {
    margin-bottom: 10px;
}
.form-row label {
    display: block;
    margin-bottom: 5px;
}
.form-row .input-text {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #cad0e0;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    color: #cad0e0;
}
.form-row .input-text::-webkit-input-placeholder {
    color: #cad0e0;
    opacity: 1;
}
.form-row .input-text::-moz-placeholder {
    color: #cad0e0;
    opacity: 1;
}
.form-row .input-text::-ms-placeholder {
    color: #cad0e0;
    opacity: 1;
}
.form-row .input-text::-webkit-input-placeholder {
    color: #cad0e0;
    opacity: 1;
}
.form-row .input-text::-moz-placeholder {
    color: #cad0e0;
    opacity: 1;
}
.form-row .input-text:-ms-input-placeholder {
    color: #cad0e0;
    opacity: 1;
}
.form-row .input-text::-ms-input-placeholder {
    color: #cad0e0;
    opacity: 1;
}
.form-row .input-text::placeholder {
    color: #cad0e0;
    opacity: 1;
}
.form-row textarea.input-text {
    height: 164px;
    padding-top: 10px;
    resize: none;
}
.woocommerce-EditAccountForm,
.woocommerce-ResetPassword,
.woocommerce-form-login {
    max-width: 600px;
    width: 100%;
}
.woocommerce-form.woocommerce-form-login.login .password-input {
    position: relative;
    display: block;
}
.woocommerce-form.woocommerce-form-login.login
    .woocommerce-form-login__rememberme {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.woocommerce-form.woocommerce-form-login.login
    .woocommerce-form-login__rememberme
    input {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}
.password-input {
    position: relative;
}
.show-password-input {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border: none;
    background: 0 0;
    cursor: pointer;
    font-size: 16px;
}
.show-password-input::after {
    content: "👁";
    display: block;
    text-align: center;
}
.show-password-input.display-password::after {
    content: "🙈";
}
#order_review table {
    width: 100%;
    border-collapse: collapse;
}
#order_review td,
#order_review th {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}
#order_review .order-total {
    font-weight: 700;
    font-size: 18px;
}
.woocommerce-checkout #payment ul.payment_methods {
    display: none;
}
/* .woocommerce-checkout #payment ul.payment_methods {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 10px;
} */
.woocommerce-checkout #payment div.payment_box {
    margin-top: 8px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #cad0e0;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
    display: none;
}
.woocommerce .quantity .quantity__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    width: 76px;
    height: 48px;
    border: 1px solid #cad0e0;
    border-radius: 10px;
}
.woocommerce .quantity .qty_button {
    background: 0 0;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 26.4px;
    height: 100%;
    border: none;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #cad0e0;
}
.woocommerce .quantity input {
    outline: 0;
}
.woocommerce .quantity input[type="number"]::-webkit-inner-spin-button,
.woocommerce .quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.woocommerce .quantity .qty {
    text-align: center;
    width: 100%;
    height: 100%;
    border-right: 0;
    border-left: 0;
    border: none;
    background-color: transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.woocommerce .quantity input[type="number"] {
    -moz-appearance: textfield;
}
.woocommerce .quantity input::-webkit-inner-spin-button,
.woocommerce .quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.woocommerce-order {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #e5e9f4;
    border-radius: 10px;
    font-family: sans-serif;
}
.woocommerce-order .woocommerce-notice--success {
    background-color: #c83b4c;
    color: #fff;
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 1.1em;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}
.woocommerce-order-overview {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
@media all and (max-width: 767px) {
    .woocommerce-order-overview {
        gap: 10px;
    }
}
.woocommerce-order-overview li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    background: #f9f9f9;
    padding: 12px 15px;
    border-radius: 4px;
    font-size: 0.95em;
    margin-bottom: 0;
}
@media all and (max-width: 767px) {
    .woocommerce-order-overview li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}
.woocommerce-order-overview li strong {
    display: block;
    margin-top: 5px;
    font-weight: 600;
}
.woocommerce-order-details__title {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 15px;
}
.woocommerce-order-details {
    margin-bottom: 30px;
}
.woocommerce-customer-details {
    margin-bottom: 0;
}
.woocommerce-order-details table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.woocommerce-order-details table td,
.woocommerce-order-details table th {
    padding: 12px 10px;
    border: 1px solid #e5e9f4;
    text-align: left;
    vertical-align: middle;
}
.woocommerce-order-details table th {
    background-color: #f9f9f9;
    font-weight: 600;
}
.woocommerce-order-details td.product-name a {
    color: #333;
    text-decoration: none;
}
.woocommerce-order-details td.product-name a:hover {
    text-decoration: underline;
}
.woocommerce-order-details td.product-total {
    font-weight: 600;
}
.woocommerce-order-details tfoot th {
    font-weight: 600;
}
.woocommerce-order-details tfoot td {
    font-weight: 600;
}
.woocommerce-customer-details {
    margin-top: 0;
}
.woocommerce-customer-details h2 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 12px;
}
.woocommerce-customer-details address {
    font-style: normal;
    line-height: 1.5;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
}
.woocommerce-customer-details--email {
    margin-top: 10px;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .woocommerce-order {
        padding: 20px;
    }
    .woocommerce-order-overview {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .woocommerce-order-details table thead {
        display: none;
    }
    .woocommerce-order-details table tr {
        display: block;
        margin-bottom: 15px;
        border-bottom: 2px solid #ddd;
        padding-bottom: 10px;
    }
    .woocommerce-order-details table td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: none;
        padding: 5px 0;
    }
    .woocommerce-order-details table td:before {
        content: attr(data-title);
        font-weight: 600;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
    .woocommerce-order-details td.product-name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}
.woocommerce-MyAccount-navigation ul li a {
    color: #c83b4c;
    text-decoration: underline;
}
.woocommerce-MyAccount-content .woocommerce-Address {
    width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-Address a {
    color: #c83b4c;
    text-decoration: underline;
}
.woocommerce-MyAccount-orders {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    font-family: sans-serif;
    color: #333;
}
.woocommerce-MyAccount-orders thead th {
    background: #f9f9f9;
    font-weight: 600;
    padding: 14px 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 0.95em;
}
.woocommerce-MyAccount-orders tbody tr {
    border-bottom: 1px solid #eee;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.woocommerce-MyAccount-orders tbody tr:last-child {
    border-bottom: none;
}
.woocommerce-MyAccount-orders tbody tr:hover {
    background-color: #fafafa;
}
.woocommerce-orders-table__cell,
.woocommerce-orders-table__cell-order-number {
    padding: 12px;
    font-size: 0.95em;
    vertical-align: middle;
}
.woocommerce-orders-table__cell-order-number a {
    color: #c83b4c;
    font-weight: 600;
    text-decoration: none;
}
.woocommerce-orders-table__cell-order-number a:hover {
    text-decoration: underline;
}
.woocommerce-orders-table__cell-order-status {
    font-weight: 600;
}
.woocommerce-orders-table__cell-order-total {
    font-weight: 600;
}
.woocommerce-orders-table__cell-order-actions .button {
    background-color: #c83b4c;
    color: #fff;
    padding: 6px 12px;
    font-size: 0.9em;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}
.woocommerce-orders-table__cell-order-actions .button:hover {
    opacity: 0.9;
}
@media screen and (max-width: 768px) {
    .woocommerce-MyAccount-orders thead {
        display: none;
    }
    .woocommerce-MyAccount-orders,
    .woocommerce-MyAccount-orders tbody,
    .woocommerce-MyAccount-orders tr {
        display: block;
        width: 100%;
    }
    .woocommerce-MyAccount-orders tbody tr {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 6px;
        margin-bottom: 15px;
        padding: 10px 12px;
    }
    .woocommerce-orders-table__cell,
    .woocommerce-orders-table__cell-order-number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 6px 0;
        border: none;
        font-size: 0.95em;
    }
    .woocommerce-orders-table__cell-order-number::before,
    .woocommerce-orders-table__cell::before {
        content: attr(data-title);
        font-weight: 600;
        color: #666;
        padding-right: 10px;
    }
    .woocommerce-orders-table__cell-order-actions {
        margin-top: 10px;
    }
    .woocommerce-orders-table__cell-order-actions::before {
        display: none;
    }
    .woocommerce-orders-table__cell-order-actions .button {
        width: 100%;
        text-align: center;
    }
}

.variable__wrapper .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: none !important;
}
.variable__wrapper .variations {
    margin-bottom: 10px;
}
.variable__wrapper .variations tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.variable__wrapper .variations tbody tr .value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.variable__wrapper .variations tbody tr .value select {
    height: 40px;
    border-radius: 10px;
    border: 1px solid #cad0e0;
    background-color: #fff;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 24px 0 8px;
    background-size: 18px;
    background-position: calc(100% - 5px) 50%;
    background-repeat: no-repeat;
    background-image: url("../img/chevron-down-svgrepo-com.svg");
}
.variable__wrapper .variations tbody tr .value .reset_variations {
    color: #c83b4c;
    text-decoration: underline;
}
.variable__wrapper .price {
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #1389e2;
    margin: 10px 0;
    display: block;
}
.variable__wrapper .tinv-wraper {
    display: none !important;
}
.variable__wrapper .quantity__wrapper {
    display: none !important;
}
.variable__wrapper .variations_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
@media all and (max-width: 1500px) {
    .variable__wrapper .variations_button {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.variable__wrapper .variations_button .button {
    white-space: nowrap;
}
@media all and (max-width: 1500px) {
    .variable__wrapper .variations_button .button {
        width: 100%;
    }
}

.woocommerce-variation-availability {
    margin-bottom: 10px;
}

.custom-subcategories-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}
@media all and (max-width: 1500px) {
    .custom-subcategories-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media all and (max-width: 767px) {
    .custom-subcategories-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media all and (max-width: 575px) {
    .custom-subcategories-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 10px;
    }
}
.custom-subcategories-wrapper a {
    display: block;
    color: #504e4e;
    text-align: center;
}
.custom-subcategories-wrapper a:hover {
    color: #c83b4c;
}
.custom-subcategories-wrapper a .image {
    -webkit-box-shadow: 0 0 22.9px rgba(24, 75, 113, 0.32);
    box-shadow: 0 0 22.9px rgba(24, 75, 113, 0.32);
    -webkit-backdrop-filter: blur(3.2px);
    backdrop-filter: blur(3.2px);
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 20px;
    height: 162px;
    padding: 10px;
    position: relative;
    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: 1199px) {
    .custom-subcategories-wrapper a .image {
        height: 140px;
    }
}
@media all and (max-width: 575px) {
    .custom-subcategories-wrapper a .image {
        margin-bottom: 12px;
    }
}
.custom-subcategories-wrapper a .image img {
    max-height: 140px;
    height: auto;
    width: auto;
}
@media all and (max-width: 1199px) {
    .custom-subcategories-wrapper a .image img {
        max-height: 130px;
    }
}
.custom-subcategories-wrapper a .image .count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 0;
    min-width: 25px;
    height: 14px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    padding: 0 3px;
    background-color: #1389e2;
    z-index: 2;
}
.custom-subcategories-wrapper a .image .count:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_40.svg);
    width: 25px;
    height: 14px;
    top: 0;
    bottom: 0;
    left: -3px;
    margin: auto;
    z-index: -1;
}
.custom-subcategories-wrapper a h3 {
    font-size: 14px;
    font-weight: 500;
    color: inherit;
}
