@charset "UTF-8";

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}

.fancybox-caption {
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
    .fancybox-caption {
        padding: 12px;
    }

    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0.6rem;
    border: 1px solid #04746C;
    color: #04746C;
    font-size: 1rem;
    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 (hover: hover) {

    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        background: #04746C;
        color: #fff;
    }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
    cursor: auto;
    pointer-events: none;
    background: 0 !important;
    color: #04746C;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
    background-size: contain;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    background-size: contain;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    padding-top: 2rem;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 1.3rem;
    height: 1.3rem;
    display: inline-block;
    border-radius: 100%;
    background: #D9D9D9;
    margin: 0 0.5rem;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #04746C;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure {
    margin: 0;
}

ul li {
    list-style: none;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}

.wrapper header,
.wrapper main,
.wrapper footer {
    display: block;
    width: 100%;
}

footer {
    margin-top: auto;
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    font-family: "Gilroy", sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: #1E1E1E;
    line-height: 1.4;
}

@media screen and (min-width: 767px) and (max-width: 1430px) {
    html {
        font-size: 7.9px;
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: 9px;
    }
}

@media screen and (max-width: 350px) {
    html {
        font-size: 8.5px;
    }
}

body {
    font-size: 14px;
    background: #F7F9F7;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: inherit;
    outline: 0;
    cursor: pointer;
}

.a,
.offer .offer__bg:after,
.header-contacts li:after,
.header .header__row .header__contacts:after,
.radio-category .radio-term-price__content:after,
.radio-term-price .radio-term-price__content:after,
.single-product .single-product__row .single_add_to_cart_button:not(.clickBuyButton):before,
.single-product .single-product__row .clickBuyButton:after,
.product-stock:before,
.product-list .product .product__btn .button.ajax_add_to_cart:after,
.product-list .product .product__btn .button.ajax_add_to_cart:before,
.btn__blick:before,
input[type=radio]+span:before,
input[type=checkbox]+span:before,
.border .border__lines-2:before,
.border .border__lines-2:after,
.border .border__lines-1:before,
.border .border__lines-1:after,
.border:after,
.border:before,
.zoom:after,
.thumb-static._with-bg:after {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gradient {
    color: #04746C;
}

@supports (-webkit-background-clip: text) {
    .gradient {
        background: linear-gradient(76.59deg, #432760 -43.22%, #563085 -8.91%, #852C84 36.82%, #A95199 99.71%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.content {
    max-width: 1470px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.thumb-static img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 2rem;
}

.thumb-static._with-bg {
    position: relative;
    z-index: 100;
}

.thumb-static._with-bg:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -30%;
    width: 130%;
    height: 100%;
    background: rgba(169, 81, 153, 0.04);
    border-radius: 50%;
    -webkit-filter: blur(30px);
    filter: blur(30px);
}

.thumb {
    position: relative;
    overflow: hidden;
    display: block;
}

.thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    display: block;
}

.thumb._contain img {
    -o-object-fit: contain;
    object-fit: contain;
}

.thumb._single {
    padding-bottom: 66%;
    border-radius: 6px;
}

.thumb.video {
    color: #fff;
}

.thumb.video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14rem;
}

@media screen and (max-width: 767px) {
    .thumb.video svg {
        width: 66px;
    }
}

@media (hover: hover) {
    .thumb.video:hover {
        color: #04746C;
    }
}

.zoom:after {
    position: absolute;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    font-size: 40px;
    background: rgba(55, 41, 41, 0.5) url(../img/magnifying-glass-solid.svg) center no-repeat;
    background-size: 40px;
}

@media (hover: hover) {
    .zoom:hover:after {
        opacity: 1;
    }
}

.compact_audio_player_wrapper {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    z-index: 700;
}

.compact_audio_player_wrapper .sc_player_container1 .myButton_play,
.compact_audio_player_wrapper .sc_player_container1 .myButton_stop {
    border-radius: 50%;
}

.compact_audio_player_wrapper .sc_player_container1 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    -webkit-animation: pulse2 2s infinite;
    animation: pulse2 2s infinite;
}

.compact_audio_player_wrapper .sc_player_container1 .myButton_play {
    background: #04746C url(../img/с1.png) center no-repeat !important;
    background-size: 13px !important;
}

.compact_audio_player_wrapper .sc_player_container1 .myButton_stop {
    background: #04746C url(../img/с2.png) center no-repeat !important;
    background-size: 13px !important;
}

.compact_audio_player_wrapper #sm2-container {
    display: none;
}

@media screen and (max-width: 1200px) {
    .compact_audio_player_wrapper {
        display: none !important;
        opacity: 0;
        visibility: hidden;
    }
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(4, 116, 108, 0.5);
        box-shadow: 0 0 0 0 rgba(4, 116, 108, 0.5);
    }

    70% {
        -webkit-box-shadow: 0 0 0 28px rgba(0, 103, 208, 0);
        box-shadow: 0 0 0 28px rgba(0, 103, 208, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 103, 208, 0);
        box-shadow: 0 0 0 0 rgba(0, 103, 208, 0);
    }
}

@keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(4, 116, 108, 0.5);
        box-shadow: 0 0 0 0 rgba(4, 116, 108, 0.5);
    }

    70% {
        -webkit-box-shadow: 0 0 0 28px rgba(0, 103, 208, 0);
        box-shadow: 0 0 0 28px rgba(0, 103, 208, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 103, 208, 0);
        box-shadow: 0 0 0 0 rgba(0, 103, 208, 0);
    }
}

.row {
    margin-left: -1rem;
    margin-right: -1rem;
}

.row>* {
    padding-left: 1rem;
    padding-right: 1rem;
}

.row.offset-row-30 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.row.offset-row-30>* {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.row.offset-row-60 {
    margin-left: -3rem;
    margin-right: -3rem;
}

.row.offset-row-60>* {
    padding-left: 3rem;
    padding-right: 3rem;
}

.row.offset-row-10 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.row.offset-row-10>* {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (min-width: 992px) {
    .col-lg-55 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20% !important;
    }
}

@media (min-width: 1170px) {
    .col-xl-55 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20% !important;
    }
}

@media screen and (max-width: 1000px) {

    h1 br,
    h2 br,
    h3 br {
        display: none;
    }
}

strong {
    font-weight: 700;
}

h1,
.h1 {
    font-size: 3.3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 22px;
}

h2,
.h2 {
    font-size: 2.4rem;
    margin-bottom: 22px;
    line-height: 1.2;
    font-weight: 800;
}

.h3,
h3 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px !important;
}

h4 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
}

.link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    color: #272626;
}

.link .icon-arrow-menu {
    font-size: 1rem;
    margin-right: 1rem;
    color: #04746C;
}

.link .icon-down2 {
    color: #04746C;
    font-size: 12px;
    margin-left: 10px;
}

@media (hover: hover) {
    .link:hover {
        color: #04746C;
    }
}

@media screen and (min-width: 767px) {
    .pt-40 {
        padding-top: 4rem !important;
    }
}

.w-100 {
    width: 100%;
}

@media screen and (min-width: 767px) {
    .max-310 {
        max-width: 32rem;
    }
}

@media screen and (min-width: 767px) {
    .max-280 {
        max-width: 29rem;
    }
}

@media screen and (min-width: 991px) {
    .max-580 {
        max-width: 58rem;
    }
}

.after-title {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-top: -1.5rem;
    margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
    .after-title {
        margin-top: -7px;
        font-size: 16px;
    }

    .after-title br {
        display: none;
    }
}

.sep {
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
    .sep {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1000px) {
    .hidden-pc {
        display: none;
    }
}

.txt-12 {
    font-size: 1.2rem;
}

.txt-30 {
    font-size: 3rem;
    font-weight: 800;
}

.txt-14 {
    font-size: 1.4rem;
}

.txt-13 {
    font-size: 1.3rem;
}

.txt-18 {
    font-size: 1.8rem;
}

.txt-20 {
    font-size: 2rem;
}

.txt-22 {
    font-size: 2.2rem;
    line-height: 1.636;
}

@media screen and (max-width: 767px) {
    .txt-22 {
        font-size: 2rem;
    }

    .txt-22 br {
        display: none;
    }
}

.txt-24 {
    font-size: 2.4rem;
}

.main-color {
    color: #04746C;
}

.max-100 {
    max-width: 100% !important;
}

.red-line {
    height: 0.4rem;
    width: 5rem;
    background: #e74017;
    position: absolute;
}

.mb-14 {
    margin-bottom: 14px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 1rem !important;
}

.pt-20 {
    padding-top: 1rem !important;
}

.pb-20 {
    padding-bottom: 2rem !important;
}

.pb-30 {
    padding-bottom: 1rem;
}

.center {
    text-align: center;
}

.mb-60 {
    margin-bottom: 6rem;
}

.mb-50 {
    margin-bottom: 5rem;
}

.mb-40 {
    margin-bottom: 4rem;
}

.mb-30 {
    margin-bottom: 3rem !important;
}

.mb-20 {
    margin-bottom: 2rem !important;
}

.mb-10 {
    margin-bottom: 1rem !important;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.fw-800 {
    font-weight: 800;
}

.max-full {
    max-width: inherit !important;
}

.max-full p {
    max-width: inherit !important;
}

.mb-20-reverse {
    margin-bottom: -2rem;
}

.txt-gray {
    color: #958563;
}

.more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #04746C;
}

.more span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    border: 1px solid #04746C;
    margin-left: 0.7rem;
    font-size: 0.7em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (hover: hover) {
    .more:hover span {
        background: #04746C;
        color: #fff;
    }
}

.link-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #04746C;
    font-weight: 500;
    font-size: 12px;
}

.link-icon.icon-download:before {
    margin-right: 1rem;
}

.link-icon.icon-copy:before {
    margin-right: 1rem;
    font-size: 2em;
}

@media (hover: hover) {
    .link-icon:hover {
        opacity: 0.7;
    }
}

.max-650 {
    max-width: 65rem;
}

.tt {
    text-transform: uppercase;
}

.messenger {
    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;
    margin: 0 -1rem;
}

.messenger li {
    padding: 0 1rem;
}

.messenger li a {
    display: block;
}

.messenger li a img {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@media (hover: hover) {
    .messenger li a:hover {
        opacity: 0.5;
    }
}

@media screen and (max-width: 767px) {
    .center-mob {
        text-align: center;
    }
}

.woocommerce-pagination .page-numbers,
.pagination {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.woocommerce-pagination .page-numbers .page-numbers,
.pagination .page-numbers {
    width: 4rem;
    height: 4rem;
    border-radius: 0.6rem;
    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;
    font-size: 1.8rem;
    margin: 0 2px 4px;
    background: #fff;
    border: 1px solid #EDF6FA;
    color: #464646;
}

.woocommerce-pagination .page-numbers .page-numbers.current,
.pagination .page-numbers.current {
    font-weight: 700;
    border-color: #04746C;
    color: #04746C;
}

.woocommerce-pagination .page-numbers .page-numbers.prev,
.woocommerce-pagination .page-numbers .page-numbers.next,
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    font-size: 10px;
    color: #04746C;
}

.woocommerce-pagination .page-numbers .page-numbers.prev,
.pagination .page-numbers.prev {
    margin-right: 2rem;
}

.woocommerce-pagination .page-numbers .page-numbers.next,
.pagination .page-numbers.next {
    margin-left: 2rem;
}

.woocommerce-pagination .page-numbers .page-numbers svg,
.pagination .page-numbers svg {
    width: 7px;
    height: 7px;
}

@media (hover: hover) {

    .woocommerce-pagination .page-numbers a:hover,
    .pagination a:hover {
        border-color: #04746C;
        color: #04746C;
    }
}

.page-breadcrumbs {
    padding-bottom: 30px;
    color: #968D8D;
}

.page-breadcrumbs .woocommerce-breadcrumb,
.page-breadcrumbs .breadcrumbs {
    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;
}

.page-breadcrumbs a {
    color: #C3C3C3;
}

@media (hover: hover) {
    .page-breadcrumbs a:hover {
        color: #04746C;
    }
}

.page-breadcrumbs .icon-next {
    margin: 0 5px;
    color: #04746C;
    font-size: 6px;
    display: block;
}

@media screen and (max-width: 1000px) {
    .page-breadcrumbs {
        padding-top: 10px;
    }
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.border._st1:before,
.border._st1:after,
.border._st1 .border__lines-1,
.border._st1 .border__lines-1:after,
.border._st1 .border__lines-1:before,
.border._st1 .border__lines-2,
.border._st1 .border__lines-2:after,
.border._st1 .border__lines-2:before {
    border-color: rgba(228, 212, 154, 0.6);
}

.border._off-icon:before {
    right: 15px;
}

.border._off-icon:after {
    display: none;
}

.border._off-icon .icon-cross {
    display: none;
}

.border:after,
.border:before {
    position: absolute;
    top: 0;
    border-top: 1px solid rgba(55, 41, 41, 0.6);
}

.border:before {
    left: 15px;
    right: calc(50% + 22px);
}

.border:after {
    right: 15px;
    left: calc(50% + 22px);
}

.border .icon-cross {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #9F8F6D;
    font-size: 28px;
}

.border .border__lines-1 {
    position: absolute;
    top: 15px;
    bottom: 15px;
    width: 100%;
    border-left: 1px solid rgba(55, 41, 41, 0.6);
    border-right: 1px solid rgba(55, 41, 41, 0.6);
}

.border .border__lines-1:before,
.border .border__lines-1:after {
    width: 15px;
    height: 15px;
    border-bottom: 1px solid rgba(55, 41, 41, 0.6);
    border-left: 1px solid rgba(55, 41, 41, 0.6);
    position: absolute;
    top: -15px;
    border-radius: 0 0 0 60px;
}

.border .border__lines-1:before {
    left: 0;
    border-left: 0;
    border-right: 1px solid rgba(55, 41, 41, 0.6);
    border-radius: 0 0 60px 0;
}

.border .border__lines-1:after {
    right: 0;
}

.border .border__lines-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid rgba(55, 41, 41, 0.6);
}

.border .border__lines-2:before,
.border .border__lines-2:after {
    width: 16px;
    height: 15px;
    border-top: 1px solid rgba(55, 41, 41, 0.6);
    border-left: 1px solid rgba(55, 41, 41, 0.6);
    position: absolute;
    bottom: 0;
}

.border .border__lines-2:before {
    left: -15px;
    border-left: 0;
    border-right: 1px solid rgba(55, 41, 41, 0.6);
}

.border .border__lines-2:after {
    right: -15px;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icons/icomoon.eot?1nmkxo");
    src: url("../fonts/icons/icomoon.eot?1nmkxo#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?1nmkxo") format("truetype"), url("../fonts/icons/icomoon.woff?1nmkxo") format("woff"), url("../fonts/icons/icomoon.svg?1nmkxo#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
    font-weight: normal;
    font-family: "icomoon";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-pdf:before {
    content: "\e914";
}

.icon-prev:before {
    content: "\e900";
}

.icon-rub:before {
    content: "\e901";
}

.icon-telegram:before {
    content: "\e902";
}

.icon-viber:before {
    content: "\e903";
}

.icon-vk:before {
    content: "\e904";
}

.icon-whatsapp:before {
    content: "\e905";
}

.icon-address:before {
    content: "\e906";
}

.icon-candle:before {
    content: "\e907";
}

.icon-check:before {
    content: "\e908";
}

.icon-cross:before {
    content: "\e909";
}

.icon-date:before {
    content: "\e90a";
}

.icon-doc:before {
    content: "\e90b";
}

.icon-download:before {
    content: "\e90c";
}

.icon-email:before {
    content: "\e90d";
}

.icon-name:before {
    content: "\e90e";
}

.icon-next:before {
    content: "\e90f";
}

.icon-petition:before {
    content: "\e910";
}

.icon-phone:before {
    content: "\e911";
}

.icon-plus:before {
    content: "\e912";
}

.icon-prayer:before {
    content: "\e913";
}

.entry-content {
    font-weight: normal;
    line-height: 1.4;
}

.entry-content :where(.wp-block-columns.is-layout-flex) img {
    max-width: 100%;
    width: 100%;
    display: block;
}

@media (max-width: 781px) {
    .entry-content :where(.wp-block-columns.is-layout-flex) img {
        width: auto;
        margin: 0 auto;
    }
}

.entry-content.size-h1 h1,
.entry-content.size-h1 h2 {
    text-transform: none;
    font-size: 3.3rem;
    margin-bottom: 15px;
}

.entry-content figure {
    margin-bottom: 20px;
}

.entry-content.justify {
    text-align: justify;
}

.entry-content:after {
    content: "";
    display: block;
    clear: both;
}

.entry-content .btn {
    height: 65px;
    border-radius: 65px;
}

.entry-content a:not(.btn) {
    color: #04746C;
}

.entry-content a:not(.btn):hover {
    text-decoration: underline;
}

.entry-content p {
    margin-bottom: 2rem;
    min-height: 1px;
}

.entry-content .wp-block-separator {
    border: 0;
    padding-top: 1.5rem;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 3rem;
}

.entry-content ul {
    padding-bottom: 15px;
}

.entry-content ul li {
    list-style: none;
    background: url(../img/list-1.svg) 0 6px no-repeat;
    background-size: 16px;
    padding: 0.6rem 0 3px 2em;
    margin-bottom: 5px;
}

.entry-content ol {
    padding-bottom: 15px;
    list-style: none;
    counter-reset: ol;
}

.entry-content ol li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 2.1em;
}

.entry-content ol li:before {
    counter-increment: ol;
    content: counter(ol);
    background: #04746C;
    color: #fff;
    width: 1.9em;
    height: 1.9em;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -0.1em;
    left: 0;
    font-size: 0.7em;
    font-weight: 700;
}

.entry-content blockquote {
    padding-left: 18px;
    border-left: 5px solid #04746C;
    margin-bottom: 1.563em;
    font-style: italic;
}

.entry-content blockquote * {
    padding: 0;
    margin: 0;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.entry-content .wp-block-table {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.entry-content table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 5px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .entry-content table {
        font-size: 13px;
    }
}

.entry-content table tr th,
.entry-content table tr td {
    width: auto !important;
    height: auto !important;
    padding: 1.2rem 2rem;
    border: 0;
    text-align: left;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.6);
}

.entry-content table tr th:first-child,
.entry-content table tr td:first-child {
    border-radius: 0.8rem 0 0 0.8rem;
}

.entry-content table tr th:last-child,
.entry-content table tr td:last-child {
    border-radius: 0 0.8rem 0.8rem 0;
}

.entry-content table thead {
    color: #6D717C;
    font-weight: normal;
    border: 0;
}

.entry-content table thead tr th,
.entry-content table thead tr td {
    border: 0;
}

.entry-content table tbody tr:nth-child(odd) {
    background: #fff;
}

.entry-content table tbody tr td {
    font-weight: 500;
    color: #1F1F1F;
}

@media (max-width: 782px) {
    .entry-content .wp-block-columns {
        gap: 0 !important;
    }
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 30px 30px;
}

@media screen and (max-width: 1000px) {
    .alignright {
        margin-left: 30px;
    }
}

.alignleft {
    float: left;
    margin: 5px 30px 30px 0;
}

@media screen and (max-width: 1000px) {
    .alignleft {
        margin-right: 30px;
    }
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

@media screen and (max-width: 767px) {
    .entry-content img {
        display: block;
        float: none;
        margin: 0 auto 20px auto;
        max-width: 100%;
    }
}

/*-----------------input-list----------------------*/
.form {
    position: relative;
}

.form-item {
    margin-bottom: 17px;
    position: relative;
}

.form-item .form-item__field {
    position: relative;
}

.form-item._privacy {
    font-size: 13px;
}

.form-item._privacy a {
    text-decoration: underline;
    display: inline-block;
}

.form-item._privacy a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .form-item._privacy br {
        display: none;
    }
}

.form-item__label {
    margin-bottom: 1.5rem;
}

.wpcf7-form-control-wrap {
    position: static !important;
}

/*-----------------submit----------------------*/
button,
button[type=submit],
input[type=submit] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: 0;
}

/*-----------------input----------------------*/
select,
textarea,
input[type=search],
input[type=number],
input[type=password],
input[type=email],
input[type=url],
input[type=text],
input[type=tel] {
    height: 60px;
    background: 0;
    padding: 0 20px !important;
    font-size: 18px;
    display: block;
    outline: none;
    width: 100%;
    border: 1px solid #E8E8E8;
    border-radius: 14px;
    -webkit-appearance: none;
    color: #141414;
    font-weight: normal;
    font-family: "Gilroy" !important;
}

select.i-dark,
textarea.i-dark,
input[type=search].i-dark,
input[type=number].i-dark,
input[type=password].i-dark,
input[type=email].i-dark,
input[type=url].i-dark,
input[type=text].i-dark,
input[type=tel].i-dark {
    border-color: rgba(217, 217, 217, 0.7);
    background: 0;
    color: #fff;
    font-size: 14px;
    height: 40px;
    font-style: italic;
    border-radius: 7px;
}

select.i-dark::-webkit-input-placeholder,
textarea.i-dark::-webkit-input-placeholder,
input[type=search].i-dark::-webkit-input-placeholder,
input[type=number].i-dark::-webkit-input-placeholder,
input[type=password].i-dark::-webkit-input-placeholder,
input[type=email].i-dark::-webkit-input-placeholder,
input[type=url].i-dark::-webkit-input-placeholder,
input[type=text].i-dark::-webkit-input-placeholder,
input[type=tel].i-dark::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

select.i-dark:-moz-placeholder,
textarea.i-dark:-moz-placeholder,
input[type=search].i-dark:-moz-placeholder,
input[type=number].i-dark:-moz-placeholder,
input[type=password].i-dark:-moz-placeholder,
input[type=email].i-dark:-moz-placeholder,
input[type=url].i-dark:-moz-placeholder,
input[type=text].i-dark:-moz-placeholder,
input[type=tel].i-dark:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

select.i-dark::-moz-placeholder,
textarea.i-dark::-moz-placeholder,
input[type=search].i-dark::-moz-placeholder,
input[type=number].i-dark::-moz-placeholder,
input[type=password].i-dark::-moz-placeholder,
input[type=email].i-dark::-moz-placeholder,
input[type=url].i-dark::-moz-placeholder,
input[type=text].i-dark::-moz-placeholder,
input[type=tel].i-dark::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

select.i-name,
textarea.i-name,
input[type=search].i-name,
input[type=number].i-name,
input[type=password].i-name,
input[type=email].i-name,
input[type=url].i-name,
input[type=text].i-name,
input[type=tel].i-name {
    padding-left: 60px !important;
    background: #fff url(../img/name.svg) 27px center no-repeat;
}

select.i-email,
textarea.i-email,
input[type=search].i-email,
input[type=number].i-email,
input[type=password].i-email,
input[type=email].i-email,
input[type=url].i-email,
input[type=text].i-email,
input[type=tel].i-email {
    padding-left: 60px !important;
    background: #fff url(../img/email.svg) 27px center no-repeat;
}

select.i-tel,
textarea.i-tel,
input[type=search].i-tel,
input[type=number].i-tel,
input[type=password].i-tel,
input[type=email].i-tel,
input[type=url].i-tel,
input[type=text].i-tel,
input[type=tel].i-tel {
    padding-left: 60px !important;
    background: #fff url(../img/phone.svg) 27px center no-repeat;
}

select.i-summ,
textarea.i-summ,
input[type=search].i-summ,
input[type=number].i-summ,
input[type=password].i-summ,
input[type=email].i-summ,
input[type=url].i-summ,
input[type=text].i-summ,
input[type=tel].i-summ {
    padding-left: 60px !important;
    background: #fff url(../img/rub.svg) 27px center no-repeat;
    font-weight: 700;
}

@media screen and (max-width: 767px) {

    select,
    textarea,
    input[type=search],
    input[type=number],
    input[type=password],
    input[type=email],
    input[type=url],
    input[type=text],
    input[type=tel] {
        font-size: 16px;
    }
}

select {
    background-size: 18px 18px;
    padding-right: 35px;
}

textarea {
    height: 12rem;
    padding-top: 20px !important;
    resize: none;
    overflow: auto;
}

/*---------------placeholder------------------------*/
*::-webkit-input-placeholder {
    color: #6A6A6A;
    opacity: 1;
    -webkit-transition: none !important;
    transition: none !important;
}

*:-moz-placeholder {
    color: #6A6A6A;
    opacity: 1;
    -moz-transition: none !important;
    transition: none !important;
}

*::-moz-placeholder {
    color: #6A6A6A;
    opacity: 1;
    -moz-transition: none !important;
    transition: none !important;
}

*:-ms-input-placeholder {
    color: #6A6A6A;
    opacity: 1;
    -ms-transition: none !important;
    transition: none !important;
}

textarea:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder {
    opacity: 0;
}

textarea:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder {
    opacity: 0;
}

textarea:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder {
    opacity: 0;
}

textarea:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder {
    opacity: 0;
}

textarea.wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
textarea.valid-error,
input[type=password].valid-error,
input[type=email].valid-error,
input[type=text].valid-error,
input[type=tel].valid-error {
    border-color: rgba(220, 50, 50, 0.5);
}

/*------------------checkbox---------------------*/
.checkbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.checkbox a {
    text-decoration: underline;
    display: inline-block;
}

@media (hover: hover) {
    .checkbox a:hover {
        text-decoration: none;
    }
}

input[type=radio],
input[type=checkbox] {
    display: none;
}

input[type=radio]+span:before,
input[type=checkbox]+span:before {
    display: block;
    border: 1px solid #fff;
    width: 21px;
    height: 21px;
    border-radius: 6px;
    cursor: pointer;
    margin-right: 14px;
    min-width: 18px;
    font-size: 0;
    color: transparent;
}

input[type=radio]+span.wpcf7-list-item-label,
input[type=checkbox]+span.wpcf7-list-item-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

input[type=radio]+span:before {
    border-radius: 50%;
}

input[type=radio]:checked+span:before,
input[type=checkbox]:checked+span:before {
    background: #04746C url(../img/check-solid.svg) center no-repeat;
    background-size: 1.2rem 1.2rem;
    border-color: #04746C;
}

input[type=radio]:checked+span:before {
    background-size: 1rem 1rem;
}

.wpcf7-radio,
.wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
    padding: 0 1rem 1.5rem;
}

.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
    cursor: pointer;
}

/*------------------FILE---------------------*/
input[type=file] {
    display: none;
}

.psevdo-file {
    display: block;
    width: 100%;
}

.file-btn {
    height: 62px;
    background: 0;
    border: 0;
    padding: 0 26px;
    font-size: 17px;
    display: block;
    outline: none;
    width: 100%;
    border: 1px solid #e7d5c0;
    border-radius: 8px;
    -webkit-appearance: none;
    color: #182c32;
    -webkit-box-shadow: inset 0px 7px 10px 0px rgba(188, 102, 13, 0.11);
    box-shadow: inset 0px 7px 10px 0px rgba(188, 102, 13, 0.11);
    background: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.file-btn:before {
    margin-right: 10px;
}

@media (hover: hover) {
    .file-btn:hover {
        color: #04746C;
    }
}

.psevdo-file-name {
    text-align: left;
    font-size: 14px;
    padding-top: 8px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*------------------select---------------------*/
select {
    cursor: pointer;
}

/*------------------WPCF7 Loader---------------------*/
.input-list .ajax-loader {
    visibility: hidden;
}

.input-list .ajax-loader {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.7) url(../img/loader2.svg) center no-repeat !important;
    background-size: 70px auto !important;
    z-index: 600 !important;
    border-radius: 0 !important;
}

.input-list .ajax-loader:before {
    background: 0 !important;
    display: none !important;
}

.wpcf7-form.submitting .input-list .ajax-loader {
    visibility: visible;
}

input[name=submit],
.wpfFilterButton,
.button,
.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 50px;
    border-radius: 5px;
    padding: 0 30px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 200;
    border: 0;
    outline: 0;
    font-size: 12px;
    background: #a97c00;
    text-transform: uppercase;
    font-family: "Gilroy", sans-serif;
    line-height: 1.1;
}

@media (hover: hover) {

    input[name=submit]:not(:disabled):hover,
    .wpfFilterButton:not(:disabled):hover,
    .button:not(:disabled):hover,
    .btn:not(:disabled):hover {
        background: #06a59a;
    }
}

input[name=submit]:disabled,
.wpfFilterButton:disabled,
.button:disabled,
.btn:disabled {
    background: #a7a7a7 !important;
    border-color: #a7a7a7 !important;
    cursor: not-allowed;
}

input[name=submit]:disabled .btn__blick,
.wpfFilterButton:disabled .btn__blick,
.button:disabled .btn__blick,
.btn:disabled .btn__blick {
    opacity: 0;
}

input[name=submit]._gray,
.wpfFilterButton._gray,
.button._gray,
.btn._gray {
    background: #9F8F6D;
}

@media (hover: hover) {

    input[name=submit]._gray:not(:disabled):hover,
    .wpfFilterButton._gray:not(:disabled):hover,
    .button._gray:not(:disabled):hover,
    .btn._gray:not(:disabled):hover {
        background: #b3a78c;
    }
}

input[name=submit]._white,
.wpfFilterButton._white,
.button._white,
.btn._white {
    background: #F8FBFC;
    color: #272626;
}

input[name=submit]._white .btn__blick:before,
.wpfFilterButton._white .btn__blick:before,
.button._white .btn__blick:before,
.btn._white .btn__blick:before {
    background: #04746C;
    opacity: 0.2;
}

@media (hover: hover) {

    input[name=submit]._white:not(:disabled):hover,
    .wpfFilterButton._white:not(:disabled):hover,
    .button._white:not(:disabled):hover,
    .btn._white:not(:disabled):hover {
        background: #78B1E6;
        color: #fff;
    }
}

input[name=submit].clickBuyButton,
input[name=submit]._border-dark,
.wpfFilterButton.clickBuyButton,
.wpfFilterButton._border-dark,
.button.clickBuyButton,
.button._border-dark,
.btn.clickBuyButton,
.btn._border-dark {
    background: 0;
    border: 1px solid #372929;
    color: #372929;
}

input[name=submit].clickBuyButton:after,
input[name=submit]._border-dark:after,
.wpfFilterButton.clickBuyButton:after,
.wpfFilterButton._border-dark:after,
.button.clickBuyButton:after,
.button._border-dark:after,
.btn.clickBuyButton:after,
.btn._border-dark:after {
    opacity: 0;
}

input[name=submit].clickBuyButton .btn__blick:before,
input[name=submit]._border-dark .btn__blick:before,
.wpfFilterButton.clickBuyButton .btn__blick:before,
.wpfFilterButton._border-dark .btn__blick:before,
.button.clickBuyButton .btn__blick:before,
.button._border-dark .btn__blick:before,
.btn.clickBuyButton .btn__blick:before,
.btn._border-dark .btn__blick:before {
    background: #04746C;
    opacity: 0.1;
}

@media (hover: hover) {

    input[name=submit].clickBuyButton:not(:disabled):hover,
    input[name=submit]._border-dark:not(:disabled):hover,
    .wpfFilterButton.clickBuyButton:not(:disabled):hover,
    .wpfFilterButton._border-dark:not(:disabled):hover,
    .button.clickBuyButton:not(:disabled):hover,
    .button._border-dark:not(:disabled):hover,
    .btn.clickBuyButton:not(:disabled):hover,
    .btn._border-dark:not(:disabled):hover {
        background: #372929;
        color: #fff;
    }
}

input[name=submit]._border-green,
.wpfFilterButton._border-green,
.button._border-green,
.btn._border-green {
    background: 0;
    border: 1px solid #04746C;
    color: #1E1E1E;
    text-transform: none;
    font-size: 14px !important;
}

@media (hover: hover) {

    input[name=submit]._border-green:not(:disabled):hover,
    .wpfFilterButton._border-green:not(:disabled):hover,
    .button._border-green:not(:disabled):hover,
    .btn._border-green:not(:disabled):hover {
        background: #04746C;
        border-color: #04746C;
        color: #fff;
    }
}

@media screen and (max-width: 767px) {

    input[name=submit].product_type_simple,
    input[name=submit]._mob100,
    .wpfFilterButton.product_type_simple,
    .wpfFilterButton._mob100,
    .button.product_type_simple,
    .button._mob100,
    .btn.product_type_simple,
    .btn._mob100 {
        width: 100%;
    }
}

input[name=submit].btn-info,
input[name=submit].clickBuyButton,
input[name=submit].buyButtonOkForm,
input[name=submit].submit,
input[name=submit].wp-element-button,
input[name=submit]._big,
.wpfFilterButton.btn-info,
.wpfFilterButton.clickBuyButton,
.wpfFilterButton.buyButtonOkForm,
.wpfFilterButton.submit,
.wpfFilterButton.wp-element-button,
.wpfFilterButton._big,
.button.btn-info,
.button.clickBuyButton,
.button.buyButtonOkForm,
.button.submit,
.button.wp-element-button,
.button._big,
.btn.btn-info,
.btn.clickBuyButton,
.btn.buyButtonOkForm,
.btn.submit,
.btn.wp-element-button,
.btn._big {
    height: 60px;
    font-size: 18px;
    border-radius: 14px;
}

input[name=submit]._small,
.wpfFilterButton._small,
.button._small,
.btn._small {
    height: 40px;
    font-size: 15px;
    text-transform: none;
    padding: 0 20px;
    border-radius: 12px;
}

input[name=submit] .icon-question,
.wpfFilterButton .icon-question,
.button .icon-question,
.btn .icon-question {
    font-size: 1.769em;
    margin-right: 1rem;
}

input[name=submit] .icon-pdf,
.wpfFilterButton .icon-pdf,
.button .icon-pdf,
.btn .icon-pdf {
    font-size: 21px;
    margin-right: 20px;
}

.btn__blick {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    border-radius: 0.8rem;
}

.btn__blick:before {
    margin-left: -30px;
    width: 50px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
    position: absolute;
    left: -40px;
    top: -150px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}

@-webkit-keyframes slideme {
    0% {
        left: -70px;
        margin-left: 0;
    }

    30% {
        left: 110%;
        margin-left: 80px;
    }

    100% {
        left: 110%;
        margin-left: 80px;
    }
}

@keyframes slideme {
    0% {
        left: -70px;
        margin-left: 0;
    }

    30% {
        left: 110%;
        margin-left: 80px;
    }

    100% {
        left: 110%;
        margin-left: 80px;
    }
}

.button.wc-backward,
#place_order,
.checkout-button {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    text-align: center !important;
    height: 60px !important;
    border-radius: 5px !important;
    padding: 0 30px !important;
    font-weight: 700 !important;
    color: #fff !important;
    position: relative;
    z-index: 200;
    border: 0 !important;
    outline: 0 !important;
    font-size: 18px !important;
    background: #04746C !important;
    font-family: "Gilroy", sans-serif !important;
    line-height: 1.1 !important;
    text-transform: none !important;
}

@media (hover: hover) {

    .button.wc-backward:not(:disabled):hover,
    #place_order:not(:disabled):hover,
    .checkout-button:not(:disabled):hover {
        background: #06a59a !important;
    }
}

.button.wc-backward,
#place_order {
    float: none !important;
    max-width: 500px;
    margin: 0 auto;
}

/* ------- Scroll to Top Start ---------- */
.to-top {
    position: fixed;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 50px;
    height: 50px;
    background: #04746C;
    z-index: 800;
    bottom: 50px;
    border-radius: 3px;
    right: -100px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0px 9px 22px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 9px 22px rgba(0, 0, 0, 0.28);
}

.to-top:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
    margin-top: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.to-top:hover:after {
    margin-top: -3px;
}

.to-top.active {
    right: 50px;
}

@media screen and (max-width: 767px) {
    .to-top {
        bottom: 15px;
        width: 40px;
        height: 40px;
    }

    .to-top:after {
        -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7);
        transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7);
    }

    .to-top.active {
        right: 15px;
    }
}

/* ------- Scroll to Top Finish---------- */
.icon-menu {
    min-width: 40px;
    width: 50px;
    height: 50px;
    background: #372929;
    cursor: pointer;
    display: none;
    padding: 17px 13px;
    border-radius: 5px;
}

@media screen and (max-width: 1000px) {
    .icon-menu {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .icon-menu {
        margin-left: 0;
    }
}

.sw-topper,
.sw-bottom,
.sw-footer {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 35px;
    height: 0.2rem;
    background: #fff;
    border: none;
    -webkit-transition: top 0.2s, -webkit-transform 0.5s;
    transition: top 0.2s, -webkit-transform 0.5s;
    transition: transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
    margin-left: auto;
}

.sw-bottom {
    top: 5px;
    max-width: 11px;
}

.sw-footer {
    top: 9px;
    max-width: 16px;
}

.icon-menu.active .sw-topper {
    top: 6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.icon-menu.active .sw-bottom {
    top: 5px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    max-width: inherit;
}

.icon-menu.active .sw-footer {
    top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
}

@-webkit-keyframes pulse_2 {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulse_2 {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.jq-stars {
    display: inline-block;
}

.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.jq-star {
    width: 100px;
    height: 100px;
    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;
    margin: 0 2px;
}

.jq-star-svg {
    width: 100%;
    height: 100%;
}

.jq-star-svg path {
    /* stroke: #000; */
    stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
    -webkit-filter: drop-shadow(-2px -2px 2px #888);
    filter: drop-shadow(-2px -2px 2px #888);
}

@media screen and (max-width: 991px) {
    .after-post-list {
        text-align: center;
    }
}

.after-post-list .col-12 {
    padding-top: 10px;
}

.after-post-list .after-post-list__info {
    text-align: right;
    color: #464646;
    font-size: 1.8rem;
}

@media screen and (max-width: 991px) {
    .after-post-list .after-post-list__info {
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .after-post-list .pagination {
        padding: 15px 0 11px;
    }
}

.after-post-list .after-post-list__more button {
    background: 0;
    border: 0;
    color: #464646;
    font-size: 1.8rem;
}

@media (hover: hover) {
    .after-post-list .after-post-list__more button:hover {
        color: #04746C;
    }
}

.post-item {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: 2rem;
    padding: 2.5rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (hover: hover) {
    .post-item:hover {
        -webkit-box-shadow: 0px 0.4rem 2.2rem rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0.4rem 2.2rem rgba(0, 0, 0, 0.05);
    }
}

.post-item__thumb {
    width: 100%;
    /* padding-bottom: 48%; */
    display: block;
    border-radius: 5px;
}

.post-item__thumb img {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

@media (hover: hover) {
    .post-item__thumb:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.post-item__content {
    width: 100%;
    padding-top: 2rem;
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.post-item__title {
    margin-bottom: 10px;
    display: inline-block;
    color: #272626;
}

@media (hover: hover) {
    .post-item__title:hover {
        color: #04746C;
    }
}

@media screen and (max-width: 767px) {
    .post-item__title {
        margin-bottom: 10px;
    }
}

.post__more {
    margin-top: auto;
}

@media screen and (max-width: 767px) {
    .post__more {
        margin-top: 0;
    }
}

.post__more .btn {
    border-radius: 12px;
    border: 1px solid #372929;
    font-size: 15px;
    padding: 0 20px;
    text-transform: none;
    height: 40px;
}

.post-item__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C7B7B7;
    font-size: 12px;
    margin-bottom: 10px;
}

.post-item__date:before {
    color: #04746C;
    font-size: 12px;
    margin-right: 10px;
}

.post-item__excerpt {
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.single-post .single-post__content {
    margin-top: 2.5rem;
}

.single-post .single-post__thumb {
    padding-bottom: 32%;
    min-height: 180px;
    margin-bottom: 3rem;
    border-radius: 2rem;
}

.single-post .single-post__info {
    padding-bottom: 1rem;
}

.single-post .single-post__info .col-auto {
    margin-bottom: 1rem;
}

.single-post .entry-content {
    padding-bottom: 3rem;
}

.single-post .related-posts {
    padding-top: 4rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.single-post .single-post__row {
    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;
}

@media screen and (max-width: 1000px) {
    .single-post .single-post__row {
        display: block;
    }
}

.single-post .single-post__row h1 {
    margin-right: 3rem;
}

@media screen and (max-width: 1000px) {
    .single-post .single-post__row h1 {
        margin-right: 0;
    }
}

.single-post .post-item-info {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 2rem;
}

.single-post .post-item-info .post-item-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    color: #C7B7B7;
    font-size: 12px;
}

.single-post .post-item-info .post-item-info__item:before {
    color: #04746C;
    font-size: 12px;
    margin-right: 10px;
}

.single-post__author {
    padding-top: 2rem;
}

.single-post__author .advocate-thumb {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .single-post__author .advocate-thumb {
        margin-bottom: 2rem;
    }
}

.single-post__author strong {
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .single-post__author {
        text-align: center;
    }
}

.single-post__comments {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 4rem 0;
    font-size: 1.4rem;
}

.single-post__comments .btn {
    width: calc(50% - 10px);
    padding: 0 20px;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .single-post__comments .btn {
        width: 100%;
    }
}

.single-post__comments input:not(.btn),
.single-post__comments textarea {
    border-color: #6D717C;
    color: #272626;
    border-width: 1px;
}

@media screen and (max-width: 767px) {

    .single-post__comments input:not(.btn),
    .single-post__comments textarea {
        width: 100%;
    }
}

.single-post__comments .comment-author {
    font-weight: 600;
    color: #1f1f1f;
}

.single-post__comments .logged-in-as {
    margin-bottom: 2rem;
}

.single-post__comments h2 {
    text-transform: none;
}

.single-post__comments ol {
    list-style: none;
}

.single-post__comments ol li {
    position: relative;
    padding-left: 6rem;
    margin-bottom: 2rem;
}

.single-post__comments ol li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 0.6rem;
}

.single-post__comments ol li ol li {
    margin-top: 2rem;
}

.single-post__comments .comment-reply-link {
    color: #04746C;
    font-size: 13px;
}

.single-post__comments .wp-block-column {
    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;
}

.single-post__comments .wp-block-comment-author-name {
    margin-right: 1rem;
}

.single-post__comments .wp-block-comment-content {
    width: 100%;
    padding: 0.5rem 0;
}

.single-post__comments .comment-meta {
    font-size: 13px;
}

.single-post__comments cite {
    font-style: normal;
}

.single-post__comments .comment-reply-title small a {
    color: #04746C;
    font-size: 1.2rem;
    font-style: normal;
}

.single-post__comments .wp-block-columns {
    display: block;
}

.single-post__comments .wp-block-comment-date {
    color: #C7B7B7;
    font-size: 0.8em;
}

.single-post__comments .comment-form-cookies-consent {
    display: none;
}

.single-post__comments .comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-post__comments .comment-notes {
    width: 100%;
    margin-bottom: 1rem;
}

.single-post__comments label {
    display: block;
    margin-bottom: 0.5rem;
}

.single-post__comments .comment-form-comment {
    width: 100%;
    margin-bottom: 1.5rem;
}

.single-post__comments .comment-form-author,
.single-post__comments .comment-form-email,
.single-post__comments .comment-form-url {
    width: calc(50% - 10px);
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {

    .single-post__comments .comment-form-author,
    .single-post__comments .comment-form-email,
    .single-post__comments .comment-form-url {
        width: 100%;
    }
}

.single-post__comments .form-submit {
    width: 100%;
}

.shop-page {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.shop-page .shop-page__filter {
    width: 270px;
}

@media screen and (max-width: 1000px) {
    .shop-page .shop-page__filter {
        width: 100%;
        margin-bottom: 15px;
    }
}

.shop-page .shop-page__content {
    width: calc(100% - 290px);
}

@media screen and (max-width: 1000px) {
    .shop-page .shop-page__content {
        width: 100%;
    }
}

.filter .filter__group {
    border-radius: 22px;
    background: #FFF;
    padding: 2rem;
    margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
    .filter .filter__body {
        display: none;
    }
}

.filter .filter__head .icon-next {
    margin-left: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.filter .filter__head.active .icon-next {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media screen and (min-width: 1000px) {
    .filter .filter__head {
        display: none;
    }
}

.product-list .product {
    background: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 22px;
    margin-bottom: 15px;
}

@media (hover: hover) {
    .product-list .product:hover {
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }
}

.product-list .product .thumb {
    height: 210px;
    width: 100%;
    margin-bottom: 10px;
}

.product-list .product .product-stock {
    font-size: 12px;
    margin-bottom: 13px;
}

.product-list .product .product-stock:before {
    margin-right: 7px;
}

.product-list .product .product__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.product-list .product .product__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
}

.product-list .product .added_to_cart.wc-forward {
    display: none;
}

.product-list .product .product__btn .button {
    height: 40px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    text-transform: none;
    padding: 0 17px;
    background: 0;
    color: #372929;
    border: 1px solid #372929;
}

.product-list .product .product__btn .button.ajax_add_to_cart:before {
    background: url(../img/add.svg) center no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.product-list .product .product__btn .button.ajax_add_to_cart:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #372929 url(../img/loader.svg) center no-repeat;
    border-radius: 12px;
    background-size: 20px;
    opacity: 0;
}

.product-list .product .product__btn .button.loading {
    pointer-events: none;
}

.product-list .product .product__btn .button.loading:after {
    opacity: 1;
}

.product-list .product .product__btn .button.added:before {
    background: url(../img/ch.svg) center no-repeat;
    background-size: contain;
}

@media (hover: hover) {
    .product-list .product .product__btn .button:not(.loading):hover {
        background: #372929;
        color: #fff;
    }
}

.price {
    color: #04746C;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: right;
    display: inline-block;
}

.price * {
    text-decoration: none;
}

.price del {
    color: #D7D4CF;
    font-size: 1.6rem;
    text-decoration: line-through;
    display: block;
}

.product-stock {
    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;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 25px;
}

.product-stock:before {
    width: 12px;
    height: 12px;
    background: url(../img/in-stock.svg) center no-repeat;
    background-size: contain;
    margin-right: 10px;
    border-radius: 50%;
}

.product-stock._outofstock:before {
    background: url(../img/out-stock.svg) center no-repeat;
    background-size: 24px;
}

.wpfMainWrapper .wpfFilterWrapper[data-filter-type] {
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.wpfMainWrapper .wpfFilterWrapper .wpfFilterTaxNameWrapper {
    font-weight: 700;
}

.wpfMainWrapper .wpfFilterWrapper .wpfCheckbox label {
    width: 12px !important;
    height: 12px !important;
}

.wpfMainWrapper .wpfFilterWrapper .wpfCheckbox label:before {
    border-color: rgba(199, 205, 212, 0.5) !important;
}

.wpfMainWrapper .wpfFilterWrapper .wpfCheckbox input[type=checkbox]:checked+label:before {
    border-color: #04746C !important;
    background: url(../img/ch.svg) center no-repeat !important;
    background-size: 10px;
}

.wpfMainWrapper .wpfFilterWrapper .wpfFilterVerScroll li {
    margin-bottom: 10px;
}

.wpfMainWrapper .wpfFilterWrapper .wpfFilterVerScroll li:last-child {
    margin-bottom: 0;
}

.wpfMainWrapper .wpfFilterWrapper .wpfFilterVerScroll li>label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpfMainWrapper .wpfFilterWrapper .wfpTitle {
    font-size: 15px;
    height: auto;
    margin-bottom: 20px;
    font-weight: 800;
}

.wpfMainWrapper .wpfFilterWrapper .wpfFilterTitle {
    cursor: default;
    min-height: 1px;
}

.wpfMainWrapper .wpfFilterWrapper .ui-slider-horizontal {
    margin-top: 7px !important;
}

.wpfMainWrapper .wpfFilterButtons {
    padding-top: 10px;
    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;
}

.wpfMainWrapper .wpfFilterButtons .wpfFilterButton {
    width: 100%;
    min-height: 1px;
    font-size: 14px;
    margin: 0;
}

.wpfMainWrapper .wpfFilterButtons .wpfClearButton {
    margin: 10px 0 0;
    font-size: 13px;
    background: 0;
    color: #B7B7B7;
    text-transform: none;
    min-height: 1px;
}

.wpfMainWrapper .wpfPriceRangeField#wpfMinPrice,
.wpfMainWrapper .wpfPriceRangeField#wpfMaxPrice {
    border: 1px solid rgba(199, 205, 212, 0.5);
    border-radius: 3px;
    background: 0;
    height: 40px;
    font-weight: 600;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.wpfMainWrapper .ui-slider.ui-widget-content .ui-slider-handle:hover,
.wpfMainWrapper .ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover,
.wpfMainWrapper .ui-slider.ui-widget-content .ui-slider-handle.ui-state-active,
.wpfMainWrapper .ui-slider.ui-widget-content .ui-state-hover,
.wpfMainWrapper .ui-slider.ui-widget-content .ui-slider-handle {
    border-radius: 50%;
    border-color: transparent !important;
    background: #04746C !important;
}

.wpfMainWrapper .ui-slider.ui-widget-content:not(.iris-slider-offset) {
    border-color: rgba(199, 205, 212, 0.5);
    border-radius: 10px;
}

.wpfMainWrapper .ui-widget-header {
    background: #04746C !important;
}

.cat-menu {
    padding-top: 15px;
    font-size: 15px;
    font-weight: 700;
}

.cat-menu li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.cat-menu li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.cat-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cat-menu li a:before {
    font-size: 10px;
    color: #04746C;
    margin-right: 12px;
}

@media (hover: hover) {
    .cat-menu li a:hover {
        color: #04746C;
    }
}

/* .single-product {
    border-radius: 2rem;
    background: #FFF;
    margin-bottom: 2.5rem;
    padding: 4rem;
} */

@media screen and (max-width: 767px) {
    .single-product {
        padding: 20px;
    }
}

.single-product h1 {
    margin-bottom: 1.5rem;
}

.single-product .product-stock {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (min-width: 1170px) {
    .single-product .single-product__content {
        max-width: 710px;
        margin-left: auto;
    }
}

.single-product .single-product__content .entry-content {
    padding-bottom: 2rem;
}

.single-product .single-product__content .entry-content p {
    margin-bottom: 1rem;
}

.single-product .single-product__row {
    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;
}

.single-product .single-product__row .price {
    margin-right: 4rem;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
    .single-product .single-product__row .price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .single-product .single-product__row .price del {
        margin-right: 20px;
    }
}

.single-product .single-product__row .quantity {
    display: none;
}

.single-product .single-product__row .clickBuyButton {
    text-transform: none;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    padding: 0 3rem !important;
}

.single-product .single-product__row .clickBuyButton:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #372929 url(../img/loader.svg) center no-repeat;
    border-radius: 8px;
    background-size: 20px;
    opacity: 0;
}

.single-product .single-product__row .clickBuyButton .ld-cycle {
    display: none !important;
}

.single-product .single-product__row .clickBuyButton.running {
    pointer-events: none;
}

.single-product .single-product__row .clickBuyButton.running:after {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .single-product .single-product__row .clickBuyButton {
        width: 100%;
    }
}

.single-product .single-product__row .single_add_to_cart_button:not(.clickBuyButton) {
    height: 60px;
    font-size: 18px;
    text-transform: none;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .single-product .single-product__row .single_add_to_cart_button:not(.clickBuyButton) {
        width: 100%;
        margin-right: 0;
    }
}

.single-product .single-product__row .single_add_to_cart_button:not(.clickBuyButton):before {
    background: url(../img/add2.svg) center no-repeat;
    background-size: contain;
    width: 14px;
    height: 18px;
    margin-right: 10px;
}

.single-product .single-product__row .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .single-product .single-product__row .cart {
        width: 100%;
    }
}

.single-product .single-product__sliders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    max-width: 580px;
}

@media screen and (min-width: 1170px) {
    .single-product .single-product__sliders {
        margin-right: -30px;
    }
}

@media screen and (min-width: 767px) {
    .single-product .single-product__sliders .swiper-button-next {
        margin: 0;
        bottom: 0;
        right: 50px;
        top: auto;
        -webkit-transform: translateX(50%) rotate(90deg);
        transform: translateX(50%) rotate(90deg);
    }

    .single-product .single-product__sliders .swiper-button-prev {
        left: auto;
        margin: 0;
        right: 50px;
        top: 0;
        -webkit-transform: translateX(50%) rotate(90deg);
        transform: translateX(50%) rotate(90deg);
    }
}

@media screen and (max-width: 1200px) {
    .single-product .single-product__sliders {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .single-product .single-product__sliders {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .single-product .single-product__thumbs {
        position: relative;
    }
}

.single-product .thumb img {
    -o-object-fit: contain;
    object-fit: contain;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    top: 8px;
    left: 8px;
}

.single-product .woocommerce-product-rating,
.single-product .onsale {
    display: none;
}

.single-product-slider {
    width: calc(100% - 120px);
    margin: 0;
    border-radius: 10px;
    border: 1px solid #CECBCB;
}

@media screen and (max-width: 767px) {
    .single-product-slider {
        width: auto;
        margin: 0 0 10px;
    }
}

.single-product-slider .thumb {
    height: 440px;
}

@media screen and (max-width: 767px) {
    .single-product-slider .thumb {
        height: auto;
        padding-bottom: 80%;
    }
}

.single-product-slider-thumbs {
    width: 100px;
    height: 330px;
    margin: 55px 0;
}

@media screen and (max-width: 767px) {
    .single-product-slider-thumbs {
        width: auto;
        margin: 0 46px;
        height: auto;
    }
}

.single-product-slider-thumbs .swiper-slide-thumb-active .thumb {
    border-color: #372929;
}

.single-product-slider-thumbs .thumb {
    cursor: pointer;
    height: 100px;
    border-radius: 8px;
    border: 1px solid #CECBCB;
}

@media screen and (max-width: 767px) {
    .single-product-slider-thumbs .thumb {
        height: auto;
        padding-bottom: 100%;
        border-radius: 5px;
    }
}

.woocommerce-tabs {
    border-radius: 2rem;
    background: #FFF;
    padding: 2.5rem 3.5rem;
    margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
    .woocommerce-tabs {
        padding: 20px;
    }
}

.woocommerce-tabs h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.woocommerce-tabs .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1rem;
}

.woocommerce-tabs .tabs li {
    padding: 0 3rem 1rem 0;
}

.woocommerce-tabs .tabs li a {
    color: #BABABA;
    font-weight: 700;
    font-size: 2.4rem;
}

@media (hover: hover) {
    .woocommerce-tabs .tabs li a:hover {
        color: rgba(30, 30, 30, 0.7);
    }
}

.woocommerce-tabs .tabs li.active a {
    color: #1E1E1E;
}

.woocommerce-tabs .commentlist li {
    position: relative;
    padding-left: 7rem;
}

.woocommerce-tabs .commentlist li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 5rem;
    height: 5rem;
    border-radius: 5px;
}

.woocommerce-tabs .commentlist li:before {
    display: none;
}

.woocommerce-tabs .commentlist li .meta {
    margin-bottom: 5px;
    font-size: 13px;
}

.woocommerce-tabs .commentlist li .star-rating {
    font-size: 13px;
}

.woocommerce-tabs .commentlist li ul {
    padding-bottom: 0;
}

.woocommerce-tabs .commentlist li .description {
    margin-bottom: 1.5rem;
}

.woocommerce-tabs .commentlist li .description p {
    margin-bottom: 0;
}

.woocommerce-tabs .comment-reply-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: block;
}

.woocommerce-tabs .comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.woocommerce-tabs .comment-form .comment-form-comment,
.woocommerce-tabs .comment-form .comment-form-rating,
.woocommerce-tabs .comment-form .comment-notes {
    width: 100%;
}

.woocommerce-tabs .comment-form .form-submit,
.woocommerce-tabs .comment-form .comment-form-author,
.woocommerce-tabs .comment-form .comment-form-email {
    width: calc(50% - 1rem);
}

@media screen and (max-width: 767px) {

    .woocommerce-tabs .comment-form .form-submit,
    .woocommerce-tabs .comment-form .comment-form-author,
    .woocommerce-tabs .comment-form .comment-form-email {
        width: 100%;
    }
}

.woocommerce-tabs .comment-form .form-submit .submit,
.woocommerce-tabs .comment-form .comment-form-author .submit,
.woocommerce-tabs .comment-form .comment-form-email .submit {
    width: 100%;
}

.woocommerce-tabs .comment-form .comment-form-cookies-consent {
    display: none;
}

.woocommerce-tabs .woocommerce-Tabs-panel--description h2:first-child {
    display: none;
}

.woocommerce-tabs .stars {
    padding-top: 4px;
}

.woocommerce-tabs .stars span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce-tabs .stars a {
    width: 3rem;
    height: 3rem;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #04746C;
    margin-right: 3px;
    text-decoration: none !important;
}

.woocommerce-tabs .stars a.active {
    background: #04746C;
    color: #fff;
}

.woocommerce-tabs .woocommerce-Tabs-panel textarea {
    border: 1px solid #E8E8E8;
    height: 110px;
    width: 100%;
    margin-bottom: 10px;
}

.woocommerce-tabs .woocommerce-Tabs-panel .table-striped td:nth-child(3) {
    display: none;
}

.prayer-menu ul li {
    margin-bottom: 5px;
}

.prayer-menu ul li a {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    color: #646363;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    padding: 5px 15px;
    line-height: 1.3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (hover: hover) {
    .prayer-menu ul li a:hover {
        border-color: #04746C;
    }
}

.prayer-menu ul li a.active {
    background: #04746C;
    color: #fff;
    border-color: #04746C;
}

.prayer-content {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    padding: 20px 15px;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .prayer-content {
        padding-left: 0;
        padding-right: 0;
        border: 0;
    }
}

@media screen and (min-width: 992px) {
    .prayer-content__page-content {
        padding: 3rem 4.5rem;
    }
}

.tubs-content .tubs-content__item {
    display: none;
}

.tubs-content .tubs-content__item.active {
    display: block;
}

.prayer-item h4 {
    margin-bottom: 15px;
}

.prayer-item .prayer-item__desc {
    font-style: italic;
    margin-bottom: 15px;
}

.prayer-item-menu {
    padding-bottom: 1.5rem;
}

.prayer-item-menu li {
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    padding: 2.5rem 3rem 2.5rem 3.5rem;
}

@media screen and (max-width: 767px) {
    .prayer-item-menu li {
        padding: 15px;
    }
}

.prayer-item-menu li:before {
    font-size: 30px;
    color: #9F8F6D;
}

.prayer-item-menu li p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 3.5rem;
    font-weight: 600;
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .prayer-item-menu li p {
        padding: 10px 0;
    }
}

@media screen and (max-width: 767px) {
    .prayer-item-menu 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;
        text-align: center;
    }
}

.prayer-form h2 {
    max-width: 600px;
}

.prayer-form .prayer-form__border {
    position: relative;
    padding: 60px 40px 50px;
    background: #372929;
    z-index: 200;
    border-radius: 2rem;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .prayer-form .prayer-form__border {
        padding-left: 30px;
        padding-right: 30px;
    }

    .prayer-form .prayer-form__border h2 {
        text-align: center;
    }
}

.prayer-form .prayer-form__border .border {
    top: 30px;
    bottom: 30px;
    left: 20px;
    right: 20px;
}

@media screen and (max-width: 767px) {
    .prayer-form .prayer-form__border .border {
        left: 15px;
        right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .prayer-form .prayer-form__border {
        margin: 0 -15px;
        border-radius: 0;
    }
}

.prayer-form .form .form__names input {
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .prayer-form .form .col-lg-5 {
        width: 47%;
    }

    .prayer-form .form .col-lg-7 {
        width: 53%;
    }
}

.prayer-form .form .form__price-line {
    font-size: 1.8rem;
    color: #958563;
    text-transform: uppercase;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-weight: 900;
}

@media screen and (max-width: 991px) {
    .prayer-form .form .form__price-line {
        padding-bottom: 1.5rem;
        padding-top: 0;
        margin-bottom: 1.5rem;
    }
}

.prayer-form .form .form__price {
    font-size: 1.8rem;
    color: #958563;
    font-weight: 900;
}

.prayer-form .form .form-item {
    margin-bottom: 1rem;
}

.prayer-form .form .form-item .form-item__label {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.1;
}

.prayer-form .form .form-item textarea {
    height: 220px;
}

.prayer-form .form .form__names-hidden {
    position: relative;
}

.prayer-form .form .form__names-hidden input {
    height: 1px;
    opacity: 0;
}

.prayer-form .total-price {
    color: #958563;
    font-size: 1.8rem;
    font-weight: 900;
    text-transform: uppercase;
}

.prayer-form .d-flex>p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.prayer-form .form__load-file {
    padding: 5rem 0 2rem;
}

@media screen and (max-width: 767px) {
    .prayer-form .form__load-file {
        text-align: center;
    }
}

.prayer-form .form__load-file h3 {
    max-width: 210px;
}

.file-field {
    border-radius: 16px;
    border: 3px solid #FFF;
    width: 156px;
    height: 156px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.file-field input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    display: block;
}

.file-field .icon-download {
    font-size: 28px;
    margin-bottom: 12px;
    display: inline-block;
    color: #fff;
}

.file-field div {
    color: #958563;
    max-width: 70px;
}

.file-field img {
    pointer-events: none;
}

.sep-line {
    height: 1px;
    background: rgba(255, 255, 255, 0.05);
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.form-calc-8 .radio-check .radio-check__content {
    font-size: 1.6rem;
}

.form-calc-9 .radio-term-price .radio-term-price__content {
    height: auto;
}

.radio-term-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    cursor: pointer;
}

.radio-term-price input[type=checkbox]:checked+.radio-term-price__content,
.radio-term-price input[type=radio]:checked+.radio-term-price__content {
    border-color: #9F8F6D;
}

.radio-term-price input[type=checkbox]:checked+.radio-term-price__content [class^=icon-],
.radio-term-price input[type=checkbox]:checked+.radio-term-price__content [class*=" icon-"],
.radio-term-price input[type=radio]:checked+.radio-term-price__content [class^=icon-],
.radio-term-price input[type=radio]:checked+.radio-term-price__content [class*=" icon-"] {
    color: #958563;
}

.radio-term-price input[type=checkbox]:checked+.radio-term-price__content:after,
.radio-term-price input[type=radio]:checked+.radio-term-price__content:after {
    opacity: 1;
}

.radio-term-price .radio-term-price__content {
    padding: 2rem;
    width: 100%;
    border-radius: 1.5rem;
    border: 3px solid #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.radio-term-price .radio-term-price__content:before {
    display: none;
}

.radio-term-price .radio-term-price__content:after {
    background: url(../img/check.svg) center no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0;
}

.radio-term-price .radio-term-price__content .radio-term-price__title {
    font-weight: 500;
}

.radio-term-price .radio-term-price__content .radio-term-price__value {
    color: #958563;
    font-size: 1.8rem;
    font-weight: 900;
}

.radio-term-price .radio-term-price__content [class^=icon-],
.radio-term-price .radio-term-price__content [class*=" icon-"] {
    font-size: 5.5rem;
    margin-bottom: 2rem;
}

.radio-term-price .radio-term-price__content [class^=icon-].icon-check,
.radio-term-price .radio-term-price__content [class*=" icon-"].icon-check {
    font-size: 18px;
    margin-bottom: 6px;
    display: none;
}

@media screen and (min-width: 767px) {
    .radio-term-price .radio-term-price__content {
        height: 16rem;
    }
}

.radio-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    cursor: pointer;
}

.radio-category input[type=checkbox]:checked+.radio-term-price__content,
.radio-category input[type=radio]:checked+.radio-term-price__content {
    border-color: #9F8F6D;
    background: #9F8F6D;
    color: #fff;
}

.radio-category input[type=checkbox]:checked+.radio-term-price__content:after,
.radio-category input[type=radio]:checked+.radio-term-price__content:after {
    opacity: 1;
}

.radio-category .radio-term-price__content {
    position: relative;
    padding: 2rem;
    width: 100%;
    border-radius: 0.8rem;
    border: 1px solid #D9D9D9;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-category .radio-term-price__content:before {
    display: none;
}

.radio-category .radio-term-price__content:after {
    background: url(../img/ch-white.svg) center no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0;
}

@media screen and (max-width: 767px) {
    .radio-category .radio-term-price__content {
        padding: 15px;
    }
}

.radio-category .radio-term-price__content .radio-term-price__title {
    font-weight: 500;
    font-size: 13px;
}

@media screen and (max-width: 767px) {
    .radio-category .radio-term-price__content .radio-term-price__title {
        font-size: 12px;
    }
}

.radio-check {
    display: block;
    margin-bottom: 1.5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-check input[type=checkbox]:checked+.radio-check__content:before,
.radio-check input[type=radio]:checked+.radio-check__content:before {
    background: url(../img/check.svg) center no-repeat;
    background-size: cover;
}

.radio-check .radio-check__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 500;
}

.radio-check .radio-check__content:before {
    border-color: #9F8F6D !important;
    border-radius: 50%;
}

@media screen and (min-width: 767px) {
    .form-calc-3 .radio-term-price .radio-term-price__content {
        height: 17rem;
    }
}

.form-calc-9 .radio-term-price .radio-term-price__content [class^=icon-].icon-check,
.form-calc-8 .radio-term-price .radio-term-price__content [class^=icon-].icon-check,
.form-calc-7 .radio-term-price .radio-term-price__content [class^=icon-].icon-check,
.form-calc-6 .radio-term-price .radio-term-price__content [class^=icon-].icon-check,
.form-calc-2 .radio-term-price .radio-term-price__content [class^=icon-].icon-check {
    opacity: 0;
}

.form-calc-9 .radio-term-price input[type=radio]:checked+.radio-term-price__content [class^=icon-],
.form-calc-8 .radio-term-price input[type=radio]:checked+.radio-term-price__content [class^=icon-],
.form-calc-7 .radio-term-price input[type=radio]:checked+.radio-term-price__content [class^=icon-],
.form-calc-6 .radio-term-price input[type=radio]:checked+.radio-term-price__content [class^=icon-],
.form-calc-2 .radio-term-price input[type=radio]:checked+.radio-term-price__content [class^=icon-] {
    opacity: 1;
}

@media screen and (max-width: 1000px) {
    .wrapper {
        padding-top: 90px;
    }
}

.wrapper._home {
    padding-top: 0 !important;
}

.wrapper._home .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.compensate-for-scrollbar .header {
    margin-left: -8px;
}

.header {
    padding: 2.5rem 0;
    position: relative;
    z-index: 900;
    width: 100%;
    -webkit-transition: padding 0.3s, background 0.3s;
    transition: padding 0.3s, background 0.3s;
}

@media screen and (max-width: 1000px) {
    .header {
        top: 0;
        left: 0;
        width: 100%;
        position: fixed !important;
        padding: 10px 0;
    }

    .header.open-menu {
        background: #F7F9F7;
    }

    .header.active {
        background: #F7F9F7;
        -webkit-box-shadow: 0px 0.4rem 2.2rem rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0.4rem 2.2rem rgba(0, 0, 0, 0.1);
    }
}

@media screen and (max-width: 1000px) and (min-width: 1000px) {
    .header.active {
        padding: 1.5rem 0;
    }

    .header.active .logo {
        width: 10rem;
    }
}

/* .header .header__nav {
    background: #372929;
    border-radius: 12px;
    position: relative;
    z-index: 101;
    margin-top: 25px;
} */

@media screen and (max-width: 1000px) {
    .header .header__nav {
        position: fixed;
        border-radius: 0;
        background: #F7F9F7;
        margin: 0;
    }
}

.header .header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header__row .header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 100;
    margin-left: auto;
}

.header .header__row .header__contacts:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    -webkit-filter: blur(111px);
    filter: blur(111px);
    pointer-events: none;
}

@media screen and (max-width: 1300px) {
    .header .header__row .header__contacts:after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header .header__lang {
        display: none;
    }
}

.header .d-lg-block {
    display: none !important;
}

@media screen and (min-width: 1000px) {
    .header .d-lg-block {
        display: block !important;
    }
}

.custom-logo-link,
.logo {
    display: block;
    width: 10rem;
    margin-right: 3.5rem;
}

.custom-logo-link img,
.logo img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1000px) {

    .custom-logo-link,
    .logo {
        width: 70px;
    }
}

@media screen and (max-width: 767px) {

    .custom-logo-link,
    .logo {
        margin-right: 0;
    }
}

.header-lang-menu {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -7px;
    text-transform: uppercase;
}

.header-lang-menu li {
    border-right: 1px solid #968D8D;
}

.header-lang-menu li:last-child {
    border-right: 0;
}

.header-lang-menu li.current-lang a {
    font-weight: 700;
    color: #372929;
}

.header-lang-menu li a {
    color: #968D8D;
    line-height: 1;
    display: block;
    padding: 0 7px;
}

.header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-btn .btn {
    margin-right: 10px;
}

.header-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1rem;
}

@media screen and (max-width: 991px) {
    .header-contacts {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .header-contacts {
        display: none;
    }
}

.header-contacts li {
    padding: 0 3.3rem;
    position: relative;
}

.header-contacts li:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 1px;
    background: rgba(4, 116, 108, 0.1);
}

@media screen and (max-width: 991px) {
    .header-contacts li:after {
        display: none;
    }
}

.header-contacts li:last-child:after {
    display: none;
}

@media screen and (max-width: 1350px) {
    .header-contacts li:first-child {
        display: none !important;
    }
}

.contact-item {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    font-style: normal;
}

.contact-item:before {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #04746C;
}

.contact-item.icon-email:before,
.contact-item.icon-phone:before {
    font-size: 18px;
}

.contact-item.icon-email {
    font-size: 17px;
}

.contact-item.icon-phone {
    font-size: 2.2rem;
    font-weight: 900;
}

.contact-item.icon-whatsapp,
.contact-item.icon-viber {
    font-size: 12px;
    font-weight: 700;
}

@media (hover: hover) {
    a.contact-item:hover {
        color: #04746C;
    }
}

@media screen and (max-width: 1000px) {
    .header__nav {
        position: fixed !important;
        top: 89px;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 999;
        background: #F8FBFC;
        margin: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: auto;
        padding: 15px 15px 30px 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header__nav .header__lang {
        display: block;
        padding-bottom: 15px;
    }

    .header__nav .header-contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 5px -15px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 15px;
    }

    .header__nav .header-contacts .d-none {
        display: block !important;
    }

    .header__nav .header-contacts li {
        padding: 0 15px 15px;
    }

    .header__nav .header-contacts li:nth-child(1),
    .header__nav .header-contacts li:nth-child(2) {
        width: 100%;
    }

    .nav-header__contacts {
        padding: 1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nav-header__contacts .header__phones {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
        margin-left: 0;
        margin-bottom: 2rem;
    }

    .nav-header__contacts .header__messenger {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
        margin-bottom: 2rem;
    }

    .nav-header__contacts .header__feedback {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .nav-header__scroll {
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .header__nav.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .nav-title-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .icon-menu {
        display: block;
    }
}

@media screen and (max-width: 1000px) and (max-width: 360px) {
    .icon-menu {
        width: 25px;
    }
}

.header-cart {
    color: #372929;
    margin-right: 20px;
    position: relative;
}

.header-cart svg {
    display: block;
    width: 22px;
    height: 22px;
}

.header-cart span {
    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;
    font-size: 12px;
    font-weight: 600;
    background: #04746C;
    color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    position: absolute;
    right: -11px;
    top: -11px;
}

.main {
    padding-bottom: 30px;
}

.page-content {
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    padding: 35px 40px 15px;
}

@media screen and (max-width: 767px) {
    .page-content {
        padding: 0;
        border: 0;
    }
}

.prayer-section {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 30px;
}

.prayer-section .prayer-section__item {
    margin-bottom: 40px;
    position: relative;
    z-index: 100;
    padding: 40px 40px 20px;
}

@media screen and (max-width: 767px) {
    .prayer-section .prayer-section__item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.prayer-section .prayer-section__item .entry-content {
    text-align: center;
}

.prayer-section .prayer-section__item .entry-content p {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.prayer-section .prayer-section__item .entry-content h1,
.prayer-section .prayer-section__item .entry-content h2,
.prayer-section .prayer-section__item .entry-content h3,
.prayer-section .prayer-section__item .entry-content h4 {
    color: #9F8F6D;
    padding-top: 10px;
}

.prayer-section .prayer-section__item .entry-content h1:first-child,
.prayer-section .prayer-section__item .entry-content h2:first-child,
.prayer-section .prayer-section__item .entry-content h3:first-child,
.prayer-section .prayer-section__item .entry-content h4:first-child {
    padding-top: 0;
}

.prayer-section .prayer-section__item .entry-content h4 {
    padding-top: 0;
    margin-bottom: 0;
}

.prayer-section .prayer-section__item .entry-content i,
.prayer-section .prayer-section__item .entry-content em {
    font-style: normal;
    color: #9F8F6D;
}

.page-photos {
    padding-top: 10px;
}

.page-photos .thumb {
    width: 100%;
    padding-bottom: 66%;
    border-radius: 1.2rem;
    margin-bottom: 2rem;
}

.contacts-page .content {
    position: relative;
}

.contacts-map {
    height: 690px;
    background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
    .contacts-map {
        height: 400px;
    }
}

@media screen and (min-width: 767px) {
    .contacts-content {
        position: absolute;
        top: calc(100% + 10rem);
        left: 15px;
        z-index: 500;
        background: #fff;
        border-radius: 22px;
        width: 45%;
        max-width: 43rem;
        padding: 4rem 5rem 1rem;
    }
}

.contacts-content .contacts-content__list {
    font-size: 1.8rem;
    padding-top: 1rem;
}

.contacts-content .contacts-content__list>div {
    margin-bottom: 3rem;
}

.messenger-list {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
}

.messenger-list li:not(:last-child) {
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid rgba(4, 116, 108, 0.1);
}

.pay-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 10px 0 20px;
}

@media screen and (max-width: 767px) {
    .pay-list {
        margin: 0;
    }
}

.pay-list li {
    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 10px 20px;
    border-radius: 22px;
    border: 2px solid rgba(55, 41, 41, 0.1);
    width: 220px;
    height: 275px;
    padding: 15px 25px;
}

@media screen and (max-width: 767px) {
    .pay-list li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: 150px;
    }
}

.pay-list li img {
    max-width: 100%;
    height: auto;
}

.faq-item {
    margin-bottom: 10px;
    background: #FFFFFF;
    border-radius: 2rem;
}

.faq-item .faq-item__question {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.2;
    padding: 2.5rem;
}

.faq-item .faq-item__answer {
    display: none;
    padding: 0 2.5rem 2.5rem;
}

.txt-section {
    padding: 4.5rem 5rem;
    position: relative;
    z-index: 100;
    margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
    .txt-section {
        padding: 30px 20px;
    }
}

.txt-section .thumb {
    width: 100%;
    height: 44rem;
    border-radius: 2rem;
}

@media screen and (max-width: 991px) {
    .txt-section .thumb {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .txt-section .thumb {
        padding-bottom: 66%;
        height: auto;
        border-radius: 10px;
    }
}

.benefit {
    width: 100%;
    border-radius: 2rem;
    border: 2px solid rgba(55, 41, 41, 0.1);
    margin-bottom: 2rem;
    text-align: center;
    padding: 4.5rem 2.3rem;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .benefit {
        font-size: 13px;
    }
}

.benefit img {
    display: block;
    margin: 0 auto 2.7rem;
    width: 4.5rem;
    height: 4.5rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

@media (hover: hover) {
    .benefit:hover img {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.helped .helped__item {
    width: 100%;
    border-radius: 2rem;
    border: 2px solid rgba(55, 41, 41, 0.1);
    margin-bottom: 2rem;
    text-align: center;
    padding: 3.5rem;
    font-weight: 700;
    min-height: 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .helped .helped__item {
        font-size: 13px;
        padding: 2rem;
    }
}

.form-section {
    position: relative;
    z-index: 100;
    background: url(../img/form-bg-2.webp) 0 center no-repeat;
    background-size: cover;
    min-height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
    border-radius: 2rem;
    padding: 5rem 6rem;
    color: #fff;
}

.form-section._bg2 {
    background: url(../img/form-bg-3.webp) 0 center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .form-section {
        background: #372929 !important;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.form-section .border {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.form-section .form-section__content {
    padding-top: 10px;
    width: 100%;
    max-width: 575px;
}

@media screen and (max-width: 767px) {
    .form-section .form-section__content {
        max-width: 100%;
        text-align: center;
    }
}

.documents {
    padding-bottom: 4.5rem;
}

.documents .documents-slider .thumb {
    width: 100%;
    padding-bottom: 142%;
    border-radius: 12px;
}

@media screen and (max-width: 767px) {
    .documents .documents-slider {
        margin: 0 -15px;
        padding: 0 15px;
    }

    .documents .documents-slider .swiper-slide {
        width: 240px;
    }
}

.documents .documents-slider._st1 .thumb {
    padding-bottom: 124%;
}

.documents .swiper-button-prev {
    left: 15px;
}

.documents .swiper-button-next {
    right: 15px;
}

.documents .swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    .documents {
        text-align: center;
    }
}

.blessing {
    border-radius: 2rem;
    border: 1px solid #D6D6D6;
    padding: 3rem 4rem 4rem;
    text-align: center;
    max-width: 390px;
    margin-left: auto;
}

@media screen and (max-width: 991px) {
    .blessing {
        margin-right: auto;
    }
}

.blessing .thumb {
    padding-bottom: 120%;
    border-radius: 2rem;
}

.tour {
    margin-bottom: 3rem;
    background: #fff;
    position: relative;
    z-index: 100;
    border-radius: 2rem;
    padding: 5rem 6rem;
}

@media screen and (max-width: 767px) {
    .tour {
        padding: 20px 15px;
    }
}

.tour .border {
    top: 2rem;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .tour .border {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .tour .col-lg-7 {
        width: 54.333333333%;
    }

    .tour .col-lg-5 {
        width: 45.666666666%;
    }
}

.tour .tour__form {
    max-width: 525px;
}

.tour .tour__form .form-item {
    margin-bottom: 10px;
}

.tour .tour__form .row {
    padding-top: 10px;
}

.tour .tour__sliders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

@media screen and (min-width: 767px) {
    .tour .tour__sliders .swiper-button-next {
        margin: 0;
        bottom: 0;
        right: 65px;
        top: auto;
        -webkit-transform: translateX(50%) rotate(90deg);
        transform: translateX(50%) rotate(90deg);
    }

    .tour .tour__sliders .swiper-button-prev {
        left: auto;
        margin: 0;
        right: 65px;
        top: 0;
        -webkit-transform: translateX(50%) rotate(90deg);
        transform: translateX(50%) rotate(90deg);
    }
}

@media screen and (max-width: 1200px) {
    .tour .tour__sliders {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .tour .tour__sliders {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .tour .tour__thumbs {
        position: relative;
    }
}

.tour-slider {
    width: calc(100% - 150px);
    margin: 0;
}

@media screen and (max-width: 767px) {
    .tour-slider {
        width: auto;
        margin: 0 -15px 10px;
        padding: 0 15px;
    }
}

.tour-slider .thumb {
    height: 440px;
    border-radius: 10px;
    border: 1px solid #CECBCB;
}

@media screen and (max-width: 767px) {
    .tour-slider .thumb {
        height: auto;
        padding-bottom: 66%;
    }
}

.tour-slider-thumbs {
    width: 130px;
    height: 330px;
    margin: 55px 0;
}

@media screen and (max-width: 767px) {
    .tour-slider-thumbs {
        width: auto;
        margin: 0 46px;
        height: auto;
    }
}

.tour-slider-thumbs .swiper-slide-thumb-active .thumb {
    border-color: #372929;
}

.tour-slider-thumbs .thumb {
    cursor: pointer;
    height: 100px;
    border-radius: 8px;
    border: 1px solid #CECBCB;
}

@media screen and (max-width: 767px) {
    .tour-slider-thumbs .thumb {
        height: auto;
        padding-bottom: 80%;
        border-radius: 5px;
    }
}

.offer-section {
    background: #fff;
    border-radius: 2rem;
    padding: 4rem;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .offer-section {
        padding: 20px;
    }
}

.offer-section h1,
.offer-section h2 {
    font-size: 2.2rem;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.offer-section p {
    font-style: italic;
    margin-bottom: 25px;
}

.offer-section .offer-section__subtitle {
    color: #04746C;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 8px;
}

.offer-section .thumb {
    border-radius: 6px;
    padding-bottom: 50%;
}

.offer-section .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    opacity: 0.7;
}

.help-info-item {
    background: #fff;
    padding: 2rem 3rem 2rem 2rem;
    border-radius: 2rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .help-info-item {
        padding: 15px;
    }
}

.help-info-item h3 {
    margin-bottom: 11px !important;
}

.help-info-item .btn {
    margin-top: auto;
}

.help-info-item .help-info-item__thumb {
    width: 134px;
}

.help-info-item .help-info-item__thumb .thumb {
    padding-bottom: 139%;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .help-info-item .help-info-item__thumb {
        width: 90px;
    }
}

.help-info-item .help-info-item__body {
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% - 160px);
}

.help-info-item .help-info-item__body div,
.help-info-item .help-info-item__body p {
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {

    .help-info-item .help-info-item__body div,
    .help-info-item .help-info-item__body p {
        -webkit-line-clamp: 2;
    }
}

@media screen and (max-width: 767px) {
    .help-info-item .help-info-item__body {
        width: calc(100% - 110px);
        padding: 0;
    }
}

.petition {
    padding: 2rem 0 4rem;
}

.petition-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 2rem;
    border-radius: 22px;
    background: #FFF;
    padding: 3rem;
    font-size: 1.6rem;
    font-weight: 700;
    width: 100%;
}

.petition-item .petition-item__title {
    padding-bottom: 2.5rem;
    margin-bottom: auto;
}

.petition-item .icon-doc {
    font-size: 4.9rem;
    color: #9F8F6D;
    margin-bottom: 1.7rem;
}

.petition-item .btn {
    text-transform: none;
    font-size: 15px;
    border-radius: 12px;
    height: 40px;
    padding: 0 20px;
}

.offer .offer__content {
    max-width: 70rem;
    position: relative;
    z-index: 100;
}

.offer .offer__content h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 5.5rem;
    margin-bottom: 0;
}

.offer .offer__content h1 br {
    display: none;
}

.offer .offer__content h1 small {
    display: block;
    font-size: 0.54em;
}

@media screen and (max-width: 767px) {
    .offer .offer__content h1 {
        font-size: 27px;
        margin-bottom: 5px;
    }
}

.offer .offer__content .offer__txt {
    display: inline-block;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 2.3rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../img/bg-txt.png) 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 1rem 4rem 1rem 3rem;
}

@media screen and (max-width: 767px) {
    .offer .offer__content .offer__txt {
        padding: 7px 20px;
        font-size: 17px;
    }
}

.offer .offer__content .offer__desc {
    max-width: 49rem;
}

.offer .offer__content .offer__desc p {
    margin-bottom: 2rem;
}

.offer .offer__content .offer__desc p strong {
    font-weight: 500;
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .offer .offer__content .offer__desc p strong {
        font-size: 15px;
    }
}

.offer .offer__bg {
    position: absolute;
    z-index: 50;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1920px;
    pointer-events: none;
}

@media screen and (min-width: 1900px) {
    .offer .offer__bg {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .offer .offer__bg {
        width: 150%;
    }
}

.offer .offer__bg:after {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: -1px;
    width: 100%;
    /* background: url(../img/offer-after.svg) center bottom no-repeat; */
    background-size: 100% auto;
}

.offer .offer__bg img {
    display: block;
    width: 100%;
    height: auto;
}

.offer .offer__cloud {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: url(../img/cloud.webp) 0 0 repeat-x;
    background-size: auto 80%;
    -webkit-animation: cloudLoop 50s linear infinite alternate;
    animation: cloudLoop 50s linear infinite alternate;
}

@media screen and (max-width: 767px) {
    .offer .offer__cloud {
        background-size: auto 100%;
        -webkit-animation: cloudLoop 30s linear infinite alternate;
        animation: cloudLoop 30s linear infinite alternate;
    }
}

.offer .btn {
    text-transform: none;
    font-size: 15px;
    padding: 0 20px 0 10px;
    height: 55px;
}

.offer .btn .icon-prayer {
    font-size: 2em;
    margin-right: 10px;
}

@-webkit-keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

.footer {
    background: #372929;
    color: #fff;
    padding: 30px 0;
    font-size: 15px;
}

.footer .col-12 {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (hover: hover) {
    .footer a:hover {
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .footer {
        font-size: 14px;
    }
}

.footer .footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 30px;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .footer .footer__bottom {
        font-size: 13px;
        text-align: center;
    }
}

.footer .footer__bottom .col-12 {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (hover: hover) {
    .footer .footer__bottom a:hover {
        text-decoration: underline;
    }
}

.footer__logo {
    display: inline-block;
    width: 12rem;
}

.footer__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.footer-contacts {
    display: inline-block;
    text-align: left;
}

.footer-contacts li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-contacts .contact-item:before {
    color: #fff;
}

@media (hover: hover) {
    .footer-contacts a.contact-item:hover {
        opacity: 0.6;
    }
}

@media screen and (max-width: 767px) {
    .footer__menu {
        text-align: left;
    }
}

.footer__menu li {
    margin-bottom: 11px;
}

.footer__menu li a {
    position: relative;
    padding-left: 17px;
    display: inline-block;
}

.footer__menu li a:before {
    font-family: "icomoon";
    content: "\e912";
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 6px;
    color: #fff;
}

@media (hover: hover) {
    .footer__menu li a:hover {
        opacity: 0.6;
    }
}

.social {
    display: inline-block;
}

.social p {
    margin-bottom: 1rem;
}

.social .social__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px;
}

.social .social__list li {
    padding: 0 5px;
}

.social .social__list li a {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #372929;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
}

@media (hover: hover) {
    .social .social__list li a:hover {
        background: #543f3f;
    }
}

.pay-info p {
    margin-bottom: 10px;
}

.pay-info .pay-info__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    padding-top: 30px;
}

@media screen and (max-width: 991px) {
    .pay-info .pay-info__cards {
        padding-top: 10px;
    }
}

.pay-info .pay-info__cards li {
    margin: 0 5px;
    width: calc(33.33333% - 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;
    border: 1px solid rgba(235, 221, 221, 0.1);
    height: 84px;
    border-radius: 22px;
}

.pay-info .pay-info__cards li:last-child img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}

.modals {
    display: none;
}

.fancybox-bg {
    background: #372929;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.5;
}

.fancybox-slide--html .fancybox-close-small {
    padding: 5px;
    top: 10px;
    right: 10px;
}

.fancybox-content {
    border-radius: 2rem;
    padding: 5rem;
}

@media screen and (max-width: 767px) {
    .fancybox-content {
        padding: 30px 20px;
    }
}

.fancybox-content.modals-item {
    background: #04746C url(../img/bg-modal.svg) center 0 no-repeat;
    background: #04746C;
    background-size: cover;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 56rem;
}

.fancybox-content .modals-item__title {
    color: inherit;
    font-size: 3.2rem;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .fancybox-content .modals-item__title {
        font-size: 28px;
    }
}

.fancybox-content .modals-item__logo {
    display: inline-block;
    width: 20rem;
    margin-bottom: 20px;
}

.fancybox-content .modals-item__logo img {
    width: 100%;
    height: auto;
    display: block;
}

.fancybox-content .modals-item__desc {
    margin-bottom: 3rem;
}

.fancybox-content .modals-item__form {
    position: relative;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .fancybox-content .modals-item__form {
        font-size: 12px;
    }
}

.fancybox-content .modals-item__form a {
    display: inline-block;
    text-decoration: underline;
}

@media (hover: hover) {
    .fancybox-content .modals-item__form a:hover {
        text-decoration: none;
    }
}

.fancybox-content .modals-item__form .form-item {
    margin-bottom: 10px;
}

.wpcf7-form-control-wrap {
    position: static !important;
}

.wpcf7-form.submitting .ajax-loader {
    visibility: visible;
    opacity: 1;
}

.wpcf7-form.submitting .form-item {
    opacity: 0.3;
}

.wpcf7-form .ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/loader2.svg) center no-repeat;
    background-size: 6rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 500;
}

body .wpcf7-not-valid-tip {
    /* left: auto;
    right: 0;
    bottom: 0;
    position: absolute; */
    background: #dc3232;
    color: #fff;
    padding: 1px 3px;
    font-size: 11px;
    border-radius: 3px;
    z-index: 100;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    display: none !important;
}

.menu {
    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;
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: normal;
    color: #fff;
}

@media screen and (max-width: 1000px) {
    .menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: none;
        padding: 0 0;
        border-bottom: 0;
        margin: 0;
        color: inherit;
        font-size: 15px;
    }
}

.menu>li {
    position: relative;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (min-width: 1000px) {
    .menu>li:first-child>a {
        border-radius: 12px 0 0 12px;
    }

    .menu>li:last-child>a {
        border-radius: 0 12px 12px 0;
    }

    .menu>li:not(:last-child) {
        border-right: 1px solid rgba(88, 70, 70, 0.1);
    }
}

@media screen and (max-width: 1000px) {
    .menu>li {
        width: 100%;
        margin: 0;
        text-align: left;
    }
}

.menu>li.current-menu-item>a {
    background: #04746C;
    color: #fff;
}

@media screen and (max-width: 1000px) {
    .menu>li.current-menu-item>a {
        background: 0;
        color: #04746C;
    }
}

.menu>li>a {
    text-transform: uppercase;
    font-weight: 700;
    height: 6rem;
    color: inherit;
    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;
    line-height: 1.2;
}

@media screen and (max-width: 1000px) {
    .menu>li>a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: auto;
        padding: 10px 0;
        border-radius: 5px;
    }
}

@media (hover: hover) {
    .menu>li:hover>a {
        background: #04746C;
        color: #fff;
    }

    .menu>li:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
    }
}

.menu>li .sub-menu {
    background-color: #04746C;
    -webkit-box-shadow: 0px 14px 14px 0px rgba(9, 14, 24, 0.1);
    box-shadow: 0px 14px 14px 0px rgba(9, 14, 24, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    z-index: 10;
    padding: 10px 0 5px;
}

@media screen and (max-width: 1000px) {
    .menu>li .sub-menu {
        border-top: 0;
        background: 0;
        padding-top: 0;
    }
}

.menu>li .sub-menu li {
    padding: 5px 20px;
}

@media screen and (max-width: 1000px) {
    .menu>li .sub-menu li {
        padding: 0;
    }
}

@media (hover: hover) {
    .menu>li .sub-menu li:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 1000px) {
    .menu>li .sub-menu {
        position: relative;
        left: 0;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        display: none;
        margin-top: 0;
    }

    .menu>li .sub-menu.active {
        padding: 0 0 0;
        visibility: visible;
        opacity: 1;
        height: auto;
        display: block;
    }
}

.menu>li .sub-menu li {
    width: 100%;
    font-size: 15px;
    padding-bottom: 12px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .menu>li .sub-menu li {
        width: 100%;
        border: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.menu>li .sub-menu li a {
    font-weight: 500;
    position: relative;
    display: block;
    text-align: left;
}

@media screen and (max-width: 1000px) {
    .menu>li .sub-menu li a {
        font-size: 14px;
    }
}

@media (hover: hover) {
    .menu>li .sub-menu li a:hover {
        opacity: 0.5;
    }
}

.menu>li .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    border-top: 0;
}

@media screen and (max-width: 1000px) {
    .menu>li .sub-menu .sub-menu {
        left: 0;
        display: block;
        height: auto;
        visibility: visible;
        opacity: 1;
        padding-left: 20px;
        padding-top: 15px;
    }
}

.menu>.menu-item-has-children>a .show-sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
    width: 30px;
    height: 30px;
    font-size: 12px;
    color: #fff;
    background: #04746C;
    border-radius: 3px;
}

.menu>.menu-item-has-children>a .show-sub-menu.active {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
    padding-top: 2px;
}

@media screen and (min-width: 1000px) {
    .menu>.menu-item-has-children>a .show-sub-menu {
        display: none;
    }
}

.in-page,
.service-page {
    background: #F7FBFC;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.service-price {
    position: relative;
    z-index: 200;
}

.service-price .service-price__item {
    background: #fff;
    border-radius: 2rem;
    border: 1px solid #FFF;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    padding: 5rem 2.5rem 4rem;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
}

.service-price .service-price__item p strong {
    display: block;
    color: #04746C;
    margin-top: 2.5rem;
    font-weight: 700;
}

.package {
    padding: 4rem 0 0 0;
    position: relative;
    z-index: 100;
}

@media screen and (max-width: 767px) {
    .package {
        padding-top: 25px;
    }
}

.package .package__btn {
    padding-top: 10px;
}

.info-item {
    border-radius: 2rem;
    border: 1px solid #FFF;
    background: #FFF;
    padding: 4.5rem 3.4rem 3.5rem;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .info-item {
        margin-bottom: 15px;
    }
}

.info-item figure {
    height: 7.2rem;
    width: 100%;
    margin-bottom: 3rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.info-item h3 {
    margin-bottom: 5px;
    line-height: 1.18;
}

.info-item h3 br {
    display: block;
}

.info-item p {
    padding-top: 5px;
}

@media (hover: hover) {
    .info-item:hover figure {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@media screen and (max-width: 767px) {
    .info-item {
        font-size: 16px;
    }
}

.info-item .info-item__number {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6.5rem;
    height: 6.5rem;
    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;
    background: #fff;
    border: 0.6rem solid #F8FBFC;
    font-weight: 700;
    font-size: 2.2rem;
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    .info-item .info-item__number {
        border: 0;
        -webkit-transform: none;
        transform: none;
        left: 0;
    }
}

.info-item .icon-arrow-menu {
    position: absolute;
    top: 19rem;
    right: -3.3rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 4.5rem;
    height: 4.5rem;
    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;
    background: #04746C;
    border: 0.6rem solid #F8FBFC;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    z-index: 50;
}

@media screen and (max-width: 991px) {
    .info-item .icon-arrow-menu {
        top: 17rem;
    }
}

@media screen and (max-width: 767px) {
    .info-item .icon-arrow-menu {
        top: auto;
        bottom: -3.3rem;
        right: 50%;
        -webkit-transform: translateX(50%) rotate(90deg);
        transform: translateX(50%) rotate(90deg);
    }
}

.info-item._step {
    position: relative;
}

@media screen and (min-width: 767px) {
    .info-item._step h3 {
        min-height: 5.2rem;
        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 screen and (min-width: 992px) {
    .info-item._step {
        padding-top: 6rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

.suitable {
    padding-top: 6rem;
}

@media screen and (max-width: 767px) {
    .suitable {
        padding-top: 40px;
    }
}

.suitable .suitable__btn {
    padding-top: 10px;
}

.steps {
    padding-top: 6rem;
}

.steps h2 {
    margin-bottom: 4rem;
}

.steps._guide {
    padding-top: 4rem;
}

@media screen and (max-width: 767px) {
    .steps {
        padding-top: 40px;
        text-align: center;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    .steps .col-12:nth-child(even) .info-item .icon-arrow-menu {
        right: -10px;
    }
}

.steps .show-all-item {
    bottom: -10px;
}

.additionally {
    padding-top: 3rem;
}

@media screen and (max-width: 767px) {
    .additionally {
        padding-top: 20px;
    }
}

.table-price {
    background: #fff;
    border-radius: 2rem;
    margin-bottom: 2.5rem;
}

.table-price table {
    width: 100%;
    border-collapse: collapse;
}

.table-price table tr td {
    padding: 14px 4rem 14px 5rem;
}

@media screen and (max-width: 1000px) {
    .table-price table tr td {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.table-price table tr td:last-child {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1000px) {
    .table-price table tr td:last-child {
        border-left: 0;
    }
}

.table-price table thead tr td {
    padding-top: 19px;
    padding-bottom: 19px;
}

.table-price table tbody tr td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
}

.table-price table tbody tr td:last-child {
    color: #04746C;
    width: 20rem;
    white-space: nowrap;
}

@media screen and (max-width: 1000px) {
    .table-price table tbody tr td:last-child {
        width: auto;
    }
}

.woocommerce-no-products-found {
    width: 100%;
}

.woocommerce-message .button {
    display: none !important;
}

.main .woocommerce-error,
.main .woocommerce-info,
.main .woocommerce-message {
    background: #fff;
}

.main .woocommerce-message {
    border-top-color: #04746C;
}

.main .woocommerce-message:before {
    color: #04746C;
}

#buyoneclick_form_order {
    padding: 15px !important;
}

#buyoneclick_form_order h2 {
    text-align: center;
}

#formOrderOneClick>.popup {
    border-radius: 20px !important;
}

.woocommerce .woocommerce-cart-form tbody tr:not(.cart_item) {
    display: none;
}

.woocommerce .woocommerce-cart-form table.shop_table td {
    line-height: inherit;
}

.woocommerce .woocommerce-cart-form table.cart img {
    width: 100px;
}

.woocommerce .woocommerce-cart-form .woocommerce-Price-amount {
    font-weight: 700;
    color: #04746C;
}

.woocommerce .woocommerce-cart-form .product-subtotal .woocommerce-Price-amount {
    font-size: 1.3em;
}

.woocommerce .woocommerce-cart-form .quantity .qty {
    width: 100px;
    font-size: 14px;
    height: 50px;
    border-radius: 6px;
}

@media screen and (max-width: 768px) {
    .woocommerce .woocommerce-cart-form .product-quantity:before {
        padding-top: 15px;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce .woocommerce-cart-form table.shop_table_responsive tr td::before {
        padding-right: 10px;
    }
}

.woocommerce .cart-collaterals .order-total .woocommerce-Price-amount {
    font-weight: 700;
    color: #04746C;
    font-size: 1.3em;
}

.woocommerce table.shop_table {
    background: #fff;
}

.woocommerce #add_payment_method #payment,
.woocommerce .woocommerce-cart #payment,
.woocommerce .woocommerce-checkout #payment {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce #order_review_heading {
    padding-top: 25px;
}

.woocommerce .woocommerce-shipping-fields {
    margin-bottom: 25px;
}

.woocommerce .woocommerce-privacy-policy-text {
    margin-bottom: 15px;
    text-align: center;
}

.woocommerce .woocommerce-privacy-policy-text a {
    text-decoration: underline;
}

.woocommerce .form-row label {
    font-weight: 500;
}

.woocommerce .form-row input {
    background: #fff !important;
}

.woocommerce .form-row textarea {
    background: #fff !important;
    height: 150px !important;
}

.woocommerce .form-row .select2-container--default .select2-selection--single {
    border-color: #E8E8E8;
    border-radius: 14px;
    height: 60px;
    outline: none !important;
}

.woocommerce .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    font-size: 18px;
    line-height: 60px;
}

.woocommerce .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
    right: 10px;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: transparent !important;
}

.select2-dropdown {
    border-color: #E8E8E8 !important;
}

.woocommerce ul#shipping_method li input {
    display: inline-block !important;
}

.main-404 {
    padding: 80px 0;
}

.page-404 {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.page-404__title {
    font-size: 80px;
    font-weight: bold;
}

.page-404__img {
    margin: 0 auto -50px;
    max-width: 505px;
    width: 100%;
    display: block;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.page-404__text {
    padding-bottom: 35px;
    font-size: 16px;
}

.page-404__text p {
    padding-bottom: 5px;
}

.page-404__text strong {
    font-size: 22px;
    font-weight: 500;
}

.page-404__text a {
    color: #04746C;
    text-decoration: underline;
}

.page-404__text a:hover {
    text-decoration: none;
}

@media screen and (max-width: 500px) {
    .page-404__img {
        -webkit-transform: none;
        transform: none;
        margin-bottom: -30px;
    }

    .page-404__text {
        font-size: 14px;
    }

    .page-404__text strong {
        font-size: 18px;
    }
}

.balloon {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.balloon__text-1 {
    font-size: 14px;
    font-weight: 300;
    font-family: "Roboto";
    margin-bottom: 5px;
}

.balloon__text-2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Roboto";
}

.balloon__text-3.address {
    font-size: 14px;
    line-height: 1.2;
    max-width: 250px;
    font-family: "Roboto";
}

.balloon__text-3.address .icon-address {
    top: 10px;
    color: #04746C;
}

input[type=email]+.wpcf7-not-valid-tip {
    display: none !important;
}

@media (min-width: 1920px) {
    .header .header__nav {
        margin-top: 10px;
    }
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn._big.tour-form__submit {
    margin-top: 10px;
}

section.post_content {
    padding: 15px;
    max-width: 1470px;
    margin: auto;
}

@media (max-width:480px) {

    .wrapper_header_logo .logo_andcross {
        display: none;
    }

    .footer-logo-wrap .logo_nika {
        display: none;
    }

    .offer {
        margin-top: 115px;
    }
}

.wc-block-components-button__text {
    color: #fff !important;
}

h2.h1 {
    text-align: center;
    font-size: 2.5rem;
}

.donate-page__form .wpcf7-form textarea::placeholder,
.donate-popup__form .wpcf7-form textarea::placeholder {
    font-size: 13px;
    font-style: italic;
}

.otgs-development-site-front-end {
    display: none !important;
}

.header__mob.hidden-pc {
    margin-left: 8px;
}

@media (max-width: 768px) {
    article.single_post iframe {
        width: 100% !important;
    }
}

.donate-popup__form .footer-pay-cards,
.donate-page__form .footer-pay-cards {
    justify-content: center;
}