.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.4s
}

.preloader.loaded {
    opacity: 0;
    pointer-events: none
}

body.loaded .preloader {
    pointer-events: none;
    opacity: 0
}

*,
*::before,
*::after {
    box-sizing: border-box
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0
}

p {
    margin-top: 0;
    margin-bottom: 0
}

ol,
ul {
    list-style-type: none;
    padding: 0
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: none
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.3;
    font-family: 'CoFo';
    font-weight: 700;
    margin-bottom: 40px
}

h1,
.h1 {
    font-weight: 700;
    line-height: 1.3;
    font-family: 'CoFo';
    margin-bottom: 55px;
    font-size: 40px;
    max-width: 900px;
    margin: 0 auto 40px
}

@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 30px;
        margin-bottom: 20px
    }
}

h2,
.h2 {
    font-size: 40px;
    font-family: 'CoFo';
    text-transform: uppercase
}

@media (max-width: 767px) {
    h2,
    .h2 {
        font-size: 30px;
        margin-bottom: 20px
    }
}

h3,
.h3 {
    font-size: 26px
}

h4,
.h4 {
    font-size: 24px
}

h5,
.h5 {
    font-size: 20px
}

h6,
.h6 {
    font-size: 16px
}

.base-article h2:not(:first-child),
.base-article .h2:not(:first-child),
.base-article h3:not(:first-child),
.base-article .h3:not(:first-child),
.base-article h4:not(:first-child),
.base-article .h4:not(:first-child),
.base-article h5:not(:first-child),
.base-article .h5:not(:first-child),
.base-article h6:not(:first-child),
.base-article .h6:not(:first-child) {
    margin-top: 40px
}

.section {
    padding-top: 100px
}

.section__title {
    text-align: center
}
p.section__title {
    font-size: 40px;
    font-family: 'CoFo';
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .section {
        padding-top: 80px
    }
}

@media (max-width: 767px) {
    .section {
        padding-top: 60px
    }
    p.section__title {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

.container {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
    position: relative
}

@media (max-width: 1199px) {
    .container {
        max-width: 970px
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 752px
    }
}

.btn {
    display: inline-block;
    max-width: 260px;
    padding: 0 30px;
    color: #6868ac;
    background: #000;
    border: 1px solid #6868ac;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s;
    text-decoration: none !important;
    cursor: pointer;
    background-color: transparent;
    border-radius: 30px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}

.btn:focus {
    outline: none
}

.btn:hover {
    background-color: #6868ac;
    color: #fff;
    text-decoration: none
}

.btn.black {
    border: 1px solid #000;
    color: #000
}

.btn.black:hover {
    background-color: #000;
    color: #fcf13d
}

@font-face {
    font-family: 'CoFo';
    src: url(../fonts/CoFoSans-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'CoFo';
    src: url(../fonts/CoFoSans-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'CoFo';
    src: url(../fonts/CoFoSans-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Corsa';
    src: url(../fonts/CorsaGrotesk-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Corsa';
    src: url(../fonts/CorsaGrotesk-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Corsa';
    src: url(../fonts/CorsaGrotesk-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Corsa';
    src: url(../fonts/CorsaGrotesk-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

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 * {
    box-sizing: border-box
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.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;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .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;
    -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;
    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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    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;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .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;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #111
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-video,
.fancybox-iframe {
    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;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    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;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .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;
    display: none
}

.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;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.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: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 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: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.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: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 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: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height: 576px) {
    .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-caption {
        padding-left: 12px;
        padding-right: 12px
    }
}

.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 0
}

.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 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    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 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 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    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;
    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: center center;
    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;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #6868ac;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

.header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__logo {
    width: 106px;
    display: block
}

.header__logo img {
    display: block;
    width: 100%
}

.header__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.header__nav li {
    margin-right: 50px
}

.header__nav li:last-child {
    margin-right: 0
}

.header__nav a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase
}

.header__langs {
    margin-right: 20px;
    position: relative
}

.header__langs.active .sub-menu {
    opacity: 1;
    pointer-events: all
}

.header__langs.active>li>a::after {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.header__langs>li>a {
    position: relative
}

.header__langs>li>a::after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    margin-left: 5px;
    background-image: url(../img/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.3s
}

.header__langs a {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px
}

.header__langs .sub-menu {
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 10px);
    left: -10px;
    width: calc(100% + 20px);
    background-color: #fff;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.header__langs .sub-menu::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 10px
}

.header__langs .sub-menu li {
    margin-bottom: 5px
}

.header__langs .sub-menu li:last-child {
    margin-bottom: 0
}

.cart-btn {
    width: 27px
}

.cart-btn svg {
    width: 100%
}

.cart-btn svg path {
    fill: #fff
}

.cart-btn .LCo0H {
    fill: #000;
    font-size: 60px;
    font-family: "Corsa"
}

.cart-btn .xt_woofc-shortcode-icon:before {
    color: #fff
}

.cart-btn .xt_woofc-shortcode-count.xt_woofc-counter-type-badge {
    background-color: #fff;
    color: #000
}

.text-slider {
    background-color: rgba(104, 104, 172, 0.5);
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    position: relative;
    z-index: 1
}

.header__menu-btn {
    width: 30px;
    height: 19px;
    margin-left: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.3s;
    cursor: pointer
}

.header__menu-btn span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.3s
}

.header__menu-btn.open span {
    background-color: #fff
}

.header__menu-btn span:nth-child(1) {
    top: 0px
}

.header__menu-btn span:nth-child(2) {
    top: 10px
}

.header__menu-btn span:nth-child(3) {
    top: 19px
}

.header__menu-btn.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.header__menu-btn.open span:nth-child(2) {
    opacity: 0;
    left: 0px
}

.header__menu-btn.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media (max-width: 1199px) {
    .header__nav li {
        margin-right: 30px
    }
}

@media (max-width: 991px) {
    .header__logo {
        margin-right: auto
    }
    .header__nav {
        display: none
    }
    .header__menu-btn {
        display: block
    }
    .header__langs {
        margin-right: 15px
    }
}

@media (min-width: 992px) {
    .header__menu-btn {
        display: none
    }
}

@media (max-width: 767px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10
    }
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s
}

.menu.active {
    opacity: 1;
    pointer-events: all
}

.menu__nav a {
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #000
}

.menu__nav li {
    margin-bottom: 20px
}

.menu__nav li:last-child {
    margin-bottom: 0
}

.main-section__inner {
    position: relative
}

.main-section__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    left: 15px;
    max-width: 45%
}

.main-section__title {
    margin-bottom: 10px;
    line-height: 1;
    color: #6868ac;
}
.main-section__text {
    color: #3f3f3f;
    font-size: 26px;
    font-family: 'CoFo';
    margin-bottom: 25px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .main-section {
        min-height: 400px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
    .main-section__content {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        max-width: 60%
    }
    .main-section__slider {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        width: 100%
    }
    .main-section__title {
        font-size: 24px
    }
    .main-section__text {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .main-section {
        min-height: auto;
        margin-top: 60px
    }
    .main-section__title {
        font-size: 20px
    }
    .main-section__text {
        font-size: 18px
    }
    .main-section__content {
        max-width: 400px
    }
    .main-section__slider {
        bottom: -30px;
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 500px;
        right: -40px
    }
    .text-slider {
        font-size: 16px
    }
    .text-slider p {
        padding: 0 15px
    }
}

@media (max-width: 599px) {
    .main-section__content {
        max-width: 70%
    }
}

.category-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -30px
}

.category-item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

.category-content {
    position: relative;
    transition: 0.3s
}

.category-item:hover .category-content {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px)
}

.category-item:hover .category-button {
    opacity: 1
}

.category-image {
    display: block;
    position: relative;
    padding-bottom: 90%
}

.category-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.category-price {
    background: #fcf13d;
    height: 50px;
    max-width: 50%;
    display: block;
    line-height: 50px;
    text-align: center;
    margin: -25px auto 20px;
    position: relative;
    z-index: 1;
    font-family: 'CoFo';
    font-size: 18px;
    font-weight: 700;
    border-radius: 30px
}

.category-title h2 {
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: none;
}

.category-text {
    font-size: 14px;
    text-align: center;
    line-height: 1.6
}

.category-button {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.3s
}

@media (max-width: 991px) {
    .category-item {
        width: 50%
    }
}

@media (max-width: 567px) {
    .category-item {
        width: 100%
    }
    .category-item:hover .category-content {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .category-button {
        position: relative;
        opacity: 1;
        margin-top: 20px
    }
}

.history-section {
    position: relative;
    padding: 100px 0;
    color: #fff;
    margin-top: 100px
}

.history-section .section__title {
    text-align: left
}

.history-section__show-link,
.history-section__hide-link {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    transition: 0.3s;
    position: relative
}

.history-section__show-link::after,
.history-section__hide-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    transition: 0.3s
}

.history-section__show-link:hover,
.history-section__hide-link:hover {
    color: #fff
}

.history-section__show-link:hover::after,
.history-section__hide-link:hover::after {
    width: 0
}

.history-section__hide-link {
    display: none;
    margin-top: 20px
}

.history-section .container {
    position: relative;
    z-index: 1
}

.history-section__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #6868ac
}

.history-section__video {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%
}

.history-section__video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2)
}

.history-section__video img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
    z-index: 2
}

.history-section__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.history-section .section__title {
    margin: 0 0 30px 0;
    max-width: calc(45% - 60px)
}

.history-section__text {
    max-width: calc(50% - 60px)
}

.history-section__text p {
    margin-bottom: 20px;
    font-family: 'Corsa';
    line-height: 1.625em;
    color: rgba(255, 255, 255, 0.6);
    display: none
}

.history-section__text p:nth-child(1),
.history-section__text p:nth-child(2) {
    display: block
}

.history-section__text.active p {
    display: block
}

@media (max-width: 991px) {
    .history-section {
        margin-top: 80px;
        padding-top: 0;
        padding-bottom: 80px
    }
    .history-section__bg {
        width: 100%
    }
    .history-section__video {
        width: 100%;
        padding-bottom: 50%;
        height: auto;
        position: relative
    }
    .history-section .section__title {
        max-width: 100%;
        margin-top: 80px
    }
    .history-section__text {
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .history-section {
        margin-top: 60px;
        padding-bottom: 60px
    }
    .history-section .section__title {
        margin-top: 60px
    }    
}

.footer {
    padding: 100px 0 35px
}

.footer__row {
    display: flex;
    flex-wrap: wrap;
}
#footer_bottom .footer__row {
  align-items: center;
} 
#footer_bottom .footer__copyright {
  margin-bottom: 0;
  color: #FFF;
  text-align: center;
}
#footer_bottom .socials {
  margin-bottom: 0;
}

.footer__col {
    width: calc(100% / 3);
    padding: 0 15px
}

.footer__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

.footer__title.text-center {
    text-align: center
}

.footer__title.align-right {
    text-align: right
}

.footer__requisites {
    font-size: 14px;
    line-height: 1.4;
    color: #999999
}

.footer .socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.footer .socials li {
    margin-right: 15px
}

.footer .socials li:last-child {
    margin-right: 0
}

.footer__copyright {
    font-size: 12px;
    margin-bottom: 30px
}

.footer .contacts li {
    margin-bottom: 5px
}

.footer .contacts li:last-child {
    margin-bottom: 0
}

.footer .contacts li span {
    margin-right: 10px
}

.footer .contacts li a {
    font-size: 16px;
    color: #000;
    transition: 0.3s;
    display: inline-block;
    position: relative
}

.footer .contacts li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom: 1px solid #000;
    transition: 0.3s
}

.footer .contacts li a:hover {
    color: #000
}

.footer .contacts li a:hover::after {
    width: 100%
}

.messangers {
    display: flex;
    justify-content: center;
}
.messangers img, .messangers svg {
    width: 32px;
    height: 32px;
    display: block;
}

.messangers li {
    margin-right: 15px
}

.messangers li:last-child {
    margin-right: 0
}

.footer__text {
    font-size: 14px
}

.footer__nav {
    margin-bottom: 15px
}

.footer__nav li {
    text-align: right;
    margin-bottom: 5px
}

.footer__nav li:last-child {
    margin-bottom: 0
}

.footer__nav a {
    font-size: 16px;
    color: #000;
    transition: 0.3s;
    display: inline-block;
    position: relative
}

.footer__nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom: 1px solid #000;
    transition: 0.3s
}

.footer__nav a:hover {
    color: #000
}

.footer__nav a:hover::after {
    width: 100%
}

.footer__payments {
    text-align: right
}

.footer__payments img {
    max-width: 95%
}

#footer_bottom {
  background-color: #6868AC;
  padding: 10px;
}

#fotter .logo_om img {
  position: absolute;
  bottom: -40px;
  margin-left: 40px;
}
.footer .navigation {
  display: flex;
  justify-content: end;
}

@media (max-width: 991px) {
    .footer__copyright {
        margin-bottom: 20px
    }
    .footer__nav a {
        font-size: 14px
    }
    .footer__text {
        font-size: 12px
    }
    .footer__requisites {
        font-size: 12px
    }
    .footer .contacts li {
        font-size: 14px
    }
    .footer .contacts li a {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .footer__col {
        width: 100%
    }
    .footer__col:nth-child(1) {
        -ms-flex-order: 3;
        order: 3
    }
    .footer__col:nth-child(2) {
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 30px
    }
    .footer__col:nth-child(3) {
        -ms-flex-order: 1;
        order: 1
    }
    .footer__title {
        margin-bottom: 10px;
        text-align: center
    }
    .footer__title.align-right {
        text-align: center
    }
    .footer__nav {
        margin-bottom: 30px;
        margin-right: 10px;
        
    }
    .footer__nav li {
        text-align: left
    }
    .footer .socials {
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer__copyright {
        text-align: center
    }
    .footer__requisites {
        text-align: center
    }
    #footer_bottom {
      height: 77px;
    }
    .footer .navigation {
      justify-content: space-between;
      align-items: start;
      margin-left: 10px;
    }
    .footer .navigation img {
      margin-right: 20px;
    }
    .footer .contact_info {
      display: flex;
      justify-content: center;
    }
    #footer_bottom .footer__copyright,
    #footer_bottom .socials,
    #fotter .logo_om img,
    .footer__title {
      display: none;
    }

}
@media (min-width: 768px) {
    #fotter .socials,
    .footer .navigation img,
    #fotter .footer__copyright {
      display: none;
    }
}

.block {
    display: -ms-flexbox;
    display: flex
}

.block .btn {
    width: auto
}

.block__img {
    width: 50%;
    position: relative
}

.block__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.block__inner {
    background: #fcf13d;
    width: 50%;
    padding: 5%
}

.block__title {
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    position: relative
}

.block__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    border-bottom: 1px solid #000
}

.block__text {
    margin-bottom: 30px
}

.block__text p {
    color: #626262;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.3
}

.block__text p:last-child {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .block:nth-child(even) {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (max-width: 991px) {
    .block {
        display: block;
        margin-bottom: 30px
    }
    .block:last-child {
        margin-bottom: 0
    }
    .block__img {
        width: 100%;
        padding-bottom: 50%
    }
    .block__inner {
        width: 100%
    }
}

.blog-cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -30px
}

.blog-cards.vertical {
    -ms-flex-pack: center;
    justify-content: center
}

.blog-cards.vertical .blog-cards__item {
    max-width: 900px;
    width: 100%
}

.blog-cards.vertical .blog-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    border: none
}

.blog-cards.vertical .blog-card__img {
    width: 50%;
    padding-bottom: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.blog-cards.vertical .blog-card__content {
    padding: 40px 40px 0 40px
}

.blog-cards.vertical .blog-card__footer {
    padding: 20px 0
}

.blog-cards.vertical .blog-card__title {
    font-size: 24px
}

.blog-cards.vertical .blog-card__text {
    margin-bottom: 80px
}

.blog-cards__item {
    width: calc(100% / 3);
    padding: 0 15px;
    margin-bottom: 30px
}

.blog-card {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none
}

.blog-card:hover .blog-card__title {
    color: #6868ac
}

.blog-card:hover .blog-card__text {
    color: #6868ac
}

.blog-card__img {
    position: relative;
    padding-bottom: 80%;
    border-radius: 20px;
    overflow: hidden
}

.blog-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog-card__content {
    padding: 30px 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.blog-card__date {
    font-size: 12px;
    margin-bottom: 15px;
    color: #000
}

.blog-card__title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    transition: 0.3s
}

.blog-card__text {
    font-size: 15px;
    margin-bottom: 20px;
    color: #000;
    transition: 0.3s
}

.blog-card__footer {
    margin-top: auto;
    border-top: 1px solid #000;
    padding: 15px 0
}

.blog-card__views {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #000
}

.blog-card__views svg {
    margin-right: 10px
}

@media (max-width: 991px) {
    .blog-cards.vertical .blog-card__content {
        padding: 30px 30px 0 30px
    }
    .blog-cards.vertical .blog-card__footer {
        padding: 15px 0
    }
    .blog-card__title {
        font-size: 18px
    }
    .blog-card__text {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .blog-cards.vertical .blog-card {
        display: block
    }
    .blog-cards.vertical .blog-card__img {
        width: 100%;
        padding-bottom: 80%
    }
    .blog-cards.vertical .blog-card__content {
        padding: 30px 20px 0
    }
    .blog-cards.vertical .blog-card__text {
        margin-bottom: 40px
    }
    .blog-cards.vertical .blog-card__footer {
        padding: 15px 0
    }
    .blog-cards__item {
        width: 50%
    }
}

@media (max-width: 567px) {
    .blog-cards__item {
        width: 100%
    }
}

.subscribe-form {
    background-color: #fff;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 40px 50px
}

.subscribe-form__title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px
}

.subscribe-form__inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.subscribe-form__label {
    margin-bottom: 10px;
    font-size: 14px
}

.subscribe-form .input {
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    height: 50px;
    border-radius: 0;
    color: #fff;
    background-color: #6868ac;
    border: 1px solid #6868ac;
    padding: 0 20px;
    border-radius: 30px 0 0 30px
}

.subscribe-form .input:focus {
    outline: none
}

.subscribe-form .input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8)
}

.subscribe-form .input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8)
}

.subscribe-form .input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8)
}

.subscribe-form .input::placeholder {
    color: rgba(255, 255, 255, 0.8)
}

.subscribe-form .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0 30px 30px 0;
    width: auto
}

.subscribe-section {
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(104, 104, 172, 0.5);
    margin-top: 100px;
    padding-bottom: 100px
}

.subscribe-section .section__title {
    text-align: center;
    margin: 0 auto 40px;
    max-width: 700px
}

@media (max-width: 991px) {
    .subscribe-section {
        padding: 80px 0;
        margin-top: 80px
    }
}

@media (max-width: 767px) {
    .subscribe-section {
        padding: 60px 0;
        margin-top: 60px
    }
    .subscribe-section .section__title {
        font-size: 22px;
        margin-bottom: 20px
    }
    .subscribe-form {
        padding: 30px 20px
    }
    .subscribe-form__title {
        font-size: 18px
    }
    .subscribe-form__inner {
        display: block
    }
    .subscribe-form .input {
        border-radius: 30px;
        margin-bottom: 10px
    }
    .subscribe-form .btn {
        width: 100%;
        max-width: 100%;
        border-radius: 30px
    }
}

.article__body {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 60px
}

.article__body h1 {
    max-width: 100%
}

.article__body p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 20px
}

.article__body p:last-child {
    margin-bottom: 0
}

.article__body ul {
    font-size: 16px;
    line-height: 1.3
}

.article__body ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px
}

.article__body ul li:last-child {
    margin-bottom: 0
}

.article__body ul li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000
}

.article__body a {
    color: #968575;
    text-decoration: underline
}

.article__body a:hover {
    color: #968575;
    text-decoration: none
}
.article__footer {
    padding-top: 40px;
    padding-inline: 60px;
}
.article__footer p {
    text-transform: uppercase;
    border-left: 4px solid #6868ac;
    font-size: 18px;
    padding-left: 10px;
    font-style: italic;
}

.article__views {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.article__likes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.article__likes span {
    margin-right: 5px;
    font-size: 14px
}

.article .wpsi_social_share_buttons.not_before_tab a {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 5px 0 0 !important
}

.article .wpsi_social_share_buttons.not_before_tab a:last-child {
    margin: 0 !important
}

.article .wpsi_social_share_buttons {
    background-color: transparent !important;
    margin: 0
}

.article .wpsi_social_share_buttons {
    margin-top: 0px;
    max-width: 148px
}

.article .wpsi_social_share_buttons a {
    margin-right: 10px
}

.article .wpsi_social_share_buttons a:last-child {
    margin-right: 0
}

.article .wpsi_social_share_buttons a span {
    background-color: #fcf13d !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

.article .wpsi_social_share_buttons a span svg {
    width: 70%;
    height: 70%
}

@media (max-width: 767px) {
    .article__body {
        padding: 30px
    }
    .article__date {
        margin-bottom: 20px
    }
    .article__views {
        font-size: 14px
    }
    .article__footer {
        padding-top: 30px;
        padding-inline: 30px;
    }
}

.text__body {
    max-width: 900px;
    margin: 0 auto
}

.text h1 {
    max-width: 100%
}

.text h2 {
    margin-bottom: 20px;
    font-size: 30px
}

.text p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 20px
}

.text p:last-child {
    margin-bottom: 0
}

.text ul {
    font-size: 16px;
    line-height: 1.3
}

.text ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px
}

.text ul li:last-child {
    margin-bottom: 0
}

.text ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000
}

.text a {
    color: #6868AC;
    text-decoration: underline
}

.text a:hover {
    color: #6868AC;
    text-decoration: none
}

.product {
    display: -ms-flexbox;
    display: flex;
    max-width: 930px;
    margin: 0 auto
}

.product_title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.1
}

.product .cart {
    max-width: 350px
}

@media (max-width: 767px) {
    .product .cart {
        max-width: 400px
    }
}

.product .price {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px
}

.product .quantity {
    margin-bottom: 30px
}

.product .single_add_to_cart_button {
    display: inline-block;
    padding: 0px;
    color: #000;
    background: #000;
    border: 1px solid #000;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s;
    text-decoration: none !important;
    cursor: pointer;
    background-color: transparent;
    border-radius: 30px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%
}

.product .single_add_to_cart_button:focus {
    outline: none
}

.product .single_add_to_cart_button:hover {
    background-color: #fcf13d;
    border-color: #fcf13d;
    color: #000;
    text-decoration: none
}

.product .wpsi_social_share_buttons.not_before_tab a {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 10px 0 0 !important
}

.product .wpsi_social_share_buttons {
    background-color: transparent !important
}

.product .wpsi_social_share_buttons {
    margin-top: 40px
}

.product .wpsi_social_share_buttons a span {
    background-color: #fcf13d !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product .wpsi_social_share_buttons a span svg {
    width: 70%;
    height: 70%
}

.product .woocommerce-product-gallery__trigger {
    display: none !important
}

.site-main {
    position: relative
}

.woocommerce-breadcrumb {
    max-width: 930px;
    padding: 0 200px 0 15px;
    margin: 0 auto 40px
}

.woocommerce-breadcrumb a {
    color: #000
}

.prev_next_buttons {
    position: absolute;
    top: 0;
    right: 135px;
    display: -ms-flexbox;
    display: flex;
    line-height: 22px !important;
    -ms-flex-align: center;
    align-items: center
}

.prev_next_buttons a {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #000
}

.prev_next_buttons a svg {
    margin: 0 10px
}

.woocommerce-product-gallery__wrapper {
    margin: 0;
    padding: 0 15px;
    width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__wrapper {
    padding: 0
}

.woocommerce-product-details__short-description {
    margin-top: 40px
}

.woocommerce-product-details__short-description p {
    font-size: 13px;
    line-height: 1.3;
}

.summary {
    padding: 0 15px;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.single-product .product {
    display: -ms-flexbox;
    display: flex
}

.single-product div.product .woocommerce-product-gallery {
    float: none;
    width: auto;
    width: calc(59% - 15px);
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.woocommerce-product-gallery__image a {
    position: relative;
    padding-bottom: 65%;
    display: block
}

.woocommerce-product-gallery__image a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    max-width: 100%;
    height: auto
}

@media (max-width: 1199px) {
    .prev_next_buttons {
        right: 35px
    }
}

@media (max-width: 991px) {
    .product_title {
        font-size: 18px
    }
    .single-product .product {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-bottom: 52px
    }
    .single-product .product .wpsi_social_share_buttons {
        position: absolute;
        bottom: 0;
        left: 15px;
        margin-bottom: 0;
        margin-top: 0
    }
    .single-product .product .price {
        position: relative;
        top: 0;
        right: 0;
        font-weight: 700
    }
    .single-product .product .quantity {
        margin-bottom: 5px
    }
    .single-product div.product .woocommerce-product-gallery {
        width: 100%;
        margin-right: 0
    }
    .summary {
        width: 100%;
        padding: 0;
        margin-bottom: 30px
    }
    .woocommerce-product-gallery__wrapper {
        padding: 0
    }
    .woocommerce-breadcrumb {
        padding: 0;
        margin-bottom: 20px;
        overflow: scroll;
        white-space: nowrap;
        font-size: 14px
    }
    .prev_next_buttons {
        position: relative;
        right: 0
    }
}

@media (max-width: 767px) {
    .single-product .section {
        padding-top: 40px
    }
    .woocommerce-breadcrumb {
        padding-right: 15px
    }
}

ul.products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

ul.products .product {
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: 0 0 30px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

ul.products a {
    display: block
}

ul.products .woocommerce-LoopProduct-link {
    display: block;
    position: relative
}

ul.products .woocommerce-loop-product__title {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'CoFo';
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative
}

ul.products .woocommerce-loop-product__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    border-bottom: 1px solid #000
}

ul.products .price {
    text-align: center;
    margin-bottom: 20px;
    display: block
}

ul.products .add_to_cart_button {
    width: 100%;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s;
    text-decoration: none !important;
    cursor: pointer
}

ul.products .add_to_cart_button:focus {
    outline: none
}

ul.products .add_to_cart_button:hover {
    background: transparent;
    color: #000;
    text-decoration: none
}

.archive .site-main {
    padding-top: 100px
}

.archive .section {
    padding-top: 0
}

@media (min-width: 1200px) {
    .shop-container {
        max-width: 100%;
        padding: 0 60px
    }
}

.cart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.cart .quantity {
    width: 100%
}

.cart .minus {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    transition: 0.3s;
    border: none;
    font-size: 18px;
    border-radius: 50%;
    background: rgba(104, 104, 172, 0.5)
}

.cart .minus:hover {
    background-color: #fcf13d;
    color: #000
}

.cart .plus {
    width: 40px;
    height: 40px;
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    font-size: 18px;
    border-radius: 50%;
    background: rgba(104, 104, 172, 0.5)
}

.cart .plus:hover {
    background-color: #fcf13d;
    color: #000
}

.cart .qty {
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 14px;
    font-family: "Corsa";
    border: none;
    color: #000;
    text-align: center;
    -moz-appearance: textfield
}

.cart .qty:focus {
    outline: none
}

.cart .qty::-webkit-outer-spin-button,
.cart .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.cart .btn {
    margin-top: 40px
}

.archive .woocommerce-products-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    padding-top: 100px
}

@media (max-width: 991px) {
    .archive .woocommerce-products-header {
        padding-top: 80px
    }
}

@media (max-width: 767px) {
    .archive .woocommerce-products-header {
        padding-top: 40px
    }
}

.price {
    color: #000
}

.shop-container {
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
}

.sidebar {
    width: calc(25% - 15px);
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.product-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-list .products {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-list .woocommerce-result-count {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 40px
}

.product-list .woocommerce-ordering {
    margin-bottom: 40px
}

.product-list .woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background:  url(https://hellodream.ua/wp-content/themes/hello/img/svg-icons/chevron-down-solid.svg);
    background-repeat: no-repeat;
    background-position: 95%;
    text-align: center;
    font-family: "Corsa";
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    border-radius: 0;
    border: 1px solid #6868AC;
    padding: 0 13px 0 3px;
    color: #6868AC;
    border-radius: 20px
}

.product-list .woocommerce-notices-wrapper {
    display: none
}

.product-list .price {
    margin-top: auto
}

ul.products li.product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1199px) {
    ul.products .woocommerce-loop-product__title {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    ul.products.columns-4 {
        margin: 0 -7.5px
    }
    ul.products.columns-4 li.product {
        width: calc(100% / 3);
        margin-right: 0;
        padding: 0 7.5px
    }
}

@media (max-width: 767px) {
    .shop-container {
        display: block
    }
    .sidebar {
        width: 100%;
        margin-bottom: 10px;
        padding-left: 0
    }
    ul.products.columns-4 li.product {
        width: calc(100% / 2)
    }
    .product-list {
        padding-left: 0
    }
    .product-list .products {
        width: auto
    }
    .woocommerce-result-count {
        display: none
    }
    .product-list .woocommerce-ordering select {
        width: 100%
    }
    .product-list .woocommerce-ordering {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .section.shop-section {
        padding-top: 20px
    }
}

@media (max-width: 399px) {
    ul.products .woocommerce-loop-product__title {
        font-size: 16px
    }
    ul.products .woocommerce-LoopProduct-link img {
        margin-bottom: 15px
    }
    ul.products .price {
        margin-bottom: 10px;
        font-size: 14px
    }
    .shop-container .product .quantity {
        margin-bottom: 10px
    }
}

.woocommerce-pagination {
    width: 100%
}

.page-numbers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-numbers a {
    padding: 0 10px;
    font-size: 18px;
    font-weight: 400;
    color: #000
}

.page-numbers a.current {
    font-weight: 700
}

ul.products li.product .button {
    width: 100%;
    color: #000;
    background: transparent;
    border: 1px solid #6868ac;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    display: block;
    text-align: center;
    transition: 0.3s;
    text-decoration: none !important;
    cursor: pointer
}

ul.products li.product .button:focus {
    outline: none
}

ul.products li.product .button:hover {
    background: #6868ac;
    color: #fff;
    text-decoration: none
}

.product-list .lmp_button {
    width: 240px !important;
    border-radius: 30px !important;
    color: #fff !important;
    background: #000 !important;
    border: 1px solid #000 !important;
    height: 50px !important;
    line-height: 50px !important;
    display: block !important;
    text-align: center !important;
    transition: 0.3s !important;
    text-decoration: none !important;
    cursor: pointer !important;
    font-size: 14px !important;
    padding: 0 !important;
    margin: 0 auto !important
}

.product-list a.button {
    width: 100%;
    color: #000 !important;
    background: transparent !important;
    border: 1px solid #6868ac !important;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    display: block;
    text-align: center !important;
    transition: 0.3s !important;
    text-decoration: none !important;
    cursor: pointer;
    border-radius: 30px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    transition: all .3s !important;
}

.product-list .lmp_button:focus {
    outline: none !important
}

.product-list .lmp_button:hover {
    background: transparent !important;
    color: #000 !important;
    text-decoration: none !important
}

.product-list .lmp_load_more_button.br_lmp_button_settings .lmp_button:hover {
    background-color: transparent !important
}

.woocommerce-checkout label {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
}

.woocommerce-checkout .input-text {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 14px;
    font-family: "Corsa"
}

.woocommerce-checkout textarea.input-text {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    width: 100%;
    height: 120px;
    line-height: 18px;
    padding: 10px 15px;
    font-size: 14px;
    font-family: "Corsa"
}

.woocommerce-checkout h3 {
    font-size: 20px;
    margin: 40px 0 20px
}

.woocommerce-checkout h3:first-child {
    margin-top: 0
}

.woocommerce-checkout .text ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.woocommerce-checkout .text ul li {
    padding-left: 0
}

.woocommerce-checkout .text ul li::before {
    display: none
}

.woocommerce-checkout .country_to_state {
    line-height: 38px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 15px;
    border-radius: 0;
    font-size: 14px;
    width: 100%
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
    line-height: 38px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    font-size: 14px
}

.woocommerce-checkout .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.woocommerce-checkout .form-row {
    width: calc(50% - 15px);
    margin-bottom: 30px;
    margin-right: 0
}

.woocommerce-checkout .form-row:last-child {
    margin-bottom: 30px
}

.woocommerce-checkout .woocommerce-shipping-methods li,
.woocommerce-checkout .payment_methods li {
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.woocommerce-checkout .woocommerce-shipping-methods li input,
.woocommerce-checkout .payment_methods li input {
    margin: 0 5px 0 0
}

.woocommerce-checkout .woocommerce-shipping-methods li label,
.woocommerce-checkout .payment_methods li label {
    margin-bottom: 0
}

.woocommerce-checkout .button {
    width: 200px;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s;
    text-decoration: none !important;
    cursor: pointer;
    margin-top: 20px
}

.woocommerce-checkout .button:focus {
    outline: none
}

.woocommerce-checkout .button:hover {
    background: transparent;
    color: #000;
    text-decoration: none
}

.woocommerce-checkout .shop_table {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 40px
}

.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 15px
}

.woocommerce-checkout .shop_table th:first-child,
.woocommerce-checkout .shop_table td:first-child {
    width: 60%
}

.woocommerce-checkout .shop_table th:last-child,
.woocommerce-checkout .shop_table td:last-child {
    width: 40%
}

.woocommerce-checkout .wc_payment_methods {
    margin-bottom: 20px !important
}

.woocommerce-checkout .wc_payment_methods li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.wc_payment_methods img {
    width: 140px;
    margin-left: 5px;
}

.payment_method_wayforpay label {
    margin-top: 6px;
}
.woocommerce-checkout .wc_payment_methods .payment_box {
    margin-top: 10px
}

.woocommerce-checkout #payment .form-row {
    width: 100%
}

.woocommerce-checkout .zen-ui-select__value {
    height: 40px;
    line-height: 38px;
    padding: 0 15px !important;
    font-size: 14px
}

.woocommerce-checkout .woocommerce-input-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

.woocommerce-checkout .woocommerce-input-wrapper input {
    margin-left: 0;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 10px
}

.woocommerce-checkout .woocommerce-input-wrapper label {
    width: calc(100% - 23px);
    margin-right: 0 !important
}

.product-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 80%
}

.product-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media (max-width: 1299px) {
    .woocommerce-loop-product__title {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .woocommerce-checkout .form-row {
        margin-bottom: 15px
    }
    .woocommerce-checkout .form-row:last-child {
        margin-bottom: 15px
    }
    .woocommerce-billing-fields__field-wrapper .form-row {
        width: calc(50% - 7.5px)
    }
    .woocommerce-billing-fields__field-wrapper .form-row:last-child {
        width: 100%
    }
    .woocommerce-shipping-fields__field-wrapper .form-row {
        width: 100%
    }
    .woocommerce-additional-fields .form-row {
        width: 100%
    }
    .wcus-checkout-fields .form-row {
        width: 100%
    }
    .woocommerce-checkout .button {
        width: 100%
    }
    .woocommerce-checkout .wc_payment_methods {
        margin-bottom: 20px !important
    }
}

.woocommerce-checkout .wc_payment_methods .payment_box {
    margin-top: 0
}

.woocommerce-checkout .wc_payment_methods .payment_box p {
    font-size: 14px;
    margin-left: 10px
}

body {
    position: relative;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Corsa";
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    font-size: 16px;
    min-width: 320px
}

.wrapper {
    overflow: hidden;
    padding-top: 92px
}

.d-none {
    display: none
}

.fancybox-slide--html {
    padding: 0
}

.fancybox-content {
    padding: 0
}

.fancybox-slide--html .fancybox-close-small {
    display: block
}

.popup {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    position: relative
}

.popup__content {
    width: 50%;
    height: 100%;
    background-color: #fcf13d;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5vh
}

.popup__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%
}

.popup__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.popup__title {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'CoFo';
    line-height: 1;
    color: #000;
    margin-bottom: 5vh
}

.popup__text {
    margin-bottom: 5vh
}

.popup__text p {
    font-size: 22px;
    margin-bottom: 30px;
    color: #626262
}

.popup__text p:last-child {
    margin-bottom: 0
}

.popup__text a {
    color: #626262;
    text-decoration: underline
}

.popup__text a:hover {
    color: #626262;
    text-decoration: none
}

.popup__text ul {
    font-size: 22px;
    margin-bottom: 30px;
    color: #626262
}

.popup__text ul li {
    padding-left: 40px;
    margin-bottom: 30px;
    position: relative
}

.popup__text ul li::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #626262;
    border-radius: 50%
}

.popup__text ul li:last-child {
    margin-bottom: 0
}

.popup__text ul:last-child {
    margin-bottom: 0
}

.wpcf7-spinner {
    display: none !important
}

.wpcf7-form-control-wrap {
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width: 1299px) {
    .popup__title {
        font-size: 60px
    }
}

@media (max-width: 1199px) {
    .popup__title {
        font-size: 50px
    }
    .popup__text p {
        font-size: 18px
    }
    .popup__text ul {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    .popup {
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: auto
    }
    .popup__img {
        display: none
    }
    .popup__content {
        height: 100%;
        min-height: auto;
        width: 100%
    }
}

@media (max-width: 567px) {
    .popup__title {
        font-size: 40px;
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .xt_woofc-shortcode-count span:last-child {
        display: none
    }
}

.woocommerce-order p {
    margin-bottom: 10px
}

.woocommerce-order ul li {
    margin-bottom: 10px
}

.woocommerce-order .woocommerce-order-overview {
    margin-bottom: 30px !important
}

.woocommerce-order .woocommerce-bacs-bank-details {
    margin-bottom: 30px
}

.woocommerce-order .woocommerce-bacs-bank-details h3 {
    margin-top: 0
}

.onsale {
    display: none;
}

.price del {
    color: #fb7706;
}

.price ins {
    text-decoration: none
}

.woocommerce-checkout .button {
    min-width: 240px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    background: #6868ac;
    border: 1px solid #6868ac;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s;
    text-decoration: none !important;
    cursor: pointer;
    margin-top: 20px;
}

.text-slider {
    background-color: #8787e4d1 !important;
    color: #fff;
    font-size: 14px !important;
    text-align: center;
    padding: 13px 0;
    position: relative;
    z-index: 1;
}

.xt_woofc-trigger .xt_woofc-count {
    background-color: #feec06 !important;
}

.xt_woofc-inner a.xt_woofc-checkout {
    font-family: Source Sans Pro;
    font-size: 16px !important;
    ;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    /*max-width: 200px!important;*/
}

.woocommerce-error {
    background-color: #fbff00 !important;
}

.xt_woofc-cart-opened .xt_woofc-footer,
.xt_woofc-cart-open .xt_woofc-footer {
    box-shadow: none !important;
}

.xt_woofc-animation-morph.xt_woofc-cart-open .xt_woofc-wrapper {
    border-radius: 15px;
}

.woocommerce-checkout .woocommerce-input-wrapper input {
    border-radius: 20px;
}

.woocommerce-checkout .zen-ui-select__value {
    border-radius: 20px;
}

.xt_woofc-trigger.xt_woofc-icontype-font .xt_woofc-trigger-close-icon:before {
    font-size: 16px;
}

.woocommerce-checkout .text ul {
    list-style-type: none;
    padding: 20px;
    margin: 0;
    border-radius: 20px;
}

.woocommerce-checkout .text .woocommerce-shipping-methods {
    padding: 10px 0;
}

.woocommerce-checkout .text .wc_payment_methods {
    padding: 0px;
}

@media (max-width: 767px) {
    .main-section__title, .main-section__text  {
        font-size: 16px;
    }
    
    .main-section__content {
        max-width: 55%;
    }
}

@media (max-width: 468px) {
    .main-section__content .btn {
        display: inline-block;
        max-width: 149px;
    }
    .main-section__text {
        font-size: 11px;
        width: 85%;
    }
    .main-section__content {
        max-width: 50%;
    }
    .price-total {
        color: #fff !important;
    }
}

.woocommerce-shipping-fields {
    display: block !important;
}

.woocommerce-product-details__short-description {
    display: none;
}

.single-product .sidebar {
    display: none;
}

#wpfBlock_1 .wpfFilterVerScroll {
    height: 100% !important;
    max-height: 400px !important;
}

.payment_box.payment_method_cod {
    display: none !important;
}

.xt_woofc-trigger .xt_woofc-count li {
    color: #6868ac;
}

.xt_woofc-trigger.xt_woofc-icontype-font .xt_woofc-trigger-close-icon:before {
    font-size: 24px;
}

.coupon:nth-last-child(2n) {
    display: none;
}

.woocommerce-form-coupon-toggle.old {
    display: none;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #fff;
}

.coupon {
    margin: 20px 0;
}

li[data-term-id="45"] {
    display: none !important;
}

.woocommerce-checkout .shop_table {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 51px;
    border: 1px solid #555;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
}

.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td {
    border-bottom: none;
    padding: 10px 15px;
}

.woocommerce-checkout .shop_table tr.cart_item {
    border-bottom: 1px solid #cfcfcf;
}

.woocommerce-checkout .shop_table thead {
    border-bottom: 1px solid #cfcfcf;
}

section.main-section {
    margin-bottom: 150px;
}

textarea#order_comments {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 51px;
    border: 1px solid #555;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
}

.woocommerce-products-header__title.page-title {
    margin-bottom: 10px;
}

.woocommerce-products-header .description,
.woocommerce-products-header .sale_desc
{
    font-size: 16px;
    color: #898989;
    padding-bottom: 10px;
}


.woocommerce-products-header .sale_desc
{
    font-weight: 600;
    padding: 0px 5px 15px 5px;
    line-height: 1.3;
}

@media (max-width: 468px) {
    .woocommerce-products-header .sale_desc br 
    {
        margin: 10px 0;
        display: block;
        content: "";
    }
}
