@viewport {
    user-zoom: fixed
}

* {
    backface-visibility: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
    appearance: none
}

body,
html {
    position: relative;
    overflow-x: hidden !important
}

body {
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    color: #2A2A2A;
    font: 16px "Fixel Display", sans-serif !important;
    line-height: normal;
    font-weight: normal;
    background: #fdfdfd !important;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    transition: background-color 5000000s ease-in-out 0s !important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    display: none
}

input[type=number] {
    -moz-appearance: textfield
}

:focus-visible {
    outline: 0
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto
}

main {
    margin-top: 116px;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto
}

section {
    position: relative;
    z-index: 0;
}

a {
    color: #2A2A2A;
    text-decoration: none
}

img {
    user-select: none
}

button,
input {
    background-color: unset;
    border: 0
}

button {
    cursor: pointer
}

textarea {
    resize: none
}

.flex-col {
    flex-direction: column;
    align-items: center;
    height: 100%
}

.flex-col,
.flex-row,
.flex-wrap {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.h1,
h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 100%;
    font-family: "Fixel Display", sans-serif;
    color: #0C2D5C;
}

.h3,
h3,
.h2,
h2,
.error h1.h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    font-family: "Fixel Display", sans-serif;
    color: #0C2D5C;
}

.h4,
h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
    font-family: "Fixel Display", sans-serif;
    color: #0C2D5C;
}

.h5,
h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    color: #0C2D5C;
}

.h6,
h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
}

.items {
    width: calc(100% + 24px);
    margin: 0 -12px -24px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
    padding: 0 12px 24px;
    position: relative
}

.col-1 > *,
.col-2 > *,
.col-3 > *,
.col-4 > *,
.col-5 > *,
.col-6 > * {
    width: 100%;
    height: 100%
}

.col-1 {
    width: 100%
}

.col-2 {
    width: 50%
}

.col-3 {
    width: 33.3%
}

.col-4 {
    width: 25%
}

.col-5 {
    width: 20%
}

.col-6 {
    width: 16.6%
}

/* Default */
.btn,
input[type=submit] {
    color: #0C2D5C;
    text-align: center;
    font-family: "Fixel Display", sans-serif;
    font-size: 18px;
    line-height: 1 !important;
    cursor: pointer;
    transition: all .4s ease;
    padding: 16px 30px;
    border-radius: 25px;
    border: 1px solid #B99041;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn:hover,
input[type=submit]:hover {
    transition: all .4s ease;
    background: #0C2D5C;
    color: #fff;
    border: 1px solid #0C2D5C;
}

.round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 23px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    background: #0C2D5C;
    color: #fff;
    padding: 77px 50px 50px;
    aspect-ratio: 1 / 1;
    width: 210px;
    height: 210px;
    position: relative;
    z-index: 0;
    transition: all .4s ease;
}

.round::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    z-index: -1;
    background: url(../img/round.svg) center center / 100% 100% no-repeat;
    transition: all .4s ease;
    opacity: 1;
}

.round:hover::before {
    opacity: 0;
    transition: all .4s ease;
}

.round:hover {
    transform: scale(1.05);
    transition: all .4s ease;
}

.round img {
    transition: all .4s ease;
}

.round:hover img {
    transform: rotate(45deg);
    transition: all .4s ease;
}

.round.small {
    padding: 0;
    width: 70px;
    height: 70px;
}

.link {
    background: var(--1, linear-gradient(93deg, #B99041 -3.58%, #9C721F 101.57%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 120%;
    font-size: 18px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-decoration-color: #B99041;
    color: #B99041;
    transition: all .4s ease;
}

.link:hover {
    color: #0C2D5C;
    background: transparent;
    background-clip: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    text-decoration-color: #0C2D5C;
    transition: all .4s ease;
}

.social {
    gap: 10px;
}

.social a {
    max-width: 48px;
    min-width: 48px;
    height: 48px;
    overflow: hidden;
    transition: all .4s ease;
    width: 100%;
}

.social a img {
    width: 100%;
    height: 100%;
}

.social a:hover {
    transition: all .4s ease;
    transform: scale(1.1);
}

.form {
    width: calc(100% + 16px);
    margin: 0 -8px -16px;
}

.form p {
    display: flex;
    flex-direction: column;
    padding: 0 8px 16px;
}

.form span,
.form input,
.form textarea {
    width: 100%;
}

.form input:not([type="submit"]),
.form textarea {
    font-family: "Fixel Display", sans-serif;
    border-radius: 10px;
    border: 1px solid #B99041;
    background: #fff;
    padding: 14px 25px;
    color: #2a2a2a;
    height: 52px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: auto;
}

.form input:not([type="submit"])::placeholder,
.form textarea::placeholder {
    color: #2a2a2a8c;
}

.form textarea {
    height: 100px;
}

.form input[type="submit"] {
    margin: 20px auto 0;
    background: #0C2D5C;
    color: #fff;
    border: none;
    width: fit-content;
}

.form input[type="submit"]:hover {
    background: #B99041;
}

.wpcf7 form .wpcf7-response-output {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none !important;
    background: transparent !important;
    color: #0C2D5C;
    font-weight: 600;
    padding: 0 !important;
    margin: 15px auto 0 !important;
    font-size: 16px;
    font-family: "Fixel Display", sans-serif;
}

.wpcf7-not-valid-tip {
    display: inline-block;
    font-size: 14px;
    font-family: "Fixel Display", sans-serif;
    margin-top: 5px;
}

.swiper-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.swiper-btn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
    border: 1px solid #B99041;
    background: transparent;
}

.swiper-btn::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 15px;
    transition: all .4s ease;
    background: url(../img/swiper-arrow.svg) center center / 100% 100% no-repeat;
}

.swiper-prev {
    transform: rotate(180deg);
}

.swiper-btn:hover {
    background: #0C2D5C;
    border: 1px solid #0C2D5C;
    transition: all .4s ease;
}

.swiper-btn:hover::before {
    filter: brightness(100);
    transition: all .4s ease;
}

.swiper-pagination {
    position: relative;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.swiper-pagination-bullet {
    opacity: 1 !important;
    margin: 0 !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FF4076 !important;
    transition: all .4s ease;
    border: 1px solid #FF4076;
}

.swiper-pagination-bullet::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff !important;
    opacity: 0;
    transition: all .4s ease;
}

.swiper-pagination-bullet-active {
    transform: scale(2.2);
    background: transparent !important;
    transition: all .4s ease;
}

.swiper-pagination-bullet-active::before {
    opacity: 1;
    transition: all .4s ease;
}

/* Nav */
header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    padding: 32px 0;
    background: #FDFDFD;
}

header.fixed {
    padding: 20px 0;
}

.logo,
.logo img {
    width: 111px;
    height: 37px;
}

.nav {
    align-items: center;
    justify-content: space-between;
}

.nav__menu > *:not(ul) {
    display: none;
}

.nav__menu {
    margin: 0 auto;
}

.nav__menu,
.nav__menu > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    list-style: none;
}

.nav__menu > ul a,
.dropdown span {
    font-size: 18px;
    transition: all .4s ease;
}

.nav__menu > ul a:hover,
.nav__info a:hover,
.dropdown span:hover {
    color: #0C2D5C;
    transition: all .4s ease;
}

.nav__menu > ul .active {
    text-decoration: unset;
}

.dropdown {
    position: relative;
}

.dropdown ul {
    list-style: none;
    gap: 12px;
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: all .4s ease;
}

.dropdown.active1 ul {
    margin-top: 16px;
    transition: all .4s ease;
}

.dropdown.active1 span {
    text-shadow: 0 0 1px #0C2D5C;
}

.dropdown a {
    color: #0C2D5C;
    line-height: 150%;
    font-weight: 400;
    transition: all .4s ease;
}

.dropdown a:hover {
    transition: all .4s ease;
    color: #92ABD0;
}

.dropdown span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all .4s ease;
}

.dropdown span::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 8px;
    margin-bottom: 5px;
    background: url(../img/arrow-down.svg) center center / 100% 100% no-repeat;
    transition: all .4s ease;
}

.nav__info {
    align-items: flex-end;
    text-align: right;
    gap: 4px;
    margin-right: 14px;
}

.nav__info a:first-child {
    font-size: 20px;
    color: #0C2D5C;
    font-weight: 500;
    line-height: 100%;
}

.nav__info a {
    transition: all .4s ease;
}

.menu-active .nav > .btn,
.menu-active .nav > .katalog__item-cart {
    position: relative;
    z-index: -1;
}

.burger {
    display: none;
}

.burger {
    width: 42px;
    height: 42px;
    border: 1px solid #B99041;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    z-index: 99;
    transition: .4s ease 0s;
}

.burger::after,
.burger::before,
.burger span {
    content: '';
    position: absolute;
    width: 22px;
    height: 1px;
    left: 50%;
    transform: translate(-50%, 0);
    right: 0;
    border-radius: 2px;
    background-color: #0C2D5C;
    transition: .4s ease 0s;
    z-index: 100;
}

.burger::before {
    top: 13px;
}

.burger::after {
    bottom: 13px;
}

.burger span {
    top: 50%;
    transform: translate(-50%, -50%)
}

.menu-active .burger {
    transition: .4s ease 0s;
    border: 1px solid transparent;
}

.menu-active .burger::before,
.menu-active .burger::after {
    top: 50%;
    height: 3px;
    bottom: auto;
    background-color: #fff;
    width: 100%;
    transition: .4s ease 0s;
}

.menu-active .burger::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-active .burger::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.menu-active .burger span {
    transform: translate(-50%, -50%) scaleX(0);
    transition: .4s ease 0s;
}

.nav .katalog__item-cart {
    position: relative;
    bottom: 0;
    right: 0;
    margin-left: 10px;
}

.nav .btn {
    height: 50px;
}

/* Footer */
footer {
    background: #2A2A2A;
    padding: 8px 0;
    position: relative;
    z-index: 3;
}

.footer {
    align-items: center;
    justify-content: space-between;
}

.footer p,
.footer a {
    font-size: 12px;
    font-weight: 300;
    line-height: 150%;
    margin-right: auto;
    color: #fff;
}

.footer a {
    margin-right: 0;
    font-weight: 400;
    transition: .4s ease 0s;
}

.footer a:hover,
.med:hover {
    color: #92ABD0;
    transition: .4s ease 0s;
}

.footer .med {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 62px;
}

.med img {
    transition: .4s ease 0s;
}

.med:hover img {
    filter: brightness(0) saturate(100%) invert(66%) sepia(20%) saturate(480%) hue-rotate(177deg) brightness(97%) contrast(94%);
    transition: .4s ease 0s;
}

/* Modal */
.modal {
    background: #FFF;
    padding: 50px 47px 60px;
    max-width: 494px;
    width: 100%;
    margin: auto;
    position: relative;
    text-align: center;
    border-radius: 30px;
}

.modal__title {
    color: #0C2D5C;
    font-family: "Fixel Display", sans-serif;
    margin-bottom: 17px;
    font-weight: 600;
}

.modal > p {
    text-align: center;
    font-size: 18px;
    line-height: 180%;
    font-weight: 500;
    margin: 0 auto 12px;
    max-width: 262px;
    width: 100%;
}

.mfp-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px !important;
    right: 20px;
    opacity: 1 !important;
    font-size: 20px;
    line-height: 1;
    padding: 0;
    transition: all .4s ease;
    background: url(../img/close.svg) center center / 100% 100% no-repeat;
    cursor: pointer;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

body:has(.mfp-wrap),
html:has(.mfp-wrap) {
    overflow: hidden !important;
}

.mfp-wrap,
.mfp-container,
.mfp-bg {
    height: 100vh;
    overflow: hidden;
}

.mfp-content {
    height: 100vh;
    position: fixed;
    inset: 0;
    overflow: auto;
    display: flex;
    padding: 20px;
}

#modalCart {
    max-width: 571px;
    padding: 35px 46px;
    border-radius: 20px;
    position: fixed;
    top: 124px;
    right: calc(50% - (1280px / 2));
    max-height: calc(100vh - 134px);
    overflow: auto;
}

.widget_shopping_cart_content p {
    color: #0C2D5C;
    font-weight: 700;
    font-size: 18px;
}

#modalCart > .mfp-close {
    top: 14px !important;
    right: 14px !important;
    width: 12px;
    height: 12px;
}

.cart__table table {
    border-spacing: 0;
    border-collapse: unset;
    text-align: left;
    width: 100%;
    display: block;
}

.cart__table table > * {
    display: block;
}

.cart__table thead {
    display: none;
}

.cart__table tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-bottom: 1px solid #9C721F;
    gap: 15px;
}

.cart__table tbody tr:first-child {
    padding-top: 0 !important;
}

.cart__table td:first-child {
    width: calc(100% - 200px);
}

.cart__table td:nth-child(2) {
    margin-left: auto;
}

.cart__table td > span,
.cart__table td > a:not(.katalog__item-cart),
.cart__table td > span a {
    color: #0C2D5C;
    font-weight: 600;
    display: inline-block;
}

.cart__table tbody td > span,
.cart__table tbody td > a:not(.katalog__item-cart) {
    margin-bottom: 6px;
}

.cart__table td p {
    font-size: 14px;
}

.cart__table td .price {
    font-size: 18px;
}

.cart__table td .price del {
    font-size: 12px;
}

.cart__table td .katalog__item-cart {
    position: relative;
    bottom: 0;
    right: 0;
}

.cart__table tfoot tr {
    padding: 13px 0 0;
    border-bottom: none;
}

.cart__btns {
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.cart__btns .btn {
    padding: 14px 30px;
}

.cart__btns span {
    position: relative;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    background: transparent;
    font-size: 18px;
    color: #2a2a2aac !important;
    width: fit-content !important;
    height: fit-content !important;
    padding-bottom: 1px;
    border-bottom: 1px solid #2a2a2aac;
}

.mfp-wrap:has(#modalCart),
.mfp-wrap:has(#modalCart) .mfp-content,
body.modalCart .mfp-bg {
    height: calc(100vh - 114px) !important;
    top: auto !important;
    bottom: 0 !important;
}

/* Hero */
.section__hero {
    padding: 0;
    height: calc(100vh - 250px);
    min-height: 550px;
}

.section__hero-thanks {
    padding-bottom: 108px;
    height: fit-content;
    min-height: fit-content;
}

.section__hero-service {
    padding: 0px 0 173px;
    height: 100%;
    /* min-height: 800px;
    height: calc(100vh - 160px); */
}

.section__hero > img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: -1;
    border-radius: 50px 0px 0px 50px;
}

.container:has(.hero) {
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.container:has(.hero) .hero {
    margin-right: -180px;
}

.container:has(.hero) > img {
    width: 640px;
    object-fit: cover;
    height: 590px;
    position: relative;
    z-index: -1;
    border-radius: 50px;
}

.section__hero-service .hero {
    display: flex;
    flex-direction: column;
    margin-bottom: -200px;
    max-width: 550px;
}

.section__hero-service > img {
    width: 44%;
}

.hero h1 {
    color: #0C2D5C;
    margin-bottom: 50px;
    position: relative;
    font-size: 70px;
    z-index: 0;
    max-width: 816px;
    width: 100%;
}

.section__hero-service .hero h1 {
    font-size: 40px;
    max-width: 610px;
    margin-bottom: 64px;
}

.service-224 .section__hero-service .hero h1,
.service-225 .section__hero-service .hero h1 {
    max-width: 650px;
}

.service-226 .section__hero-service .hero h1 {
    max-width: 700px;
}

.service-226 .section__hero-service .hero h1::before {
    right: 50px;
}

.hero h1::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 116px;
    background: url(../img/hero-line.svg) center center / 100% 100%;
    width: 364px;
    height: 28px;
    z-index: -1;
}

.section__hero-service .hero h1::before {
    left: auto;
    right: 50px;
    bottom: -35px;
}

.service-224 .section__hero-service .hero h1::before {
    right: 20px;
}

.service-225 .section__hero-service .hero h1::before {
    width: 250px;
    right: 00px;
    height: 25px;
}

.section__hero-thanks .hero h1::before {
    display: none;
}

.section__hero-thanks .hero {
    display: flex;
    flex-direction: column;
}

.section__hero-thanks .hero h1 {
    margin-bottom: 24px;
    font-size: 65px;
}

.section__hero-thanks .round {
    margin-left: 126px;
    margin-top: 70px;
}

.section__hero-service .round {
    margin-left: auto;
    margin-right: -180px;
    position: relative;
    width: 180px;
    height: 180px;
    bottom: 243px;
}

.service-21 .section__hero-service .round,
.service-226 .section__hero-service .round {
    bottom: 300px;
}

.service-224 .section__hero-service .round {
    bottom: 180px;
}

.service-225 .section__hero-service .round {
    bottom: 200px;
}

body:has(.section__hero-service) .breadcrumps {
    margin-bottom: 0px;
}

.hero > p {
    max-width: 580px;
    width: 100%;
    font-size: 22px;
    margin-bottom: 30px;
    display: inline-block;
    line-height: 130%;
}

.section__hero-service .hero h6 {
    font-weight: 400;
    line-height: 180%;
    margin-top: 30px;
    display: inline-block;
    max-width: 627px;
    width: 100%;
}

.hero__items {
    margin-top: 60px;
    max-width: 655px;
    width: 100%;
    position: relative;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.03);
    padding: 35px 10px;
    align-items: center;
}

.hero__item {
    padding: 0 24px;
    width: 168px;
    border-right: 1px solid #B99041;
    text-align: center;
    height: 100%;
}

.hero__item:nth-last-child(2) {
    border-right: none;
}

.hero__item .count {
    color: #0C2D5C;
    font-weight: 500;
    margin-bottom: 12px;
}

.hero__item p {
    font-weight: 500;
    line-height: 150%;
}

.hero__items .round {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -105px;
}

.hero__items .round:hover {
    transform: translate(0, -50%) scale(1.05);
}

/* Features */
.section__features {
    padding: 130px 0;
}

.features {
    justify-content: space-between;
    align-items: flex-start;
}

.features__content {
    width: 387px;
    margin-top: 45px;
}

.features__content h2 {
    margin-bottom: 60px;
    position: relative;
    z-index: 0;
    width: fit-content;
}

.features__content p {
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
}

.features__content h2::before {
    content: '';
    position: absolute;
    bottom: -37px;
    right: -40px;
    width: 325px;
    height: 40px;
    z-index: -1;
    background: url(../img/features-line.svg) center center / 100% 100% no-repeat;
}

.features__items {
    width: calc(100% - 420px);
    margin-left: auto;
}

.features__items > div {
    padding-bottom: 60px;
}

.features__item {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.03);
    padding: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    transition: all .4s ease;
}

.features__item:hover {
    background: #F8FAFF;
    transition: all .4s ease;
}

.features__items > div:nth-child(2n+2) .features__item {
    margin-top: 0;
}

.features__item .h5 {
    margin-bottom: 30px;
    color: #0C2D5C;
    font-weight: 600;
    margin-right: -20px;
}

.features__item ul {
    color: #2A2A2A;
    line-height: 180%;
    margin-left: 20px;
}

.features__item .link {
    margin-top: auto;
}

.features__item .round {
    position: absolute;
    bottom: -30px;
    right: 50px;
}

.features__item:hover .round img {
    transform: rotate(45deg);
}

/* About */
.section__about {
    background: #0C2D5C;
    padding: 120px 0 91px;
    color: #fff;
}

.about__content {
    position: relative;
    border-radius: 20px;
    border: 1px solid #FFF;
    padding: 52px 110px 54px 310px;
    margin-left: auto;
    width: fit-content;
}

.about__content > img {
    position: absolute;
    top: 50%;
    left: -280px;
    transform: translate(0, -50%);
    width: 519px;
    height: 519px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

.about__content h2 {
    max-width: 485px;
    width: 100%;
    color: #fff;
    margin-bottom: 48px;
    position: relative;
    z-index: 0;
}

.about__content h2::before {
    content: '';
    position: absolute;
    width: 217px;
    height: 21px;
    bottom: -25px;
    right: 26px;
    z-index: -1;
    background: url(../img/about-line1.svg) center center / 100% 100% no-repeat;
}

.about__content p {
    line-height: 180%;
    font-size: 18px;
    max-width: 592px;
    width: 100%;
    margin-bottom: 30px;
}

.about__content p b {
    font-weight: 600 !important;
    position: relative;
    z-index: 0;
}

.about__content p b::before {
    content: '';
    position: absolute;
    width: 233px;
    height: 21px;
    bottom: -20px;
    right: 0px;
    z-index: -1;
    background: url(../img/about-line2.svg) center center / 100% 100% no-repeat;
}

.about__content p:last-child {
    margin-bottom: 0;
}

.about__items {
    margin: 120px -12px -24px;
}

.about__item span {
    width: 20px;
    height: 20px;
    margin-bottom: 30px;
    display: inline-block;
    border-radius: 50%;
    background: var(--2, linear-gradient(0deg, #C1A875 0%, #C1A875 100%), linear-gradient(339deg, rgba(255, 255, 255, 0.00) 52.79%, #FFF 95.95%), linear-gradient(77deg, #576265 11.6%, #9EA1A1 25.31%, #848B8A 48.06%, #576265 55.72%, #576265 77.23%, #757A7B 85.34%, #576265 91.31%));
    background-blend-mode: color, overlay, normal;
}

.about__item .h5 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    min-height: 72px;
}

.about__item p {
    font-weight: 300;
    line-height: 150%;
}

/* Team */
.section__team {
    padding: 130px 0 65px;
}

.header {
    align-items: flex-start;
}

.team__header {
    margin-bottom: 72px;
}

.header .h2 {
    position: relative;
    z-index: 0;
    width: fit-content;
}

.header .h2::before {
    content: '';
    position: absolute;
    z-index: -1;
}

.team__header .h2::before {
    width: 262px;
    height: 28px;
    bottom: -25px;
    right: 0;
    background: url(../img/team-line.svg) center center / 100% 100% no-repeat;
}

.header p {
    line-height: 150%;
    font-size: 18px;
    margin-left: auto;
    font-weight: 500;
    max-width: 600px;
    width: 100%;
    margin-right: 30px;
}

.team__swiper {
    text-align: center;
    overflow: unset;
    justify-content: space-between;
    row-gap: 60px;
    column-gap: 20px;
}

.team__swiper .swiper-slide {
    max-width: 350px;
    width: 100%;
}

.team__swiper .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    margin-bottom: 15px;
}

.team__swiper .swiper-slide .h5 {
    max-width: 370px;
    font-weight: 600;
    color: #0C2D5C;
    width: 100%;
    margin-bottom: 18px;
}

.team__swiper .swiper-slide p {
    opacity: 0.7;
    line-height: 1.8;
    max-width: 262px;
}

.team__swiper .swiper-slide p span {
    font-weight: 500 !important;
}

/* Reviews */
.section__reviews {
    padding: 75px 0 141px;
}

.reviews__swiper .swiper-btns {
    display: none;
}

.reviews__header {
    margin-bottom: 92px;
}

.reviews__header .h2::before,
.katalog .h2::before {
    width: 217px;
    height: 21px;
    bottom: -25px;
    left: 33px;
    background: url(../img/reviews-line.svg) center center / 100% 100% no-repeat;
}

.katalog .h2::before {
    width: 166px;
    height: 14px;
    bottom: -16px;
    right: 0;
    left: auto;
}

.reviews__swiper {
    overflow: unset;
}

.reviews__swiper .swiper-slide {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.03);
    padding: 50px;
}

.reviews__swiper .swiper-slide .flex-row {
    align-items: center;
    gap: 60px;
    margin-bottom: 50px;
}

.reviews__swiper .swiper-slide .flex-row img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.reviews__swiper .swiper-slide .flex-row .h5 {
    font-family: "Fixel Display", sans-serif;
    margin-bottom: 5px;
    color: #0C2D5C;
    font-weight: 600;
    line-height: 120%
}

.reviews__swiper .swiper-slide p,
.reviews__swiper .swiper-slide a {
    font-weight: 300;
    line-height: 150%;
    opacity: 0.8;
    transition: all .4s ease;
}

.reviews__swiper .swiper-slide a:hover {
    color: #0C2D5C;
    transition: all .4s ease;
}

/* Cert */
.section__cert {
    padding: 75px 0;
}

.cert__header {
    align-items: center;
    margin-bottom: 56px;
}

.cert__header .h3 {
    margin-right: auto;
    width: calc(100% - 150px);
}

.cert__header p {
    margin: 30px 0 0;
}

.cert__swiper {
    overflow: unset;
}

.cert__swiper .swiper-slide {
    height: 360px;
    width: fit-content;
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.03);
}

.cert__swiper .swiper-slide img {
    height: 100%;
    width: fit-content;
}

/* Zaput */
.section__zaput {
    background: url(../img/zaput-bg.webp) center center / cover no-repeat;
    padding: 75px 0 167px;
}

.zaput {
    position: relative;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.03);
    padding: 86px 107px 97px 83px;
    align-items: flex-start;
    justify-content: space-between;
}

.zaput__content {
    max-width: 511px;
    width: 100%;
}

.zaput__content h4 {
    margin-bottom: 24px;
}

.zaput__content > p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 30px;
    display: inline-block;
}

.zaput__social {
    margin-top: 38px;
    align-items: center;
    gap: 20px;
}

.zaput__social p {
    font-weight: 500;
    line-height: 1.5;
}

.social a {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
}

.zaput__form,
.wpcf7:has(.zaput__form) {
    width: calc(100% - 650px);
    position: relative;
}

.wpcf7:has(.zaput__form) .zaput__form {
    width: 100%;
}

.zaput__form input[type=submit] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    margin: 0 !important;
    opacity: 0;
}

.zaput__form p:has(.round) {
    position: absolute;
    bottom: -230px;
    left: 50%;
    transform: translate(-50%, 0);
    width: fit-content;
}

.zaput__form p:has(.round):has(input[type=submit]:hover) .round::before {
    opacity: 0;
    transition: all .4s ease;
}

.zaput__form p:has(.round):has(input[type=submit]:hover) .round {
    transform: scale(1.05);
    transition: all .4s ease;
}

/* Contact */
.section__contact {
    padding: 80px 0 52px;
    background: #0C2D5C;
    color: #fff;
}

.contact a,
.contact .h2 {
    color: #fff;
}

.contact .h2 {
    margin-bottom: 58px;
    position: relative;
    z-index: 0;
    width: fit-content;
}

.contact .h2::before {
    content: '';
    z-index: -1;
    position: absolute;
    width: 192px;
    height: 21px;
    bottom: -15px;
    right: -20px;
    background: url(../img/contact-line.svg) center center / 100% 100% no-repeat;
}

.contact__items {
    max-width: 820px;
    width: 100%;
    margin-bottom: -81px;
}

.contact__item {
    width: 50%;
    margin-bottom: 81px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.contact__item p {
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 15px;
}

.contact__item a,
.contact__item span {
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    line-height: 150%;
    font-weight: 500;
    transition: all .4s ease;
    font-family: "Fixel Display", sans-serif;
}

.contact__item a:hover {
    color: #92ABD0;
    transition: all .4s ease;
}

.contact__item > a img {
    max-width: 24px;
    min-width: 24px;
    height: 24px
}

.contact__item a:has(img) {
    margin-left: 0;
}

.contact__item a {
    margin-left: 44px;
}

.contact__item.soc a {
    margin-bottom: 20px;
}

.contact__item.soc a:last-child {
    margin-bottom: 0px;
}

.contact .med {
    display: none;
    margin-top: 50px;
    align-items: center;
}

.contact__item br {
    display: none;
}

.section__contact > img,
.section__contact > iframe {
    display: none;
}

.section__contact > img,
.contact > img,
.section__contact > iframe,
.contact > iframe {
    position: absolute;
    right: 0;
    top: 80px;
    height: calc(100% - 132px);
    bottom: 52px;
    width: 35%;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px 0px 0px 20px;
}

/* Blog */
.section__blog {
    padding: 130px 0;
}

.section__blog-blog {
    padding: 0 0 83px;
}

.blog {
    position: relative;
}

.blog .h2 {
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    z-index: 0;
}

.blog .h2::before {
    content: '';
    z-index: -1;
    position: absolute;
    width: 166px;
    height: 21px;
    bottom: -20px;
    left: -10px;
    background: url(../img/blog-line.svg) center center / 100% 100% no-repeat;
}

.section__blog .btn {
    position: absolute;
    right: 0;
    top: 10px;
}

.blog > p,
.blog > div:first-child p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    max-width: 737px;
    width: 100%;
}

.blog__items {
    margin-top: 50px;
    margin-bottom: -80px;
}

.blog__items > div {
    padding: 0 12px 80px;
}

.blog__item {
    display: flex;
    flex-direction: column;
}

.blog__item-img {
    height: 250px;
    border-radius: 20px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
}

.blog__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -2;
    transition: all .4s ease;
}

.blog__item:hover .blog__item-img img {
    transform: scale(1.05);
    transition: all .4s ease;
}

.blog__item-img .h3 {
    color: #fff;
    margin-bottom: 21px;
}

.blog__item-img span {
    font-size: 20px;
    line-height: 150%;
    color: #0C2D5C;
    padding: 9px 39px;
    border-radius: 30px;
    border: 1px solid #576265;
    background: #FFF;
}

.blog__item-img:has(.h3)::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    inset: 0;
    background: #0C2D5C;
    opacity: 0.85;
    transition: all .4s ease;
}

.blog__item:hover .blog__item-img:has(.h3)::before {
    opacity: 0.75;
    transition: all .4s ease;
}

.blog__item p {
    font-weight: 300;
    line-height: 150%;
    opacity: 0.5;
    margin-bottom: 10px;
}

.blog__item .h5 {
    color: #2A2A2A;
    font-weight: 600;
    transition: all .4s ease;
}

.blog__item:hover .h5 {
    color: #0C2D5C;
    transition: all .4s ease;
}

.woocommerce-pagination {
    margin-top: 60px;
}

.page-numbers {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.page-numbers a,
.page-numbers span {
    font-family: "Fixel Display", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}

.page-numbers a {
    opacity: 0.5;
    transition: all .4s ease;
}

.page-numbers a:hover,
.page-numbers span {
    opacity: 1;
    color: #0C2D5C;
    transition: all .4s ease;
}

.page-numbers span {
    cursor: default;
}

.page-numbers span.dots {
    opacity: 0.5 !important;
    color: #2A2A2A !important;
}

/* Bread */
.breadcrumps {
    margin-bottom: 60px;
    margin-top: 20px;
    width: 100%;
}

.breadcrumps span {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 10px;
    font-weight: 300;
    line-height: 150%;
}

.breadcrumps > span {
    width: 100%;
}

.breadcrumps a {
    opacity: 0.5;
    transition: all .4s ease;
}

.breadcrumps a:hover {
    opacity: 0.7;
    transition: all .4s ease;
}

.breadcrumps > span > span:last-child {
    color: #0C2D5C;
    cursor: default;
    display: inline-block;
    width: 355px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumps > span > span::after {
    content: '/';
    color: #0C2D5C;
}

.breadcrumps > span > span:last-child::after {
    display: none;
}

/* Article */
.section__article {
    padding: 0 0 114px;
}

.article {
    align-items: flex-start;
    justify-content: space-between;
}

.article__content {
    width: calc(100% - 530px);
}

.article__content h1 {
    margin-bottom: 20px;
    font-size: 40px;
}

.article__content .date {
    font-weight: 400;
    line-height: 150%;
    opacity: 0.5;
    margin-top: 0;
    margin-bottom: 30px;
}

.article__content > img,
.article__content p:has(img) {
    border-radius: 20px;
    width: 100%;
    height: auto;
    display: inline-block;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 60px;
}

.article__content p:has(img) img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: inline-block;
    object-position: center center;
}

.article__content > p,
.article__content li {
    font-weight: 300;
    line-height: 150%;
}

.article__content > p {
    display: inline-block;
    margin-bottom: 20px;
}

.article__content > h2,
.article__content > h3,
.article__content > h4,
.article__content > h5 {
    font-size: 23px;
    font-weight: 600;
    line-height: 120%;
    color: #0C2D5C;
    font-family: "Fixel Display", sans-serif;
    margin-top: 40px;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.article__content ul,
.article__content ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.article__info {
    margin: 88px 0 66px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.03);
    padding: 44px;
    align-items: center;
    width: fit-content;
}

.article__info > img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.article__info > div {
    padding-left: 45px;
    margin-left: 45px;
    border-left: 1px solid #B99041;
}

.article__info h6 {
    opacity: 0.4;
    margin-bottom: 27px;
    font-weight: 400;
}

.article__info h5 {
    color: #0C2D5C;
    font-weight: 600;
    font-family: "Fixel Display", sans-serif;
    margin-bottom: 4px;
}

.article__info p {
    opacity: 0.4;
}

.article__aside {
    width: 411px;
}

.article__aside h4 {
    margin-bottom: 50px;
}

.article__aside .blog__item {
    margin-bottom: 51px;
}

.article__aside .blog__item .h4 {
    font-size: 25px;
}

/* Pol */
.section__pol {
    padding: 0 0 70px;
}

.pol h1 {
    font-size: 30px;
    margin-bottom: 50px;
}

.pol p,
.pol h2,
.pol h3,
.pol h4,
.pol h5,
.pol h6 {
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    max-width: 953px;
    width: 100%;
    font-family: "Fixel Display", sans-serif;
    margin-bottom: 20px;
}

/* Error */
.section__error {
    padding: 47px 0 180px;
}

.error {
    text-align: center;
}

.error h1 {
    font-size: 200px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 10px;
}

.error h5,
.error .h2 {
    margin-bottom: 18px;
}

.error p {
    max-width: 489px;
    width: 100%;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 26px;
}

.error:has(.h2) p {
    margin-bottom: 62px;
    font-weight: 500;
}

.error .btn {
    border: none;
    background: #0C2D5C;
    color: #fff;
    max-width: 273px;
    width: 100%;
}

.error .btn:hover {
    background: #9C721F;
}

/* Whome */
.section__whome {
    padding: 80px 0 150px;
    background: #0C2D5C;
    color: #fff;
}

.whome .h3 {
    color: #fff;
    max-width: 411px;
    width: 100%;
}

.whome__items {
    margin-top: 70px;
    margin-bottom: -40px;
}

.whome__items > div {
    padding-bottom: 40px;
}

.whome__item {
    border-radius: 20px;
    border: 1px solid #FFF;
    padding: 30px 30px 40px;
}

.whome__item .h5 {
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 10px;
}

.whome__item .h5 img {
    width: 24px;
    height: 15px;
}

.whome__item p {
    margin-left: 54px;
    font-weight: 300;
    line-height: 150%;
}

/* Do */
.section__do {
    padding: 90px 0 225px;
}

.do .h3 {
    position: relative;
    width: fit-content;
    z-index: 0;
    margin-bottom: 70px;
}

.do .h3:first-child::before {
    content: '';
    z-index: -1;
    position: absolute;
    width: 208px;
    height: 22px;
    bottom: -20px;
    right: 0;
    background: url(../img/do-line.svg) center center / 100% 100% no-repeat;
}

.do__item.flex-wrap span {
    display: none;
}

.do__items {
    width: calc(100% + 30px);
    margin: 0 -15px -30px;
    justify-content: center;
}

.do__items > div {
    padding: 0 15px 30px;
}

.do__items > div.col-1 {
    width: 100% !important;
}

.do__item {
    padding: 50px;
    border-radius: 20px;
    border: 1px solid #B99041;
    background: #FFF;
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.03);
    align-items: flex-start;
}

.do__item > span {
    width: 20px;
    height: 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 50%;
    background: var(--2, linear-gradient(0deg, #C1A875 0%, #C1A875 100%), linear-gradient(339deg, rgba(255, 255, 255, 0.00) 52.79%, #FFF 95.95%), linear-gradient(77deg, #576265 11.6%, #9EA1A1 25.31%, #848B8A 48.06%, #576265 55.72%, #576265 77.23%, #757A7B 85.34%, #576265 91.31%));
    background-blend-mode: color, overlay, normal;
}

.do__item.flex-wrap {
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.do__item.flex-wrap img {
    position: absolute;
    left: 50px;
    top: 120px;
}

.do__item .h5:not(.do__item-content) {
    margin-bottom: 30px;
}

.do__item.flex-wrap .h5:not(.do__item-content) {
    max-width: 295px;
    width: 100%;
}

.do__item.flex-wrap p {
    font-size: 18px;
    line-height: 1.8;
    width: calc(100% - 350px);
    max-width: 655px;
}

.do__item ul,
.do__item ol {
    font-weight: 300;
    line-height: 150%;
    margin-left: 20px;
    margin-bottom: 30px;
}

.do__item p {
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 50px;
}

.do__item-content {
    width: calc(100% + 100px);
    margin: auto -50px -50px !important;
    border-radius: 0px 0px 20px 20px;
    background: #0C2D5C;
    padding: 30px 60px 30px 50px;
    color: #fff;
}

.do__container {
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    margin-bottom: 90px;
}

.do__content {
    max-width: 567px;
    width: 100%;
}

.do__content .h3 {
    margin-bottom: 40px;
}

.do__content p {
    line-height: 180%;
    font-size: 18px;
}

.do__container-items {
    width: calc(100% - 657px);
    gap: 24px;
    margin-left: auto;
}

.do__container-item {
    width: 100%;
    padding: 30px 55px 30px 30px;
    border-radius: 20px;
    background: #0C2D5C;
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.03);
    color: #fff;
    min-height: 154px;
}

.do__container-item .h5 {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    color: #fff;
    margin-bottom: 10px;
}

.do__container-item .h5::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--2, linear-gradient(0deg, #C1A875 0%, #C1A875 100%), linear-gradient(339deg, rgba(255, 255, 255, 0.00) 52.79%, #FFF 95.95%), linear-gradient(77deg, #576265 11.6%, #9EA1A1 25.31%, #848B8A 48.06%, #576265 55.72%, #576265 77.23%, #757A7B 85.34%, #576265 91.31%));
    background-blend-mode: color, overlay, normal;
}

.do__container-item p {
    font-weight: 300;
    line-height: 150%;
    margin-left: 50px;
}

/* Adv */
.section__advendage {
    padding: 90px 0 120px;
}

.advendage__header {
    padding-right: 107px;
    margin-bottom: 100px;
}

.advendage__header .h2::before {
    width: 262px;
    height: 28px;
    background: url(../img/adv-line.svg) center center / 100% 100% no-repeat;
    bottom: -32px;
    right: -60px;
}

.advendage__items {
    justify-content: center;
}

.advendage__item {
    border-radius: 20px;
    border: 1px solid #B99041;
    background: #FFF;
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.03);
    padding: 30px 30px 60px;
    display: flex;
    flex-direction: column;
}

.advendage__item > span {
    width: 20px;
    height: 20px;
    margin-bottom: 24px;
    display: inline-block;
    border-radius: 50%;
    background: var(--2, linear-gradient(0deg, #C1A875 0%, #C1A875 100%), linear-gradient(339deg, rgba(255, 255, 255, 0.00) 52.79%, #FFF 95.95%), linear-gradient(77deg, #576265 11.6%, #9EA1A1 25.31%, #848B8A 48.06%, #576265 55.72%, #576265 77.23%, #757A7B 85.34%, #576265 91.31%));
    background-blend-mode: color, overlay, normal;
}

.advendage__item .h5 {
    min-height: 64px;
    display: inline-flex;
    align-items: flex-end;
    margin-bottom: 30px;
}

.advendage__item p {
    font-weight: 300;
    line-height: 150%;
}

/* Why */
.section__why {
    padding: 143px 0 131px;
    background: url(../img/why-bg.webp) center center / cover no-repeat;
}

.why {
    align-items: flex-start;
    justify-content: space-between;
}

.why__content {
    color: #fff;
    width: 484px;
}

.why__content .h3 {
    position: relative;
    z-index: 0;
    width: fit-content;
    color: #fff;
    margin-bottom: 47px;
}

.why__content .h3::before {
    content: '';
    z-index: -1;
    position: absolute;
    width: 192px;
    height: 13px;
    bottom: -20px;
    left: 20px;
    background: url(../img/why-line.svg) center center / 100% 100% no-repeat;
}

.why__content p {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
}

.why__items {
    width: calc(100% - 500px);
    margin: 0 -12px -24px;
}

.why__item {
    border-radius: 20px;
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.03);
    padding: 20px 30px;
    display: inline-flex;
    align-items: center;
}

.why__item > div {
    gap: 20px;
}

.why__item span {
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    width: 100%;
    margin-top: 5px;
    display: inline-block;
    border-radius: 50%;
    background: var(--2, linear-gradient(0deg, #C1A875 0%, #C1A875 100%), linear-gradient(339deg, rgba(255, 255, 255, 0.00) 52.79%, #FFF 95.95%), linear-gradient(77deg, #576265 11.6%, #9EA1A1 25.31%, #848B8A 48.06%, #576265 55.72%, #576265 77.23%, #757A7B 85.34%, #576265 91.31%));
    background-blend-mode: color, overlay, normal;
}

.why__item .h5 {
    font-family: "Fixel Display", sans-serif;
    color: #0C2D5C;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
}

/* Action */
.section__action {
    padding: 92px 0 130px;
    color: #fff;
    background: #0C2D5C;
}

.action p,
.action h6 {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.action p:nth-child(n+3) {
    margin-bottom: 72px;
}

.action .h2 {
    color: #fff;
    max-width: 682px;
    width: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: 60px;
}

.action .h2::before {
    content: '';
    z-index: -1;
    position: absolute;
    width: 272px;
    height: 19px;
    bottom: -20px;
    right: 185px;
    background: url(../img/action-line.svg) center center / 100% 100% no-repeat;
}

.action ul {
    font-weight: 300;
    line-height: 180%;
    margin-bottom: 60px;
    margin-left: 20px;
}

.action .h5,
.action .h4,
.action .h3,
.action p,
.action h6 {
    color: #fff;
    max-width: 524px;
    width: 100%;
}

.scroll-container {
    position: relative !important;
}

.section__action > img {
    position: absolute;
    right: 0;
    top: 72px;
    bottom: 72px;
    height: calc(100% - 144px);
    width: 40%;
    z-index: -1;
    border-radius: 50px 0px 0px 50px;
    object-fit: cover;
    object-position: center center;
}

.action .round {
    color: #0C2D5C;
    background: #fff;
    position: absolute;
    bottom: 131px;
    z-index: 2;
    right: calc(40% - 100px);
}

.action .round img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(10%) saturate(6604%) hue-rotate(187deg) brightness(98%) contrast(103%);
}

html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-50px, 0, 0);
}

html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(50px, 0, 0);
}

html:not(.no-js) [data-aos=fade-top] {
    transform: translate3d(0, 50px, 0);
}

html:not(.no-js) [data-aos=fade-bottom] {
    transform: translate3d(0, -50px, 0);
}

/* Katalog */
.section__katalog {
    padding-bottom: 58px;
}

.katalog .h2 {
    position: relative;
}

.katalog .header p {
    margin-left: 0;
    margin-top: 30px;
}

.katalog .header {
    margin-bottom: 40px;
}

.katalog__item {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.03);
    padding: 24px;
    display: grid;
    grid-template-rows: auto auto 1fr;
    transition: all .4s ease;
}

.katalog__item:hover,
.katalog__items > div:has(.katalog__item-cart:hover) .katalog__item {
    background: #F8FAFF;
    transition: all .4s ease;
}

.katalog__item-img {
    border-radius: 16px;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
}

.katalog__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease;
}

.katalog__item:hover .katalog__item-img img,
.katalog__items > div:has(.katalog__item-cart:hover) .katalog__item-img img {
    transform: scale(1.1);
    transition: all .4s ease;
}

.katalog__item .h5 {
    margin-bottom: 10px;
}

.katalog__item p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.price {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    color: #0C2D5C;
    line-height: 1.2;
    white-space: nowrap;
    font-size: 30px;
}

.price del {
    font-size: 20px;
}

.price ins {
    text-decoration: unset;
}

.katalog__item-cart {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    width: 100%;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9C721F;
    position: absolute;
    bottom: 44px;
    right: 32px;
    transition: all .4s ease;
}

.katalog__item-cart span {
    width: 16px;
    height: 16px;
    background: #0C2D5C;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    font-size: 12px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
}

.katalog__item-cart img {
    transition: all .4s ease;
}

.katalog__item-cart:hover {
    background: #0C2D5C;
    border-color: #0C2D5C;
    transition: all .4s ease;
}

.katalog__item-cart:hover img {
    filter: brightness(0) invert(1);
    transition: all .4s ease;
}

/* Card */
.section__card {
    padding-bottom: 58px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 12px;
    color: #fff;
}

.woocommerce-notices-wrapper {
    margin-bottom: 24px;
}

.woocommerce-notices-wrapper a {
    color: #fff;
    font-weight: 600;
}

.card__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 519px;
    left: -590px;
    height: auto;
}

.card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.card__container {
    width: calc(100% - 590px);
    color: #2A2A2A;
    margin-left: auto;
}

.card__content {
    align-items: flex-start;
    width: 100%;
    border-bottom: 1px solid #9C721F;
    margin-bottom: 40px;
    padding-bottom: 60px;
}

.card__content h1 {
    margin-bottom: 20px;
}

.card__content h6 {
    margin-bottom: 50px;
    font-weight: 600;
}

.card__container p {
    margin-bottom: 20px;
    display: inline-block;
}

.card__content > .flex-row {
    align-items: flex-end;
    gap: 53px;
    margin-top: 20px;
}

.card__content .price {
    font-size: 42px;
}

.card__content .price del {
    font-size: 26px;
}

.card__container h2,
.card__container h3,
.card__container h4,
.card__container h5,
.card__container h6 {
    margin-bottom: 27px;
}

.card__container ul,
.card__container ul ol {
    margin-left: 20px;
    margin-bottom: 27px;
}

/* Checkout */
.section__checkout {
    background: #FDFDFD;
    padding-bottom: 58px;
}

.checkout h1 {
    margin-bottom: 40px;
}

.checkout__item {
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 20px;
    box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.03);
    z-index: 1;
    position: relative;
}

.checkout__item:nth-child(2) {
    z-index: 2;
}

.checkout__item h5 {
    margin-bottom: 30px;
}

.checkout__item:has(.checkout__form) h5 {
    margin-bottom: 20px;
}

.checkout__item ul,
.flexible-checkout-fields-checkout_billing fieldset {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.checkout__item:has(.checkout__form) ul,
.flexible-checkout-fields-checkout_billing fieldset {
    flex-direction: row;
}

.checkout__item li:has(input[type=radio]),
.flexible-checkout-fields-checkout_billing fieldset label:has(input) {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
}

.checkout__item li:has(input[type=radio]) input,
.flexible-checkout-fields-checkout_billing fieldset label:has(input) input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.checkout__item li:has(input[type=radio])::before,
.flexible-checkout-fields-checkout_billing fieldset label:has(input)::before {
    content: '';
    display: inline-block;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    width: 100%;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #9C721F;
}

.checkout__item li:has(input[type=radio])::after,
.flexible-checkout-fields-checkout_billing fieldset label:has(input)::after {
    content: '';
    border-radius: 50%;
    background-color: #0C2D5C;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 6px;
    opacity: 0;
    transition: all .4s ease;
}

.checkout__item li:has(input[type=radio]:checked)::after,
.flexible-checkout-fields-checkout_billing fieldset label:has(input:checked)::after {
    opacity: 1;
    transition: all .4s ease;
}

.checkout__form,
.woocommerce-billing-fields {
    margin-top: 48px;
}

.woocommerce-billing-fields__field-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-billing-fields__field-wrapper label {
    height: fit-content;
    display: inline-block;
    margin-bottom: 4px;
}

.checkout__form .form p {
    font-weight: 500;
    color: #0C2D5C;
}

.checkout aside {
    width: 519px;
    height: fit-content;
    z-index: 3;
    position: relative;
}

.checkout__content,
.checkout__container > .woocommerce {
    width: calc(100% - 543px);
    margin-right: auto;
}

.checkout__item .cart__btns {
    flex-direction: column;
    margin-top: 43px;
}

.checkout__item .cart__btns .btn {
    margin: 0 auto 20px;
}

.checkout__item .cart__btns p {
    text-align: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
}

.checkout__item .cart__btns p a {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.7);
}

.card__container .price {
    margin: 0 !important;
}

.flexible-checkout-fields-checkout_billing legend {
    display: none;
}

.flexible-checkout-fields-checkout_billing fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.form-row.woocommerce-invalid input.input-text,
.form-row.woocommerce-validated input.input-text {
    box-shadow: unset !important;
    border-color: red;
}

.form-row.woocommerce-validated input.input-text {
    border-color: green;
}

.woocommerce-error,
.woocommerce-error * {
    list-style: none;
    color: #fff;
}