body {
    opacity: 1;
    margin: 0;
    min-width: 320px;
    background: #fff;
    font: 14px/1.2 'Onest', sans-serif;
    color: #404040;
    overflow-x: hidden;
    position: static !important
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    min-height: 100vh
}

h1 {
    font-size: 2em;
    margin: 0
}

blockquote,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box
}

input[type=tel] {
    box-shadow: none
}

input[type=email],
input[type=tel],
input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=search] {
    box-shadow: none
}

input[type=search],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    transition: all .4s ease;
    color: #b03e78
}

a:active,
a:hover {
    outline-width: 0
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

input[type=email],
input[type=text],
textarea {
    box-shadow: none;
    border-radius: 0
}

input[type=email]::-ms-clear,
input[type=text]::-ms-clear,
textarea::-ms-clear {
    display: none
}

input[type=password]::-ms-reveal {
    display: none
}

details,
menu {
    display: block
}

.popup,
[hidden],
template {
    display: none
}

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

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

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

@font-face {
    font-family: 'Onest';
    src: url(fonts/Onest-SemiBold.woff2) format('woff2'), url(fonts/Onest-SemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

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

@font-face {
    font-family: 'Onest';
    src: url(fonts/Onest-Black.woff2) format('woff2'), url(fonts/Onest-Black.woff) format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'asterisk';
    src: url(fonts/asterisk.woff2) format('woff2'), url(fonts/asterisk.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.popup {
    width: 100%;
    max-width: 532px;
    font: 16px 'Onest', sans-serif;
    padding: 89px 30px 99px;
    position: absolute;
    top: 50px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.popup input::-webkit-input-placeholder,
.popup textarea::-webkit-input-placeholder {
    color: #9b9b9b
}

.popup input:-moz-placeholder,
.popup textarea:-moz-placeholder {
    color: #9b9b9b
}

@media (max-width:1024px) {
    .popup:not(.popup-success) {
        padding: 20px;
        background: #fff;
        border-radius: 30px
    }

    .popup:not(.popup-success):after,
    .popup:not(.popup-success):before {
        display: none
    }

    .popup:not(.popup-success) .popup-title {
        font-size: 30px
    }

    .popup:not(.popup-success) .fancybox-close-small {
        top: 26px
    }

    .popup:not(.popup-success) .form {
        margin-top: 30px
    }
}

.popup:after,
.popup:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    z-index: 5;
    left: 0;
    background: #fff;
    border-radius: 25px
}

.popup:before {
    top: 22px;
    -ms-transform: skew(0deg, 5deg);
    transform: skew(0deg, 5deg)
}

.popup:after {
    bottom: 22px;
    -ms-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg)
}

.popup .popup-title {
    font: 700 36px/1.2 'Onest', sans-serif;
    text-align: center;
    pointer-events: none
}

.popup .popup-inner,
.popup .popup-title {
    position: relative;
    z-index: 10
}

.popup .form {
    margin-top: 35px
}

.popup.popup-success {
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    cursor: default
}

.popup.popup-success::after,
.popup.popup-success::before {
    width: 100%;
    height: 70%;
    background: linear-gradient(to right, #ffde86, #ffa2a1)
}

.popup.popup-success .fancybox-close-small::after,
.popup.popup-success .fancybox-close-small::before,
.slider-dots-white .slick-dots button:before {
    background: #fff
}

.popup.popup-success .popup-title {
    margin-bottom: 15px
}

.popup.popup-success .popup-success-icon {
    width: 32px;
    height: 32px;
    background: url(../images/sprite.svg?a353bc17) -1051px -950.42px no-repeat;
    display: inline-block;
    margin: 32px auto 0
}

.popup-question .form {
    margin-bottom: 0 !important
}

@media (max-width:768px) {
    .hide-mobile {
        display: none !important
    }
}

.hide-desktop {
    display: none !important
}

@media (max-width:768px) {
    .hide-desktop {
        display: block !important
    }
}

.hide-desktop-flex {
    display: none !important
}

@media (max-width:768px) {
    .hide-desktop-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@font-face {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,
swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide,
swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

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;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    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: #000;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .6;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-toolbar {
    opacity: 0;
    position: absolute
}

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

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s, visibility 0s;
    visibility: visible
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    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;
    text-align: center;
    top: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    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: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

.fancybox-slide--image::before,
.fancybox-slide--video:before {
    display: none
}

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

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -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-drag .fancybox-content {
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    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%
}

@media (max-width:499px) {

    .fancybox-image,
    .fancybox-spaceball {
        width: 70%;
        height: 70%;
        left: 15%
    }
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--video .fancybox-content {
    height: 100%;
    padding: 0;
    width: 100%
}

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

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

.fancybox-slide--video .fancybox-content {
    margin: auto;
    background: #000;
    border-radius: 20px;
    overflow: hidden
}

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

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin: 0 0 44px
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    overflow: hidden
}

.fancybox-iframe {
    vertical-align: top
}

.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: 0 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px;
    color: #fff
}

.fancybox-button:link,
.fancybox-button:visited {
    color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-button--close {
    position: relative
}

.fancybox-button--close svg,
.fancybox-close-small svg {
    display: none
}

.fancybox-button--close:after,
.fancybox-button--close:before {
    content: '';
    position: absolute;
    width: 34px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -17px;
    background: #fff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button::after {
    content: '';
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    width: 23px;
    height: 23px;
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #404040;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 19px;
    top: 59px;
    z-index: 15
}

.fancybox-close-small:after,
.fancybox-close-small:before {
    transition: all .4s ease;
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    top: 50%;
    left: -2px;
    margin-top: -1px;
    background: #404040;
    border-radius: 25px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-close-small:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-close-small:hover:before {
    background: #b03e78;
    -ms-transform: rotate(315deg);
    transform: rotate(315deg)
}

.fancybox-close-small:hover:after {
    background: #b03e78;
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
    background: 0 0;
    color: #fff
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small,
.slick-slide.slick-loading img {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption::after {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    content: '';
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.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 {
    animation: fancybox-rotate .8s infinite linear;
    background: 0 0;
    border: 6px solid rgba(100, 100, 100, .5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current,
.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

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

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

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

.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;
    transition: all .2s;
    -webkit-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: 0 0;
    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: #fff;
    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>ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    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;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

@media all and (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

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

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: hand
}

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

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

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

.slick-track:after {
    clear: both
}

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

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

.slick-arrow,
.slick-slide,
.slick-slide a {
    outline: 0 !important
}

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

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

.datepicker--time-row input[type=range]:focus,
.slick-slide:focus {
    outline: none
}

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

.header ol,
.header ul,
.slick-dots {
    list-style: none
}

.slick-dots li {
    display: inline-block;
    margin: 0 6px
}

.slick-dots .slick-active button {
    opacity: 1;
    cursor: default;
    -ms-transform: none;
    transform: none
}

.slick-arrow,
.slick-dots button {
    font-size: 0;
    border: 0;
    cursor: pointer;
    background: 0 0
}

.slick-dots button {
    transition: all .2s ease;
    outline: 0;
    opacity: .5;
    width: 20px;
    height: 20px;
    position: relative
}

.slick-dots button:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    border-radius: 50%;
    background: #b03e78
}

@media (max-width:699px) {
    .slick-dots button:before {
        width: 10px;
        height: 10px
    }
}

.slick-dots button:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.slider-dots-white .slick-dots button:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 21px;
    height: 21px;
    background: 0 0
}

.slick-arrow {
    width: 80px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10
}

.slick-arrow:before {
    content: '';
    position: absolute;
    transition: transform .3s ease;
    width: 17px;
    height: 28px;
    background: url(../images/sprite.svg?a353bc17) -1166px -950.42px no-repeat;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -9px
}

.slick-arrow:hover:before {
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}

.slick-prev {
    right: 100%
}

.slick-prev:before {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slick-prev:hover:before {
    -ms-transform: rotate(180deg) translateX(4px);
    transform: rotate(180deg) translateX(4px)
}

.slick-next {
    left: 100%
}

.slider-arrows-white .slick-arrow:before {
    width: 17px;
    height: 28px;
    background: url(../images/sprite.svg?a353bc17) -1145px -950.42px no-repeat
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_container_wrapper,
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 6px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 100%
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    overflow: hidden;
    top: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    box-sizing: border-box
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools {
    opacity: .75
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after,
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ffadc7
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #b03e78
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
    opacity: .4
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9
}

.datepicker--cells {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.datepicker--cell.-focus- {
    background: #f0f0f0
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a
}

.datepicker--cell.-current-,
.datepicker--cell.-current-.-in-range- {
    color: #b03e78
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, .1);
    color: #4a4a4a;
    border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae
}

.datepicker--cell.-disabled-.-current-.-focus-,
.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-range-from-,
.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border-radius: 0 4px 4px 0
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected- {
    border: none
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name {
    color: #ff9a19;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--cells-years,
.datepicker--years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

@media print {
    .datepickers-container {
        display: none
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    z-index: 100
}

.datepicker.-from-top- {
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.datepicker.-from-right- {
    -ms-transform: translateX(8px);
    transform: translateX(8px)
}

.datepicker.-from-bottom- {
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.datepicker.-from-left- {
    -ms-transform: translateX(-8px);
    transform: translateX(-8px)
}

.datepicker.active {
    opacity: 1;
    -ms-transform: translate(0);
    transform: translate(0);
    transition: opacity .3s ease, transform .3s ease, left 0s 0s
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -ms-transform: none;
    transform: none
}

.-only-timepicker- .datepicker--content,
.datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--content {
    box-sizing: content-box;
    padding: 4px
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1;
    display: none !important
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    top: calc(96%);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    right: calc(96%);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    bottom: calc(96%);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
    left: calc(96%);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
    left: 10px
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
    left: calc(45%)
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
    top: calc(45%)
}

.datepicker--body {
    display: none
}

.datepicker--body.active,
.footer .sibirix-link.show img {
    display: block
}

.datepicker--nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-action,
.datepicker--nav-title {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker--nav-action:hover {
    background: #f0f0f0
}

.datepicker--nav-action.-disabled- {
    visibility: hidden
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px
}

.datepicker--nav-title:hover {
    background: #f0f0f0
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: 0 0
}

.datepicker--buttons {
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef
}

.datepicker--button,
.datepicker--time {
    -ms-flex-align: center;
    align-items: center
}

.datepicker--button {
    color: #b03e78;
    cursor: pointer;
    border-radius: 4px;
    -ms-flex: 1;
    flex: 1;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0
}

.datepicker--time {
    border-top: 1px solid #efefef;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -ms-flex: 0 1 138px;
    flex: 0 1 138px;
    max-width: 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -ms-flex: 0 1 153px;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    position: relative;
    z-index: 1
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right, #dedede, #dedede) left .5% 1px no-repeat
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    background: 0 0;
    cursor: pointer;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    margin-top: -6px
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
    background: 0 0
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px)
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade-,
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

.calendar {
    width: 100%;
    margin-bottom: 30px;
    table-layout: fixed;
    font-size: 16px;
    border-collapse: collapse
}

.calendar .calendar-title th {
    color: #b03e78;
    font-size: 20px;
    padding: 10px 0 16px;
    text-align: left
}

.calendar .calendar-header th {
    padding: 10px;
    color: #9b9b9b;
    font-weight: 400;
    text-align: center;
    text-transform: lowercase
}

.calendar .day div {
    position: relative;
    height: 24px;
    margin-bottom: 5px;
    padding: 2px;
    line-height: 21px
}

.calendar .day div i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px transparent solid
}

.calendar .value {
    position: relative;
    z-index: 10
}

.btn.active>span,
.btn:hover>span,
.calendar .mask,
.form.invert .form-file label,
.is-touch .btn>span {
    color: #fff
}

.calendar .menstruation .i-menstruation {
    background: #ec008c;
    border-color: #ec008c
}

.calendar .mask-start-menstruation .i-menstruation {
    left: 2px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
}

.calendar .mask-end-menstruation .i-menstruation {
    right: 2px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px
}

.calendar .ovulation .i-ovulation {
    background: #ffadc7;
    border-color: #ffadc7
}

.calendar .mask-start-ovulation .i-ovulation {
    left: 2px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
}

.calendar .mask-end-ovulation .i-ovulation {
    right: 2px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px
}

.calendar .fertile .i-fertile {
    top: 2px;
    bottom: 2px;
    background: #a19ce8;
    border-color: #a19ce8
}

.calendar .mask-start-fertile .i-fertile {
    left: 2px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
}

.calendar .mask-end-fertile .i-fertile {
    right: 2px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px
}

.calendar .pad+.mask div i {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
}

.calendar .mask:last-child div i {
    right: 2px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px
}

.calendar .mask:last-child div i.i-fertile {
    right: 4px
}

.calendar .mask:first-child div i {
    left: 2px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
}

.calendar .mask:first-child div i.i-fertile {
    left: 4px
}

.calendar .today .i-today {
    left: 2px;
    right: 2px;
    border-color: #417505;
    border-radius: 24px
}

.calendar .today.fertile:not(.ovulation):not(.menstruation) .i-today {
    top: 2px;
    bottom: 2px
}

.calendar tbody tr td {
    text-align: center;
    vertical-align: top
}

.calendar tbody tr td.pad {
    background: rgba(255, 255, 255, .1)
}

.likely,
.likely__widget {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    text-indent: 0 !important;
    list-style: none !important;
    font-weight: 400;
    font-family: Helvetica Neue, Arial, sans-serif
}

.likely {
    display: inline-block
}

.likely__widget {
    margin: 0;
    font-size: inherit
}

.likely {
    opacity: 0;
    font-size: 0 !important
}

.likely_visible {
    opacity: 1;
    transition: opacity .1s ease-in
}

.likely>* {
    display: inline-block;
    visibility: hidden
}

.likely_visible>* {
    visibility: inherit
}

.likely__widget {
    position: relative;
    white-space: nowrap
}

.likely__button,
.likely__widget {
    display: inline-block
}

.likely__button,
.likely__counter {
    text-decoration: none;
    text-rendering: optimizeLegibility;
    margin: 0;
    outline: 0
}

.likely__button {
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.likely__counter {
    display: none;
    position: relative;
    font-weight: 400
}

.likely_ready .likely__counter {
    display: inline-block
}

.likely_ready .likely__counter_empty {
    display: none
}

.clear-text table td,
.clear-text table th,
.likely__button,
.likely__counter,
.likely__icon,
.likely__widget {
    vertical-align: top
}

.likely__widget {
    transition: background .33s ease-out, color .33s ease-out, fill .33s ease-out
}

.likely__widget:active,
.likely__widget:focus,
.likely__widget:hover {
    transition: none;
    cursor: pointer
}

@media (hover:none) {

    .likely__widget:active,
    .likely__widget:focus,
    .likely__widget:hover {
        transition: background .33s ease-out, color .33s ease-out, fill .33s ease-out;
        cursor: unset
    }
}

.likely__icon {
    position: relative;
    text-align: left;
    display: inline-block
}

.likely svg {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px
}

.likely__button,
.likely__counter {
    line-height: inherit;
    cursor: inherit
}

.likely__button:empty {
    display: none
}

.likely__counter {
    text-align: center
}

.likely .likely__widget {
    color: #000;
    background: rgba(232, 232, 232, .8)
}

.likely .likely__counter {
    background-size: 1px 1px;
    background-repeat: repeat-y;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .2) 0, transparent .5px, transparent)
}

.likely-light .likely__widget {
    color: #fff;
    fill: #fff;
    background: rgba(237, 237, 237, .16);
    text-shadow: rgba(0, 0, 0, .2) 0 0 .33em
}

.likely-light .likely__counter {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, 0) .5px, rgba(255, 255, 255, 0))
}

.likely__widget_facebook {
    fill: #425497
}

.likely__widget_facebook:active,
.likely__widget_facebook:focus,
.likely__widget_facebook:hover {
    background: rgba(207, 212, 229, .8)
}

@media (hover:none) {

    .likely__widget_facebook:active,
    .likely__widget_facebook:focus,
    .likely__widget_facebook:hover {
        background: rgba(232, 232, 232, .8)
    }
}

.likely-light .likely__widget_facebook:active,
.likely-light .likely__widget_facebook:focus,
.likely-light .likely__widget_facebook:hover {
    text-shadow: #425497 0 0 .25em;
    background: rgba(66, 84, 151, .7)
}

@media (hover:none) {

    .likely-light .likely__widget_facebook:active,
    .likely-light .likely__widget_facebook:focus,
    .likely-light .likely__widget_facebook:hover {
        text-shadow: rgba(0, 0, 0, .2) 0 0 .33em;
        background: rgba(237, 237, 237, .16)
    }
}

.likely__widget_gplus {
    fill: #dd4241
}

.likely__widget_gplus:active,
.likely__widget_gplus:focus,
.likely__widget_gplus:hover {
    background: rgba(246, 208, 208, .8)
}

@media (hover:none) {

    .likely__widget_gplus:active,
    .likely__widget_gplus:focus,
    .likely__widget_gplus:hover {
        background: rgba(232, 232, 232, .8)
    }
}

.likely-light .likely__widget_gplus:active,
.likely-light .likely__widget_gplus:focus,
.likely-light .likely__widget_gplus:hover {
    text-shadow: #dd4241 0 0 .25em;
    background: rgba(221, 66, 65, .7)
}

@media (hover:none) {

    .likely-light .likely__widget_gplus:active,
    .likely-light .likely__widget_gplus:focus,
    .likely-light .likely__widget_gplus:hover {
        text-shadow: rgba(0, 0, 0, .2) 0 0 .33em;
        background: rgba(237, 237, 237, .16)
    }
}

.likely__widget_linkedin {
    fill: #0077b5
}

.likely__widget_linkedin:active,
.likely__widget_linkedin:focus,
.likely__widget_linkedin:hover {
    background: rgba(191, 221, 236, .8)
}

@media (hover:none) {

    .likely__widget_linkedin:active,
    .likely__widget_linkedin:focus,
    .likely__widget_linkedin:hover {
        background: rgba(232, 232, 232, .8)
    }
}

.likely-light .likely__widget_linkedin:active,
.likely-light .likely__widget_linkedin:focus,
.likely-light .likely__widget_linkedin:hover {
    text-shadow: #0077b5 0 0 .25em;
    background: rgba(0, 119, 181, .7)
}

@media (hover:none) {

    .likely-light .likely__widget_linkedin:active,
    .likely-light .likely__widget_linkedin:focus,
    .likely-light .likely__widget_linkedin:hover {
        text-shadow: rgba(0, 0, 0, .2) 0 0 .33em;
        background: rgba(237, 237, 237, .16)
    }
}

.likely__widget_odnoklassniki {
    fill: #f6903b
}

.likely__widget_odnoklassniki:active,
.likely__widget_odnoklassniki:focus,
.likely__widget_odnoklassniki:hover {
    background: rgba(252, 227, 207, .8)
}

@media (hover:none) {

    .likely__widget_odnoklassniki:active,
    .likely__widget_odnoklassniki:focus,
    .likely__widget_odnoklassniki:hover {
        background: rgba(232, 232, 232, .8)
    }
}

.likely-light .likely__widget_odnoklassniki:active,
.likely-light .likely__widget_odnoklassniki:focus,
.likely-light .likely__widget_odnoklassniki:hover {
    text-shadow: #f6903b 0 0 .25em;
    background: rgba(246, 144, 59, .7)
}

@media (hover:none) {

    .likely-light .likely__widget_odnoklassniki:active,
    .likely-light .likely__widget_odnoklassniki:focus,
    .likely-light .likely__widget_odnoklassniki:hover {
        text-shadow: rgba(0, 0, 0, .2) 0 0 .33em;
        background: rgba(237, 237, 237, .16)
    }
}

.likely__widget_pinterest {
    fill: #bd081c
}

.likely__widget_pinterest:active,
.likely__widget_pinterest:focus,
.likely__widget_pinterest:hover {
    background: rgba(238, 193, 198, .8)
}

@media (hover:none) {

    .likely__widget_pinterest:active,
    .likely__widget_pinterest:focus,
    .likely__widget_pinterest:hover {
        background: rgba(232, 232, 232, .8)
    }
}

.likely-light .likely__widget_pinterest:active,
.likely-light .likely__widget_pinterest:focus,
.likely-light .likely__widget_pinterest:hover {
    text-shadow: #bd081c 0 0 .25em;
    background: rgba(189, 8, 28, .7)
}

@media (hover:none) {

    .likely-light .likely__widget_pinterest:active,
    .likely-light .likely__widget_pinterest:focus,
    .likely-light .likely__widget_pinterest:hover {
        text-shadow: rgba(0, 0, 0, .2) 0 0 .33em;
        background: rgba(237, 237, 237, .16)
    }
}

.likely__widget_telegram {
    fill: #34abde
}

.likely__widget_telegram:active,
.likely__widget_telegram:focus,
.likely__widget_telegram:hover {
    background: rgba(204, 234, 246, .8)
}

@media (hover:none) {

    .likely__widget_telegram:active,
    .likely__widget_telegram:focus,
    .likely__widget_telegram:hover {
        background: rgba(232, 232, 232, .8)
    }
}

.likely-light .likely__widget_telegram:active,
.likely-light .likely__widget_telegram:focus,
.likely-light .likely__widget_telegram:hover {
    text-shadow: #34abde 0 0 .25em;
    background: rgba(52, 171, 222, .7)
}

@media (hover:none) {

    .likely-light .likely__widget_telegram:active,
    .likely-light .likely__widget_telegram:focus,
    .likely-light .likely__widget_telegram:hover {
        text-shadow: rgba(0, 0, 0, .2) 0 0 .33em;
        background: rgba(237, 237, 237, .16)
    }
}

.likely__widget_twitter {
    fill: #00b7ec
}

.likely__widget_twitter:active,
.likely__widget_twitter:focus,
.likely__widget_twitter:hover {
    background: rgba(191, 237, 250, .8)
}

@media (hover:none) {

    .likely__widget_twitter:active,
    .likely__widget_twitter:focus,
    .likely__widget_twitter:hover {
        background: rgba(232, 232, 232, .8)
    }
}

.likely-light .likely__widget_twitter:active,
.likely-light .likely__widget_twitter:focus,
.likely-light .likely__widget_twitter:hover {
    text-shadow: #00b7ec 0 0 .25em;
    background: rgba(0, 183, 236, .7)
}

@media (hover:none) {

    .likely-light .likely__widget_twitter:active,
    .likely-light .likely__widget_twitter:focus,
    .likely-light .likely__widget_twitter:hover {
        text-shadow: rgba(0, 0, 0, .2) 0 0 .33em;
        background: rgba(237, 237, 237, .16)
    }
}

.likely__widget_vkontakte {
    fill: #526e8f
}

.likely__widget_vkontakte:active,
.likely__widget_vkontakte:focus,
.likely__widget_vkontakte:hover {
    background: rgba(211, 218, 227, .8)
}

@media (hover:none) {

    .likely__widget_vkontakte:active,
    .likely__widget_vkontakte:focus,
    .likely__widget_vkontakte:hover {
        background: rgba(232, 232, 232, .8)
    }
}

.likely-light .likely__widget_vkontakte:active,
.likely-light .likely__widget_vkontakte:focus,
.likely-light .likely__widget_vkontakte:hover {
    text-shadow: #526e8f 0 0 .25em;
    background: rgba(82, 110, 143, .7)
}

@media (hover:none) {

    .likely-light .likely__widget_vkontakte:active,
    .likely-light .likely__widget_vkontakte:focus,
    .likely-light .likely__widget_vkontakte:hover {
        text-shadow: rgba(0, 0, 0, .2) 0 0 .33em;
        background: rgba(237, 237, 237, .16)
    }
}

.likely__widget_whatsapp {
    fill: #25d366
}

.likely__widget_whatsapp:active,
.likely__widget_whatsapp:focus,
.likely__widget_whatsapp:hover {
    background: rgba(200, 244, 216, .8)
}

@media (hover:none) {

    .likely__widget_whatsapp:active,
    .likely__widget_whatsapp:focus,
    .likely__widget_whatsapp:hover {
        background: rgba(232, 232, 232, .8)
    }
}

.likely-light .likely__widget_whatsapp:active,
.likely-light .likely__widget_whatsapp:focus,
.likely-light .likely__widget_whatsapp:hover {
    text-shadow: #25d366 0 0 .25em;
    background: rgba(37, 211, 102, .7)
}

@media (hover:none) {

    .likely-light .likely__widget_whatsapp:active,
    .likely-light .likely__widget_whatsapp:focus,
    .likely-light .likely__widget_whatsapp:hover {
        text-shadow: rgba(0, 0, 0, .2) 0 0 .33em;
        background: rgba(237, 237, 237, .16)
    }
}

.likely {
    margin: 0 -5px -10px
}

.likely .likely__widget {
    line-height: 20px;
    font-size: 14px;
    border-radius: 3px;
    height: 22px;
    margin: 0 5px 10px
}

.likely .likely__icon {
    width: 22px;
    height: 22px
}

.likely .likely__button {
    padding: 1px 4px 1px 0
}

.likely .likely__counter {
    padding: 1px 4px
}

.likely-big {
    margin: 0 -6px -12px
}

.likely-big .likely__widget {
    line-height: 28px;
    font-size: 18px;
    border-radius: 4px;
    height: 32px;
    margin: 0 6px 12px
}

.likely-big .likely__icon {
    width: 32px;
    height: 32px
}

.likely-big .likely__button {
    padding: 2px 6px 2px 0
}

.likely-big .likely__counter {
    padding: 2px 6px
}

.likely-big svg {
    left: 4px;
    top: 4px;
    width: 24px;
    height: 24px
}

.likely-small {
    margin: 0 -4px -8px
}

.likely-small .likely__widget {
    line-height: 14px;
    font-size: 12px;
    border-radius: 2px;
    height: 18px;
    margin: 0 4px 8px
}

.likely-small .likely__icon {
    width: 18px;
    height: 18px
}

.likely-small .likely__button {
    padding: 2px 3px 2px 0
}

.likely-small .likely__counter {
    padding: 2px 3px
}

.likely-small svg {
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px
}

.buy .buy-list a,
.buy-list-main a,
a:hover {
    text-decoration: none
}

a.dashed span {
    border-bottom: 1px dashed
}

.form.invert .form-file label:hover>span,
.products-nav .nav-item:hover .nav-item-subtitle span,
a.dashed:hover span {
    border-color: transparent
}

.btn,
.btn:before {
    border-radius: 25px
}

.btn {
    transition: all 1s ease;
    padding: 14px 35px 15px;
    white-space: nowrap;
    font: 16px/1.2 'Onest', sans-serif;
    color: #b03e78;
    text-align: center;
    text-decoration: none;
    outline: 0;
    background: 0 0;
    overflow: hidden;
    cursor: pointer
}

.btn:before,
.btn>span {
    transition: all .4s ease
}

.btn:before {
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.btn.active,
.btn:hover,
.is-touch .btn {
    background: #b03e78
}

.btn.active:before,
.btn:hover:before,
.is-touch .btn:before {
    width: 100%;
    background: #b03e78
}

.btn>span {
    position: relative
}

.btn.invert {
    color: #fff;
    border: 1px solid #fff
}

.btn,
.btn.invert:hover,
.is-touch .btn.invert {
    border: 1px solid #b03e78
}

.btn.full {
    width: 100%
}

.btn,
.buy,
.tag {
    position: relative;
    display: inline-block
}

.tag {
    vertical-align: top;
    margin: 0 18px 12px 0;
    padding-left: 31px;
    color: #979797;
    text-decoration: none
}

.tag:after,
.tag:before {
    content: '';
    position: absolute;
    transition: opacity .4s ease;
    background: url(../images/sprite.svg?a353bc17) -1423.4px -842px no-repeat;
    top: -2px;
    left: 0
}

.tag:before {
    width: 22px;
    height: 18px
}

.tag:after {
    width: 22px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -1373.4px -926px no-repeat;
    opacity: 0
}

.tag:hover {
    color: #404040
}

.tag:hover:after {
    opacity: 1
}

.open-nav .headerHamburger i,
.tag:hover:before {
    opacity: 0
}

.buy {
    width: 183px;
    z-index: 10
}

.buy:hover .buy-list {
    opacity: 1;
    visibility: visible;
    -ms-transform: none;
    transform: none
}

.buy.to-top .buy-list {
    top: auto;
    bottom: 25px;
    padding: 4px 23px 45px;
    border-radius: 25px 25px 0 0;
    border: 1px #b03e78 solid;
    border-bottom: 0
}

.buy.to-top .buy-list li {
    padding-top: 17px;
    padding-bottom: 0
}

.buy .buy-button {
    position: relative;
    display: block;
    height: 50px;
    color: #fff;
    font: 16px/50px 'Onest', sans-serif;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    background: #b03e78;
    z-index: 1
}

.buy .buy-list {
    transition: all .2s ease;
    position: absolute;
    width: 100%;
    top: 25px;
    left: 0;
    padding: 45px 23px 4px;
    list-style: none;
    font-size: 16px;
    background: #fff;
    border-radius: 0 0 25px 25px;
    border: 1px #b03e78 solid;
    border-top: 0;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.buy .buy-list li {
    padding-bottom: 17px
}

.buy .buy-list a {
    position: relative;
    display: block;
    padding-left: 28px;
    color: #b03e78 !important
}

.buy .buy-list a:hover {
    color: #ec008c !important
}

.buy .buy-list a img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0
}

.buy-list-main__wrapper {
    margin: 20px 0 30px -6px
}

.buy-list-main__title {
    color: #b03e78;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px
}

.buy-list-main a {
    padding-left: 63px;
    -webkit-tap-highlight-color: transparent
}

.buy-list-main a img,
.buy-list-main a[data]:hover:after {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute
}

.buy-list-main a img {
    width: 50px;
    height: 50px;
    border-radius: 40px;
    top: 0
}

@media (max-width:800px) {
    .buy-list-main a {
        padding-left: 55px
    }

    .buy-list-main a img {
        width: 46px;
        height: 46px
    }
}

.buy-list-main a,
.buy-list-main a:hover {
    position: relative
}

.buy-list-main a[data]:hover:after {
    content: attr(data);
    margin: 40px 0 0;
    padding: 4px 8px;
    color: #000;
    top: 100%;
    white-space: nowrap;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .08);
    border-radius: 36px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px
}

.buy-list-main .hidden {
    display: none
}

.buy-list-main .mirror {
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: 0;
    margin-left: 8px
}

.form input[type=date],
.form input[type=email],
.form input[type=number],
.form input[type=search],
.form input[type=tel],
.form input[type=text] {
    padding: 0 40px 0 19px
}

.form input[type=date],
.form input[type=email],
.form input[type=number],
.form input[type=search],
.form input[type=tel],
.form input[type=text],
.form textarea {
    transition: all .4s ease;
    width: 100%;
    height: 50px;
    font: 14px/1.2 'Onest', sans-serif;
    color: #000;
    border: 1px solid #ffadc7;
    border-radius: 25px;
    outline: none
}

.form input[type=date]:-ms-input-placeholder,
.form input[type=email]:-ms-input-placeholder,
.form input[type=number]:-ms-input-placeholder,
.form input[type=search]:-ms-input-placeholder,
.form input[type=tel]:-ms-input-placeholder,
.form input[type=text]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
    transition: opacity .4s ease;
    color: #9b9b9b;
    opacity: 1
}

.form input[type=date]::placeholder,
.form input[type=email]::placeholder,
.form input[type=number]::placeholder,
.form input[type=search]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=text]::placeholder,
.form textarea::placeholder {
    transition: opacity .4s ease;
    color: #9b9b9b;
    opacity: 1
}

.form input[type=date]:focus,
.form input[type=email]:focus,
.form input[type=number]:focus,
.form input[type=search]:focus,
.form input[type=tel]:focus,
.form input[type=text]:focus,
.form textarea:focus {
    border: 1px solid #b03e78
}

.form input[type=date]:focus:-ms-input-placeholder,
.form input[type=email]:focus:-ms-input-placeholder,
.form input[type=number]:focus:-ms-input-placeholder,
.form input[type=search]:focus:-ms-input-placeholder,
.form input[type=tel]:focus:-ms-input-placeholder,
.form input[type=text]:focus:-ms-input-placeholder,
.form textarea:focus:-ms-input-placeholder {
    opacity: 0
}

.form input[type=date]:focus::placeholder,
.form input[type=email]:focus::placeholder,
.form input[type=number]:focus::placeholder,
.form input[type=search]:focus::placeholder,
.form input[type=tel]:focus::placeholder,
.form input[type=text]:focus::placeholder,
.form textarea:focus::placeholder {
    opacity: 0
}

.form input[type=date].error,
.form input[type=email].error,
.form input[type=number].error,
.form input[type=search].error,
.form input[type=tel].error,
.form input[type=text].error,
.form textarea.error {
    background: rgba(214, 20, 20, .1);
    border-color: #d61414
}

.form textarea {
    min-height: 132px;
    padding: 18px 45px 21px 21px;
    resize: vertical;
    overflow: hidden !important
}

.form label.error {
    position: absolute;
    top: 100%;
    left: 10px;
    color: #d61414;
    font-size: 12px;
    white-space: nowrap
}

.form .form-row,
.form .inp {
    position: relative
}

.form .form-row {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:499px) {
    .form .form-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.form .form-row:not(:first-child) {
    margin-top: 30px
}

.form .form-row.short {
    width: 48%;
    margin-bottom: 0
}

.form .form-row.short:not(:first-child) {
    margin-top: 0;
    margin-left: 25px
}

@media (max-width:499px) {
    .form .form-row.short:not(:first-child) {
        margin-left: 0;
        margin-top: 30px
    }

    .form .form-row.short {
        width: 100%
    }
}

.form .form-row.filled .form-label {
    background: #fff;
    -ms-transform: translateY(-25px);
    transform: translateY(-25px)
}

.form .form-row.error .form-row-icon,
.form .form-row.ok .form-row-icon {
    position: absolute;
    top: 16px;
    right: 21px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.form .form-row.ok .form-row-icon>i {
    width: 19px;
    height: 19px;
    background: url(../images/sprite.svg?a353bc17) -1292px -950.42px no-repeat
}

.form .form-row.ok input[type=email],
.form .form-row.ok input[type=number],
.form .form-row.ok input[type=tel],
.form .form-row.ok input[type=text],
.form .form-row.ok textarea {
    border: 1px solid #b03e78
}

.form .form-row.ok .form-label {
    background: #fff;
    -ms-transform: translateY(-25px);
    transform: translateY(-25px)
}

.form .form-row.error input[type=email],
.form .form-row.error input[type=number],
.form .form-row.error input[type=tel],
.form .form-row.error input[type=text],
.form .form-row.error textarea,
.form .form-row.error.filled input[type=email],
.form .form-row.error.filled input[type=number],
.form .form-row.error.filled input[type=tel],
.form .form-row.error.filled input[type=text],
.form .form-row.error.filled textarea {
    color: #d61414;
    border: 1px solid #d61414
}

.form .form-row.error .form-row-icon>i,
.form .form-row.error.filled .form-row-icon>i {
    width: 19px;
    height: 19px;
    background: url(../images/sprite.svg?a353bc17) -954px -998.42px no-repeat
}

.form .form-row.error .form-label,
.form .form-row.error.filled .form-label {
    color: #d61414;
    background: 0 0
}

.form .form-row.error .form-error-label,
.form .form-row.error.filled .form-error-label,
.socials a:hover:after,
.socials a:hover:before {
    opacity: 1
}

.form .form-row.error input[type=email]:focus~.form-label,
.form .form-row.error input[type=number]:focus~.form-label,
.form .form-row.error input[type=tel]:focus~.form-label,
.form .form-row.error input[type=text]:focus~.form-label,
.form .form-row.error textarea:focus~.form-label,
.form .form-row.error.filled input[type=email]:focus~.form-label,
.form .form-row.error.filled input[type=number]:focus~.form-label,
.form .form-row.error.filled input[type=tel]:focus~.form-label,
.form .form-row.error.filled input[type=text]:focus~.form-label,
.form .form-row.error.filled textarea:focus~.form-label {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.form .form-label {
    transition: all .4s ease;
    position: absolute;
    top: 19px;
    left: 17px;
    padding: 0 5px;
    font: 14px/1 'Onest', sans-serif;
    color: #b03e78;
    background: 0 0;
    cursor: text
}

.form .form-error-label {
    content: '';
    position: absolute;
    transition: all .4s ease;
    bottom: -15px;
    left: 22px;
    font: 12px/1 'Onest', sans-serif;
    color: #d61414;
    opacity: 0
}

.form input[type=email]:focus~.form-label,
.form input[type=number]:focus~.form-label,
.form input[type=tel]:focus~.form-label,
.form input[type=text]:focus~.form-label,
.form textarea:focus~.form-label {
    background: #fff !important;
    -ms-transform: translateY(-25px) !important;
    transform: translateY(-25px) !important;
    opacity: 1 !important;
    visibility: visible !important
}

.form .form-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 27px;
    text-align: left
}

@media (max-width:499px) {
    .form .form-file {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.form .form-file input,
.form .form-policy input[type=checkbox],
input.switch {
    display: none
}

.form .form-file label {
    position: relative;
    padding-left: 25px;
    font: 14px/1.2 'Onest', sans-serif;
    color: #b03e78;
    cursor: pointer
}

.form .form-file label::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 13px;
    background: url(../images/sprite.svg?a353bc17) -1427px -950.42px no-repeat;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form .form-file label:hover>span {
    border-bottom: 2px dotted transparent
}

.form .form-file label>span {
    transition: all .4s ease;
    border-bottom: 2px dotted #b03e78
}

.form .form-file-label {
    margin-bottom: 10px
}

.form .file-error {
    width: 100%;
    padding: 0 0 10px 25px;
    font-size: 14px
}

.form .form-files,
.form .form-files .form-files-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.form .form-files {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 27px
}

@media (max-width:499px) {
    .form .form-files {
        margin-left: 0;
        margin-top: 15px;
        padding-left: 25px
    }
}

.form .form-files .form-files-item {
    position: relative;
    margin-bottom: 10px;
    font: 14px/1.2 'Onest', sans-serif;
    color: #404040;
    text-decoration: none;
    cursor: pointer
}

.form .form-files .form-files-item span {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.form .form-files .form-files-item:not(:last-child),
.section-gradient .section-slides-list .slick-dots li:not(:last-child) {
    margin-right: 20px
}

.form .form-files .form-files-item:hover .form-files-delete:before {
    -ms-transform: rotate(315deg);
    transform: rotate(315deg)
}

.form .form-files .form-files-item:hover .form-files-delete:after {
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.form .form-files .form-files-delete {
    width: 10px;
    height: 10px;
    position: relative;
    top: -1px;
    margin-left: 4px;
    background: 0 0;
    border: none;
    cursor: pointer
}

.form .form-files .form-files-delete::after,
.form .form-files .form-files-delete::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 1px;
    transition: all .4s ease;
    top: 50%;
    left: 0;
    background: #b03e78;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.form .form-files .form-files-delete::after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.form .form-policy {
    position: relative;
    margin-top: 20px;
    padding-left: 25px
}

.form .form-policy.error .form-policy-text,
.form .form-policy.error a {
    color: #d61414
}

.form .form-policy.error input[type=checkbox]+label {
    border-color: #d61414
}

.form .form-policy input[type=checkbox]:checked+label::before {
    opacity: 1
}

.form .form-policy input[type=checkbox]+label {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 2px;
    left: 0;
    box-sizing: border-box;
    border: 1px solid #b03e78;
    border-radius: 1px;
    cursor: pointer
}

.form .form-policy input[type=checkbox]+label::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(../images/sprite.svg?a353bc17) -1155px -998.42px no-repeat;
    transition: all .4s ease;
    top: -3px;
    left: 0;
    opacity: 0
}

.form .form-policy .form-policy-text {
    display: block;
    font: 14px/1.5 'Onest', sans-serif;
    color: #9b9b9b;
    text-align: left;
    cursor: pointer
}

.form .form-submit {
    margin-top: 33px;
    text-align: center
}

.form.invert input[type=email],
.form.invert input[type=number],
.form.invert input[type=tel],
.form.invert input[type=text],
.form.invert textarea {
    border: none !important
}

.form.invert input[type=email]:focus~.form-error-label,
.form.invert input[type=email]:focus~.form-label,
.form.invert input[type=number]:focus~.form-error-label,
.form.invert input[type=number]:focus~.form-label,
.form.invert input[type=tel]:focus~.form-error-label,
.form.invert input[type=tel]:focus~.form-label,
.form.invert input[type=text]:focus~.form-error-label,
.form.invert input[type=text]:focus~.form-label,
.form.invert textarea:focus~.form-error-label,
.form.invert textarea:focus~.form-label {
    visibility: hidden;
    opacity: 0;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.form.invert .form-row.filled .form-error-label,
.form.invert .form-row.filled .form-label {
    visibility: hidden;
    opacity: 0;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.form.invert .form-row.error .form-label,
.form.invert .form-row.ok .form-label {
    background: 0 0;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.form.invert .form-row.error .form-error-label,
.form.invert .form-row.ok .form-error-label {
    bottom: 18px
}

.form.invert .form-label {
    color: #9b9b9b
}

.form.invert .form-file label>span,
.form.invert .form-policy input[type=checkbox]+label,
.pagination-item.active.next>span:before,
.pagination-item.active.prev>span:before {
    border-color: #fff
}

.form.invert .form-file label:before {
    width: 14px;
    height: 13px;
    background: url(../images/sprite.svg?a353bc17) -1445px -950.42px no-repeat
}

.form.invert .form-file .form-files-item,
.form.invert .form-policy .form-policy-text,
.form.invert .form-policy a,
.mobile-aside a {
    color: #fff
}

.form.invert .form-file .form-files-delete:after,
.form.invert .form-file .form-files-delete:before {
    background: #fff
}

.form.invert .form-policy input[type=checkbox]+label:before {
    width: 13px;
    height: 13px;
    background: url(../images/sprite.svg?a353bc17) -1138px -998.42px no-repeat
}

.switch-block .label {
    cursor: pointer
}

input.switch+label {
    position: relative;
    display: block;
    width: 40px;
    height: 24px;
    border-radius: 34px;
    cursor: pointer
}

input.switch+label:before {
    transition: background-color .4s ease;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fbe3eb;
    border-radius: 16px
}

input.switch+label:after {
    content: '';
    position: absolute;
    transition: all .4s ease;
    width: 24px;
    height: 24px;
    left: 0;
    bottom: 0;
    background-color: #ec008c;
    border-radius: 50%;
    pointer-events: none
}

.mobile-aside .aside-phone a:hover,
.mobile-aside .mobile-nav a:hover,
input.switch+label:hover:after {
    opacity: .7
}

input.switch:checked+label:before {
    background-color: #fbe3eb
}

input.switch:checked+label:after {
    -ms-transform: translateX(16px);
    transform: translateX(16px)
}

.fixed-buttons {
    width: 100%;
    height: 1px;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 97;
    pointer-events: none
}

@media (max-width:1370px) {
    .fixed-buttons {
        top: auto;
        bottom: 0
    }

    .fixed-buttons .go-up {
        left: 30px;
        top: auto;
        bottom: 35px
    }

    .fixed-buttons .ask-btn {
        right: 30px;
        top: auto;
        bottom: 35px
    }
}

.fixed-buttons .container {
    position: relative
}

.ask-btn,
.go-up {
    position: absolute;
    pointer-events: all
}

.go-up {
    transition: opacity .2s ease;
    left: -106px;
    opacity: 0;
    visibility: hidden;
    width: 60px;
    height: 60px;
    top: -30px
}

.go-up:after,
.go-up:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 35px;
    transition: all .4s ease;
    left: 0;
    background: #fbebf0
}

.go-up:before {
    top: 0;
    border-radius: 10px 10px 0 0;
    -ms-transform: skew(0, 3deg);
    transform: skew(0, 3deg)
}

.go-up:after {
    bottom: 0;
    border-radius: 0 0 10px 10px
}

.go-up:hover {
    opacity: 1 !important
}

.go-up:after,
.go-up:hover:before {
    -ms-transform: skew(0, -3deg);
    transform: skew(0, -3deg)
}

.go-up:hover:after {
    -ms-transform: skew(0, 3deg);
    transform: skew(0, 3deg)
}

.go-up.show {
    opacity: .5;
    visibility: visible
}

.go-up i {
    width: 15px;
    height: 9px;
    background: url(../images/sprite.svg?a353bc17) -1424.4px -926px no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -7px;
    z-index: 5
}

.ask-btn {
    width: 64px;
    height: 64px;
    top: -32px;
    right: -106px;
    color: #fff;
    outline: 0;
    z-index: 97
}

.ask-btn:before {
    content: '';
    width: 100%;
    height: 100%;
    transition: all .4s ease;
    position: absolute;
    top: 0;
    left: 0;
    background: #b03e78;
    border-radius: 50%
}

.ask-btn .ask-btn-text,
.ask-btn:after {
    transition: all .4s ease;
    position: absolute;
    top: 50%;
    left: 50%
}

.ask-btn:after {
    content: '';
    width: 11px;
    height: 17px;
    background: url(../images/sprite.svg?a353bc17) -1048px -998.42px no-repeat;
    z-index: 5;
    margin: -8px 0 0 -5px
}

.ask-btn .ask-btn-text {
    margin: -28px 0 0 -39px;
    font: 500 24px/1.17 'Onest', sans-serif;
    text-align: center
}

.ask-btn:hover .ask-btn-text {
    -ms-transform: scale(1);
    transform: scale(1)
}

.ask-btn .ask-btn-text,
.ask-btn:hover:after {
    -ms-transform: scale(0);
    transform: scale(0)
}

.ask-btn:hover:before {
    background: #ec008c;
    -ms-transform: scale(1.8);
    transform: scale(1.8)
}

.tags-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px -8px 0 0;
    padding: 0;
    list-style: none
}

.tags-list__item {
    display: block;
    padding: 10px 14px;
    border-radius: 40px;
    color: #a24776;
    font-size: 12px;
    line-height: 1;
    background-color: rgba(162, 71, 118, .1);
    margin: 8px 8px 0 0;
    text-decoration: none
}

.tabs-nav__content-wrap {
    list-style: none;
    margin: 0;
    padding: 0
}

.tabs-nav__buttons-wrap {
    overflow: auto
}

.tabs-nav__button-wrap.tabs-nav--active {
    border-bottom: 2px solid #a24776
}

.tabs-nav__button-wrap.tabs-nav--active .tabs-nav__button {
    color: #a24776
}

.tabs-nav__buttons {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0
}

.tabs-nav__button-wrap {
    z-index: 1
}

.tabs-nav__button-wrap,
.tabs-nav__buttons {
    position: relative;
    padding: 0
}

.tabs-nav__button-wrap::before,
.tabs-nav__buttons::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #e6e6e6
}

.tabs-nav__button-wrap:not(:last-child) {
    margin-right: 48px
}

.tabs-nav__button {
    padding: 10px 0;
    color: #999;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    background: 0 0;
    white-space: nowrap;
    cursor: pointer
}

.tabs-nav__content-wrap {
    position: relative
}

.tabs-nav__content {
    position: absolute;
    top: 0;
    padding: 0;
    opacity: 0;
    transition: .2s
}

.tabs-nav__content.tabs-nav--active {
    position: relative;
    opacity: 1;
    z-index: 1
}

@media (max-width:768px) {
    .tabs-nav__button-wrap:not(:last-child) {
        margin-right: 7%
    }
}

.accordion {
    margin: 0;
    padding: 0;
    list-style: none
}

.accordion__item {
    background-color: #fbf2f5;
    border-radius: 16px
}

.accordion__item--active .accordion__icon::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion__item--active .accordion__title {
    color: #a24776
}

.accordion__item:not(:last-child) {
    margin-bottom: 16px
}

.accordion__title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px;
    cursor: pointer
}

.accordion__title {
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.accordion__icon {
    position: relative;
    margin-left: 10px;
    width: 13px;
    height: 13px
}

.accordion__icon::after,
.accordion__icon::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000
}

.accordion__icon::before {
    transition: .2s
}

.accordion__icon::after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion__wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s
}

.accordion__content {
    padding: 0 32px 24px;
    font-size: 16px;
    line-height: 1.4
}

@media (max-width:768px) {
    .accordion__title-wrap {
        padding: 24px
    }

    .accordion__content {
        padding: 0 24px 24px;
        font-size: 16px;
        line-height: 1.4
    }
}

div[id^=wait_comp] {
    display: none !important;
    opacity: 0 !important
}

.site-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.container .row,
.grid-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    margin-left: -10px;
    margin-right: -10px
}

.container .row:after,
.container .row:before,
.grid-row:after,
.grid-row:before {
    content: " ";
    display: table
}

.container .row:after,
.grid-row:after {
    clear: both
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-left: 10px;
    padding-right: 10px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 99.8%
}

.col-xs-11 {
    width: 91.46666667%
}

.col-xs-10 {
    width: 83.13333333%
}

.col-xs-9 {
    width: 74.8%
}

.col-xs-8 {
    width: 66.46666667%
}

.col-xs-7 {
    width: 58.13333333%
}

.col-xs-6 {
    width: 49.8%
}

.col-xs-5 {
    width: 41.46666667%
}

.col-xs-4 {
    width: 33.13333333%
}

.col-xs-3 {
    width: 24.8%
}

.col-xs-2 {
    width: 16.46666667%
}

.col-xs-1 {
    width: 8.13333333%
}

@media (min-width:700px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 99.8%
    }

    .col-sm-11 {
        width: 91.46666667%
    }

    .col-sm-10 {
        width: 83.13333333%
    }

    .col-sm-9 {
        width: 74.8%
    }

    .col-sm-8 {
        width: 66.46666667%
    }

    .col-sm-7 {
        width: 58.13333333%
    }

    .col-sm-6 {
        width: 49.8%
    }

    .col-sm-5 {
        width: 41.46666667%
    }

    .col-sm-4 {
        width: 33.13333333%
    }

    .col-sm-3 {
        width: 24.8%
    }

    .col-sm-2 {
        width: 16.46666667%
    }

    .col-sm-1 {
        width: 8.13333333%
    }
}

@media (min-width:1024px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 99.8%
    }

    .col-md-11 {
        width: 91.46666667%
    }

    .col-md-10 {
        width: 83.13333333%
    }

    .col-md-9 {
        width: 74.8%
    }

    .col-md-8 {
        width: 66.46666667%
    }

    .col-md-7 {
        width: 58.13333333%
    }

    .col-md-6 {
        width: 49.8%
    }

    .col-md-5 {
        width: 41.46666667%
    }

    .col-md-4 {
        width: 33.13333333%
    }

    .col-md-3 {
        width: 24.8%
    }

    .col-md-2 {
        width: 16.46666667%
    }

    .col-md-1 {
        width: 8.13333333%
    }
}

@media (min-width:1140px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 99.8%
    }

    .col-lg-11 {
        width: 91.46666667%
    }

    .col-lg-10 {
        width: 83.13333333%
    }

    .col-lg-9 {
        width: 74.8%
    }

    .col-lg-8 {
        width: 66.46666667%
    }

    .col-lg-7 {
        width: 58.13333333%
    }

    .col-lg-6 {
        width: 49.8%
    }

    .col-lg-5 {
        width: 41.46666667%
    }

    .col-lg-4 {
        width: 33.13333333%
    }

    .col-lg-3 {
        width: 24.8%
    }

    .col-lg-2 {
        width: 16.46666667%
    }

    .col-lg-1 {
        width: 8.13333333%
    }
}

.container {
    width: 100%;
    max-width: 1140px;
    padding: 0 20px;
    margin: auto
}

.container--xxl {
    max-width: 1360px
}

.page {
    overflow-x: hidden;
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #fff
}

.main-page .site-wrap .page {
    padding-top: 0 !important
}

.page-title {
    font: 700 46px/1.2 'Onest', sans-serif;
    letter-spacing: -.4px
}

@media (max-width:499px) {
    .page-title {
        font-size: 34px
    }
}

.page-subtitle {
    margin-top: 8px;
    font: 16px/1.4 'Onest', sans-serif
}

@media (max-width:1023px) {
    .search-form.is-active .search-form__input-wrap {
        height: auto;
        opacity: 1;
        transition: opacity .4s, visibility .4s;
        visibility: visible;
        z-index: 2
    }
}

.search-form__inner {
    position: relative
}

@media (max-width:1023px) {
    .search-form__inner {
        position: static
    }

    .search-form__input-wrap {
        height: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: calc(100% + 40px);
        opacity: 0;
        visibility: hidden;
        z-index: -1
    }
}

@media (max-width:699px) {
    .search-form__input-wrap {
        top: calc(100% + 20px)
    }
}

.search-form__input {
    background: #f3f3f3;
    border: 1px solid transparent;
    border-radius: 100px;
    color: #656464;
    font-size: 16px;
    height: 25px;
    padding-left: 10px;
    padding-right: 32px;
    width: 136px
}

@media (max-width:1023px) {
    .search-form__input {
        height: 45px;
        width: 100%
    }
}

.search-form__input:focus {
    background: #fff;
    border-color: #b03e78;
    outline: none
}

.search-form__btn {
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 14px;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px
}

@media (max-width:1023px) {
    .search-form__btn {
        background: #b03e79;
        border-radius: 50%;
        color: #fff;
        height: 34px;
        width: 34px
    }

    .search-form__btn:not(.search-form__btn_tablet) {
        display: none
    }
}

.search-form__btn_tablet {
    display: none
}

@media (max-width:1023px) {
    .search-form__btn_tablet {
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.search-form__btn:focus,
.search-form__btn:hover {
    color: #b03e78
}

@media (max-width:1023px) {

    .search-form__btn:focus,
    .search-form__btn:hover {
        color: #fff
    }
}

.search-form__search-icon {
    fill: currentColor;
    height: 100%;
    transition: fill .4s;
    width: 100%
}

@media (max-width:1023px) {
    .search-form__search-icon {
        height: 16px;
        width: 16px
    }
}

.search-form__clear-btn {
    background: 0 0;
    border: 0;
    display: none;
    fill: #b03e79;
    height: 15px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px
}

@media (max-width:1023px) {
    .search-form__clear-btn {
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.search-form__clear-btn svg {
    height: 100%;
    width: 100%
}

.products-nav {
    transition: all .1s ease;
    position: absolute;
    width: 100%;
    min-width: 360px;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    opacity: 0;
    visibility: hidden
}

@media (max-width:1023px) {
    .products-nav {
        display: none
    }
}

.products-nav.open {
    transition: all .4s ease;
    opacity: 1;
    visibility: visible
}

.products-nav .products-nav-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 35px 54px;
    padding: 36px 0 46px
}

.products-nav .nav-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 100px
}

.products-nav .nav-item-image img {
    max-width: 100%;
    max-height: 100%
}

.products-nav .nav-item-title {
    margin-top: 28px;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #b03e77
}

.header {
    position: sticky;
    position: -webkit-sticky;
    z-index: 99;
    top: 0
}

.header .container {
    max-width: 1416px
}

.header .search-form__input-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media (max-width:1023px) {
    .header .search-form__input-wrap {
        position: static;
        opacity: 1;
        visibility: visible;
        height: auto
    }
}

.header .search-form__input-wrap:hover span {
    color: #cd2795
}

.header .search-form__input-wrap:hover svg,
.headerTop__listItem:hover .headerTop__listLink svg {
    fill: #cd2795
}

.header .search-form__input-wrap svg {
    fill: #404040;
    transition: .3s
}

.header .search-form__input-wrap span {
    font-size: 12px;
    line-height: 1;
    color: #404040;
    transition: .3s
}

@media (max-width:1023px) {
    .header .search-form__input-wrap span {
        display: none
    }

    .header .search-form__inner {
        position: relative
    }
}

.header .search-form__btn {
    margin-right: 6px;
    display: -ms-flexbox;
    display: flex;
    position: static;
    background-color: transparent;
    -ms-transform: none;
    transform: none;
    width: 12px;
    height: 12px
}

.header .search-form__btn svg {
    width: 1000%;
    height: 100%
}

@media (max-width:1023px) {
    .header .search-form__btn svg {
        width: 17.2px;
        height: 17.2px
    }

    .header .search-form__btn {
        margin-right: 0;
        margin-left: 12px;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 24px;
        height: 24px
    }
}

.header .search-form__input {
    z-index: 99;
    position: absolute;
    right: 0;
    top: 100%;
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    padding-right: 10px;
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease
}

@media (max-width:1023px) {
    .header .search-form__input {
        max-width: 500px;
        width: auto;
        -ms-transform: translateY(24px);
        transform: translateY(24px)
    }
}

.header .search-form.is-active .search-form__input {
    opacity: 1;
    pointer-events: auto
}

.headerLogo {
    width: 185px;
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media (max-width:1023px) {
    .headerLogo {
        width: 132px;
        height: 32px
    }
}

.headerTop {
    padding: 15px 0;
    background-color: #fff
}

@media (max-width:1023px) {
    .headerTop {
        display: none
    }
}

.headerTop__nav {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.headerTop__left,
.headerTop__list,
.headerTop__nav,
.headerTop__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.headerTop__left .headerTop__listItem:not(:last-child) {
    margin-right: 35px
}

.headerTop__right .headerTop__listItem:not(:last-child) {
    margin-right: 40px
}

.headerTop__list:not(:last-child) {
    margin-right: 52px
}

.headerTop__listItem {
    position: relative
}

.headerTop__listItem:hover .headerTop__listLink {
    color: #cd2795
}

.headerTop__listItem:hover .headerTop__subList {
    opacity: 1;
    visibility: visible
}

@media (hover:none) {
    .headerTop__listItem:hover .headerTop__listLink {
        color: #404040
    }

    .headerTop__listItem:hover .headerTop__listLink svg {
        fill: #404040
    }

    .headerTop__listItem .headerTop__listLink,
    .headerTop__listItem .headerTop__listLink svg {
        transition: none
    }

    .headerTop__listItem .headerTop__subList {
        opacity: 1;
        visibility: visible
    }
}

.headerTop__listLink {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 1;
    color: #404040;
    transition: all .4s ease;
    text-decoration: none
}

@media (max-width:1023px) {
    .headerTop__listLink {
        font-size: 16px
    }
}

.headerTop__listLink svg {
    margin-left: 4px;
    fill: #404040;
    transition: all .4s ease
}

.headerTop__subList {
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    border-radius: 4px;
    position: absolute;
    overflow: hidden;
    width: -webkit-max-content;
    width: max-content;
    left: 0;
    top: 100%;
    margin-top: 11px;
    z-index: 100;
    transition: all .4s ease;
    transition-delay: .2s
}

.headerTop__subList-item:first-child .headerTop__subList-link {
    padding-bottom: 4px;
    padding-top: 10px
}

.headerTop__subList-item:last-child .headerTop__subList-link {
    padding-bottom: 10px;
    padding-top: 4px
}

.headerTop__subList-link {
    padding: 6px 10px;
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #404040;
    text-decoration: none;
    transition: all .4s ease
}

@media (hover:hover) {
    .headerTop__subList-link:hover {
        background-color: #f4d2df
    }
}

.headerBottom {
    background-color: #fbe3eb
}

.headerBottom__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1111.5px
}

@media (max-width:1023px) {
    .headerBottom__nav {
        padding: 11px 0
    }
}

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

@media (max-width:1023px) {
    .headerBottom__list {
        display: none
    }
}

.headerBottom__listItem {
    position: relative
}

@media (hover:hover) {
    .headerBottom__listItem:hover .headerBottom__listLink {
        background-color: rgba(176, 62, 119, .1)
    }
}

.headerBottom__listLink {
    padding: 35px 31.5px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #b03e77;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: all .4s ease
}

@media (max-width:1139px) {
    .headerBottom__listLink {
        padding-left: 16px;
        padding-right: 16px
    }
}

.headerBottom__listLink svg {
    margin-left: 4px;
    fill: #b03e77
}

.headerBottom__mobile {
    display: none
}

@media (max-width:1023px) {
    .headerBottom__mobile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

.headerMobile {
    display: none
}

@media (max-width:1023px) {
    .headerMobile {
        display: block;
        position: absolute;
        z-index: 99;
        width: 100%;
        left: 0;
        right: 0;
        top: 62px;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        overflow-y: auto;
        transition: all .4s ease;
        background: linear-gradient(0deg, rgba(176, 62, 119, .5), rgba(176, 62, 119, .5))
    }
}

.headerMobile__top {
    background-color: #fbe3eb;
    padding: 24px 0
}

.headerMobile__topList {
    list-style: none
}

.headerMobile__topItem:not(:last-child) {
    margin-bottom: 24px
}

.headerMobile__topLink {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #b03e77;
    text-decoration: none;
    display: block
}

.headerMobile__topSublist {
    list-style: none;
    padding-top: 24px;
    padding-left: 30px
}

.headerMobile__topSublist-item:not(:last-child) {
    margin-bottom: 20px
}

.headerMobile__topSublist-link {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    color: #b03e77;
    display: block
}

.headerMobile__bottom {
    background-color: #fff;
    padding: 16px 0
}

.headerMobile__bottomList,
.mobile-aside ul {
    list-style: none
}

.headerMobile__bottomItem:not(:last-child),
.headerMobile__bottomSublist-item:not(:last-child) {
    margin-bottom: 16px
}

.headerMobile__bottomLink {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #404040;
    display: block;
    text-decoration: none
}

.headerMobile__bottomSublist {
    padding-left: 30px;
    padding-top: 16px;
    list-style: none
}

.headerMobile__bottomSublist-link {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #404040;
    display: block;
    text-decoration: none
}

.headerMobile__sublist {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s linear
}

.headerMobile__dropdown .headerMobile__bottomLink,
.headerMobile__dropdown .headerMobile__topLink {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M1.33464 5.3474L2.51797 4.16406L8.0013 9.6474L13.4846 4.16406L14.668 5.3474L8.0013 12.0141L1.33464 5.3474Z' fill='%23B03E77'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right center
}

.headerMobile__dropdown .headerMobile__bottomLink {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M1.33464 5.3474L2.51797 4.16406L8.0013 9.6474L13.4846 4.16406L14.668 5.3474L8.0013 12.0141L1.33464 5.3474Z' fill='%23404040'/%3E%3C/svg%3E")
}

.headerMobile__dropdown.is-active .headerMobile__bottomLink {
    color: #b03e77
}

.headerHamburger {
    width: 40px;
    height: 40px;
    display: none;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:1023px) {
    .headerHamburger {
        display: block
    }
}

.headerHamburger i,
.headerHamburger::after,
.headerHamburger::before {
    position: absolute;
    transition: all .4s ease;
    width: 29px;
    height: 2px;
    left: 50%;
    background-color: #404040
}

.headerHamburger i {
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.headerHamburger::after,
.headerHamburger::before {
    content: '';
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.headerHamburger::before {
    top: 10.5px
}

.headerHamburger::after {
    bottom: 10.5px
}

.open-nav .headerMobile {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.open-nav .headerHamburger::before {
    top: 50%;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.open-nav .headerHamburger::after {
    bottom: 50%;
    -ms-transform: translate(-50%, 50%) rotate(45deg);
    transform: translate(-50%, 50%) rotate(45deg)
}

.skiptranslate {
    display: none !important
}

.headerBottom__nav {
    position: relative
}

.headerBottom__holiday-wrapper {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    height: 86px;
    width: auto;
    display: inline-block;
    pointer-events: none;
    left: -115px;
    top: -21px
}

.header-logo__new-year {
    position: relative;
    top: 6px;
    height: 96px
}

@media (max-width:1023px) {
    .headerBottom__holiday-wrapper {
        height: 65px;
        left: -72px;
        top: -18px
    }

    .header-logo__new-year {
        top: 9px;
        height: 65px
    }
}

.open-nav {
    overflow: hidden
}

.open-nav .mobile-aside {
    -ms-transform: none;
    transform: none
}

.mobile-aside {
    transition: transform .4s ease;
    position: fixed;
    width: 100%;
    height: calc(100vh - 70px);
    top: 70px;
    left: 0;
    padding: 25px 20px 30px;
    color: #fff;
    background: #b03e78;
    overflow: auto;
    z-index: 98;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media (min-width:1024px) {
    .mobile-aside {
        display: none
    }
}

.mobile-aside .mobile-nav {
    font: 700 20px/1.2 'Onest', sans-serif
}

.mobile-aside .mobile-nav li {
    padding-bottom: 20px
}

.footer .footer-nav a,
.mobile-aside .aside-phone a,
.mobile-aside .mobile-nav a {
    text-decoration: none
}

.mobile-aside .subnav {
    padding: 19px 0 0 20px
}

.mobile-aside .subnav li:last-child {
    padding-bottom: 0
}

.mobile-aside .aside-contacts {
    margin-top: 15px;
    padding-top: 34px;
    font-size: 20px;
    border-top: 1px rgba(255, 255, 255, .5) solid
}

.mobile-aside .aside-address {
    padding-bottom: 23px
}

.mobile-aside .aside-phone {
    padding-bottom: 25px
}

.mobile-aside .aside-email {
    padding-bottom: 34px
}

.mobile-aside .socials a i {
    -ms-transform: scale(1.2) translate(-50%, -40%);
    transform: scale(1.2) translate(-50%, -40%)
}

.footer {
    padding: 59px 0 40px;
    color: #4a4a4a;
    background: #ffeff4
}

@media (max-width:499px) {
    .footer {
        padding-top: 21px
    }
}

@media (max-width:1370px) {
    .footer {
        padding-bottom: 130px
    }
}

@media (min-width:500px) {
    .footer .footer-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 41px
    }
}

.footer .footer-navs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 9px;
    padding-left: 20px
}

@media (max-width:1023px) {
    .footer .footer-navs {
        display: block;
        margin-right: 0;
        padding: 0 35px 0 25px
    }
}

@media (max-width:750px) {
    .footer .footer-navs {
        display: none
    }
}

.footer .footer-nav {
    margin-top: -7px;
    font: 700 18px/1.2 'Onest', sans-serif;
    list-style: none
}

@media (max-width:1023px) {
    .footer .footer-nav {
        display: inline
    }
}

.footer .footer-nav li {
    padding-bottom: 19px
}

@media (max-width:1023px) {
    .footer .footer-nav li {
        display: inline-block;
        padding: 0 15px 15px 0
    }
}

.footer .footer-nav a:hover {
    color: #ec008c
}

.footer .footer-contacts {
    max-width: 200px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer .footer-logo {
    margin-bottom: 28px
}

.footer .footer-logo img {
    width: 100%
}

.footer .footer-address {
    max-width: 180px;
    margin-bottom: 25px;
    line-height: 22px
}

@media (max-width:499px) {
    .footer .footer-address {
        display: none
    }
}

.clear-text p,
.footer .footer-phone {
    padding-bottom: 28px
}

@media (max-width:499px) {
    .footer .footer-phone {
        display: none
    }
}

.footer .footer-phone a {
    color: #4a4a4a;
    text-decoration: none
}

.footer .footer-phone a:hover,
.section-questions .section-questions-faq .section-questions-item.active>span:hover {
    color: #b03e78
}

.footer .footer-email {
    padding-bottom: 20px
}

@media (max-width:499px) {
    .footer .footer-email {
        display: none
    }
}

.footer .footer-subscribe {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 230px;
    margin-top: -6px
}

@media (max-width:1023px) {
    .footer .footer-subscribe {
        width: 230px
    }
}

@media (max-width:499px) {
    .footer .footer-subscribe {
        width: 249px
    }
}

.footer .subscribe-block {
    margin-bottom: 29px
}

.footer .footer-title {
    padding-bottom: 12px;
    font: 700 18px 'Onest', sans-serif
}

.footer .subscribe-text {
    padding-bottom: 14px;
    color: #9b9b9b;
    font-size: 12px;
    line-height: 1.5
}

.footer .inp {
    position: relative;
    max-width: 250px
}

@media (min-width:500px) {
    .footer .inp {
        margin-left: -19px
    }
}

.clear-text a.dashed:hover,
.footer .inp input[type=email] {
    border-color: transparent
}

.footer .inp button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    border-radius: 25px;
    background: 0 0;
    cursor: pointer
}

.footer .inp button:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 21px;
    background: url(../images/sprite.svg?a353bc17) -1456.4px -693px no-repeat;
    transition: opacity .2s ease;
    top: 15px;
    right: 25px
}

.footer .inp button:hover:before {
    opacity: .8
}

@media (max-width:499px) {
    .footer .socials {
        display: none
    }
}

.footer .socials .socials-title {
    padding-bottom: 12px
}

.footer .socials .socials-list {
    margin-left: -6px
}

.footer .socials a {
    margin-right: 3px
}

.footer .socials .social-yt:after,
.footer .socials .social-yt:before {
    background: #c30200
}

.footer .socials .social-yt i {
    width: 19px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -1338px -950.42px no-repeat
}

.footer .socials .social-yt:hover i {
    width: 19px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -1315px -950.42px no-repeat
}

.footer .socials .social-ok:after,
.footer .socials .social-ok:before {
    background: #d48435
}

.footer .socials .social-ok i {
    width: 11px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -1458.4px -889px no-repeat
}

.footer .socials .social-ok:hover i {
    width: 11px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -977px -998.42px no-repeat
}

.footer .socials .social-vk:after,
.footer .socials .social-vk:before {
    background: #4464a1
}

.footer .socials .social-vk i {
    width: 21px;
    height: 13px;
    background: url(../images/sprite.svg?a353bc17) -1399.4px -926px no-repeat
}

.footer .socials .social-vk:hover i {
    width: 21px;
    height: 13px;
    background: url(../images/sprite.svg?a353bc17) -1438.4px -629px no-repeat
}

.footer .socials .social-fb:after,
.footer .socials .social-fb:before {
    background: #3b5998
}

.footer .socials .social-fb i {
    width: 8px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -1458.4px -867px no-repeat
}

.footer .socials .social-fb:hover i {
    width: 8px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -992px -998.42px no-repeat
}

.footer .socials .social-ig:after,
.footer .socials .social-ig:before {
    background: #e43d54
}

.footer .socials .social-ig i {
    width: 18px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -1361px -950.42px no-repeat
}

.footer .socials .social-ig:hover i {
    width: 18px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -1383px -950.42px no-repeat
}

.footer .socials .social-yd:after,
.footer .socials .social-yd:before {
    background: #cac5c5
}

.footer .socials .social-yd i {
    width: 18px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -1026px -998.42px no-repeat
}

.footer .socials .social-yd:hover i {
    width: 18px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -1004px -998.42px no-repeat
}

.footer .footer-copyrights {
    font-size: 12px;
    color: #9b9b9b
}

.footer .footer-copyrights a {
    color: #9b9b9b
}

@media (min-width:500px) {
    .footer .footer-copyrights {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer .sibirix-link {
    position: relative;
    padding: 0 37px 0 0;
    color: #9b9b9b;
    text-decoration: none;
    white-space: nowrap
}

@media (min-width:1024px) {
    .footer .sibirix-link {
        margin-right: 3px
    }
}

@media (max-width:499px) {
    .footer .sibirix-link {
        display: inline-block;
        margin-top: 16px
    }
}

.footer .sibirix-link.show i {
    background: 0 0
}

.footer .sibirix-link img {
    display: none
}

.footer .sibirix-link i {
    width: 26px;
    height: 26px;
    background: url(../images/sprite.svg?a353bc17) -1187px -950.42px no-repeat;
    position: absolute;
    top: -6px;
    right: 0
}

.footer .sibirix-link .slon-hover {
    position: absolute;
    top: -60px;
    left: -65px
}

.socials .socials-title {
    padding-bottom: 21px;
    font: 700 18px/1.2 'Onest', sans-serif
}

.socials a {
    width: 42px;
    height: 42px;
    position: relative;
    display: inline-block;
    margin-right: 14px;
    vertical-align: top
}

.socials a:last-child {
    margin-right: 0
}

.socials a:after,
.socials a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    top: 5px;
    left: 0;
    background: 0 0;
    border-radius: 5px 5px 0 0;
    -ms-transform: skew(0deg, 5deg);
    transform: skew(0deg, 5deg);
    opacity: 0
}

.socials a:before {
    top: 20px;
    border-radius: 0 0 5px 5px;
    -ms-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg)
}

.is-ff .socials a:after,
.is-ff .socials a:before {
    outline: 1px solid transparent
}

.socials a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10
}

.socials .social-yt i {
    width: 19px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -1315px -950.42px no-repeat
}

.socials .social-yt:hover i {
    width: 19px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -1338px -950.42px no-repeat
}

.socials .social-ok i {
    width: 11px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -977px -998.42px no-repeat
}

.socials .social-ok:hover i {
    width: 11px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -1458.4px -889px no-repeat
}

.socials .social-vk i {
    width: 21px;
    height: 13px;
    background: url(../images/sprite.svg?a353bc17) -1438.4px -629px no-repeat
}

.socials .social-vk:hover i {
    width: 21px;
    height: 13px;
    background: url(../images/sprite.svg?a353bc17) -1399.4px -926px no-repeat
}

.socials .social-ig i {
    width: 18px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -1383px -950.42px no-repeat
}

.socials .social-ig:hover i {
    width: 18px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -1361px -950.42px no-repeat
}

.socials .social-fb i {
    width: 8px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -992px -998.42px no-repeat
}

.socials .social-fb:hover i {
    width: 8px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -1458.4px -867px no-repeat
}

.socials .social-yd i {
    width: 18px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -1004px -998.42px no-repeat
}

.socials .social-yd:hover i {
    width: 18px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -1026px -998.42px no-repeat
}

.app-list {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px;
    margin-top: 36px
}

@media (max-width:499px) {
    .app-list {
        margin-bottom: 18px;
        margin-left: 0;
        margin-top: 18px
    }
}

.app-list__item {
    list-style: none;
    vertical-align: top
}

.app-list__item:not(:first-child) {
    margin-left: 14px
}

.app-list__link {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center
}

.clear-text {
    font: 16px/1.375em 'Onest', sans-serif
}

.catalog__product--horizontal a,
.clear-text a {
    text-decoration: none
}

.clear-text a:hover {
    color: #ec008c
}

.clear-text a.dashed {
    border-bottom: 1px #fff dashed
}

.clear-text h1,
.clear-text h2,
.clear-text h3,
.clear-text h4,
.clear-text h5 {
    font-family: 'Onest', sans-serif;
    line-height: 1.2
}

.clear-text h1 {
    padding-bottom: 25px;
    font-size: 40px;
    letter-spacing: .2px
}

.clear-text h2 {
    padding: 10px 0 21px;
    font-size: 34px;
    letter-spacing: .2px
}

@media (max-width:499px) {
    .clear-text h2 {
        font-size: 28px
    }
}

.clear-text h3,
.clear-text h4 {
    padding: 14px 0 24px;
    font-size: 30px;
    letter-spacing: .2px
}

.clear-text h4 {
    padding: 21px 0 16px;
    font-size: 22px
}

.clear-text h5 {
    padding: 24px 0 27px;
    font-size: 20px
}

.clear-text h6 {
    padding-bottom: 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6
}

.clear-text ol,
.clear-text ul {
    padding-bottom: 20px;
    list-style: none
}

.clear-text ol li,
.clear-text ul li {
    position: relative;
    padding: 0 0 8px 29px
}

.clear-text ol {
    counter-reset: li
}

.clear-text ol li {
    counter-increment: li
}

.clear-text ol li:before {
    position: absolute;
    content: counter(li) '.';
    top: 0;
    left: 0;
    color: #b03e78;
    font-weight: 500
}

.clear-text ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 0;
    background: #b03e78;
    border-radius: 50%
}

.clear-text img {
    max-width: 100%
}

.clear-text img.fancy-image {
    transition: opacity .2s ease;
    cursor: pointer
}

.clear-text img.fancy-image:hover {
    opacity: .9
}

.clear-text figure {
    margin: 16px 0 28px
}

.clear-text figure.align-left {
    float: left;
    margin: 0 35px 20px 0
}

.clear-text figure.align-left img,
.clear-text figure.align-right img {
    float: none
}

.clear-text figure.align-right {
    float: right;
    margin: 0 0 20px 35px
}

@media (max-width:699px) {
    .clear-text figure {
        float: none;
        width: 100%
    }

    .clear-text figure img {
        width: 100%
    }
}

.clear-text figcaption {
    padding: 10px 0 0;
    font-size: 14px
}

.clear-text .with-image {
    display: -ms-flexbox;
    display: flex
}

.clear-text table {
    margin: 16px 0 29px;
    font-size: 14px;
    line-height: 1.43;
    border-collapse: collapse
}

.clear-text table td:first-child,
.clear-text table th:first-child {
    border-radius: 6px 0 0 6px
}

.clear-text table td:last-child,
.clear-text table th:last-child {
    border-radius: 0 6px 6px 0
}

.clear-text table th {
    padding: 16px 19px 14px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    background: #ffadc7
}

.clear-text table td {
    padding: 14px 19px
}

.clear-text table tr:nth-child(odd) td {
    background: #fbe3eb
}

@media (max-width:699px) {
    .clear-text .large-only {
        display: none
    }
}

.clear-text .small-only {
    margin-left: -20px;
    margin-right: -20px
}

@media (min-width:700px) {
    .clear-text .small-only {
        display: none
    }
}

.clear-text .small-only .st-head-row-main {
    display: none
}

.clear-text .small-only .st-head-row {
    border-radius: 0
}

.clear-text .small-only td {
    background: 0 0 !important
}

.clear-text blockquote {
    position: relative;
    max-width: 660px;
    min-height: 100px;
    margin: 0 0 33px;
    padding: 31px 0 30px 94px;
    color: #9b9b9b;
    font: 16px/1.38 'Onest', sans-serif
}

@media (max-width:699px) {
    .clear-text blockquote {
        padding-left: 24px
    }
}

.clear-text blockquote .blockquote-inner {
    position: relative;
    z-index: 1
}

.clear-text blockquote:before {
    content: '';
    position: absolute;
    width: 177px;
    height: 100%;
    max-height: 153px;
    min-height: 100px;
    top: 0;
    left: 0;
    background: #fbe3eb;
    border-radius: 10px;
    -ms-transform-origin: left center;
    transform-origin: left center;
    transform: matrix3d(1, 0, 0, .0009, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}

.clear-text blockquote strong {
    display: block;
    padding-bottom: 5px;
    color: #404040;
    font: 700 20px/1.4 'Onest', sans-serif
}

.clear-text .attention,
.clear-text mark {
    color: #b03e78;
    font: 700 24px/1.2 'Onest', sans-serif;
    letter-spacing: .2px
}

.clear-text .attention {
    position: relative;
    display: inline-block;
    margin: 14px 0 49px;
    padding: 0 0 0 41px
}

.clear-text .attention:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../images/sprite.svg?a353bc17) -1217px -950.42px no-repeat;
    top: 0;
    left: 0
}

.clear-text mark {
    background: 0 0
}

.loader-content {
    transition: all .4s ease
}

.loader-content.loading {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

@media (min-width:1024px) {
    .main-page .faded {
        transition: all 1s ease;
        opacity: 0;
        visibility: hidden;
        -ms-transform: translateY(100px);
        transform: translateY(100px)
    }

    .main-page .section-slides-flyer img {
        transition-delay: .3s
    }

    .main-page .section-slides-flyer:nth-child(2) img {
        transition-delay: .5s
    }

    .main-page .section-slides-flyer:nth-child(3) img {
        transition-delay: .7s
    }

    .main-page .section-slides-flyer:nth-child(4) img {
        transition-delay: .8s
    }

    .main-page .section-slides-flyer:nth-child(5) img {
        transition-delay: .9s
    }
}

.main-page .page {
    padding-bottom: 123px;
    margin-bottom: auto;
    background: #fff
}

@media (max-width:499px) {
    .main-page .page {
        padding-bottom: 50px
    }
}

.main-page section {
    background-color: #fff
}

@media (max-width:499px) {
    .main-page .section-news .section-news-item:first-child {
        margin-bottom: 0
    }

    .main-page .section-news .section-news-item:not(:first-child) {
        display: none
    }

    .main-page .section-questions .section-questions-faq .section-questions-item {
        display: none
    }

    .main-page .section-questions .section-questions-faq .section-questions-item:nth-child(1),
    .main-page .section-questions .section-questions-faq .section-questions-item:nth-child(2) {
        display: block
    }

    .main-page .section-questions .section-questions-faq .section-questions-item:nth-child(2) {
        margin-bottom: 0
    }
}

.active .faded,
.active.faded,
.is-touch .faded {
    opacity: 1;
    visibility: visible;
    -ms-transform: none;
    transform: none
}

.text-page .text-container {
    max-width: 820px;
    padding-bottom: 55px
}

.is-touch.text-page .text-container {
    max-width: none
}

.catalog-list-page .page {
    padding-bottom: 60px
}

.catalog-list-page .hero-link {
    margin-bottom: 30px
}

.catalog-list-page .breadcrumbs li:after,
.faq-page .breadcrumbs li:after,
.faq-period-page .breadcrumbs li:after,
.news-detail-page .hero-block .breadcrumbs li:after,
.news-page .hero-block .breadcrumbs li:after {
    width: 6px;
    height: 9px;
    background: url(../images/sprite.svg?a353bc17) -1463.4px -629px no-repeat
}

.catalog-list-page .breadcrumbs a {
    color: #fff
}

.catalog__container {
    max-width: 1416px
}

.catalog__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px 40px
}

@media screen and (max-width:1024px) {
    .catalog__wrapper {
        -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
        gap: 40px
    }
}

.catalog__card {
    -ms-grid-column: span 2;
    grid-column: span 2;
    padding: 40px 52px 16px 46px;
    background: #f9f9f9;
    border-radius: 24px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0
}

@media screen and (max-width:1024px) {
    .catalog__card {
        -ms-grid-column: span 1;
        grid-column: span 1
    }
}

@media screen and (max-width:767px) {
    .catalog__card {
        margin-left: -20px;
        margin-right: -20px;
        padding: 24px 20px;
        border-radius: 0
    }
}

.catalog__card._double {
    -ms-grid-column: span 1;
    grid-column: span 1
}

.catalog__card-head {
    display: -ms-flexbox;
    display: flex;
    padding-right: 70px;
    gap: 18px 35px;
    margin-bottom: auto
}

@media screen and (max-width:1024px) {
    .catalog__card-head {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 45px
    }
}

@media screen and (max-width:767px) {
    .catalog__card-head {
        gap: 20px
    }
}

.catalog__card-info {
    max-width: 501px
}

@media screen and (max-width:767px) {
    .catalog__card-info {
        max-width: 100%
    }
}

.catalog__card-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #404040;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .catalog__card-title {
        margin-bottom: 11px;
        font-size: 24px;
        line-height: 28px
    }
}

.catalog__card-description {
    font-size: 14px;
    line-height: 130%;
    color: #9b9b9b
}

.catalog__card-tagsList {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 22px
}

@media screen and (max-width:767px) {
    .catalog__card-tagsList {
        gap: 16px
    }
}

.catalog__card-tag {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    color: #404040
}

.catalog__card-tagIcon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    width: 32px;
    height: 32px
}

.catalog__card-tagsInfo {
    margin-top: 17px;
    padding: 9px 11px;
    border: 1px solid #b03e78;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #404040;
    width: -webkit-fit-content;
    width: fit-content
}

@media screen and (max-width:767px) {
    .catalog__card-tagsInfo {
        padding: 9px;
        width: auto
    }
}

.catalog__card-premium {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 75px;
    height: 75px;
    top: 30px;
    right: 30px
}

.catalog__card-premium img {
    width: 100%;
    height: 100%
}

@media screen and (max-width:767px) {
    .catalog__card-premium {
        top: 15px;
        right: 15px;
        width: 60px;
        height: 60px
    }
}

@media screen and (max-width:767px) {
    .catalog__card-products {
        margin-top: 30px
    }
}

.catalog__card-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 24px;
    margin-bottom: 0
}

.catalog__product {
    background: #fff;
    border-radius: 10px;
    padding: 36px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    min-height: 481px
}

.catalog__product-bottom-wrap{
    flex: 0 0 132px;
    margin-top: 20px;
}

@media screen and (max-width:767px) {
    .catalog__product {
        padding: 24px 20px;
        min-height: 476px
    }
}

.catalog__product--horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    max-width: 713px;
    width: 100%;
    height: auto;
    min-height: 0;
    -ms-grid-column: span 2;
    grid-column: span 2;
    gap: 30px
}

@media screen and (max-width:1024px) {
    .catalog__product--horizontal {
        max-width: 100%;
        gap: 18px
    }
}

@media screen and (max-width:640px) {
    .catalog__product--horizontal {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.catalog__product--horizontal .catalog__product-top {
    -ms-flex: 1 1 278px;
    flex: 1 1 278px
}

@media screen and (max-width:640px) {
    .catalog__product--horizontal .catalog__product-top {
        -ms-flex: auto;
        flex: auto
    }
}

.catalog__product--horizontal .catalog__product-top+div {
    -ms-flex: 1 1 355px;
    flex: 1 1 355px
}

@media screen and (max-width:640px) {
    .catalog__product--horizontal .catalog__product-top+div {
        -ms-flex: auto;
        flex: auto
    }
}

.catalog__product--horizontal .catalog__product-img {
    margin: 0;
    max-width: 100%;
    aspect-ratio: auto
}

@media screen and (max-width:640px) {
    .catalog__product--horizontal .catalog__product-img {
        max-width: 213px;
        aspect-ratio: auto
    }
}

@media screen and (max-width:1024px) {
    .catalog__product--last {
        display: none
    }
}

.catalog__product-img-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.catalog__product-img {
    display: block;
    margin-bottom: 25px;
    aspect-ratio: 2.05109489;
    max-width: 281px;
    width: 100%;
    height: auto;
    object-fit: contain
}

@media screen and (max-width:767px) {
    .catalog__product-img {
        margin-bottom: 18px;
        max-width: 213px;
        aspect-ratio: 1
    }
}

.catalog__product-btn {
    max-width: 308px;
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #b03e78;
    padding: 14px;
    border: 1px solid #b03e78;
    border-radius: 60px;
    text-decoration: none
}

.catalog__product-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 14px;
    line-height: 130%;
    color: #b03e78
}

.catalog__product-info {
    font-size: 13px;
    line-height: 112%;
    color: #9d9d9d
}

@media screen and (max-width:767px) {
    .catalog__product-info {
        font-size: 15px
    }
}

.catalog__product-top {
    text-decoration: none;
    flex: 1 0 65%;
    margin-bottom: auto;
}

.catalog__product-links,
.catalog__product-links a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.catalog__product-links {
    margin-bottom: 20px;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 30px
}

@media screen and (max-width:767px) {
    .catalog__product-links {
        gap: 20px
    }
}

.catalog__product-links a {
    font-size: 12px;
    line-height: 112%;
    text-decoration: none;
    transition: .3s
}

@media screen and (max-width:767px) {
    .catalog__product-links a {
        font-size: 14px
    }
}

@media (hover:hover) {
    .catalog__product-links a:hover {
        color: #b03e78
    }

    .catalog__product-links a:hover [fill="#B03E78"] {
        fill: #fff
    }

    .catalog__product-links a:hover [fill="#FFEFF4"] {
        fill: #b03e78
    }
}

.catalog__product-links svg {
    display: block;
    width: 15px;
    height: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px
}

.catalog__product-links path {
    transition: .3s
}

.catalog__product-shops {
    margin-top: 24px;
    list-style: none;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px
}

@media screen and (max-width:767px) {
    .catalog__product-shops {
        margin-top: 22px;
        gap: 8px
    }
}

.catalog__product-shops a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #b03e78;
    border-radius: 60px;
    height: 40px;
    transition: .3s;
    padding: 10px 20px;
}

@media (hover:hover) {
    .catalog__product-shops a:hover {
        background: #b03e78
    }

    .catalog__product-shops a:hover img {
        filter: brightness(0) invert(1)
    }
}

.catalog__product-shops img {
    display: block;
    width: 95%;
    height: 100%;
    transition: .3s;
}

.catalog__product-shops .icon-www_wildberries_ru{
    height: 75%;
}

.catalog__product-shops .icon-www_ozon_ru{
    height: 80%;
}

.catalog .swiper {
    margin-left: -14px;
    margin-right: -14px;
    padding-right: 14px;
    padding-left: 14px;
    padding-bottom: 24px
}

@media screen and (max-width:767px) {
    .catalog .swiper {
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0
    }
}

.catalog .swiper-wrapper {
    -ms-flex-align: stretch;
    align-items: stretch
}

.catalog .swiper-slide {
    height: auto
}

.catalog .swiper::after,
.catalog .swiper::before {
    content: '';
    position: absolute;
    z-index: 3;
    background: #f9f9f9;
    width: 14px;
    height: 100%
}

@media screen and (max-width:767px) {

    .catalog .swiper::after,
    .catalog .swiper::before {
        content: none
    }
}

.catalog .swiper::before {
    left: 0
}

.catalog .swiper::after {
    right: 0
}

.catalog .swiper-button-next,
.catalog .swiper-button-prev {
    z-index: 4;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(calc(-74%));
    transform: translateY(calc(-74%));
    transition: opacity .3s
}

@media screen and (max-width:767px) {

    .catalog .swiper-button-next,
    .catalog .swiper-button-prev {
        position: static;
        -ms-transform: none;
        transform: none
    }
}

.catalog .swiper-button-prev {
    left: 0
}

.catalog .swiper-button-next {
    right: 0
}

.catalog .swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

.catalog .swiper-button-lock {
    display: none
}

.catalog .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

@media screen and (max-width:767px) {
    .catalog .swiper-pagination {
        display: none
    }
}

.catalog .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #b03e78;
    transition: .3s;
    cursor: pointer
}

.catalog .swiper-pagination-bullet-active {
    background: #b03e78
}

.catalog .swiper-pagination-lock {
    display: none
}

.catalog .catalog__card-products {
    padding: 0;
    background: 0 0;
    border-radius: 0;
    margin-top: 48px
}

@media screen and (max-width:767px) {
    .catalog .catalog__card-products {
        margin-left: -20px;
        margin-top: 30px;
        margin-right: -20px;
        padding: 24px 20px;
        border-radius: 0
    }
}

.catalog__card-products {
    margin-top: 0;
    padding: 40px 40px 16px;
    background: #f9f9f9;
    border-radius: 24px
}

@media screen and (max-width:767px) {
    .catalog__card-products {
        margin-left: -20px;
        margin-right: -20px;
        padding: 24px 20px;
        border-radius: 0
    }
}

.catalog__card-products .swiper {
    margin-left: -14px;
    margin-right: -14px;
    padding-right: 14px;
    padding-left: 14px;
    padding-bottom: 24px
}

@media screen and (max-width:767px) {
    .catalog__card-products .swiper {
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0
    }
}

.catalog__card-products .swiper-wrapper {
    -ms-flex-align: stretch;
    align-items: stretch
}

.catalog__card-products .swiper-slide {
    height: auto
}

.catalog__card-products .swiper::after,
.catalog__card-products .swiper::before {
    content: none
}

.catalog__card-products .swiper-button-next,
.catalog__card-products .swiper-button-prev {
    z-index: 4;
    cursor: pointer;
    top: 50%;
    transition: opacity .3s
}

@media screen and (max-width:767px) {

    .catalog__card-products .swiper-button-next,
    .catalog__card-products .swiper-button-prev {
        position: static;
        -ms-transform: none;
        transform: none
    }
}

.catalog__card-products .swiper-button-prev {
    left: 0
}

.catalog__card-products .swiper-button-next {
    right: 0
}

.catalog__card-products .swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

.catalog__card-products .swiper-button-lock {
    display: none
}

.catalog__card-products .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

@media screen and (max-width:767px) {
    .catalog__card-products .swiper-pagination {
        display: none
    }
}

.catalog__card-products .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #b03e78;
    transition: .3s;
    cursor: pointer
}

.catalog__card-products .swiper-pagination-bullet-active {
    background: #b03e78
}

.catalog__card-products .swiper-pagination-lock {
    display: none
}

.catalog__card-products .swiper-button-next,
.catalog__card-products .swiper-button-prev {
    position: absolute;
    -ms-transform: translateY(calc(-74%));
    transform: translateY(calc(-74%))
}

@media screen and (max-width:767px) {

    .catalog__card-products .swiper-button-next circle,
    .catalog__card-products .swiper-button-prev circle {
        display: none
    }

    .catalog__card-products .swiper-button-prev {
        left: -10px
    }

    .catalog__card-products .swiper-button-next {
        right: -10px
    }
}

.catalog__card._double {
    padding-bottom: 40px
}

@media screen and (max-width:767px) {
    .catalog__card._double {
        padding-bottom: 24px
    }
}

.catalog__card._double .catalog__card-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catalog__card._double .catalog__card-products {
    margin-top: 18px
}

@media screen and (max-width:767px) {
    .catalog__card._double .catalog__card-products {
        margin-top: 20px
    }
}

.catalog__card._double .catalog__product {
    min-height: 450px
}

@media screen and (max-width:767px) {
    .catalog__card._double .catalog__product {
        min-height: 476px
    }
}

.catalog__card._double .catalog__product-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px
}

@media screen and (max-width:767px) {
    .catalog__card._double .catalog__product-bottom {
        display: block
    }
}

.catalog__card._double .catalog__product-shops {
    -ms-flex-preferred-size: 347px;
    flex-basis: 347px
}

@media screen and (max-width:767px) {
    .catalog__card._double .catalog__product-shops {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-top: 22px
    }
}

.catalog__card._double .catalog__product-links {
    gap: 12px;
    -ms-flex-align: initial;
    align-items: initial
}

@media screen and (max-width:767px) {
    .catalog__card._double .catalog__product-links {
        gap: 20px;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center
    }
}

.catalog__card._pregnancy .catalog__card-tagsInfo {
    max-width: 371px
}

@media screen and (max-width:767px) {
    .catalog__card._pregnancy .catalog__card-tagsInfo {
        max-width: 100%
    }
}

.swiper-slide.catalog__product--last .catalog__product {
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:576px) {
    .catalog__card-tagsList li:not(:first-child) {
        display: none
    }
}

.subsection__card-head {
    -ms-grid-column: span 3;
    grid-column: span 3
}

.subsection__wrapper {
    background: #f9f9f9;
    border-radius: 24px;
    padding: 30px 46px
}

@media (max-width:1024px) {
    .subsection__wrapper {
        padding: 30px 20px
    }
}

@media screen and (max-width:767px) {
    .subsection__wrapper {
        border-radius: 16px
    }
}

@media (max-width:576px) {
    .subsection__wrapper {
        padding: 30px 20px
    }
}

.subsection__wrapper .catalog__card {
    margin-top: 20px
}

.subsection__elements {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 30px;
    margin-top: 48px
}

@media (max-width:1024px) {
    .subsection__elements {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:767px) {
    .subsection__elements {
        margin-top: 30px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:576px) {
    .subsection__elements {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.catalog-detail-page .breadcrumbs {
    padding: 35px 0 14px
}

@media (max-width:499px) {
    .catalog-detail-page .breadcrumbs {
        padding-top: 25px
    }
}

@media (min-width:700px) {
    .catalog-detail-page .page {
        padding-bottom: 56px
    }
}

.catalog-detail-page .page-title {
    padding-bottom: 32px
}

@media (max-width:499px) {
    .catalog-detail-page .page-title {
        padding-bottom: 15px;
        font-size: 24px
    }
}

.catalog-detail-page .catalog-detail-top {
    margin-bottom: 52px
}

@media (min-width:700px) {
    .catalog-detail-page .catalog-detail-top {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.catalog-detail-page .catalog-detail-desc img {
    border-radius: 10px
}

@media (min-width:700px) {
    .catalog-detail-page .catalog-detail-desc .align-right:first-child {
        margin-top: 80px
    }
}

.catalog-detail-page .section-questions {
    margin-top: 0
}

.catalog-detail-page .video-instruction {
    margin-bottom: 122px
}

@media (max-width:1023px) {
    .catalog-detail-page .video-instruction {
        margin-bottom: 45px
    }
}

@media (max-width:699px) {
    .catalog-detail-page .video-instruction {
        margin-bottom: 0
    }
}

.catalog-detail-page .video-instruction__blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1023px) {
    .catalog-detail-page .video-instruction__blocks {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:699px) {
    .catalog-detail-page .video-instruction__blocks {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.catalog-detail-page .video-instruction__video-block {
    width: 60%
}

@media (max-width:1023px) {
    .catalog-detail-page .video-instruction__video-block {
        width: 100%;
        height: 382px;
        margin-bottom: 43px
    }
}

@media (max-width:699px) {
    .catalog-detail-page .video-instruction__video-block {
        width: 100%;
        height: 193px;
        margin-bottom: 25px
    }
}

.catalog-detail-page .video-instruction__text-block {
    width: 36%
}

@media (max-width:1023px) {
    .catalog-detail-page .video-instruction__text-block {
        width: 100%
    }
}

@media (max-width:699px) {
    .catalog-detail-page .video-instruction__text-block {
        width: 100%
    }
}

.catalog-detail-page .buy-block {
    padding-top: 10px;
    margin-bottom: 103px;
    background-repeat: no-repeat;
    background-position: right
}

@media (max-width:1023px) {
    .catalog-detail-page .buy-block {
        background-size: 433px
    }
}

@media (max-width:699px) {
    .catalog-detail-page .buy-block {
        background-image: none !important;
        margin-bottom: 62px
    }
}

.catalog-detail-page .buy-block .buy {
    width: 280px
}

.catalog-detail-page .review-slider {
    width: 86%;
    margin-bottom: 106px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px
}

@media (max-width:1023px) {
    .catalog-detail-page .review-slider {
        width: 100%;
        margin: auto auto 70px
    }
}

@media (max-width:699px) {
    .catalog-detail-page .review-slider {
        width: 100%;
        margin: auto auto 62px;
        padding-top: 13px
    }
}

.catalog-detail-page .review-slider__background {
    padding: 28px 65px 22px 67px;
    background-repeat: no-repeat
}

@media (max-width:1023px) {
    .catalog-detail-page .review-slider__background {
        padding-left: 36px;
        padding-top: 31px;
        background-size: 22%
    }
}

@media (max-width:699px) {
    .catalog-detail-page .review-slider__background {
        padding: 37px 10px 0 25px;
        background-size: 158px
    }
}

.catalog-detail-page .review-slider__text {
    font-size: 24px;
    line-height: 28px;
    color: #404040;
    margin-bottom: 21px
}

@media (max-width:1023px) {
    .catalog-detail-page .review-slider__text {
        font-size: 20px;
        line-height: 23px
    }
}

@media (max-width:699px) {
    .catalog-detail-page .review-slider__text {
        font-size: 16px;
        line-height: 19px
    }
}

.catalog-detail-page .review-slider__author {
    font-size: 18px;
    line-height: 21px;
    color: #9b9b9b
}

@media (max-width:699px) {
    .catalog-detail-page .review-slider .slick-dots {
        margin-top: 22px;
        text-align: center
    }
}

@media (max-width:1023px) {
    .catalog-detail-page .review-slider .slick-prev {
        right: 95%;
        top: 9px
    }

    .catalog-detail-page .review-slider .slick-next {
        left: 95%;
        top: 9px
    }
}

.catalog-detail-page .section-questions-under {
    padding-top: 30px
}

@media (max-width:699px) {
    .catalog-detail-page .section-questions-under {
        margin-left: -40px
    }
}

.catalog-detail-page .section-questions-under__title {
    font-size: 16px;
    line-height: 24px;
    color: #404040;
    margin-bottom: 10px;
    font-family: 'Onest', sans-serif
}

.catalog-detail-page .section-questions-under__block {
    background: #fbe3eb;
    border-radius: 15px;
    padding: 18px 22px
}

.catalog-detail-page .section-questions-under__block:not(:last-child) {
    margin-bottom: 16px
}

.catalog-detail-page .section-questions-under__block-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #404040;
    font-family: 'Onest', sans-serif
}

.catalog-detail-page .section-questions-under__block-text {
    font-size: 14px;
    line-height: 19px;
    color: #404040;
    margin-bottom: 10px
}

.catalog-detail-page .section-questions-under__link {
    font-size: 16px;
    line-height: 24px
}

@media (max-width:699px) {
    .catalog-detail-page .faq-block-btn {
        width: 100%
    }
}

#buy,
#instruction,
#review,
#video-instruction {
    padding-top: 122px;
    margin-top: -122px
}

@media (max-width:1023px) {

    #buy,
    #instruction,
    #review,
    #video-instruction {
        padding-top: 70px;
        margin-top: 70px
    }
}

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

.faq-page .page {
    margin-bottom: auto;
    padding-bottom: 82px
}

@media (max-width:1023px) {
    .faq-page .page {
        padding-top: 0
    }
}

@media (max-width:767px) {
    .faq-page .page {
        padding-bottom: 50px
    }
}

.faq-page .breadcrumbs,
.faq-page .page-top {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 20px
}

.faq-page .breadcrumbs a,
.faq-period-page .breadcrumbs a {
    color: #fff
}

.faq-page .page-top {
    top: 130px;
    max-width: 500px;
    width: calc(100% - 40px);
    color: #fff
}

@media (max-width:499px) {
    .faq-page .page-top {
        top: 50px
    }
}

.faq-page .section-periods .section-periods-slide:before {
    height: 100%
}

.faq-page .section-search .form .form-clear {
    transition: all .4s ease;
    position: absolute;
    bottom: -30px;
    left: 20px;
    font: 500 14px/1 'Onest', sans-serif;
    text-decoration: underline;
    cursor: pointer;
    visibility: hidden;
    opacity: 0
}

.faq-page .section-search .form .form-clear:hover {
    text-decoration: none
}

.faq-page .section-search .form.filled .form-clear {
    visibility: visible;
    opacity: 1
}

.faq-page .section-questions {
    margin-top: 38px
}

.faq-page .section-questions .container {
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 20px
}

@media (max-width:767px) {
    .faq-page .section-questions .container {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }
}

.faq-page .section-questions .section-questions-faq {
    max-width: none
}

@media (max-width:767px) {
    .faq-page .section-questions .section-questions-faq {
        margin-right: 0;
        padding: 0 20px
    }
}

.faq-page .section-questions .section-questions-faq .section-questions-list {
    margin-top: 0
}

.faq-page .section-questions .section-questions-item:not(:last-child) {
    margin-bottom: 38px
}

.faq-page .section-questions .section-questions-item.active {
    padding: 23px 15px 27px 40px
}

.faq-page .section-questions .section-questions-item.active:before {
    top: -8px
}

@media (max-width:767px) {
    .faq-page .pagination {
        margin-top: 40px
    }
}

.faq-empty {
    padding: 30px 0;
    font: 700 26px/1.2 'Onest', sans-serif
}

.faq-period-page .page {
    margin-bottom: auto;
    padding-bottom: 47px
}

@media (max-width:767px) {
    .faq-period-page .page {
        padding-bottom: 50px
    }
}

.faq-period-page .hero-block-text,
.faq-period-page .hero-block-title,
.news-detail-page .hero-block .breadcrumbs a,
.news-page .hero-block .breadcrumbs a {
    color: #fff
}

.faq-period-page .section-questions {
    margin-top: 35px
}

.faq-period-page .section-questions .container {
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:767px) {
    .faq-period-page .section-questions .container {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }
}

.faq-period-page .section-questions .section-questions-faq {
    max-width: none
}

@media (max-width:767px) {
    .faq-period-page .section-questions .section-questions-faq {
        margin-right: 0;
        padding: 0 20px
    }
}

.faq-period-page .section-questions .section-questions-list,
.news-page .section-news.articles {
    margin-top: 0
}

.faq-period-page .section-questions .section-questions-item:not(:last-child) {
    margin-bottom: 33px
}

.faq-period-page .section-questions .section-questions-item.active {
    padding: 44px 15px 25px 40px
}

.faq-period-page .section-questions .section-questions-item.active:before {
    top: 7px
}

@media (max-width:767px) {
    .faq-period-page .pagination {
        margin-top: 30px
    }
}

.news-page .page {
    margin-bottom: auto;
    padding-bottom: 70px
}

@media (max-width:767px) {
    .news-page .page {
        padding-bottom: 50px
    }
}

.news-page .hero-block {
    margin-bottom: 39px
}

.news-page .section-news.articles .section-news-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0
}

@media (min-width:1024px) {
    .news-page .section-news.articles .section-news-item {
        margin-bottom: 64px
    }

    .news-page .section-news.articles .section-news-item:hover .section-news-photo,
    .news-page .section-news.articles .section-news-item:hover .section-news-photo:after {
        border-radius: 10px
    }

    .news-page .section-news.articles .section-news-item:hover .section-news-preview {
        padding: 17px 30px 17px 0
    }

    .news-page .section-news.articles .section-news-item:hover .section-news-preview:before {
        width: 100%;
        height: 80%;
        bottom: -33px
    }

    .news-page .section-news.articles .section-news-item:hover .section-news-preview:after {
        width: 100%;
        height: 80%;
        top: -5px
    }

    .news-page .section-news.articles .section-news-item:hover .section-news-text {
        top: 0
    }

    .news-page .section-news.articles .section-news-item:hover .section-news-tag {
        -ms-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@media (max-width:1023px) {
    .news-page .section-news.articles .section-news-item {
        margin-bottom: 20px
    }
}

@media (max-width:499px) {
    .news-page .section-news.articles .section-news-item:last-child {
        margin-bottom: 0
    }
}

.news-page .section-news.articles .section-news-photo {
    border-radius: 5px;
    aspect-ratio: 1.54487179;
    height: auto
}

.news-page .section-news.articles .section-news-photo:after {
    border-radius: 5px
}

.news-page .section-news.articles .section-news-preview {
    padding: 17px 30px 17px 0
}

.news-page .section-news.articles .section-news-text {
    margin-top: 18px
}

.news-page .pagination {
    margin: 0
}

@media (max-width:1023px) {
    .news-page .pagination {
        margin-top: 40px
    }
}

@media (max-width:499px) {
    .news-page .pagination {
        margin-top: 30px
    }
}

.news-detail-page .page {
    margin-bottom: auto;
    padding-bottom: 102px
}

@media (max-width:767px) {
    .news-detail-page .page {
        padding-bottom: 50px
    }
}

.news-detail-page .hero-block {
    margin-bottom: 49px
}

.news-detail-page .hero-block .hero-block-content {
    max-width: none
}

.news-detail-page .hero-block .hero-block-text,
.news-detail-page .hero-block .hero-block-title {
    color: #fff
}

.news-detail-page .clear-text {
    max-width: 1000px
}

.news-detail-page .clear-text h2 {
    font: 700 20px/1.2 'Onest', sans-serif;
    color: #b03e78
}

.news-detail-page .clear-text p {
    padding-bottom: 26px
}

.articles-detail-page .clear-text ol,
.news-detail-page .clear-text ol {
    padding: 0
}

.news-detail-page .clear-text ol li {
    padding: 0 0 23px 29px
}

.news-detail-page .clear-text a {
    transition: all .4s ease;
    font: 16px/1.2 'Onest', sans-serif;
    color: #b03e78;
    text-decoration: underline
}

.news-detail-page .clear-text a:hover {
    color: #ec008c;
    text-decoration: none
}

.news-detail-page .section-tiles {
    margin-top: 97px
}

@media (max-width:499px) {
    .news-detail-page .section-tiles {
        margin-top: 30px
    }
}

@media (max-width:1023px) {
    .news-detail-page .section-tiles .section-tiles-list {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width:767px) {
    .news-detail-page .section-tiles .section-tiles-list {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.news-detail-page .section-tiles .section-tiles-item {
    width: 531px
}

@media (min-width:1024px) {
    .news-detail-page .section-tiles .section-tiles-item:hover::before {
        width: 100%;
        height: 85%;
        bottom: -16px
    }

    .news-detail-page .section-tiles .section-tiles-item:hover::after {
        width: 100%;
        height: 85%;
        top: -16px
    }

    .news-detail-page .section-tiles .section-tiles-item:hover:last-child::before {
        -ms-transform: skew(0deg, -4deg);
        transform: skew(0deg, -4deg)
    }

    .news-detail-page .section-tiles .section-tiles-item:hover:last-child::after {
        -ms-transform: skew(0deg, 4deg);
        transform: skew(0deg, 4deg)
    }

    .news-detail-page .section-tiles .section-tiles-item:hover .section-tiles-bg {
        height: calc(100% + 46px)
    }

    .news-detail-page .section-tiles .section-tiles-item:hover .section-tiles-bg:before {
        -ms-transform: translate(-80px, 5px);
        transform: translate(-80px, 5px)
    }

    .news-detail-page .section-tiles .section-tiles-item:hover .section-tiles-bg:after {
        -ms-transform: translate(-85px, 22px);
        transform: translate(-85px, 22px)
    }

    .news-detail-page .section-tiles .section-tiles-item:hover .section-tiles-description,
    .news-detail-page .section-tiles .section-tiles-item:hover .section-tiles-name {
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width:1023px) {
    .news-detail-page .section-tiles .section-tiles-item {
        width: 49%
    }

    .news-detail-page .section-tiles .section-tiles-item:not(:last-child) {
        margin-right: 2%;
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .news-detail-page .section-tiles .section-tiles-item {
        width: 100%
    }

    .news-detail-page .section-tiles .section-tiles-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.news-detail-page .section-tiles .section-tiles-bg {
    padding: 26px 60px 27px 38px
}

@media (max-width:1023px) {
    .news-detail-page .section-tiles .section-tiles-bg {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 100%
    }
}

.not-found-page .not-found-container {
    background-image: linear-gradient(to right, #a19ce8, #ffa2a1);
    position: relative;
    overflow: hidden
}

.not-found-page .not-found-container .container {
    height: 677px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.not-found-page .not-found-container .logo-wrapper {
    position: relative;
    z-index: 1;
    margin-top: 10px
}

.not-found-page .not-found-container .text-wrapper {
    position: relative;
    z-index: 1;
    font: 16px/1.5 'Onest', sans-serif;
    color: #fff;
    width: 410px;
    margin: -15px 60px 0 95px
}

.not-found-page .not-found-container .text-wrapper a {
    text-decoration: none;
    color: #b03e78
}

.not-found-page .not-found-container .text-wrapper a:hover {
    color: #fbe3eb
}

.not-found-page .not-found-container .text-wrapper h2 {
    display: block;
    font: 700 36px 'Onest', sans-serif;
    margin: 15px 0
}

.not-found-page .not-found-container .ovals {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.not-found-page .not-found-container .ovals .after,
.not-found-page .not-found-container .ovals .before {
    position: absolute;
    left: 50% !important;
    top: 50% !important
}

.not-found-page .not-found-container .ovals .before {
    width: 600px;
    height: 485px;
    background: url(../images/sprite.svg?a353bc17) -2px -2px no-repeat;
    margin: -240px 0 0 -300px
}

.not-found-page .not-found-container .ovals .after {
    width: 519px;
    height: 553px;
    background: url(../images/sprite.svg?a353bc17) -954px -2px no-repeat;
    margin: -260px 0 0 -275px
}

@media (max-width:1150px) {
    .not-found-page .not-found-container .container {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .not-found-page .not-found-container .text-wrapper {
        margin: 30px 0 0;
        width: 450px
    }
}

@media (max-width:699px) {
    .not-found-page .not-found-container .container {
        height: 540px
    }

    .not-found-page .not-found-container .logo-wrapper .logo {
        width: 400px
    }

    .not-found-page .not-found-container .ovals {
        -ms-transform: translate(-50%, -50%) scale(.7);
        transform: translate(-50%, -50%) scale(.7)
    }
}

@media (max-width:499px) {
    .not-found-page .not-found-container .container {
        height: 540px
    }

    .not-found-page .not-found-container .logo-wrapper .logo,
    .not-found-page .not-found-container .text-wrapper {
        width: 300px
    }

    .not-found-page .not-found-container .text-wrapper h2 {
        font-size: 23px
    }

    .not-found-page .not-found-container .ovals {
        -ms-transform: translate(-50%, -50%) scale(.7);
        transform: translate(-50%, -50%) scale(.7)
    }
}

.contacts-page .contacts-container {
    margin-bottom: 40px
}

.contacts-page .page-info {
    max-width: 500px;
    margin: 50px auto 30px;
    color: #000;
    text-align: center;
    font: 16px 'Onest', sans-serif
}

.contacts-page .page-info h2 {
    display: block;
    margin-bottom: 20px;
    font: 700 36px 'Onest', sans-serif
}

.contacts-page .balloon-content {
    max-width: 500px;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 23px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0
}

.contacts-page .balloon-content .balloon-text {
    transition: none .4s ease;
    transition-property: color;
    color: transparent;
    padding: 30px 40px 15px;
    z-index: 5;
    position: relative;
    width: 430px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.contacts-page .balloon-content .balloon-text h3 {
    font: 700 28px 'Onest', sans-serif;
    margin-bottom: 25px
}

.contacts-page .balloon-content .balloon-text .text-row {
    margin-bottom: 17px;
    font: 16px/1.38 'Onest', sans-serif;
    max-width: 265px;
    display: -ms-flexbox;
    display: flex
}

.contacts-page .balloon-content .balloon-text .text-row a {
    color: #fff;
    text-decoration: none
}

.contacts-page .balloon-content .balloon-text .text-row a:hover {
    text-decoration: underline
}

.contacts-page .balloon-content .balloon-text .text-row .icon {
    margin-right: 15px
}

.contacts-page .balloon-content .balloon-text .text-row .icon:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: top
}

.contacts-page .balloon-content .balloon-text .text-row .icon.pin:before {
    width: 15px;
    height: 21px;
    background: url(../images/sprite.svg?a353bc17) -1273px -950.42px no-repeat
}

.contacts-page .balloon-content .balloon-text .text-row .icon.phone:before {
    width: 16px;
    height: 16px;
    background: url(../images/sprite.svg?a353bc17) -1063px -998.42px no-repeat;
    top: 2px
}

.contacts-page .balloon-content .balloon-text .text-row .icon.email:before {
    width: 18px;
    height: 14px;
    background: url(../images/sprite.svg?a353bc17) -1405px -950.42px no-repeat;
    top: 5px
}

.contacts-page .balloon-content .balloon-bg {
    height: 100%;
    transition: transform .4s ease;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25px;
    transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
    width: 112%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    background-image: linear-gradient(to right, #a19ce8, #ffa2a1);
    outline: 1px solid transparent
}

.contacts-page .balloon-content.inside-content {
    position: relative;
    max-width: none;
    opacity: 1;
    bottom: 0;
    left: 0;
    margin: 0 -20px;
    -ms-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none
}

@media (max-width:768px) {
    .contacts-page .balloon-content.inside-content {
        display: block
    }
}

.contacts-page .balloon-content.inside-content .balloon-bg,
.section-questions .section-questions-form input[type=checkbox]+label:after,
.section-questions .section-questions-form input[type=checkbox]+label:before {
    border-radius: 0
}

.articles-detail-page .hero-block .breadcrumbs a,
.articles-page .breadcrumbs a,
.contacts-page .balloon-content.inside-content .balloon-text,
.contacts-page .map-container .balloon.active .balloon-content .balloon-text {
    color: #fff
}

.contacts-page .balloon-content.inside-content .balloon-text h3 {
    font-size: 24px
}

@media (max-width:499px) {
    .contacts-page .balloon-content.inside-content .balloon-text {
        width: 270px
    }
}

.contacts-page .form {
    max-width: 472px;
    margin: 0 auto 100px
}

.contacts-page .form .form-label {
    color: #9b9b9b
}

.contacts-page .map-container {
    position: relative;
    height: 737px
}

@media (max-width:768px) {
    .contacts-page .map-container {
        height: 340px
    }
}

.contacts-page .map-container .map {
    height: 100%
}

.contacts-page .map-container .balloon {
    width: 425px;
    height: 250px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, 0) translateZ(0);
    pointer-events: none
}

@media (max-width:768px) {
    .contacts-page .map-container .balloon {
        display: none
    }
}

.contacts-page .map-container .balloon.start {
    margin: -320px 0 0 -7px !important
}

.contacts-page .map-container .balloon.active {
    transition: opacity .4s ease;
    position: absolute;
    margin: -600px 0 0 -12px
}

.contacts-page .map-container .balloon.active .balloon-bg {
    transform: perspective(1000px) rotate3d(0, 1, 0, 18deg)
}

.contacts-page .map-container .balloon.active .balloon-content {
    opacity: 1;
    pointer-events: all
}

.contacts-page .contacts-text-container {
    overflow: hidden
}

@media (max-width:499px) {
    .contacts-page .form {
        margin-bottom: 50px
    }
}

.articles-page .page {
    margin-bottom: auto;
    padding-bottom: 70px
}

@media (max-width:767px) {
    .articles-page .page {
        padding-bottom: 50px
    }
}

.articles-page .hero-block {
    margin-bottom: 39px;
    padding-bottom: 40px
}

@media (max-width:1023px) {
    .articles-page .hero-block {
        padding-bottom: 30px
    }
}

.articles-page .hero-block .hero-block-content {
    max-width: none
}

.articles-detail-page .hero-block .breadcrumbs li:after,
.articles-page .breadcrumbs li:after,
.birthing-calculator-page .hero-block .breadcrumbs li:after,
.period-page .hero-block .breadcrumbs li:after {
    width: 6px;
    height: 9px;
    background: url(../images/sprite.svg?a353bc17) -1463.4px -629px no-repeat
}

.articles-page .section-news.articles {
    margin-top: 0
}

.articles-page .section-news.articles .section-news-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0
}

@media (min-width:1024px) {
    .articles-page .section-news.articles .section-news-item {
        margin-bottom: 64px
    }

    .articles-page .section-news.articles .section-news-item:hover .section-news-photo,
    .articles-page .section-news.articles .section-news-item:hover .section-news-photo:after {
        border-radius: 10px
    }

    .articles-page .section-news.articles .section-news-item:hover .section-news-preview {
        padding: 17px 30px 17px 0
    }

    .articles-page .section-news.articles .section-news-item:hover .section-news-preview:before {
        width: 100%;
        height: 80%;
        bottom: -33px
    }

    .articles-page .section-news.articles .section-news-item:hover .section-news-preview:after {
        width: 100%;
        height: 80%;
        top: -5px
    }

    .articles-page .section-news.articles .section-news-item:hover .section-news-text {
        top: 0
    }

    .articles-page .section-news.articles .section-news-item:hover .section-news-tag {
        -ms-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@media (max-width:1023px) {
    .articles-page .section-news.articles .section-news-item {
        margin-bottom: 20px
    }
}

@media (max-width:499px) {
    .articles-page .section-news.articles .section-news-item:last-child {
        margin-bottom: 0
    }
}

.articles-page .section-news.articles .section-news-photo,
.articles-page .section-news.articles .section-news-photo:after {
    border-radius: 5px
}

.articles-page .section-news.articles .section-news-preview {
    padding: 17px 30px 17px 0
}

.articles-page .section-news.articles .section-news-text {
    margin-top: 18px
}

.articles-page .pagination {
    margin: 0
}

@media (max-width:1023px) {
    .articles-page .pagination {
        margin-top: 40px
    }
}

@media (max-width:499px) {
    .articles-page .pagination {
        margin-top: 30px
    }
}

.articles-detail-page .page {
    margin-bottom: auto;
    padding-bottom: 102px
}

@media (max-width:767px) {
    .articles-detail-page .page {
        padding-bottom: 50px
    }
}

.articles-detail-page .hero-block {
    margin-bottom: 47px
}

.articles-detail-page .hero-block .hero-block-content {
    max-width: none
}

.articles-detail-page .hero-block .hero-block-title {
    line-height: 1.1;
    color: #fff
}

.articles-detail-page .hero-block .hero-block-text {
    padding-top: 5px;
    color: #fff
}

.articles-detail-page .clear-text p,
.birthing-calculator-page .section-features.invert .clear-text ul li,
.calendar-text p,
.period-page .section-features.invert .clear-text ul li {
    padding-bottom: 22px
}

.articles-detail-page .clear-text ol li {
    padding: 0 0 23px 29px
}

.articles-detail-page .clear-text a {
    transition: all .4s ease;
    font: 16px/1.2 'Onest', sans-serif;
    color: #b03e78;
    text-decoration: underline
}

.articles-detail-page .clear-text a:hover {
    color: #ec008c;
    text-decoration: none
}

.articles-detail-page .share {
    margin-top: 25px
}

.articles-detail-page .section-tiles {
    margin-top: 43px
}

@media (max-width:1023px) {
    .articles-detail-page .section-tiles .section-tiles-list {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width:767px) {
    .articles-detail-page .section-tiles .section-tiles-list {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.articles-detail-page .section-tiles .section-tiles-item {
    width: 531px
}

@media (min-width:1024px) {
    .articles-detail-page .section-tiles .section-tiles-item:hover::before {
        width: 100%;
        height: 85%;
        bottom: -16px
    }

    .articles-detail-page .section-tiles .section-tiles-item:hover::after {
        width: 100%;
        height: 85%;
        top: -16px
    }

    .articles-detail-page .section-tiles .section-tiles-item:hover:last-child::before {
        -ms-transform: skew(0deg, -4deg);
        transform: skew(0deg, -4deg)
    }

    .articles-detail-page .section-tiles .section-tiles-item:hover:last-child::after {
        -ms-transform: skew(0deg, 4deg);
        transform: skew(0deg, 4deg)
    }

    .articles-detail-page .section-tiles .section-tiles-item:hover .section-tiles-bg {
        height: calc(100% + 46px)
    }

    .articles-detail-page .section-tiles .section-tiles-item:hover .section-tiles-bg:before {
        -ms-transform: translate(-80px, 5px);
        transform: translate(-80px, 5px)
    }

    .articles-detail-page .section-tiles .section-tiles-item:hover .section-tiles-bg:after {
        -ms-transform: translate(-85px, 22px);
        transform: translate(-85px, 22px)
    }

    .articles-detail-page .section-tiles .section-tiles-item:hover .section-tiles-description,
    .articles-detail-page .section-tiles .section-tiles-item:hover .section-tiles-name {
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width:1023px) {
    .articles-detail-page .section-tiles .section-tiles-item {
        width: 49%
    }

    .articles-detail-page .section-tiles .section-tiles-item:not(:last-child) {
        margin-right: 2%;
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .articles-detail-page .section-tiles .section-tiles-item {
        width: 100%
    }

    .articles-detail-page .section-tiles .section-tiles-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.articles-detail-page .section-tiles .section-tiles-bg {
    padding: 26px 60px 27px 38px
}

@media (max-width:1023px) {
    .articles-detail-page .section-tiles .section-tiles-bg {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 100%
    }
}

.birthing-calculator-page .page,
.period-page .page {
    margin-bottom: auto;
    padding-bottom: 118px
}

@media (max-width:767px) {

    .birthing-calculator-page .page,
    .period-page .page {
        padding-bottom: 50px
    }
}

.birthing-calculator-page .hero-block,
.period-page .hero-block {
    min-height: 345px;
    color: #fff
}

@media (max-width:1023px) {

    .birthing-calculator-page .hero-block,
    .period-page .hero-block {
        min-height: 250px
    }
}

.birthing-calculator-page .hero-block.gradient-orange,
.period-page .hero-block.gradient-orange {
    background: linear-gradient(to right, #ffde86, #ffa2a1)
}

.birthing-calculator-page .hero-block.gradient-pink,
.period-page .hero-block.gradient-pink {
    background: linear-gradient(to right, #d29fc3, #ffa2a1)
}

.birthing-calculator-page .hero-block .breadcrumbs a,
.bt-graph__hero-block .breadcrumbs a,
.calendar-page .breadcrumbs a,
.calendars-tests-page .breadcrumbs a,
.ovulation-calculator-page .hero-block .breadcrumbs a,
.period-list-page .breadcrumbs a,
.period-page .hero-block .breadcrumbs a,
.pregnancytest-calculator-page .hero-block .breadcrumbs a {
    color: #fff
}

@media (max-width:767px) {

    .birthing-calculator-page .hero-block .breadcrumbs,
    .period-page .hero-block .breadcrumbs {
        padding-bottom: 15px
    }
}

@media (max-width:1139px) {

    .birthing-calculator-page .hero-block .hero-block-content,
    .period-page .hero-block .hero-block-content {
        max-width: 470px
    }
}

@media (max-width:767px) {

    .birthing-calculator-page .hero-block .hero-block-content,
    .period-page .hero-block .hero-block-content {
        max-width: none
    }
}

.birthing-calculator-page .section-news.articles,
.period-page .section-news.articles {
    position: relative;
    z-index: 10;
    margin-top: 60px;
    padding-bottom: 85px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .97), #fbe3eb)
}

@media (max-width:1023px) {

    .birthing-calculator-page .section-news.articles,
    .period-page .section-news.articles {
        position: static
    }
}

.birthing-calculator-page .section-news.articles .section-news-item:not(:hover) .section-news-preview:after,
.birthing-calculator-page .section-news.articles .section-news-item:not(:hover) .section-news-preview:before,
.period-page .section-news.articles .section-news-item:not(:hover) .section-news-preview:after,
.period-page .section-news.articles .section-news-item:not(:hover) .section-news-preview:before {
    background: 0 0
}

@media (min-width:768px) and (max-width:1023px) {

    .birthing-calculator-page .section-news.articles .section-news-item,
    .period-page .section-news.articles .section-news-item {
        display: none;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 0
    }

    .birthing-calculator-page .section-news.articles .section-news-item:nth-child(2n),
    .period-page .section-news.articles .section-news-item:nth-child(2n) {
        margin-right: 0
    }

    .birthing-calculator-page .section-news.articles .section-news-item:nth-child(1),
    .birthing-calculator-page .section-news.articles .section-news-item:nth-child(2),
    .period-page .section-news.articles .section-news-item:nth-child(1),
    .period-page .section-news.articles .section-news-item:nth-child(2) {
        display: block
    }
}

@media (max-width:767px) {

    .birthing-calculator-page .section-news.articles .section-news-item,
    .period-page .section-news.articles .section-news-item {
        display: none;
        width: 100%
    }

    .birthing-calculator-page .section-news.articles .section-news-item:not(:last-child),
    .period-page .section-news.articles .section-news-item:not(:last-child) {
        margin-right: 0
    }

    .birthing-calculator-page .section-news.articles .section-news-item:nth-child(1),
    .period-page .section-news.articles .section-news-item:nth-child(1) {
        display: block;
        margin-bottom: 0
    }
}

@media (max-width:1023px) {

    .birthing-calculator-page .section-news.articles .section-news-link,
    .period-page .section-news.articles .section-news-link {
        margin-top: 30px
    }
}

@media (max-width:499px) {

    .birthing-calculator-page .section-news.articles .section-news-link,
    .period-page .section-news.articles .section-news-link {
        margin-top: 20px
    }
}

.birthing-calculator-page .section-gradient.overflow-top,
.period-page .section-gradient.overflow-top {
    margin-top: -59px
}

.birthing-calculator-page .section-gradient.overflow-top .container,
.period-page .section-gradient.overflow-top .container {
    position: relative;
    z-index: 15;
    padding: 0 20px 0 40px
}

@media (max-width:1330px) {

    .birthing-calculator-page .section-gradient.overflow-top .container,
    .period-page .section-gradient.overflow-top .container {
        padding: 0 40px
    }
}

@media (max-width:700px) {

    .birthing-calculator-page .section-gradient.overflow-top .container,
    .period-page .section-gradient.overflow-top .container {
        padding: 0
    }
}

@media (min-width:1331px) {

    .birthing-calculator-page .section-gradient.overflow-top .slick-prev,
    .period-page .section-gradient.overflow-top .slick-prev {
        left: -147px
    }
}

.birthing-calculator-page .section-features.invert,
.period-page .section-features.invert {
    margin-top: 120px
}

.birthing-calculator-page .section-features.invert .container,
.period-page .section-features.invert .container {
    padding: 0 20px
}

@media (max-width:1023px) {

    .birthing-calculator-page .section-features.invert .container,
    .period-page .section-features.invert .container {
        padding: 0
    }
}

.birthing-calculator-page .section-features.invert .section-features-wrap,
.period-page .section-features.invert .section-features-wrap {
    padding: 124px 95px 151px
}

@media (max-width:1023px) {

    .birthing-calculator-page .section-features.invert .section-features-wrap,
    .period-page .section-features.invert .section-features-wrap {
        padding: 100px 30px
    }
}

.birthing-calculator-page .section-features.invert .section-features-wrap.skewed:before,
.period-page .section-features.invert .section-features-wrap.skewed:before {
    width: 100%;
    height: 60%;
    bottom: 90px
}

.birthing-calculator-page .section-features.invert .section-features-wrap.skewed:after,
.period-page .section-features.invert .section-features-wrap.skewed:after {
    width: 100%;
    height: 60%
}

.birthing-calculator-page .section-features.invert .clear-text,
.period-page .section-features.invert .clear-text {
    position: relative;
    z-index: 10
}

@media (max-width:499px) {

    .birthing-calculator-page .section-questions .section-questions-faq .section-questions-item,
    .period-page .section-questions .section-questions-faq .section-questions-item {
        display: none
    }

    .birthing-calculator-page .section-questions .section-questions-faq .section-questions-item:nth-child(1),
    .birthing-calculator-page .section-questions .section-questions-faq .section-questions-item:nth-child(2),
    .period-page .section-questions .section-questions-faq .section-questions-item:nth-child(1),
    .period-page .section-questions .section-questions-faq .section-questions-item:nth-child(2) {
        display: block
    }

    .birthing-calculator-page .section-questions .section-questions-faq .section-questions-item:nth-child(2),
    .period-page .section-questions .section-questions-faq .section-questions-item:nth-child(2) {
        margin-bottom: 0
    }
}

.birthing-calculator-page .section-calendar,
.period-page .section-calendar {
    margin: 77px 0 0
}

@media (max-width:499px) {

    .birthing-calculator-page .section-calendar,
    .period-page .section-calendar {
        display: none
    }
}

.birthing-calculator-page .section-news.video,
.period-page .section-news.video {
    margin-top: 40px
}

.birthing-calculator-page .section-news.video .container,
.period-page .section-news.video .container {
    padding: 0 20px 0 40px
}

@media (max-width:1023px) {

    .birthing-calculator-page .section-news.video .container,
    .period-page .section-news.video .container {
        padding: 0 20px
    }
}

.birthing-calculator-page .section-news.video .section-news-list,
.period-page .section-news.video .section-news-list {
    margin-top: 53px
}

.birthing-calculator-page .section-news.video .section-news-item,
.period-page .section-news.video .section-news-item {
    outline: none
}

@media (min-width:1140px) {

    .birthing-calculator-page .section-news.video .section-news-item,
    .period-page .section-news.video .section-news-item {
        width: 322px;
        margin-right: 57px
    }

    .birthing-calculator-page .section-news.video .section-news-item:nth-child(3n),
    .period-page .section-news.video .section-news-item:nth-child(3n) {
        margin-right: 0
    }
}

@media (min-width:1024px) and (max-width:1139px) {

    .birthing-calculator-page .section-news.video .section-news-item,
    .period-page .section-news.video .section-news-item {
        width: 31%;
        margin-right: 3.5%
    }

    .birthing-calculator-page .section-news.video .section-news-item:nth-child(3n),
    .period-page .section-news.video .section-news-item:nth-child(3n) {
        margin-right: 0
    }
}

@media (min-width:768px) and (max-width:1023px) {

    .birthing-calculator-page .section-news.video .section-news-item,
    .period-page .section-news.video .section-news-item {
        display: none;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 0
    }

    .birthing-calculator-page .section-news.video .section-news-item:nth-child(2n),
    .period-page .section-news.video .section-news-item:nth-child(2n) {
        margin-right: 0
    }

    .birthing-calculator-page .section-news.video .section-news-item:nth-child(1),
    .birthing-calculator-page .section-news.video .section-news-item:nth-child(2),
    .period-page .section-news.video .section-news-item:nth-child(1),
    .period-page .section-news.video .section-news-item:nth-child(2) {
        display: block
    }
}

@media (max-width:767px) {

    .birthing-calculator-page .section-news.video .section-news-item,
    .period-page .section-news.video .section-news-item {
        display: none;
        width: 100%
    }

    .birthing-calculator-page .section-news.video .section-news-item:not(:last-child),
    .period-page .section-news.video .section-news-item:not(:last-child) {
        margin-right: 0
    }

    .birthing-calculator-page .section-news.video .section-news-item:nth-child(1),
    .period-page .section-news.video .section-news-item:nth-child(1) {
        display: block;
        margin-bottom: 0
    }
}

@media (min-width:1024px) {

    .birthing-calculator-page .section-news.video .section-news-item:hover .section-news-photo,
    .period-page .section-news.video .section-news-item:hover .section-news-photo {
        height: 172px;
        margin-bottom: 0
    }

    .birthing-calculator-page .section-news.video .section-news-item:hover .section-news-photo>span,
    .period-page .section-news.video .section-news-item:hover .section-news-photo>span {
        background: #b03e78
    }

    .birthing-calculator-page .section-news.video .section-news-item:hover .section-news-preview,
    .period-page .section-news.video .section-news-item:hover .section-news-preview {
        position: relative;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .birthing-calculator-page .section-news.video .section-news-item:hover .section-news-preview::before,
    .period-page .section-news.video .section-news-item:hover .section-news-preview::before {
        bottom: -48px;
        left: -5px;
        width: 100%;
        height: 100px;
        -ms-transform: skew(0deg, -5deg);
        transform: skew(0deg, -5deg)
    }

    .birthing-calculator-page .section-news.video .section-news-item:hover .section-news-preview::after,
    .period-page .section-news.video .section-news-item:hover .section-news-preview::after {
        top: -31px;
        left: -5px;
        width: 100%;
        height: 100px;
        -ms-transform: skew(0deg, 5deg);
        transform: skew(0deg, 5deg)
    }
}

@media (min-width:1024px) and (min-width:1140px) {

    .birthing-calculator-page .section-news.video .section-news-item:hover .section-news-preview::after,
    .birthing-calculator-page .section-news.video .section-news-item:hover .section-news-preview::before,
    .period-page .section-news.video .section-news-item:hover .section-news-preview::after,
    .period-page .section-news.video .section-news-item:hover .section-news-preview::before {
        left: -20px
    }
}

.birthing-calculator-page .section-news.video .section-news-photo,
.period-page .section-news.video .section-news-photo {
    position: relative;
    display: block;
    height: 172px;
    margin-bottom: 0
}

@media (max-width:767px) {

    .birthing-calculator-page .section-news.video .section-news-photo,
    .period-page .section-news.video .section-news-photo {
        height: 250px
    }
}

@media (max-width:499px) {

    .birthing-calculator-page .section-news.video .section-news-photo,
    .period-page .section-news.video .section-news-photo {
        height: 200px
    }
}

.birthing-calculator-page .section-news.video .section-news-photo:after,
.period-page .section-news.video .section-news-photo:after {
    content: none
}

.birthing-calculator-page .section-news.video .section-news-photo>span,
.period-page .section-news.video .section-news-photo>span {
    width: 50px;
    height: 50px;
    transition: all .4s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    background: rgba(0, 0, 0, .4);
    border-radius: 50%
}

.birthing-calculator-page .section-news.video .section-news-photo>span:after,
.period-page .section-news.video .section-news-photo>span:after {
    content: '';
    position: absolute;
    transition: all .4s ease;
    top: 15px;
    left: 19px;
    border-top: 9px solid transparent;
    border-left: 16px solid #fff;
    border-bottom: 9px solid transparent
}

.birthing-calculator-page .section-news.video .section-news-preview,
.period-page .section-news.video .section-news-preview {
    padding: 15px 0;
    -ms-transform: none;
    transform: none
}

.birthing-calculator-page .section-news.video .section-news-name,
.period-page .section-news.video .section-news-name {
    font: 700 20px/1.2 'Onest', sans-serif
}

.birthing-calculator-page .section-news.video .section-news-link,
.period-page .section-news.video .section-news-link {
    margin-top: 65px
}

@media (max-width:1023px) {

    .birthing-calculator-page .section-news.video .section-news-link,
    .period-page .section-news.video .section-news-link {
        margin-top: 30px
    }
}

@media (max-width:499px) {

    .birthing-calculator-page .section-news.video .section-news-link,
    .period-page .section-news.video .section-news-link {
        margin-top: 20px
    }
}

.birthing-calculator-page .section-news.video .section-news-link s a.btn,
.period-page .section-news.video .section-news-link s a.btn {
    padding: 14px 36px 15px
}

.birthing-calculator-page .section-questions,
.period-page .section-questions {
    margin-top: 66px
}

.about-years,
.birthing-calculator-page .section-questions .section-questions-research .section-questions-ask,
.period-page .section-questions .section-questions-research .section-questions-ask {
    position: relative;
    margin-top: 12px;
    padding: 50px 43px 54px 40px
}

.birthing-calculator-page .section-questions .section-questions-research .section-questions-ask:after,
.birthing-calculator-page .section-questions .section-questions-research .section-questions-ask:before,
.period-page .section-questions .section-questions-research .section-questions-ask:after,
.period-page .section-questions .section-questions-research .section-questions-ask:before {
    content: '';
    position: absolute;
    transition: all .4s ease;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(to right, #a19ce8, #ffa2a1);
    border-radius: 10px;
    -ms-transform: skew(0, 0);
    transform: skew(0, 0)
}

.birthing-calculator-page .section-questions .section-questions-research .section-questions-ask:before,
.period-page .section-questions .section-questions-research .section-questions-ask:before {
    top: 0
}

.birthing-calculator-page .section-questions .section-questions-research .section-questions-ask:after,
.period-page .section-questions .section-questions-research .section-questions-ask:after {
    bottom: 0
}

.birthing-calculator-page .section-questions .section-questions-research .section-questions-ask.skewed:before,
.period-page .section-questions .section-questions-research .section-questions-ask.skewed:before {
    width: 100%;
    height: 80%;
    top: 8px;
    -ms-transform: skew(0, 4deg);
    transform: skew(0, 4deg)
}

.birthing-calculator-page .section-questions .section-questions-research .section-questions-ask.skewed:after,
.period-page .section-questions .section-questions-research .section-questions-ask.skewed:after {
    width: 100%;
    height: 80%;
    bottom: 14px;
    -ms-transform: skew(0, -4deg);
    transform: skew(0, -4deg)
}

.birthing-calculator-page .section-questions .section-questions-research .section-questions-ask-title,
.period-page .section-questions .section-questions-research .section-questions-ask-title {
    position: relative;
    z-index: 10;
    font: 700 24px/1.2 'Onest', sans-serif;
    color: #fff
}

.birthing-calculator-page .section-questions .section-questions-research .section-questions-ask-subtitle,
.period-page .section-questions .section-questions-research .section-questions-ask-subtitle {
    position: relative;
    z-index: 10;
    margin-top: 19px;
    font: 16px/1.2 'Onest', sans-serif;
    color: #fff
}

.birthing-calculator-page .section-questions .section-questions-research a.btn,
.period-page .section-questions .section-questions-research a.btn {
    position: relative;
    z-index: 10;
    margin-top: 36px;
    padding: 14px 39px 15px
}

.birthing-calculator-page .section-questions .section-questions-research .section-questions-phone,
.period-page .section-questions .section-questions-research .section-questions-phone {
    transition: all .4s ease;
    display: inline-block;
    margin-top: 55px;
    font: 500 24px/1 'Onest', sans-serif;
    color: #b03e78;
    text-decoration: none
}

.birthing-calculator-page .section-questions .section-questions-research .section-questions-phone:hover,
.birthing-calculator-page .section-questions .section-questions-research .section-questions-text a:hover,
.period-page .section-questions .section-questions-research .section-questions-phone:hover,
.period-page .section-questions .section-questions-research .section-questions-text a:hover {
    color: #ec008c
}

.birthing-calculator-page .section-questions .section-questions-research .section-questions-text,
.period-page .section-questions .section-questions-research .section-questions-text {
    margin-top: 10px;
    font: 16px/1.4 'Onest', sans-serif
}

.birthing-calculator-page .section-questions .section-questions-research .section-questions-text a,
.period-page .section-questions .section-questions-research .section-questions-text a {
    transition: all .4s ease;
    color: #b03e78;
    text-decoration: none
}

.birthing-calculator-page .section-questions .section-questions-research .section-questions-note,
.period-page .section-questions .section-questions-research .section-questions-note {
    margin-top: 22px;
    font: 14px/1.4 'Onest', sans-serif
}

.birthing-calculator-page .section-tiles,
.period-page .section-tiles {
    margin-top: 122px
}

.birthing-calculator-page .section-tiles .section-tiles-wrap,
.period-page .section-tiles .section-tiles-wrap {
    padding-top: 49px
}

@media (max-width:499px) {

    .birthing-calculator-page .section-tiles .section-tiles-wrap,
    .period-page .section-tiles .section-tiles-wrap {
        padding-top: 0
    }
}

.birthing-calculator-page .section-tiles .section-tiles-list,
.period-page .section-tiles .section-tiles-list {
    margin-bottom: 60px
}

.birthing-calculator-page .section-tiles .section-tiles-item,
.period-page .section-tiles .section-tiles-item {
    min-height: 200px;
    background-image: linear-gradient(to right, #ffa2a1, #ffde86)
}

.birthing-calculator-page .section-tiles .section-tiles-item .tile-image,
.period-page .section-tiles .section-tiles-item .tile-image {
    transition: bottom .4s ease;
    position: absolute;
    height: 250px;
    right: 0;
    bottom: 0;
    z-index: 10
}

@media (max-width:499px) {

    .birthing-calculator-page .section-tiles .section-tiles-item .tile-image,
    .period-page .section-tiles .section-tiles-item .tile-image {
        height: 100%
    }
}

.birthing-calculator-page .section-tiles .section-tiles-item .img-wrapper,
.period-page .section-tiles .section-tiles-item .img-wrapper {
    width: 100%;
    height: 100%;
    position: absolute
}

.birthing-calculator-page .section-tiles .section-tiles-item .img-wrapper:before,
.period-page .section-tiles .section-tiles-item .img-wrapper:before {
    content: '';
    position: absolute;
    transition: none .4s ease;
    transition-property: transform, bottom;
    width: 100%;
    bottom: -15px;
    height: 15px;
    background: #fff;
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    z-index: 15
}

.birthing-calculator-page .section-tiles .section-tiles-item:after,
.birthing-calculator-page .section-tiles .section-tiles-item:before,
.period-page .section-tiles .section-tiles-item:after,
.period-page .section-tiles .section-tiles-item:before {
    background-image: linear-gradient(to right, #ffa2a1, #ffde86);
    outline: 1px solid transparent
}

.birthing-calculator-page .section-tiles .section-tiles-item:hover,
.period-page .section-tiles .section-tiles-item:hover {
    background-image: linear-gradient(to right, #ffadc7, #ffa2a1)
}

.birthing-calculator-page .section-tiles .section-tiles-item:hover .section-tiles-description,
.birthing-calculator-page .section-tiles .section-tiles-item:hover .section-tiles-name,
.period-page .section-tiles .section-tiles-item:hover .section-tiles-description,
.period-page .section-tiles .section-tiles-item:hover .section-tiles-name {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.birthing-calculator-page .section-tiles .section-tiles-item:hover .tile-image,
.period-page .section-tiles .section-tiles-item:hover .tile-image {
    bottom: -10px
}

.birthing-calculator-page .section-tiles .section-tiles-item:hover .img-wrapper:before,
.calendars-tests-page .calendars-container .section-tiles-item:hover .img-wrapper:before,
.period-page .section-tiles .section-tiles-item:hover .img-wrapper:before {
    -ms-transform: skewY(-4deg);
    transform: skewY(-4deg);
    bottom: -26px
}

.birthing-calculator-page .section-tiles .section-tiles-item:hover:before,
.period-page .section-tiles .section-tiles-item:hover:before {
    background-image: linear-gradient(to right, #ffadc7, #ffa2a1);
    -ms-transform: skew(0deg, -4deg);
    transform: skew(0deg, -4deg)
}

.birthing-calculator-page .section-tiles .section-tiles-item:hover:after,
.period-page .section-tiles .section-tiles-item:hover:after {
    background-image: linear-gradient(to right, #ffadc7, #ffa2a1);
    -ms-transform: skew(0deg, 4deg);
    transform: skew(0deg, 4deg)
}

@media (max-width:1023px) {

    .birthing-calculator-page .section-tiles .section-tiles-item .img-wrapper:before,
    .period-page .section-tiles .section-tiles-item .img-wrapper:before {
        display: none
    }

    .birthing-calculator-page .section-tiles .section-tiles-item:not(:last-child),
    .period-page .section-tiles .section-tiles-item:not(:last-child) {
        margin-bottom: 60px
    }

    .birthing-calculator-page .section-tiles .section-tiles-item:hover .tile-image,
    .period-page .section-tiles .section-tiles-item:hover .tile-image {
        bottom: 0
    }

    .birthing-calculator-page .section-tiles .section-tiles-list,
    .period-page .section-tiles .section-tiles-list {
        margin-bottom: 60px
    }
}

.birthing-calculator-page .section-tiles .section-tiles-bg,
.period-page .section-tiles .section-tiles-bg {
    width: 150px;
    box-sizing: content-box;
    padding: 24px 60px 40px 32px
}

@media (max-width:499px) {

    .birthing-calculator-page .section-tiles .section-tiles-bg,
    .period-page .section-tiles .section-tiles-bg {
        width: 130px;
        padding: 24px 60px 40px 20px
    }
}

.about-years.clear-text li::before,
.birthing-calculator-page .section-tiles .section-tiles-bg:after,
.birthing-calculator-page .section-tiles .section-tiles-bg:before,
.period-page .section-tiles .section-tiles-bg:after,
.period-page .section-tiles .section-tiles-bg:before {
    content: none
}

.about .container {
    max-width: 1416px
}

.about .clear-text.text-container {
    padding-bottom: 0
}

.about-years {
    margin-top: 22px;
    margin-bottom: 50px;
    padding: 47px 0;
    background: #fbe3eb;
    background-image: url(/local/images/about/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

@media (max-width:699px) {
    .about-years {
        padding-bottom: 16px;
        margin-bottom: 32px;
        margin-top: 4px
    }
}

.about-years.clear-text li {
    position: static
}

.about-years.clear-text h3 {
    padding: 0;
    letter-spacing: normal
}

.about-years.clear-text p {
    padding: 0
}

.about-years__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:699px) {
    .about-years__wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 3rem;
        position: relative;
        gap: 2rem;
        margin-left: -2rem;
        margin-right: -2rem;
        padding-left: 2rem;
        padding-right: 2rem
    }

    .about-years__wrapper::-webkit-scrollbar {
        height: .3rem
    }

    .about-years__wrapper::-webkit-scrollbar-track {
        background: #fff;
        margin: 0 20px
    }

    .about-years__wrapper::-webkit-scrollbar-thumb {
        background: #b03e77;
        border-radius: 999px
    }
}

.about-years ul,
.about-years ul>li {
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: .3s ease opacity
}

.about-years ul {
    list-style: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem
}

@media (max-width:699px) {
    .about-years ul {
        gap: 2rem;
        display: -ms-flexbox;
        display: flex
    }
}

.about-years ul>li {
    display: block
}

@media (max-width:699px) {
    .about-years ul>li {
        width: 15.8rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.about-years ul {
    position: relative
}

.about-years ul:nth-child(1) {
    margin-bottom: 9.3rem
}

@media (max-width:699px) {
    .about-years ul:nth-child(1) {
        margin: 0
    }
}

.about-years ul:nth-child(1)::before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #b03e77 9.37%, #b03e77 68.75%, rgba(176, 62, 119, 0) 100%);
    width: 0;
    height: .3rem;
    left: 0;
    top: 2.7rem;
    transition: width 1.2s ease
}

@media (max-width:699px) {
    .about-years ul:nth-child(1)::before {
        top: 2.3rem;
        background: #b03e77
    }
}

.about-years ul:nth-child(2) {
    margin-bottom: 7.1rem
}

@media (max-width:699px) {
    .about-years ul:nth-child(2) {
        margin: 0
    }
}

.about-years ul:nth-child(2)::before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgba(176, 62, 119, 0) 0%, #b03e77 11.09%, #b03e77 90.11%, rgba(176, 62, 119, 0) 100%);
    width: 0;
    height: .3rem;
    left: -3.8%;
    top: 2.7rem;
    transition: width 1.2s ease
}

@media (max-width:699px) {
    .about-years ul:nth-child(2)::before {
        left: 0;
        top: 2.3rem;
        background: #b03e77
    }
}

.about-years ul:nth-child(3)::before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgba(176, 62, 119, 0) 0%, #b03e77 11.09%, #b03e77 70.57%, rgba(176, 62, 119, 0) 100%);
    height: .3rem;
    left: -3.8%;
    top: 2.7rem;
    width: 0;
    transition: width 1.2s ease
}

@media (max-width:699px) {
    .about-years ul:nth-child(3)::before {
        left: 0;
        top: 2.3rem;
        background: linear-gradient(90deg, #b03e77 9.37%, #b03e77 68.75%, rgba(176, 62, 119, 0) 100%)
    }
}

.about-years ul:nth-child(3) li:nth-child(3) {
    position: relative
}

.about-years ul:nth-child(3) li:nth-child(3) img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-56%, -69%);
    transform: translate(-56%, -69%);
    width: 143%;
    height: auto;
    max-width: none;
    max-height: none
}

@media (max-width:1416px) {
    .about-years ul:nth-child(3) li:nth-child(3) img {
        -ms-transform: translate(-51%, -73%);
        transform: translate(-51%, -73%)
    }
}

@media (max-width:699px) {
    .about-years ul:nth-child(3) li:nth-child(3) img {
        -ms-transform: translate(-50%, -78%);
        transform: translate(-50%, -78%)
    }
}

.about-years ul .year {
    width: -webkit-max-content;
    width: max-content;
    padding: .8rem 1.6rem;
    margin-bottom: 2.2rem;
    background: #fff;
    border: .3rem solid #fbe3eb;
    border-radius: 999px;
    font-weight: 500;
    font-size: 3.4rem;
    line-height: 100%;
    color: #b03e77;
    position: relative
}

@media (max-width:699px) {
    .about-years ul .year {
        margin-bottom: 1rem;
        font-size: 2.4rem
    }
}

.about-years ul .image {
    height: 18.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 1.1rem
}

@media (max-width:699px) {
    .about-years ul .image {
        margin-bottom: 1rem;
        height: 14.5rem
    }
}

.about-years ul .image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block
}

.about-years ul .info h3 {
    margin: 0;
    color: #b03e77;
    font-size: 2rem;
    line-height: 130%;
    margin-bottom: .8rem;
    font-weight: 500
}

@media (max-width:699px) {
    .about-years ul .info h3 {
        font-size: 1.6rem
    }
}

.about-years ul .info p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 140%;
    color: #404040
}

@media (max-width:699px) {
    .about-years ul .info p {
        font-size: 1.4rem
    }
}

.animation.animation--active .about-years li,
.animation.animation--active .about-years ul {
    opacity: 1
}

.animation.animation--active .about-years ul:nth-child(1)::before {
    width: 103.42%
}

@media (max-width:699px) {
    .animation.animation--active .about-years ul:nth-child(1)::before {
        width: calc(102%)
    }
}

.animation.animation--active .about-years ul:nth-child(2)::before {
    width: 106.9%
}

@media (max-width:699px) {
    .animation.animation--active .about-years ul:nth-child(2)::before {
        width: calc(102%)
    }
}

.animation.animation--active .about-years ul:nth-child(3)::before {
    width: 88.4%
}

@media (max-width:699px) {
    .animation.animation--active .about-years ul:nth-child(3)::before {
        width: 100%
    }
}

.animation.animation--active .about-years ul:nth-child(3)::before {
    transition-delay: 1.8s
}

.animation.animation--active .about-years ul:nth-child(3) li:nth-child(6) {
    transition-delay: 2.7s
}

.animation.animation--active .about-years ul:nth-child(3) li:nth-child(5) {
    transition-delay: 2.55s
}

.animation.animation--active .about-years ul:nth-child(3) li:nth-child(4) {
    transition-delay: 2.4s
}

.animation.animation--active .about-years ul:nth-child(3) li:nth-child(3) {
    transition-delay: 2.25s
}

.animation.animation--active .about-years ul:nth-child(3) li:nth-child(2) {
    transition-delay: 2.1s
}

.animation.animation--active .about-years ul:nth-child(3) li:nth-child(1) {
    transition-delay: 1.95s
}

.animation.animation--active .about-years ul:nth-child(2)::before {
    transition-delay: .9s
}

.animation.animation--active .about-years ul:nth-child(2) li:nth-child(6) {
    transition-delay: 1.8s
}

.animation.animation--active .about-years ul:nth-child(2) li:nth-child(5) {
    transition-delay: 1.65s
}

.animation.animation--active .about-years ul:nth-child(2) li:nth-child(4) {
    transition-delay: 1.5s
}

.animation.animation--active .about-years ul:nth-child(2) li:nth-child(3) {
    transition-delay: 1.35s
}

.animation.animation--active .about-years ul:nth-child(2) li:nth-child(2) {
    transition-delay: 1.2s
}

.animation.animation--active .about-years ul:nth-child(2) li:nth-child(1) {
    transition-delay: 1.05s
}

.animation.animation--active .about-years ul:nth-child(1)::before {
    transition-delay: 0s
}

.animation.animation--active .about-years ul:nth-child(1) li:nth-child(6) {
    transition-delay: .9s
}

.animation.animation--active .about-years ul:nth-child(1) li:nth-child(5) {
    transition-delay: .75s
}

.animation.animation--active .about-years ul:nth-child(1) li:nth-child(4) {
    transition-delay: .6s
}

.animation.animation--active .about-years ul:nth-child(1) li:nth-child(3) {
    transition-delay: .45s
}

.animation.animation--active .about-years ul:nth-child(1) li:nth-child(2) {
    transition-delay: .3s
}

.animation.animation--active .about-years ul:nth-child(1) li:nth-child(1) {
    transition-delay: .15s
}

.calendar-page .page {
    padding-bottom: 60px
}

.calendar-page .hero-block {
    margin-bottom: 74px;
    color: #fff
}

@media (max-width:800px) {
    .calendar-page .hero-block {
        margin-bottom: 40px
    }
}

.calendar-page .hero-block .hero-block-content {
    max-width: 730px
}

.calendar-page .hero-block .hero-block-text {
    max-width: 490px
}

.calendar-page .breadcrumbs li:after,
.calendars-tests-page .breadcrumbs li:after,
.period-list-page .breadcrumbs li:after {
    width: 6px;
    height: 9px;
    background: url(../images/sprite.svg?a353bc17) -1463.4px -629px no-repeat
}

.calendar-error {
    padding: 0 0 20px;
    color: #b03e78;
    font: 700 20px/1.2 'Onest', sans-serif
}

.calendar-text-block {
    padding-top: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 68px
}

@media (max-width:800px) {
    .calendar-text-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .calendar-text-block .calendar-form {
        -ms-flex-order: 2;
        order: 2
    }

    .calendar-text-block .calendar-text {
        -ms-flex-order: 1;
        order: 1;
        padding-bottom: 30px
    }
}

.calendar-form {
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 21px 30px 70px 0;
    padding: 0 51px;
    background: #fbe3eb
}

@media (min-width:800px) {
    .calendar-form {
        width: 437px
    }
}

@media (max-width:799px) {
    .calendar-form {
        width: auto;
        margin-right: 0
    }
}

@media (max-width:499px) {
    .calendar-form {
        margin: 0 -20px 30px;
        padding: 30px
    }
}

.calendar-form:before {
    top: -27px;
    border-radius: 25px 25px 0 0;
    -ms-transform: skew(0, 2deg);
    transform: skew(0, 2deg)
}

.calendar-form:after,
.calendar-form:before {
    content: '';
    position: absolute;
    transition: transform .4s ease;
    width: 100%;
    height: 50px;
    left: 0;
    background: #fbe3eb
}

@media (max-width:499px) {

    .calendar-form:after,
    .calendar-form:before {
        display: none
    }
}

.calendar-form:after {
    top: auto;
    bottom: -38px;
    border-radius: 0 0 25px 25px;
    -ms-transform: skew(0, -2deg);
    transform: skew(0, -2deg)
}

.calendar-form .calendar-form-wrap {
    position: relative;
    z-index: 1
}

.calendar-form .title {
    padding-bottom: 1px;
    color: #b03e78;
    font: 700 24px/1.2 'Onest', sans-serif;
    text-align: center
}

.calendar-form .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 16px;
    text-align: right;
    line-height: 1.2
}

.calendar-form .form-row:not(:first-child) {
    margin-top: 27px
}

@media (max-width:1023px) {
    .calendar-form .form-row {
        display: block;
        text-align: left
    }
}

.calendar-form .inp {
    width: 111px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 19px
}

@media (max-width:1023px) {
    .calendar-form .inp {
        margin: 10px 0 20px
    }
}

.calendar-form .inp input:not(.error) {
    border-color: #fff
}

.calendar-form .inp input[type=text] {
    padding-right: 10px
}

.calendar-form label {
    padding-top: 6px
}

.calendar-form .note {
    position: relative;
    margin-top: 30px;
    padding: 0 0 0 30px;
    font: 16px/1.2 'Onest', sans-serif
}

.calendar-form .note i {
    position: absolute;
    top: 0;
    left: 0
}

.calendar-form .btn-wrap {
    padding-top: 30px;
    text-align: center
}

@media (min-width:800px) {
    .calendar-text {
        width: 532px
    }
}

.calendar-content .section-features-title {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 53px;
    top: 0;
    left: 0;
    -ms-transform: none;
    transform: none
}

.calendar-content .section-features-title:after,
.calendar-content .section-features-title:before {
    width: 196px;
    left: 50%;
    margin-left: -98px
}

.calendar-content .calendar-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1023px) {
    .calendar-content .calendar-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.calendar-content .calendar-wrap {
    width: 100%
}

@media (max-width:1023px) {
    .calendar-content .calendar-wrap {
        -ms-flex-order: 2;
        order: 2
    }
}

.calendar-content .calendar-legends {
    width: 210px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 36px;
    padding-top: 63px
}

@media (max-width:1023px) {
    .calendar-content .calendar-legends {
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding: 0 0 20px;
        margin-left: 0
    }
}

.calendar-content .calendar-legend {
    position: relative;
    padding: 2px 0 19px 44px;
    font-size: 16px
}

@media (max-width:1023px) {
    .calendar-content .calendar-legend {
        display: inline-block;
        margin-right: 20px;
        vertical-align: top
    }
}

.calendar-content .calendar-legend:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    left: 0;
    border: 1px transparent solid;
    border-radius: 50%
}

.calendar-content .calendar-legend.today:before {
    border-color: #417505
}

.calendar-content .calendar-legend.menstruation:before {
    border-color: #ec008c;
    background: #ec008c
}

.calendar-content .calendar-legend.ovulation:before {
    border-color: #ffadc7;
    background: #ffadc7
}

.calendar-content .calendar-legend.fertile:before {
    border-color: #a19ce8;
    background: #a19ce8
}

.calendars-tests-page .switch-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 78px;
    margin-right: 78px
}

.calendars-tests-page .switch-block label {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.calendars-tests-page .switch-block .label {
    transition: all .4s ease;
    font: 700 32px 'Onest', sans-serif;
    margin: 0 25px;
    color: #b03e78
}

.calendars-tests-page .switch-block .label.active,
.calendars-tests-page .switch-block .label:hover {
    color: #ec008c
}

@media (max-width:1023px) {
    .calendars-tests-page .switch-block {
        margin-right: 0
    }
}

@media (max-width:499px) {
    .calendars-tests-page .switch-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 50px
    }

    .calendars-tests-page .switch-block label {
        margin: 15px 0
    }

    .calendars-tests-page .switch-block .label {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: center
    }
}

.calendars-tests-page .calendars-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin: 50px 0 90px;
    padding-top: 49px;
    overflow: hidden
}

@media (max-width:499px) {
    .calendars-tests-page .calendars-wrap {
        margin: 50px 0;
        padding-top: 0
    }
}

.calendars-tests-page .calendars-container {
    transition: all .4s ease;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.calendars-tests-page .calendars-container .section-tiles-list {
    margin-bottom: 60px
}

.calendars-tests-page .calendars-container .section-tiles-item {
    min-height: 263px;
    background-image: linear-gradient(240deg, #ffde86, #ffa2a1)
}

.calendars-tests-page .calendars-container .section-tiles-item .tile-image {
    transition: bottom .4s ease;
    position: absolute;
    height: 250px;
    right: 0;
    bottom: 0;
    z-index: 10
}

@media (max-width:499px) {
    .calendars-tests-page .calendars-container .section-tiles-item .tile-image {
        height: 100%
    }
}

.calendars-tests-page .calendars-container .section-tiles-item .img-wrapper {
    width: 100%;
    height: 100%;
    position: absolute
}

.calendars-tests-page .calendars-container .section-tiles-item .img-wrapper:before {
    content: '';
    position: absolute;
    transition: none .4s ease;
    transition-property: transform, bottom;
    width: 100%;
    bottom: -15px;
    height: 15px;
    background: #fff;
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    z-index: 15
}

.calendars-tests-page .calendars-container .section-tiles-item:after,
.calendars-tests-page .calendars-container .section-tiles-item:before {
    background-image: linear-gradient(240deg, #ffde86, #ffa2a1);
    outline: 1px solid transparent
}

.calendars-tests-page .calendars-container .section-tiles-item:hover {
    background-image: linear-gradient(54deg, #ffadc7, #ffa2a1)
}

.calendars-tests-page .calendars-container .section-tiles-item:hover .section-tiles-description,
.calendars-tests-page .calendars-container .section-tiles-item:hover .section-tiles-name {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.calendars-tests-page .calendars-container .section-tiles-item:hover .tile-image {
    bottom: -10px
}

.calendars-tests-page .calendars-container .section-tiles-item:hover:before {
    background-image: linear-gradient(54deg, #ffadc7, #ffa2a1);
    -ms-transform: skew(0deg, -4deg);
    transform: skew(0deg, -4deg)
}

.calendars-tests-page .calendars-container .section-tiles-item:hover:after {
    background-image: linear-gradient(54deg, #ffadc7, #ffa2a1);
    -ms-transform: skew(0deg, 4deg);
    transform: skew(0deg, 4deg)
}

@media (max-width:1023px) {
    .calendars-tests-page .calendars-container .section-tiles-item .img-wrapper:before {
        display: none
    }

    .calendars-tests-page .calendars-container .section-tiles-item:not(:last-child) {
        margin-bottom: 60px
    }

    .calendars-tests-page .calendars-container .section-tiles-item:hover .tile-image {
        bottom: 0
    }

    .calendars-tests-page .calendars-container .section-tiles-list {
        margin-bottom: 60px
    }
}

.calendars-tests-page .calendars-container .section-tiles-bg {
    width: 150px;
    box-sizing: content-box;
    padding: 24px 60px 40px 32px
}

@media (max-width:499px) {
    .calendars-tests-page .calendars-container .section-tiles-bg {
        width: 130px;
        padding: 24px 60px 40px 20px
    }
}

.calendars-tests-page .calendars-container .section-tiles-bg:after,
.calendars-tests-page .calendars-container .section-tiles-bg:before {
    content: none
}

.period-list-page .page {
    padding-bottom: 50px
}

.period-list-page .breadcrumbs,
.period-list-page .page-top {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 20px
}

.period-list-page .page-top {
    top: 130px;
    max-width: 500px;
    color: #fff
}

.period-list-page .section-periods .section-periods-slide:before {
    height: 100%
}

.birthing-page {
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    margin-left: -42px;
    margin-right: -42px;
    margin-top: -80px;
    padding-top: 40px
}

@media (max-width:1023px) {
    .birthing-page {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.birthing-page__item {
    margin: 80px 42px 0
}

.birthing-page__text p,
.ovulation-page__text p,
.pregnancytest-page__text p {
    margin-bottom: 20px;
    margin-top: 20px
}

.birthing-page__text p:first-child {
    margin-top: 0
}

.birthing-page__text p:last-child {
    margin-bottom: 0
}

.birthing-calculator {
    background: #fbe3eb;
    color: #383838;
    font-size: 16px;
    line-height: 19px;
    margin-top: 30px;
    max-width: 100%;
    padding: 0 32px;
    position: relative;
    width: 440px;
    z-index: 2
}

@media (max-width:1023px) {
    .birthing-calculator {
        width: auto
    }
}

.birthing-calculator:after,
.birthing-calculator:before {
    background: #fbe3eb;
    content: '';
    height: 50px;
    left: 0;
    position: absolute;
    transition: transform .4s ease;
    width: 100%;
    z-index: -1
}

.birthing-calculator:before {
    border-radius: 25px 25px 0 0;
    top: -27px;
    -ms-transform: skew(0, 2deg);
    transform: skew(0, 2deg)
}

.birthing-calculator:after {
    border-radius: 0 0 25px 25px;
    bottom: -38px;
    top: auto;
    -ms-transform: skew(0, -2deg);
    transform: skew(0, -2deg)
}

.birthing-calculator__data {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px
}

.birthing-calculator__date {
    background: #fff url(../images/calendar.svg) no-repeat 90% 50%;
    border: 1px solid transparent;
    box-sizing: border-box;
    height: 100%;
    min-height: 50px;
    padding: 0 48px 0 16px;
    width: 158px
}

.birthing-calculator__date:focus {
    outline: none;
    border-color: #b03e78
}

.birthing-calculator__label {
    margin-right: 23px;
    text-align: right
}

.birthing-calculator__calc-btn {
    margin-bottom: 30px
}

.birthing-calculator__result,
.birthing-calculator__status {
    height: 0;
    opacity: 0;
    position: absolute;
    transition: .3s opacity, .3s visibility;
    visibility: hidden
}

.birthing-calculator__result {
    background: #fff5f9;
    border-radius: 20px;
    color: #b03e78;
    font-family: 'Onest';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    padding: 20px 16px;
    text-align: center;
    margin-bottom: 30px
}

.birthing-calculator__result.is-active,
.birthing-calculator__status.is-active {
    position: static;
    height: auto;
    opacity: 1;
    visibility: visible
}

.birthing-calculator__status {
    margin-bottom: 10px
}

.birthing-calculator__notice {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 1.14285
}

.birthing-calculator .birthing-calculator__date {
    border-radius: 50px
}

.pregnancytest-page {
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    margin-left: -42px;
    margin-right: -42px;
    margin-top: -80px;
    padding-top: 40px
}

@media (max-width:1023px) {
    .pregnancytest-page {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.pregnancytest-page__item {
    margin: 80px 42px
}

.pregnancytest-page__text p:first-child {
    margin-top: 0
}

.pregnancytest-page__text p:last-child {
    margin-bottom: 0
}

.pregnancytest-calculator .pregnancytest-calculator__date {
    border-radius: 50px
}

.pregnancytest-calculator .inp {
    width: 111px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 19px
}

.pregnancytest-calculator {
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 21px 30px 70px 0;
    padding: 0 51px;
    background: #fbe3eb
}

.pregnancytest-calculator__calc-btn {
    margin-top: 15px;
    margin-bottom: 30px
}

.bt-graph__hero-block .breadcrumbs li:after,
.ovulation-calculator-page .hero-block .breadcrumbs li:after,
.pregnancytest-calculator-page .hero-block .breadcrumbs li:after {
    width: 6px;
    height: 9px;
    background: url(../images/sprite.svg?041f06e8) -1443.4px -926px no-repeat
}

.ovulation-page {
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    margin-left: -42px;
    margin-right: -42px;
    margin-top: -80px;
    padding-top: 40px
}

@media (max-width:1023px) {
    .ovulation-page {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.ovulation-page__item {
    margin: 80px 42px
}

.ovulation-page__text p:first-child {
    margin-top: 0
}

.ovulation-page__text p:last-child {
    margin-bottom: 0
}

.calendar-form__date {
    border: 1px solid transparent;
    box-sizing: border-box;
    height: 100%;
    min-height: 50px;
    padding: 0 48px 0 16px;
    width: 158px
}

.calendar-form__date:focus {
    outline: none;
    border-color: #b03e78
}

.calendar-form__icon {
    background: #fff url(../images/calendar.svg) no-repeat 90% 50%
}

.calendar-form__label {
    margin-right: 23px;
    text-align: right
}

.calendar-form__calc-btn {
    margin-top: 15px;
    margin-bottom: 30px
}

.calendar-form__result {
    background: #fff5f9;
    border-radius: 20px;
    color: #b03e78;
    font-family: 'Onest';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    height: 0;
    line-height: 25px;
    margin-bottom: 30px;
    opacity: 0;
    padding: 20px 16px;
    position: absolute;
    text-align: center;
    transition: .3s opacity, .3s visibility;
    visibility: hidden
}

.calendar-form__result.is-active {
    position: static;
    height: auto;
    opacity: 1;
    visibility: visible
}

.calendar-form__notice {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 1.14285
}

.ovulation-calculator .ovulation-calculator__date {
    border-radius: 50px
}

.ovulation-calculator .inp {
    width: 111px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 19px
}

.ovulation-calculator {
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 21px 30px 70px 0;
    padding: 0 51px;
    background: #fbe3eb
}

.ovulation-calculator__calc-btn {
    margin-top: 15px;
    margin-bottom: 30px
}

.bt-form .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    overflow: hidden;
    border: none
}

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

.bt__calendar-text-block {
    -ms-flex-align: center;
    align-items: center
}

.bt__create-sign-text {
    margin: 30px 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    color: #b03e78;
    text-align: center
}

.bt__create-sign {
    position: relative;
    display: inline;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #b03e78;
    cursor: pointer
}

.bt-form__sign-button::after,
.bt__create-sign::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #b03e78
}

a.bt__create-link {
    color: #b03e78;
    text-decoration: underline;
    cursor: pointer
}

.bt__create-button {
    width: 100%
}

.bt__tablet-break {
    display: none
}

@media (min-width:700px) {
    .bt__tablet-break {
        display: block
    }
}

.bt-form {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 400ms
}

.bt-form--active {
    opacity: 1
}

.bt-form__underlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, .3)
}

@media (min-width:700px) {
    .bt-form__underlay {
        display: block
    }
}

.bt-form__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 55px 20px;
    background-color: #fff
}

@media (min-width:700px) {
    .bt-form__content {
        position: relative;
        padding: 52px 55px 35px;
        border-radius: 20px
    }
}

.bt-form__form {
    position: relative;
    margin: 0 auto 32px;
    max-width: 35rem
}

@media (min-width:700px) {
    .bt-form__form {
        max-width: 43rem
    }
}

.bt-form__social-wrap {
    margin: 0 auto;
    max-width: 35rem
}

@media (min-width:700px) {
    .bt-form__social-wrap {
        max-width: 43rem
    }
}

.bt-form__social-title {
    margin-top: 0;
    margin-bottom: 16px;
    font-family: "Onest", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    color: #b2b9c6
}

.bt-form__social-list {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none
}

.bt-form__social-item {
    margin: 0;
    padding: 0
}

.bt-form__social-link {
    display: block;
    width: 32px;
    height: 32px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
    transition: transform .3s
}

.bt-form__social-link--vk {
    background-image: url(../images/sprite/social-auth-vk.svg)
}

.bt-form__social-link--fb {
    background-image: url(../images/sprite/social-auth-fb.svg)
}

.bt-form__social-link--ok {
    background-image: url(../images/sprite/social-auth-ok.svg)
}

@media (hover:hover) {

    .bt-form__social-link:focus,
    .bt-form__social-link:hover {
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.bt-form__form .error-message {
    width: 100%;
    padding-top: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #ff1919
}

.bt-form__title {
    margin: 0 auto 16px;
    font-family: "Onest", "Arial", sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    color: #404040
}

.bt-form__text {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #3c3c3c
}

@media (min-width:700px) {
    .bt-form__text {
        margin-bottom: 1.6rem
    }
}

.bt-form__sign-button {
    position: relative;
    display: inline;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #b03e78;
    cursor: pointer
}

.bt-form__label {
    position: relative;
    display: block;
    margin-bottom: 16px
}

input.bt-form__input {
    display: block;
    width: 100%;
    padding: 14px 50px;
    border: 1px solid #f2f2f2;
    border-radius: 100em;
    font-family: "Onest", "Arial", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    text-overflow: ellipsis;
    color: #3c3c3c;
    text-align: center;
    background-color: #f2f2f2;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    white-space: nowrap
}

input.bt-form__input[type=password] {
    font-family: "asterisk";
    font-style: normal;
    font-weight: 500
}

input.bt-form__input:-ms-input-placeholder {
    color: transparent
}

input.bt-form__input::placeholder {
    color: transparent
}

input.bt-form__input._invalid {
    margin-bottom: 20px;
    border-color: #ff1919;
    color: #ff1919
}

input.bt-form__input._invalid~.bt-form__text-invalid {
    display: block
}

input.bt-form__input._invalid~.bt-form__label-text {
    top: 15px;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.bt-form__input:focus~.bt-form__label-text,
.bt-form__input:not(:placeholder-shown)~.bt-form__label-text {
    opacity: 0
}

.bt-form__label-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    line-height: 19px;
    color: #3c3c3c;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .5
}

.bt-form__text-invalid {
    display: none;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #ff1919
}

.bt-form__password-wrap {
    position: relative
}

.bt-form__password-button {
    position: absolute;
    top: -1px;
    right: 5px;
    padding: 0;
    width: 49px;
    height: 49px;
    border: none;
    border-radius: 0
}

.bt-form__password-button::after,
.bt-form__password-button::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    background-image: url(/local/images/icon-bt-pass.svg);
    opacity: 1
}

.bt-form__password-button::after {
    background-image: url(/local/images/icon-bt-pass-on.svg);
    opacity: 0
}

.bt-form__password-button--active::before {
    opacity: 0
}

.bt-form__password-button--active::after,
.section-gradient .section-slides-list .slick-dots li.slick-active>button:before,
.section-gradient .section-slides-list .slick-dots li>button:hover:before {
    opacity: 1
}

.bt-form__close,
.bt-form__password-button,
.bt-form__submit {
    margin: 0;
    background-color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.bt-form__submit {
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #b03e78;
    text-align: center;
    padding: 14px 19px;
    width: 100%;
    border: 1px solid #b03e78;
    border-radius: 100em
}

.bt-form__close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    width: 21px;
    height: 21px;
    border: none;
    border-radius: 0;
    -ms-touch-action: none;
    touch-action: none;
    outline-offset: .4rem
}

.bt-form__close::after,
.bt-form__close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 21px;
    border-radius: 100em;
    background-color: #404040;
    transition-property: background-color;
    transition-duration: 400ms
}

.bt-form__close::before {
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.bt-form__close::after {
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

@media (hover:hover) {

    .bt-form__close:hover::after,
    .bt-form__close:hover::before {
        background-color: #ec008c
    }
}

.bt-form__close-click {
    position: absolute;
    top: -16px;
    right: -16px;
    left: -16px;
    bottom: -16px
}

.bt-graph {
    position: relative;
    padding-bottom: 80px
}

@media (min-width:1023px) {
    .bt-graph {
        isolation: isolate;
        position: static;
        padding-bottom: 120px
    }
}

.hero-block.bt-graph__hero-block {
    overflow: hidden
}

.bt-graph__user,
.hero-block.bt-graph__hero-block .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.hero-block.bt-graph__hero-block .breadcrumbs {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hero-block.bt-graph__hero-block .hero-block-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    max-width: 100%;
    z-index: 1;
    height: 100%
}

@media (max-width:1023px) {
    .hero-block.bt-graph__hero-block .hero-block-content {
        padding-bottom: 60px
    }
}

.hero-block.bt-graph__hero-block .hero-block-title {
    padding: 0;
    margin-bottom: 1.7rem
}

@media (max-width:499px) {
    .hero-block.bt-graph__hero-block .hero-block-title {
        margin-bottom: 1.2rem
    }
}

.hero-block.bt-graph__hero-block .hero-block-text {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;
    text-transform: uppercase;
    padding-left: 32px;
    margin-bottom: 26px
}

@media (max-width:499px) {
    .hero-block.bt-graph__hero-block .hero-block-text {
        font-size: 16px;
        line-height: 19px
    }
}

.hero-block.bt-graph__hero-block .hero-block-text:after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
    background: center/contain no-repeat url(/local/images/icon-user.svg)
}

.hero-block.bt-graph__hero-block div.hero-block-visual {
    position: absolute;
    margin: 0;
    height: 100%;
    top: auto;
    bottom: 0;
    right: -45px;
    width: 70%
}

@media (min-width:499px) {
    .hero-block.bt-graph__hero-block div.hero-block-visual {
        width: 70%
    }
}

.hero-block.bt-graph__hero-block img.hero-block-photo {
    top: auto;
    left: 0;
    right: auto;
    bottom: -100px;
    width: 500px;
    max-width: 200%;
    max-height: none;
    object-fit: cover;
    -ms-transform: none;
    transform: none
}

@media (min-width:499px) {
    .hero-block.bt-graph__hero-block img.hero-block-photo {
        bottom: -200px;
        left: 25%;
        width: 900px
    }
}

.bt-graph__user {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%
}

.bt-graph__user-name {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff
}

.bt-graph__print::before,
.bt-graph__user-name::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon-user.svg);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%)
}

@media (min-width:1023px) {
    .bt-graph__user-name {
        font-size: 20px;
        line-height: 23px
    }
}

.bt-graph__print {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 0 32px;
    border: none;
    border-radius: 0;
    text-decoration: none;
    background-color: transparent;
    min-height: 24px
}

.bt-graph__print::before {
    background-size: 100%;
    background-image: url(../images/icon-print.svg)
}

.bt-graph__print-text {
    display: none;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300
}

@media (min-width:500px) {
    .bt-graph__print-text {
        display: inline
    }
}

.bt-graph__guest {
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    color: #fff
}

.bt-graph__guest-link {
    color: inherit;
    text-decoration: underline;
    cursor: pointer
}

.bt-graph .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    overflow: hidden;
    border: none
}

.bt-graph *,
.bt-graph ::after,
.bt-graph ::before {
    box-sizing: border-box
}

.bt-graph__nav-track {
    margin-left: -20px;
    margin-bottom: 32px;
    margin-right: -20px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.bt-graph__nav-track::-webkit-scrollbar {
    display: none
}

@media (min-width:1023px) {
    .bt-graph__nav-track {
        position: relative;
        margin-right: 0;
        margin-left: 0;
        padding-right: 37px;
        padding-left: 37px;
        overflow: hidden;
        isolation: isolate
    }
}

.bt-graph__nav-list {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    list-style: none
}

@media (min-width:1023px) {
    .bt-graph__nav-list {
        position: relative;
        margin: 0 -37px;
        z-index: 1
    }

    .bt-graph__nav-list.slick-slider,
    .bt-graph__nav-list.slick-slider .bt-graph__nav-item {
        margin: 0
    }
}

.bt-graph__nav-item {
    margin-right: 8px
}

.bt-graph__nav-item:first-child {
    padding-left: 20px
}

.bt-graph__nav-item:last-child {
    margin-right: 0;
    padding-right: 20px
}

@media (min-width:1023px) {
    .bt-graph__nav-item:first-child {
        padding-left: 0
    }

    .bt-graph__nav-item:last-child {
        padding-right: 0
    }
}

.bt-graph__nav-button {
    margin: 0;
    padding: 12px 16px;
    border: none;
    border-radius: 100em;
    font-family: "Onest", "Arial", sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .02em;
    white-space: nowrap;
    background-color: #f9f9f9;
    outline: none;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bt-graph__nav-button--active {
    color: #fff;
    font-weight: 700;
    background-color: #ffa6a0
}

.bt-graph__nav-button:focus-visible {
    box-shadow: 0 0 0 2px #ffa6a0 inset
}

.bt-graph__nav-button span {
    pointer-events: none
}

.bt-graph__nav-controls {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none
}

@media (min-width:1023px) {
    .slick-slider~.bt-graph__nav-controls {
        display: -ms-flexbox;
        display: flex
    }
}

.bt-graph__nav-controls-button {
    position: static;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 37px;
    height: 100%;
    border: none;
    border-radius: 0;
    background-color: transparent
}

.bt-graph__figure--cards~.bt-graph__form .bt-graph__fieldset-wrap,
.bt-graph__nav-controls-button::before {
    display: none
}

.bt-graph__nav-controls-button.slick-disabled {
    opacity: .5
}

.bt-graph__nav-controls-arrow {
    margin-right: auto;
    pointer-events: none
}

.bt-graph__nav-controls-arrow--next {
    margin-right: 0;
    margin-left: auto
}

.bt-graph__title {
    display: none;
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 40px;
    font-family: "Onest", "Arial", sans-serif;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    color: #ffa6a0
}

@media (min-width:1023px) {
    .bt-graph__title {
        display: block
    }
}

.bt-graph__figure {
    margin: 0 0 12px;
    padding: 0
}

@media (min-width:1023px) {
    .bt-graph__figure--cards .bt-graph__caption-wrap {
        display: -ms-grid;
        display: grid;
        grid-gap: 16px;
        -ms-grid-columns: 1fr 1fr 2fr;
        grid-template-columns: 1fr 1fr 2fr
    }
}

.bt-graph__figure--cards .bt-graph__caption {
    -ms-flex-order: 1;
    order: 1
}

@media (min-width:1023px) {
    .bt-graph__figure--cards .bt-graph__caption-list {
        -ms-grid-columns: (auto)[2];
        grid-template-columns: repeat(2, auto);
        -ms-grid-rows: (auto)[4];
        grid-template-rows: repeat(4, auto);
        column-gap: 42px;
        padding: 28px 14px 22px 34px
    }
}

.bt-graph__figure--cards~.bt-graph__form {
    background-color: transparent
}

.bt-graph__figure--cards~.bt-graph__form .bt-graph__submit-wrap {
    padding: 0
}

@media (min-width:1023px) {
    .bt-graph__figure--cards~.bt-graph__form {
        padding: 20px 0;
        background-color: transparent
    }

    .bt-graph__figure--cards~.bt-graph__form .bt-graph__fieldset-wrap {
        display: none
    }

    .bt-graph__figure--cards~.bt-graph__form .bt-graph__submit-wrap {
        padding: 0
    }
}

.bt-graph__chart-wrap {
    margin-bottom: 5px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.bt-graph__chart-wrap::-webkit-scrollbar {
    display: none
}

.bt-graph__chart-wrap--no-js {
    padding-bottom: 15px;
    margin-bottom: 0;
    -ms-overflow-style: auto;
    scrollbar-width: thin;
    scrollbar-color: #ea8a8a
}

.bt-graph__chart-wrap--no-js::-webkit-scrollbar {
    display: block;
    height: 2px
}

.bt-graph__chart-wrap--no-js::-webkit-scrollbar-track {
    border-radius: 100em;
    background: #ececec
}

.bt-graph__chart-wrap--no-js::-webkit-scrollbar-thumb {
    border: none;
    border-radius: 100em;
    background-color: #ea8a8a
}

@media (min-width:1023px) {
    .bt-graph__chart-wrap {
        margin-bottom: 32px;
        overflow: auto
    }

    .bt-graph__chart {
        width: 100%
    }
}

.bt-graph__scroll {
    margin-bottom: 15px;
    padding-left: 40px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width:1023px) {
    .bt-graph__scroll {
        display: none
    }
}

.bt-graph__scrollbar {
    position: relative;
    height: 2px
}

.bt-graph__scrollbar::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ececec;
    border-radius: 100em
}

.bt-graph__scrollprogress,
.bt-graph__scrollthumb {
    position: absolute;
    background-color: #ea8a8a;
    transition-duration: 50ms
}

.bt-graph__scrollprogress {
    bottom: 0;
    left: 0;
    top: 0;
    border-radius: 100em;
    transition-property: right
}

.bt-graph__chart-wrap--no-js~.bt-graph__scrollbar {
    display: none
}

.bt-graph__scrollthumb {
    top: 50%;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    border-radius: 50%;
    -ms-transform: translate(-7.5px, -50%);
    transform: translate(-7.5px, -50%);
    transition-property: left
}

.bt-graph__caption {
    margin: 0 0 24px;
    padding: 0;
    border-radius: 8px;
    background-color: #f9f9f9;
    overflow: hidden
}

@media (min-width:1023px) {
    .bt-graph__caption {
        margin-bottom: 0
    }
}

.bt-graph__caption-dropdown {
    overflow: hidden;
    transition-property: max-height;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out
}

.bt-graph__caption-dropdown--closed~.bt-graph__caption-toggle .bt-graph__caption-toggle-hidden {
    display: block
}

.bt-graph__caption-dropdown--closed~.bt-graph__caption-toggle .bt-graph__caption-toggle-shown {
    display: none
}

.bt-graph__caption-dropdown--closed~.bt-graph__caption-toggle::before {
    -ms-transform: translateY(-50%) rotate(225deg);
    transform: translateY(-50%) rotate(225deg)
}

.bt-graph__caption-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
    margin: 0;
    padding: 17px 16px 0;
    list-style: none
}

@media (min-width:1023px) {
    .bt-graph__caption-list {
        grid-auto-flow: column;
        -ms-grid-columns: (auto)[4];
        grid-template-columns: repeat(4, auto);
        -ms-grid-rows: (auto)[2];
        grid-template-rows: repeat(2, auto);
        padding: 28px 35px
    }
}

.bt-graph__caption-item {
    position: relative;
    padding-left: 21px;
    font-size: 14px;
    line-height: 16px;
    color: rgba(60, 60, 60, .7)
}

.bt-graph__caption-item::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #fff
}

.bt-graph__caption-item:nth-child(1)::before {
    background-color: #ff1919
}

.bt-graph__caption-item:nth-child(2)::before {
    background-color: #ff9f40
}

.bt-graph__caption-item:nth-child(3)::before {
    background-color: #1cd645
}

.bt-graph__caption-item:nth-child(4)::before {
    background-color: #c637d7
}

.bt-graph__caption-item:nth-child(5)::before {
    background-color: #abebdf
}

.bt-graph__caption-item:nth-child(6)::before {
    background-color: #a45449
}

.bt-graph__caption-item:nth-child(7)::before {
    background-color: #404040
}

.bt-graph__caption-item:nth-child(8) {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    grid-column: 1/span 2
}

.bt-graph__caption-item:nth-child(8)::before {
    border-radius: 0;
    border: none;
    background-color: rgba(176, 62, 120, .2)
}

@media (min-width:1023px) {
    .bt-graph__caption-item:nth-child(8) {
        -ms-grid-column: auto;
        grid-column: auto
    }

    .bt-graph__caption-item {
        padding-left: 26px;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .02em
    }

    .bt-graph__caption-item::before {
        top: 2px
    }
}

.bt-graph__caption-toggle {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 20px 32px 17px 16px;
    border: none;
    border-radius: 0;
    color: #b03e78;
    text-decoration: underline;
    background-color: transparent;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none
}

.bt-graph__caption-toggle::before {
    content: "";
    position: absolute;
    top: 27px;
    right: 18px;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    border-top: 1px solid currentColor;
    border-left: 1px solid currentColor;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 300ms transform
}

.bt-graph__caption-toggle:focus-visible {
    outline: 2px solid #b03e78;
    outline-offset: -5px
}

@media (min-width:1023px) {
    .bt-graph__caption-toggle {
        display: none
    }
}

.bt-graph__caption-toggle-hidden {
    display: none;
    pointer-events: none
}

.bt-graph__caption-toggle-shown {
    pointer-events: none
}

.bt-graph__info {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .01em;
    font-weight: 400
}

@media (min-width:1023px) {
    .bt-graph__info {
        display: none
    }
}

.bt-graph__card-list {
    display: -ms-flexbox;
    display: flex;
    margin: 12px 0 0;
    padding: 0
}

@media (min-width:1023px) {
    .bt-graph__card-list {
        display: contents;
        margin-top: 0
    }
}

.bt-graph__card {
    -ms-flex: 1 0 35%;
    flex: 1 0 35%;
    margin: 0 13px 0 0;
    padding: 19px 20px 20px;
    border-radius: 8px;
    background-color: #f9f9f9
}

.bt-graph__card:last-child {
    margin-right: 0
}

@media (min-width:1023px) {
    .bt-graph__card {
        margin-right: 0;
        padding: 28px 34px 34px
    }
}

.bt-graph__card-term {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .02em;
    text-align: center;
    color: #3b3b3b
}

@media (min-width:1023px) {
    .bt-graph__card-term {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 19px
    }
}

.bt-graph__card-desc {
    display: block;
    margin: 0
}

.bt-graph__card-bold {
    display: block;
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 37px;
    font-weight: 700;
    text-align: center;
    color: #b03e78;
    white-space: nowrap
}

.bt-graph__card-thin {
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    letter-spacing: .02em;
    text-align: center;
    color: #3b3b3b
}

@media (min-width:1023px) {
    .bt-graph__card-thin {
        font-size: 16px;
        line-height: 19px
    }

    .bt-graph__form {
        padding: 32px 50px 34px 37px;
        border-radius: 8px;
        background-color: #f9f9f9
    }
}

.bt-graph__fieldset-wrap {
    margin-bottom: 24px;
    padding: 24px 16px 18px;
    border-radius: 8px;
    background-color: #f9f9f9
}

@media (min-width:1023px) {
    .bt-graph__fieldset-wrap {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        padding: 0 0 39px;
        border-radius: 0;
        border-bottom: 1px solid #ececec;
        background-color: transparent
    }
}

.bt-graph__fieldset {
    display: block;
    margin: 0 0 24px;
    padding: 0;
    border: none
}

.bt-graph__fieldset:last-of-type {
    margin-bottom: 0
}

@media (min-width:1023px) {
    .bt-graph__fieldset {
        margin-bottom: 0
    }

    .bt-graph__fieldset:first-of-type {
        position: relative;
        padding-right: 45px;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px
    }

    .bt-graph__fieldset:first-of-type::before {
        content: "";
        position: absolute;
        top: -27px;
        right: 0;
        width: 1px;
        height: 140px;
        background-color: #ececec
    }

    .bt-graph__fieldset:last-of-type {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 45px
    }

    .bt-graph__fieldset:last-of-type .bt-graph__legend {
        margin-bottom: 22px
    }
}

.bt-graph__legend {
    margin-top: 0;
    margin-bottom: 12px;
    padding: 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #404040
}

@media (min-width:1023px) {
    .bt-graph__legend {
        margin-bottom: 16px
    }
}

.bt-graph__fieldset-text {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .035em;
    color: #3c3c3c
}

.bt-graph__input-wrap {
    display: -ms-flexbox;
    display: flex
}

.bt-graph__label {
    display: block;
    margin-right: 8px
}

.bt-graph__label:last-child {
    margin-right: 0
}

input.bt-graph__input {
    display: block;
    width: 100%;
    padding: 15px 18px;
    border: 1px solid rgba(59, 59, 59, .7);
    border-radius: 100em;
    font-family: "Onest", "Arial", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    text-align: center;
    color: #3c3c3c;
    background-color: transparent;
    outline: none
}

input.bt-graph__input:-ms-input-placeholder {
    font-weight: 300;
    color: rgba(60, 60, 60, .7)
}

input.bt-graph__input::placeholder {
    font-weight: 300;
    color: rgba(60, 60, 60, .7)
}

input.bt-graph__input:focus,
input.bt-graph__input:not(:placeholder-shown) {
    border: 1px solid #3b3b3b
}

input.bt-graph__input._invalid {
    color: #ff1919;
    border-color: #ff1919
}

.bt-graph__invalid {
    display: none;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .035em;
    color: #ff1919
}

.bt-graph__invalid._active {
    display: block
}

@media (min-width:1023px) {
    .bt-graph__invalid {
        margin-top: 28px
    }
}

.bt-graph__checkbox-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-bottom: -8px
}

@media (min-width:1023px) {
    .bt-graph__checkbox-wrap {
        margin-bottom: -20px
    }
}

.bt-graph__checkbox-label {
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 100em;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden
}

@media (hover:hover) {
    .bt-graph__checkbox-label:hover .bt-graph__checkbox-text {
        box-shadow: 0 0 0 2px #ffa6a0 inset
    }
}

@media (min-width:1023px) {
    .bt-graph__checkbox-label {
        margin-bottom: 20px
    }
}

.bt-graph__checkbox-input:focus-visible~.bt-graph__checkbox-text,
.bt-graph__submit-button:focus-visible {
    box-shadow: 0 0 0 2px #ffa6a0 inset
}

.bt-graph__checkbox-input:checked~.bt-graph__checkbox-text {
    color: #fff;
    background-color: #ffa6a0
}

.bt-graph__checkbox-text {
    display: block;
    padding: 12px 24px;
    border-radius: 100em;
    color: rgba(60, 60, 60, .7);
    background-color: #e2e2e2;
    white-space: nowrap
}

@media (min-width:1023px) {
    .bt-graph__submit-wrap {
        position: static;
        padding-top: 34px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

.bt-graph__submit-warning {
    position: relative;
    display: none;
    margin: 0 120px 0 0;
    padding-left: 28px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .035em;
    color: #3c3c3c
}

@media (min-width:1023px) {
    .bt-graph__submit-warning {
        display: block
    }
}

.bt-graph__submit-sign {
    position: absolute;
    top: 50%;
    left: 4px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bt-graph__submit-button {
    display: block;
    width: 100%;
    padding: 17px 18px;
    border-radius: 100em;
    border: none;
    font-family: "Onest", "Arial", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: .02em;
    text-align: center;
    color: #fff;
    background-color: #b03e78;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none
}

.bt-graph__submit-button--hidden {
    visibility: hidden
}

@media (min-width:1023px) {
    .bt-graph__submit-button {
        max-width: 335px
    }

    .bt-graph__submit-button--hidden {
        visibility: visible
    }
}

.bt-graph__ancor {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: block;
    width: calc(100vw - 40px);
    padding: 17px 18px;
    border-radius: 100em;
    border: none;
    font-family: "Onest", "Arial", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: .02em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #b03e78;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    z-index: 1
}

@media (min-width:1023px) {
    .bt-graph__ancor {
        display: none
    }
}

.breadcrumbs {
    display: -ms-flexbox;
    display: flex;
    padding: 35px 0 17px;
    list-style: none;
    font-size: 16px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (max-width:499px) {
    .breadcrumbs {
        padding: 20px 0 10px;
        font-size: 14px
    }
}

.breadcrumbs li {
    padding-bottom: 10px
}

.breadcrumbs li:not(:last-child) {
    margin-right: 15px
}

.breadcrumbs li:after {
    width: 6px;
    height: 9px;
    background: url(../images/sprite.svg?a353bc17) -1453.4px -926px no-repeat;
    content: '';
    position: relative;
    display: inline-block;
    margin-left: 19px
}

.breadcrumbs li.active:after {
    content: none
}

.hero-link {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    min-height: 510px;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -20px;
    margin-right: -20px;
    padding: 52px 20px 40px 43px;
    text-decoration: none
}

@media (max-width:1139px) {
    .hero-link {
        min-height: 370px
    }
}

@media (max-width:699px) {
    .hero-link {
        min-height: 250px
    }
}

@media (max-width:499px) {
    .hero-link {
        min-height: 200px
    }
}

.hero-link.no-hover {
    cursor: default
}

.hero-link:not(.no-hover):hover .hero-link-cover,
.hero-link:not(.no-hover):hover .hero-link-svg,
.is-touch .hero-link .hero-link-cover,
.is-touch .hero-link .hero-link-svg {
    opacity: 1
}

.hero-link:not(.no-hover):hover .hero-link-svg image,
.is-touch .hero-link .hero-link-svg image {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.hero-link .hero-link-cover {
    transition: opacity .4s ease;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: 50% 50%/cover no-repeat;
    border-radius: 30px;
    opacity: .65
}

@media (max-width:1139px) {
    .hero-link .hero-link-cover {
        display: block;
        border-radius: 0
    }
}

@media (max-width:499px) {
    .hero-link .hero-link-cover {
        display: block
    }

    .hero-link .hero-link-cover.desktop {
        display: none
    }
}

.hero-link .hero-link-cover.mobile {
    display: none
}

@media (max-width:499px) {
    .hero-link .hero-link-cover.mobile {
        display: block
    }
}

.hero-link .hero-link-svg {
    transition: opacity .4s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .65
}

@media (max-width:1139px) {
    .hero-link .hero-link-svg {
        display: none
    }
}

.hero-link .hero-link-svg image {
    transition: transform .4s ease;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.hero-link .hero-link-title {
    position: relative;
    max-width: 450px;
    color: #fff;
    font: 700 55px/1.18 'Onest', sans-serif;
    z-index: 5
}

@media (max-width:699px) {
    .hero-link .hero-link-title {
        font-size: 40px
    }
}

.hero-block {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    min-height: 344px;
    margin-bottom: 34px
}

@media (max-width:1023px) {
    .hero-block {
        min-height: 300px
    }
}

@media (max-width:767px) {
    .hero-block {
        padding-bottom: 0
    }
}

.hero-block .container {
    margin: 0 auto
}

.hero-block .hero-block-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 50% 50%/cover no-repeat
}

@media (max-width:499px) {
    .hero-block .hero-block-cover.desktop {
        display: none
    }
}

.hero-block .hero-block-cover.mobile,
.is-touch .hero-block .hero-block-tag:before,
.share .share-rating.disabled.liked .like .share-btn-origin {
    display: none
}

@media (max-width:499px) {
    .hero-block .hero-block-cover.mobile {
        display: block
    }
}

.hero-block .container {
    position: relative;
    z-index: 5
}

.hero-block .breadcrumbs {
    padding: 33px 0 69px
}

@media (max-width:1023px) {
    .hero-block .breadcrumbs {
        padding: 30px 0 15px
    }
}

@media (max-width:499px) {
    .hero-block .breadcrumbs {
        position: relative;
        z-index: 10
    }
}

.hero-block .hero-block-content {
    max-width: 600px;
    padding-bottom: 50px
}

@media (max-width:1023px) {
    .hero-block .hero-block-content {
        padding-bottom: 0
    }
}

@media (max-width:499px) {
    .hero-block .hero-block-content {
        position: relative;
        z-index: 10;
        max-width: 200px
    }
}

.hero-block .hero-block-title {
    padding-bottom: 6px;
    font: 700 46px/1.2 'Onest', sans-serif;
    letter-spacing: .2px;
    color: #fff
}

@media (max-width:499px) {
    .hero-block .hero-block-title {
        padding-top: 14px;
        font-size: 40px;
        line-height: 41px;
        padding-bottom: 20px
    }
}

.hero-block .hero-block-text {
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    line-height: 1.38;
    color: #fff
}

.hero-block .hero-block-tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px
}

@media (max-width:1023px) {
    .hero-block .hero-block-tags {
        margin-top: 20px
    }
}

.hero-block .hero-block-tag {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 15px;
    font: 700 18px/1.2 'Onest', sans-serif;
    color: #fff;
    border-color: #fff
}

.hero-block .hero-block-tag:not(:last-child) {
    margin-right: 10px
}

.hero-block .hero-block-tag.active,
.hero-block .hero-block-tag:hover {
    border-color: #b03e78
}

.is-touch .hero-block .hero-block-tag {
    background: 0 0 !important
}

.is-touch .hero-block .hero-block-tag.active {
    background: #b03e78 !important
}

.is-touch .hero-block .hero-block-tag.active>span {
    color: #fff !important
}

.hero-block .hero-block-visual {
    position: absolute;
    top: 0;
    right: 0;
    width: 476px;
    height: 100%
}

@media (max-width:767px) {
    .hero-block .hero-block-visual {
        position: relative;
        margin: -70px auto 0;
        height: auto;
        opacity: .7
    }
}

@media (max-width:499px) {
    .hero-block .hero-block-visual {
        position: absolute;
        top: auto;
        bottom: 0;
        right: -45px;
        width: 70%;
        height: 70%;
        margin: 0
    }

    .hero-block .hero-block-scene {
        position: relative;
        top: -50px
    }
}

.hero-block .hero-block-photo {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 339px
}

@media (max-width:1023px) {
    .hero-block .hero-block-photo {
        left: auto;
        right: 80px;
        max-height: 100%;
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (max-width:767px) {
    .hero-block .hero-block-photo {
        right: auto;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.hero-block .hero-block-oval,
.pagination {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.hero-block .hero-block-oval {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox !important;
    display: flex !important
}

@media (max-width:499px) {
    .hero-block .hero-block-oval {
        width: auto;
        height: auto
    }
}

.hero-block .hero-block-oval>img,
.section-gradient .section-slides-flyer>img,
.section-gradient .section-slides-oval>img {
    max-width: 100%;
    max-height: 100%
}

.hero-block .hero-block-oval.oval-1 {
    top: 35px !important;
    left: -100px !important
}

@media (max-width:1023px) {
    .hero-block .hero-block-oval.oval-1 {
        left: auto !important;
        right: 0 !important
    }
}

@media (max-width:499px) {
    .hero-block .hero-block-oval.oval-1 {
        top: 100px !important
    }
}

.hero-block .hero-block-oval.oval-1>img {
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.hero-block .hero-block-oval.oval-2 {
    top: 12px !important;
    left: -93px !important;
    opacity: .8
}

@media (max-width:1023px) {
    .hero-block .hero-block-oval.oval-2 {
        left: auto !important;
        right: 0 !important
    }
}

@media (max-width:499px) {
    .hero-block .hero-block-oval.oval-2 {
        top: 100px !important
    }
}

.hero-block .hero-block-oval.oval-2>img {
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.hero-block .hero-block-periods .section-news-tag,
.pagination-item.active>span {
    color: #fff
}

.hero-block .hero-block-periods .section-news-tag:before {
    width: 22px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -1347.4px -926px no-repeat;
    top: -1px
}

.hero-block .hero-block-periods .section-news-tag:hover::before {
    width: 22px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -1449.4px -842px no-repeat
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    margin-top: 75px
}

@media (max-width:499px) {
    .pagination {
        margin-top: 30px
    }
}

.pagination-item {
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 44px;
    text-decoration: none
}

@media (max-width:499px) {
    .pagination-item {
        width: 32px;
        height: 32px
    }
}

.pagination-item:before {
    content: '';
    position: absolute;
    transition: all .4s ease;
    width: 45px;
    height: 44px;
    background: url(../images/sprite.svg?a353bc17) -954px -950.42px no-repeat;
    top: 0;
    left: 0;
    -ms-transform: scale(0);
    transform: scale(0)
}

@media (max-width:499px) {
    .pagination-item:before {
        width: 32px;
        height: 31px;
        background: url(../images/sprite.svg?a353bc17) -1438.4px -559px no-repeat
    }
}

.pagination-item>span {
    transition: all .4s ease;
    position: relative;
    font: 700 20px/1 'Onest', sans-serif;
    color: #b03e78
}

@media (max-width:499px) {
    .pagination-item>span {
        font: 700 16px/1 'Onest', sans-serif
    }
}

@media (min-width:1025px) {
    .pagination-item[href]:hover:before {
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .pagination-item[href]:hover>span {
        color: #fff
    }

    .pagination-item[href]:hover.next>span,
    .pagination-item[href]:hover.prev>span {
        background: #fff
    }

    .pagination-item[href]:hover.next>span:before,
    .pagination-item[href]:hover.prev>span:before {
        border-color: #fff
    }
}

.pagination-item.active:before {
    width: 45px;
    height: 44px;
    background: url(../images/sprite.svg?a353bc17) -1409.4px -867px no-repeat;
    -ms-transform: scale(1);
    transform: scale(1)
}

@media (max-width:499px) {
    .pagination-item.active:before {
        width: 32px;
        height: 31px;
        background: url(../images/sprite.svg?a353bc17) -1438.4px -594px no-repeat
    }
}

.pagination-item.active.next>span,
.pagination-item.active.prev>span {
    background: #fff
}

.pagination-item.next>span,
.pagination-item.prev>span {
    width: 19px;
    height: 2px;
    background: #b03e78
}

.pagination-item.next>span:before,
.pagination-item.prev>span:before {
    content: '';
    position: absolute;
    transition: all .4s ease;
    width: 6px;
    height: 6px;
    top: -3px;
    border-top: 2px solid #b03e78
}

.pagination-item.prev>span:before {
    left: -1px;
    border-left: 2px solid #b03e78;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pagination-item.next>span:before {
    right: -1px;
    border-right: 2px solid #b03e78;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pagination-item,
.share .share-rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:499px) {
    .share .share-rating {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.share .share-rating>span {
    margin-right: 17px;
    font: 700 16px/1.2 'Onest', sans-serif
}

.share .share-rating.disabled {
    pointer-events: none
}

.share .share-rating.disabled .share-action-btn span {
    border-color: transparent
}

.share .share-rating.disabled.liked .like .share-btn-final {
    display: block
}

.share .share-rating.disabled.disliked .dislike .share-btn-origin {
    display: none
}

.section-periods-nav-subtitle>span,
.share .share-rating.disabled.disliked .dislike .share-btn-final {
    display: block
}

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

@media (max-width:499px) {
    .share .share-action {
        margin-top: 35px
    }
}

.share .share-action-item {
    position: relative
}

.share .share-action-item:not(:last-child) {
    margin-right: 42px
}

.share .share-action-count {
    position: absolute;
    top: -17px;
    right: -34px;
    width: 40px;
    height: 27px
}

.share .share-action-count:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 27px;
    background: url(../images/sprite.svg?a353bc17) -1429.4px -720px no-repeat;
    top: 0;
    left: 0
}

.share .share-action-count:after {
    content: attr(data-count);
    position: absolute;
    top: 4px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font: 14px/1.2 'Onest', sans-serif;
    color: #ffadc7
}

.share .share-action-btn {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 26px;
    padding: 0 0 0 34px;
    font: 14px/1.2 'Onest', sans-serif;
    background: 0 0;
    border: none;
    outline: none;
    cursor: pointer
}

.share .share-action-btn .share-btn-final {
    display: none
}

.share .share-action-btn:before {
    content: '';
    position: absolute;
    transition: all .4s ease;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background: #fbe3eb;
    border-radius: 50%
}

.share .share-action-btn:after {
    content: '';
    position: absolute;
    transition: all .4s ease;
    left: 6px
}

.share .share-action-btn.like:after {
    width: 14px;
    height: 15px;
    background: url(../images/sprite.svg?a353bc17) -1102px -998.42px no-repeat;
    top: 5px
}

.share .share-action-btn.dislike:after {
    width: 14px;
    height: 15px;
    background: url(../images/sprite.svg?a353bc17) -1120px -998.42px no-repeat;
    top: 7px
}

.share .share-action-btn>span {
    transition: all .4s ease;
    color: #b03e78;
    border-bottom: 1px dotted #b03e78
}

.share .share-action-btn:hover>span {
    border-bottom: 1px dotted transparent
}

.share .share-action-btn:hover:before {
    border-radius: 3px
}

.share .share-action-btn:hover:after {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.share .share-socials {
    margin-top: 26px;
    height: 24px
}

.section-promo {
    width: 100%;
    height: 461px;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: center/cover no-repeat;
    overflow: hidden
}

@media (min-width:1025px) {
    .section-promo.video:before {
        content: '';
        position: absolute;
        transition: all .4s ease;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 1
    }

    .is-touch .section-promo.video:before {
        opacity: 0
    }
}

@media (max-width:1023px) {
    .section-promo {
        position: relative;
        height: 435px
    }
}

@media (max-width:499px) {
    .section-promo {
        height: 400px;
        margin-bottom: 0
    }
}

.section-promo .section-promo-bg {
    display: none;
    background: center/cover no-repeat
}

.section-promo .section-promo-bg:before {
    content: '';
    background: rgba(0, 0, 0, .2)
}

@media (min-width:500px) and (max-width:1023px) {
    .section-promo .section-promo-bg.tablet {
        display: block
    }
}

@media (max-width:499px) {
    .section-promo .section-promo-bg.mobile {
        display: block
    }
}

.section-promo .section-promo-bg,
.section-promo .section-promo-bg:before,
.section-promo .section-promo-video,
.section-promo .section-promo-video:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.section-promo .section-promo-video:after {
    content: '';
    background: #000;
    opacity: .5
}

@media (max-width:1024px) {
    .section-promo .section-promo-video {
        display: none
    }
}

.is-touch .section-promo .section-promo-video {
    display: none
}

.section-promo .section-promo-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 100%
}

.section-promo .section-promo-video-wrap>iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -300px;
    left: 0
}

@media (max-width:1330px) {
    .section-promo .section-promo-video-wrap>iframe {
        top: -200px
    }
}

@media (max-width:1160px) {
    .section-promo .section-promo-video-wrap>iframe {
        top: -125px
    }
}

.section-promo .container {
    position: relative;
    top: 60px;
    left: 0;
    padding: 0 20px
}

@media (max-width:1023px) {
    .section-promo .container {
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.section-promo .section-promo-title {
    max-width: 370px;
    margin-bottom: 30px;
    font: 700 26px/1.1 'Onest', sans-serif
}

@media (max-width:499px) {
    .section-promo .section-promo-title {
        max-width: 280px;
        font: 700 18px/1.3 'Onest', sans-serif
    }
}

.section-promo .section-promo-title>span {
    display: block;
    margin-bottom: 15px;
    font: 700 61px/1.2 'Onest', sans-serif;
    text-transform: uppercase
}

@media (max-width:499px) {
    .section-promo .section-promo-title>span {
        max-width: 280px;
        font: 700 50px/1.2 'Onest', sans-serif
    }
}

.section-promo a.btn {
    padding: 14px 21px 15px
}

.section-periods {
    position: relative;
    background: #fff
}

.section-periods .container {
    position: relative;
    padding: 0
}

@media (max-width:1023px) {
    .section-periods .container {
        padding: 0 20px
    }
}

@media (max-width:499px) {
    .section-periods .container {
        padding: 0 10px
    }
}

.section-periods-slide {
    position: relative;
    width: 100%;
    height: 100%;
    background: center/cover no-repeat
}

.section-periods-slide.desktop {
    display: block;
    height: 567px
}

@media (max-width:499px) {
    .section-periods-slide.desktop {
        display: none
    }
}

.section-periods-slide.mobile {
    display: none
}

@media (max-width:499px) {
    .section-periods-slide.mobile {
        display: block;
        height: 200px
    }

    .section-periods-slider {
        display: none
    }
}

.section-periods-slider .slide {
    width: 100%;
    height: 567px
}

.section-periods-slider .slick-arrow {
    width: 17px;
    height: 28px;
    background: url(../images/sprite.svg?a353bc17) -1145px -950.42px no-repeat;
    transition: all .4s ease;
    position: absolute;
    z-index: 10;
    top: auto;
    bottom: 0;
    border: none;
    cursor: pointer
}

.section-periods-slider .slick-arrow:before {
    content: '';
    position: absolute;
    top: -6px;
    left: -12px;
    width: 40px;
    height: 40px;
    margin: 0;
    background: 0 0
}

@media (max-width:499px) {
    .section-periods-slider .slick-arrow {
        display: none !important
    }
}

.section-periods-slider .slick-prev {
    left: 42px;
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-periods-slider .slick-prev:hover {
    -ms-transform: rotate(-180deg) scale(1.2);
    transform: rotate(-180deg) scale(1.2)
}

.section-periods-slider .slick-next {
    left: 92px
}

.section-periods-slider .slick-next:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width:1139px) {
    .section-periods-nav {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width:1023px) {
    .section-periods-nav {
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width:767px) {
    .section-periods-nav {
        position: static;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px
    }
}

@media (max-width:1139px) {
    .section-periods-nav-item:not(:last-child) {
        margin-right: 0
    }
}

@media (max-width:1023px) {
    .section-periods-nav-item {
        width: 24%;
        height: auto;
        padding: 30px 20px
    }
}

@media (max-width:767px) {
    .section-periods-nav-item {
        display: block;
        width: 49%;
        margin-right: 2% !important;
        height: auto;
        padding: 40px 5px 40px 10px
    }

    .section-periods-nav-item:nth-child(2n) {
        margin-right: 0 !important
    }

    .section-periods-nav-item.active {
        left: 0 !important
    }
}

@media (max-width:499px) {
    .section-periods-nav-item {
        padding: 20px 5px 20px 10px
    }
}

.section-periods-nav-item::after,
.section-periods-nav-item::before {
    transition: all .4s ease;
    background: 0 0;
    -ms-transform: skew(0, 0);
    transform: skew(0, 0)
}

.section-periods-nav-item:active,
.section-periods-nav-item:hover {
    color: #fff
}

.section-periods-nav-item::after,
.section-periods-nav-item::before,
.section-periods-nav-item:hover::after,
.section-periods-nav-item:hover::before {
    background: #b03e78
}

.section-periods-nav-item:hover .section-periods-nav-title {
    left: 0;
    color: #fff
}

.section-periods-nav-item:hover .section-periods-nav-subtitle {
    left: 0;
    opacity: 1
}

@media (max-width:767px) {
    .section-periods-nav-item:hover .section-periods-nav-subtitle {
        color: #fff
    }
}

@media (max-width:767px) {
    .section-periods-nav-item:first-child .section-periods-nav-title {
        left: 0
    }
}

@media (max-width:767px) {
    .section-periods-nav-item:first-child .section-periods-nav-subtitle {
        left: 0
    }
}

@media (max-width:1023px) {

    .section-periods-nav-item.active,
    .section-periods-nav-item:active {
        display: block
    }
}

.section-periods-nav-item:active::before {
    width: 100%;
    height: 70%;
    bottom: 10px;
    background: #b03e78;
    -ms-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg)
}

@media (max-width:767px) {

    .section-periods-nav-item.active::before,
    .section-periods-nav-item:active::before {
        width: 100%;
        height: 60%
    }
}

@media (max-width:499px) {

    .section-periods-nav-item.active::before,
    .section-periods-nav-item:active::before {
        width: 100%;
        height: 65%;
        bottom: 5px
    }
}

.section-periods-nav-item:active::after {
    width: 100%;
    height: 70%;
    top: 10px;
    background: #b03e78;
    -ms-transform: skew(0deg, 5deg);
    transform: skew(0deg, 5deg)
}

@media (max-width:767px) {

    .section-periods-nav-item.active::after,
    .section-periods-nav-item:active::after {
        width: 100%;
        height: 60%
    }
}

@media (max-width:499px) {

    .section-periods-nav-item.active::after,
    .section-periods-nav-item:active::after {
        width: 100%;
        height: 65%;
        top: 5px
    }
}

.section-periods-nav-item:active .section-periods-nav-title {
    left: 0;
    color: #fff
}

.section-periods-nav-item.active .section-periods-nav-subtitle {
    opacity: 1
}

.section-periods-nav-item:active .section-periods-nav-subtitle {
    left: 0;
    color: #fff;
    opacity: 1
}

.section-periods-nav-item:active:first-child .section-periods-nav-title {
    left: 20px
}

@media (max-width:1139px) {

    .section-periods-nav-item.active:first-child .section-periods-nav-title,
    .section-periods-nav-item:active:first-child .section-periods-nav-title {
        left: 0
    }
}

.section-periods-nav-item:active:first-child .section-periods-nav-subtitle {
    left: 20px
}

@media (max-width:1139px) {

    .section-periods-nav-item.active:first-child .section-periods-nav-subtitle,
    .section-periods-nav-item:active:first-child .section-periods-nav-subtitle {
        left: 0
    }
}

@media (max-width:1023px) {
    .section-periods-nav-title {
        left: 0;
        font: 600 24px/1.2 'Onest', sans-serif
    }
}

@media (max-width:767px) {
    .section-periods-nav-title {
        left: 0;
        font: 600 19px/1.2 'Onest', sans-serif;
        color: #b03e78
    }
}

@media (max-width:1023px) {
    .section-periods-nav-subtitle {
        left: 0;
        margin-top: 15px;
        font: 15px/1.2 'Onest', sans-serif
    }
}

@media (max-width:767px) {
    .section-periods-nav-subtitle {
        left: 0;
        margin-top: 10px;
        font: 14px/1.2 'Onest', sans-serif;
        color: #b03e78;
        opacity: 1
    }
}

.section-periods-nav {
    position: absolute;
    bottom: -21px;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 249px
}

@media (max-width:1139px) {
    .section-periods-nav {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width:1023px) {
    .section-periods-nav {
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width:767px) {
    .section-periods-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        margin-bottom: -10%;
        margin-top: 10%;
        position: static
    }
}

.section-periods-nav-item {
    position: relative;
    width: 249px;
    height: 172px;
    padding: 50px 20px 20px;
    color: #b03e78;
    text-decoration: none;
    border: none
}

.section-periods-nav-item:not(:last-child) {
    margin-right: 34px
}

@media (max-width:1139px) {
    .section-periods-nav-item:not(:last-child) {
        margin-right: 0
    }
}

@media (max-width:1023px) {
    .section-periods-nav-item {
        width: 24%;
        height: 142px;
        padding: 30px 20px
    }
}

@media (max-width:767px) {
    .section-periods-nav-item {
        display: block;
        width: 49%;
        margin-right: 2% !important;
        height: 142px;
        padding: 40px 5px 40px 10px;
        margin-bottom: 10%
    }

    .section-periods-nav-item:nth-child(2n) {
        margin-right: 0 !important
    }

    .section-periods-nav-item.active {
        left: 0 !important
    }
}

@media (max-width:499px) {
    .section-periods-nav-item {
        padding: 20px 5px 20px 10px
    }
}

.section-periods-nav-item::after,
.section-periods-nav-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    left: 0;
    border-radius: 10px
}

.section-periods-nav-item::before {
    bottom: 0
}

.is-ff .section-periods-nav-item::after,
.is-ff .section-periods-nav-item::before {
    outline: 1px solid transparent
}

.section-periods-nav-item::after {
    top: 0
}

.section-periods-nav-item.active,
.section-periods-nav-item.figure,
.section-periods-nav-item.figure:hover {
    color: #fff
}

@media (min-width:1024px) {
    .section-periods-nav-item.figure:hover {
        height: 262px
    }
}

@media (max-width:699px) {
    .section-periods-nav-item.figure:hover {
        height: 142px
    }
}

.section-periods-nav-item.figure:hover::after,
.section-periods-nav-item.figure:hover::before {
    background: linear-gradient(to right, #ffa2a1, #a19ce8);
    transition: all .4s ease
}

.section-periods-nav-item.figure:hover .section-periods-nav-subtitle {
    left: 0;
    opacity: 1
}

@media (max-width:767px) {
    .section-periods-nav-item.figure:hover .section-periods-nav-subtitle {
        color: #fff
    }
}

.section-periods-nav-item.figure:hover .section-tiles-bg::after,
.section-periods-nav-item.figure:hover .section-tiles-bg::before {
    opacity: 0
}

@media (min-width:1024px) {

    .section-periods-nav-item.figure:hover .section-tiles-bg::after,
    .section-periods-nav-item.figure:hover .section-tiles-bg::before {
        opacity: 1
    }
}

.section-periods-nav-item.figure:hover .angle,
.section-questions .section-questions-form input[type=checkbox],
.section-questions .section-questions-form input[type=radio] {
    display: none
}

.section-periods-nav-item:first-child .section-periods-nav-title {
    left: 40px
}

@media (max-width:767px) {
    .section-periods-nav-item:first-child .section-periods-nav-title {
        left: 0
    }
}

.section-periods-nav-item:first-child .section-periods-nav-subtitle {
    left: 40px
}

@media (max-width:767px) {
    .section-periods-nav-item:first-child .section-periods-nav-subtitle {
        left: 0
    }
}

.section-periods-nav-item.active:first-child .section-periods-nav-title,
.section-periods-nav-item.figure:first-child .section-periods-nav-title,
.section-periods-nav-item:first-child:hover .section-periods-nav-subtitle,
.section-periods-nav-item:first-child:hover .section-periods-nav-title {
    left: 0
}

@media (max-width:1023px) {

    .section-periods-nav-item.active,
    .section-periods-nav-item.figure {
        display: block
    }
}

.section-periods-nav-item.active::before,
.section-periods-nav-item.figure::before {
    width: 100%;
    height: 70%;
    bottom: 0;
    background: #b03e78;
    -ms-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg)
}

@media (max-width:767px) {

    .section-periods-nav-item.active::before,
    .section-periods-nav-item.figure::before {
        width: 100%;
        height: 80%
    }
}

@media (max-width:499px) {

    .section-periods-nav-item.active::before,
    .section-periods-nav-item.figure::before {
        width: 100%;
        height: 65%;
        bottom: 5px
    }
}

.section-periods-nav-item.active::after,
.section-periods-nav-item.figure::after {
    width: 100%;
    height: 70%;
    top: 0;
    background: #b03e78;
    -ms-transform: skew(0deg, 5deg);
    transform: skew(0deg, 5deg)
}

@media (max-width:767px) {

    .section-periods-nav-item.active::after,
    .section-periods-nav-item.figure::after {
        width: 100%;
        height: 80%
    }
}

@media (max-width:499px) {

    .section-periods-nav-item.active::after,
    .section-periods-nav-item.figure::after {
        width: 100%;
        height: 65%;
        top: 5px
    }
}

.section-periods-nav-item.active .section-periods-nav-subtitle,
.section-periods-nav-item.active .section-periods-nav-title,
.section-periods-nav-item.figure .section-periods-nav-subtitle,
.section-periods-nav-item.figure .section-periods-nav-title {
    left: 0;
    color: #fff
}

@media (max-width:1139px) {

    .section-periods-nav-item.active:first-child .section-periods-nav-title,
    .section-periods-nav-item.figure:first-child .section-periods-nav-title {
        left: 0
    }
}

.section-periods-nav-item.active:first-child .section-periods-nav-subtitle,
.section-periods-nav-item.figure:first-child .section-periods-nav-subtitle {
    left: 0
}

@media (max-width:1139px) {

    .section-periods-nav-item.active:first-child .section-periods-nav-subtitle,
    .section-periods-nav-item.figure:first-child .section-periods-nav-subtitle {
        left: 0
    }
}

.section-periods-nav-item.active .angle,
.section-periods-nav-item.figure .angle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px;
    border-color: transparent transparent #b03e78 transparent;
    position: absolute;
    left: 30px;
    top: -20px
}

.section-periods-nav-item .section-tiles-bg {
    padding: 0;
    position: absolute;
    top: 30px
}

.section-periods-nav-item .section-tiles-bg::after,
.section-periods-nav-item .section-tiles-bg::before,
.section-questions .section-questions-research.results .form-row>label:after,
.section-questions .section-questions-research.results .form-row>label:before {
    opacity: 0
}

.section-periods-nav-title {
    transition: all .4s ease;
    position: relative;
    z-index: 10;
    left: 0;
    font: 600 36px/1.2 'Onest', sans-serif;
    color: #fff
}

@media (max-width:1023px) {
    .section-periods-nav-title {
        left: 0;
        font: 600 24px/1.2 'Onest', sans-serif
    }
}

@media (max-width:767px) {
    .section-periods-nav-title {
        left: 0;
        font: 600 19px/1.2 'Onest', sans-serif;
        color: #b03e78
    }
}

.section-periods-nav-subtitle {
    transition: all .4s ease;
    position: relative;
    z-index: 10;
    left: 0;
    display: block;
    margin-top: 51px;
    font: 16px/1.2 'Onest', sans-serif;
    color: #fff;
    opacity: 0
}

@media (max-width:1023px) {
    .section-periods-nav-subtitle {
        left: 0;
        margin-top: 15px;
        font: 15px/1.2 'Onest', sans-serif
    }
}

@media (max-width:767px) {
    .section-periods-nav-subtitle {
        left: 0;
        margin-top: 10px;
        font: 14px/1.2 'Onest', sans-serif;
        color: #b03e78
    }

    .section-periods-nav-item.active .angle,
    .section-periods-nav-item.figure .angle {
        top: -16px
    }
}

.section-features {
    position: relative;
    margin-top: 145px
}

@media (max-width:499px) {
    .section-features {
        margin-top: 140px
    }
}

.section-features.invert {
    margin-top: 189px
}

@media (max-width:499px) {
    .section-features.invert {
        margin-top: 140px
    }
}

.section-features.invert .section-features-wrap {
    padding: 122px 84px 151px 49px
}

@media (max-width:499px) {
    .section-features.invert .section-features-wrap {
        padding: 90px 10px 80px
    }
}

.section-features.invert .section-features-wrap.skewed::before {
    bottom: 15px;
    width: 100%;
    height: 70%;
    -ms-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg)
}

.section-features.invert .section-features-wrap.skewed::after {
    top: 5px;
    width: 100%;
    height: 70%;
    -ms-transform: skew(0deg, 5deg);
    transform: skew(0deg, 5deg)
}

.section-features.invert .section-features-item {
    width: 170px
}

@media (max-width:1139px) {
    .section-features.invert .section-features-item {
        width: 48%
    }
}

.section-features.invert .section-features-title {
    padding: 52px 0
}

.section-features.invert .section-features-title.skewed::before {
    -ms-transform: skew(0deg, 5deg);
    transform: skew(0deg, 5deg)
}

.section-features.invert .section-features-title.skewed::after {
    -ms-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg)
}

.section-features .container {
    padding: 0
}

.section-features .section-features-wrap {
    position: relative;
    padding: 134px 35px 75px 50px
}

@media (max-width:499px) {
    .section-features .section-features-wrap {
        padding: 120px 10px 50px
    }
}

.section-features .section-features-wrap::after,
.section-features .section-features-wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 65%;
    transition: all .4s ease;
    z-index: 5;
    left: 0;
    background: #fbe3eb;
    border-radius: 25px
}

.section-features .section-features-wrap::before {
    bottom: 17px
}

.is-ff .section-features .section-features-wrap::after,
.is-ff .section-features .section-features-wrap::before {
    outline: 1px solid transparent
}

.section-features .section-features-wrap::after {
    top: 17px
}

.section-features .section-features-wrap.skewed::before {
    -ms-transform: skew(0deg, 5deg);
    transform: skew(0deg, 5deg)
}

.section-features .section-features-wrap.skewed::after {
    -ms-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg)
}

.section-features-title {
    position: absolute;
    z-index: 15;
    top: -75px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 325px;
    padding: 35px 0;
    font: 700 36px/1.2 'Onest', sans-serif;
    color: #404040;
    text-align: center
}

.section-features-title::after,
.section-features-title::before {
    content: '';
    position: absolute;
    width: calc(100% - 106px);
    height: 70%;
    transition: all .4s ease;
    z-index: 5;
    left: 53px;
    background: linear-gradient(to right, #d29fc3, #ffa2a1);
    border-radius: 10px
}

.section-features-title::before {
    bottom: 8px
}

.is-ff .section-features-title::after,
.is-ff .section-features-title::before {
    outline: 1px solid transparent
}

.section-features-title::after {
    top: 8px
}

.section-features-title.skewed::before {
    -ms-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg)
}

.section-features-title.skewed::after {
    -ms-transform: skew(0deg, 5deg);
    transform: skew(0deg, 5deg)
}

.section-features-list,
.section-features-title>span {
    position: relative;
    z-index: 10
}

.section-features-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1139px) {
    .section-features-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.section-features-item {
    width: 195px
}

.section-features-item:hover .section-features-icon {
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

@media (max-width:1139px) {
    .section-features-item {
        width: 48%
    }
}

.section-features-icon {
    transition: all .4s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 73px;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.section-features-icon>img {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.section-features-text {
    margin-top: 33px;
    font: 700 18px/1.2 'Onest', sans-serif;
    color: #b03e78;
    text-align: center
}

@media (max-width:499px) {
    .section-features-text {
        font: 700 14px/1.2 'Onest', sans-serif
    }
}

.section-features-link {
    position: relative;
    z-index: 10;
    margin-top: 29px;
    text-align: center
}

.section-features-link a.btn {
    margin-right: 20px;
    padding: 14px 28px 15px
}

.fancybox__content {
    height: 100% !important;
    padding: 6px !important
}

@media (max-width:440px) {
    .fancybox__content {
        height: 80% !important
    }
}

.section-news {
    margin-top: 66px
}

@media (max-width:499px) {
    .section-news {
        margin-top: 50px
    }
}

@media (max-width:1139px) {
    .section-news br {
        display: none
    }
}

.section-news-date {
    transition: all .4s ease;
    position: relative;
    z-index: 10;
    margin-bottom: 11px;
    font: 14px/1.2 'Onest', sans-serif;
    color: #9b9b9b
}

.section-news-title {
    font: 700 36px/1.2 'Onest', sans-serif;
    color: #404040;
    text-align: center
}

@media (max-width:499px) {
    .section-news-title {
        font: 700 28px/1.2 'Onest', sans-serif
    }
}

.section-news-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 54px
}

@media (max-width:499px) {
    .section-news-list {
        margin-top: 30px
    }
}

.section-news-item {
    position: relative;
    text-decoration: none
}

@media (min-width:1140px) {
    .section-news-item {
        width: 342px;
        margin-right: 36px
    }

    .section-news-item:nth-child(3n) {
        margin-right: 0
    }
}

@media (min-width:1024px) and (max-width:1139px) {
    .section-news-item {
        width: 31%;
        margin-right: 3.5%
    }

    .section-news-item:nth-child(3n) {
        margin-right: 0
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .section-news-item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px
    }

    .section-news-item:nth-child(2n) {
        margin-right: 0
    }

    .section-news-item:hover .section-news-photo::after {
        background: 0 0;
        opacity: 1
    }
}

@media (max-width:767px) {
    .section-news-item {
        width: 100%;
        margin-bottom: 20px
    }

    .section-news-item:last-child {
        margin-bottom: 0
    }
}

@media (min-width:1024px) {
    .section-news-item:hover .section-news-photo {
        margin-bottom: 0
    }

    .section-news-item:hover .section-news-photo::after {
        background: 0 0;
        opacity: 1
    }

    .section-news-item:hover .section-news-photo-wrap {
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .section-news-item:hover .section-news-preview {
        padding: 17px 0 17px 18px
    }

    .section-news-item:hover .section-news-preview::before {
        content: '';
        position: absolute;
        z-index: 5;
        bottom: -11px;
        left: 10px;
        width: 100%;
        height: 80%;
        background: #ffadc7;
        border-radius: 10px;
        -ms-transform: skew(0deg, -5deg);
        transform: skew(0deg, -5deg)
    }

    .section-news-item:hover .section-news-preview::after {
        content: '';
        position: absolute;
        z-index: 5;
        top: -9px;
        left: 10px;
        width: 100%;
        height: 80%;
        background: #ffadc7;
        border-radius: 10px;
        -ms-transform: skew(0deg, 5deg);
        transform: skew(0deg, 5deg)
    }

    .section-news-item:hover .section-news-date,
    .section-news-item:hover .section-news-name,
    .section-news-item:hover .section-news-tag,
    .section-news-item:hover .section-news-text {
        color: #fff
    }

    .section-news-item:hover .section-news-tag::before {
        width: 22px;
        height: 18px;
        background: url(../images/sprite.svg?a353bc17) -1347.4px -926px no-repeat
    }

    .section-news-item:hover .section-news-tag:hover::before {
        width: 22px;
        height: 18px;
        background: url(../images/sprite.svg?a353bc17) -1449.4px -842px no-repeat
    }
}

@media (min-width:1024px) and (min-width:1140px) {

    .section-news-item:hover .section-news-preview::after,
    .section-news-item:hover .section-news-preview::before {
        left: -5px;
        width: calc(100% + 15px);
        height: 80%
    }
}

.section-news-item>a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 15;
    top: 0;
    left: 0
}

.section-news-photo {
    width: 100%;
    height: 215px;
    transition: all .4s ease;
    position: relative;
    background: center/cover no-repeat;
    border-radius: 10px;
    overflow: hidden
}

@media (max-width:1023px) {
    .section-news-photo {
        height: 300px;
        background: top/cover no-repeat
    }
}

@media (max-width:499px) {
    .section-news-photo {
        height: 200px
    }
}

.section-news-photo-wrap {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
    background: center/cover no-repeat
}

@media (max-width:1023px) {
    .section-news-photo-wrap {
        background: top/cover no-repeat
    }
}

.section-news-preview {
    transition: all .4s ease;
    position: relative;
    padding: 17px 0 17px 18px
}

.section-news-preview::after,
.section-news-preview::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    transition: all .4s ease;
    z-index: 5;
    left: 0;
    background: #fff;
    border-radius: 10px;
    -ms-transform: skew(0, 0);
    transform: skew(0, 0)
}

.section-news-preview::before {
    bottom: 0
}

.is-ff .section-news-preview::after,
.is-ff .section-news-preview::before,
.is-ff .section-products-preview::after,
.is-ff .section-products-preview::before {
    outline: 1px solid transparent
}

.section-news-preview::after {
    top: 0
}

@media (max-width:499px) {
    .section-news-preview {
        padding: 17px 10px
    }
}

.section-news-name {
    transition: all .4s ease;
    position: relative;
    z-index: 10;
    font: 700 24px/1.3 'Onest', sans-serif;
    color: #b03e78
}

@media (max-width:499px) {
    .section-news-name {
        font: 700 20px/1.2 'Onest', sans-serif
    }
}

.section-news-text {
    transition: all .4s ease;
    position: relative;
    z-index: 10;
    margin-top: 20px;
    font: 16px/1.4 'Onest', sans-serif;
    color: #404040
}

@media (max-width:1023px) {
    .section-news-text {
        margin-top: 15px
    }
}

@media (max-width:499px) {
    .section-news-text {
        font: 14px/1.4 'Onest', sans-serif
    }
}

.section-news-tag {
    transition: all .4s ease;
    position: relative;
    z-index: 20;
    display: block;
    margin-top: 14px;
    padding-left: 33px;
    font: 14px/1.3 'Onest', sans-serif;
    color: #9b9b9b;
    text-decoration: none
}

.section-news-tag::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 18px;
    background: url(../images/sprite.svg?a353bc17) -1423.4px -842px no-repeat;
    top: 0;
    left: 0
}

.section-news-link {
    margin-top: 28px;
    text-align: center
}

@media (max-width:1023px) {
    .section-news-link {
        margin-top: 30px
    }
}

@media (max-width:499px) {
    .section-news-link {
        margin-top: 10px
    }
}

.section-news-link a.btn {
    padding: 14px 28px 15px
}

.section-news.articles {
    margin-top: 95px
}

@media (max-width:499px) {
    .section-news.articles {
        margin-top: 70px
    }
}

.section-news.articles .section-news-list {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 52px
}

@media (max-width:1023px) {
    .section-news.articles .section-news-list {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:499px) {
    .section-news.articles .section-news-list {
        margin-top: 30px
    }
}

.form.section-search-form input[type=text],
.section-news.articles .section-news-item {
    border: none
}

@media (min-width:1140px) {
    .section-news.articles .section-news-item {
        width: 241px;
        margin-right: 34px
    }

    .section-news.articles .section-news-item:nth-child(4n) {
        margin-right: 0
    }
}

@media (min-width:1024px) and (max-width:1139px) {
    .section-news.articles .section-news-item {
        width: 22.5%;
        margin-right: 2%
    }

    .section-news.articles .section-news-item:nth-child(4n) {
        margin-right: 0
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .section-news.articles .section-news-item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px
    }

    .section-news.articles .section-news-item:nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width:767px) {
    .section-news.articles .section-news-item {
        width: 100%;
        margin-right: 0
    }

    .section-news.articles .section-news-item:last-child {
        margin-bottom: 0
    }
}

@media (min-width:1024px) {
    .section-news.articles .section-news-item:hover .section-news-photo {
        margin-bottom: 0
    }

    .section-news.articles .section-news-item:hover .section-news-preview {
        padding: 17px 5px 17px 0
    }

    .section-news.articles .section-news-item:hover .section-news-preview::before {
        width: calc(100% + 22px);
        height: 80%;
        bottom: -15px;
        left: -10px
    }

    .section-news.articles .section-news-item:hover .section-news-preview::after {
        width: calc(100% + 22px);
        height: 80%;
        top: -25px;
        left: -10px
    }

    .section-news.articles .section-news-item:hover .section-news-name,
    .section-news.articles .section-news-item:hover .section-news-tag,
    .section-news.articles .section-news-item:hover .section-news-text {
        color: #fff
    }
}

@media (min-width:1024px) and (min-width:1140px) {
    .section-news.articles .section-news-item:hover .section-news-preview::before {
        width: calc(100% + 22px);
        height: 100%;
        bottom: -20px;
        left: -15px
    }

    .section-news.articles .section-news-item:hover .section-news-preview::after {
        width: calc(100% + 22px);
        height: 100%;
        top: -31px;
        left: -15px
    }
}

.section-news.articles .section-news-photo {
    height: 156px
}

@media (max-width:1023px) {
    .section-news.articles .section-news-photo {
        height: 300px
    }
}

@media (max-width:499px) {
    .section-news.articles .section-news-photo {
        height: 200px
    }
}

.section-news.articles .section-news-preview {
    padding: 17px 0
}

.section-news.articles .section-news-name {
    font: 700 20px/1.3 'Onest', sans-serif;
    color: #b03e78
}

.section-news.articles .section-news-text {
    font: 14px/1.4 'Onest', sans-serif;
    color: #9b9b9b
}

.section-news.articles .section-news-link {
    margin-top: 44px;
    text-align: center
}

@media (max-width:1023px) {
    .section-news.articles .section-news-link {
        margin-top: 30px
    }
}

@media (max-width:499px) {
    .section-news.articles .section-news-link {
        margin-top: 10px
    }
}

.section-news.articles .section-news-link a.btn {
    padding: 14px 34px 15px
}

.section-products {
    position: relative;
    margin-top: 71px;
    overflow: hidden
}

@media (max-width:499px) {
    .section-products {
        margin-top: 60px
    }
}

.section-products-title {
    font: 700 36px/1.2 'Onest', sans-serif;
    color: #404040;
    text-align: center;
    margin-bottom: 20px
}

@media (max-width:499px) {
    .section-products-title {
        font: 700 28px/1.2 'Onest', sans-serif
    }
}

.section-products-list {
    display: -ms-flexbox;
    display: flex;
    margin-top: 72px
}

@media (max-width:1139px) {
    .section-products-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:499px) {
    .section-products-list {
        margin-top: 30px
    }
}

.section-products-item {
    width: 230px;
    margin-right: 60px;
    text-decoration: none
}

.section-products-item:last-child {
    margin-right: 0
}

@media (max-width:1139px) {
    .section-products-item:last-child {
        margin-right: 0
    }

    .section-products-item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 50px
    }

    .section-products-item:nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width:499px) {
    .section-products-item {
        width: 100%;
        margin-right: 0
    }
}

@media (min-width:1140px) {
    .section-products-item:hover .section-products-pic>img {
        -ms-transform: translateY(10px) scale(1.2);
        transform: translateY(10px) scale(1.2)
    }

    .section-products-item:hover .section-products-preview {
        -ms-transform: translateX(-19px);
        transform: translateX(-19px)
    }

    .section-products-item:hover .section-products-preview::before {
        content: '';
        position: absolute;
        z-index: 5;
        bottom: -20px;
        left: -20px;
        width: calc(100% + 55px);
        height: 85%;
        background: #ffadc7;
        border-radius: 10px;
        -ms-transform: skew(0deg, -5deg);
        transform: skew(0deg, -5deg)
    }

    .section-products-item:hover .section-products-preview::after {
        content: '';
        position: absolute;
        z-index: 5;
        top: -15px;
        left: -20px;
        width: calc(100% + 55px);
        height: 85%;
        background: #ffadc7;
        border-radius: 10px;
        -ms-transform: skew(0deg, 5deg);
        transform: skew(0deg, 5deg)
    }

    .section-products-item:hover .section-products-description,
    .section-products-item:hover .section-products-name,
    .section-products-item:hover .section-products-text {
        color: #fff
    }
}

.section-products-pic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 150px
}

.section-products-pic>img {
    z-index: 10;
    max-width: 200px;
    max-height: 150px
}

.section-products-name,
.section-products-pic>img,
.section-products-preview {
    transition: all .4s ease;
    position: relative
}

.section-products-preview::after,
.section-products-preview::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
    z-index: 5;
    left: 0;
    background: #fff;
    border-radius: 10px;
    -ms-transform: skew(0, 0);
    transform: skew(0, 0)
}

.section-products-preview::before {
    bottom: 0
}

.section-products-preview::after {
    top: 0
}

.section-products-name {
    z-index: 10;
    margin-top: 37px;
    font: 700 24px/1.2 'Onest', sans-serif;
    color: #b03e78
}

@media (max-width:499px) {
    .section-products-name {
        margin-top: 20px;
        font: 700 20px/1.2 'Onest', sans-serif
    }
}

.section-products-description {
    transition: all .4s ease;
    position: relative;
    z-index: 10;
    margin-top: 22px;
    font: 16px/1.3 'Onest', sans-serif;
    color: #404040
}

@media (max-width:1023px) {
    .section-products-description {
        margin-top: 15px
    }
}

@media (max-width:499px) {
    .section-products-description {
        font: 14px/1.4 'Onest', sans-serif
    }
}

.section-products-text {
    transition: all .4s ease;
    position: relative;
    z-index: 10;
    margin-top: 17px;
    font: 14px/1.2 'Onest', sans-serif;
    color: #9b9b9b
}

@media (max-width:1023px) {
    .section-products-text {
        margin-top: 15px
    }
}

@media (max-width:499px) {
    .section-products-text {
        font: 14px/1.4 'Onest', sans-serif
    }
}

.section-products-link {
    margin-top: 66px;
    text-align: center
}

@media (max-width:1023px) {
    .section-products-link {
        margin-top: 30px
    }
}

@media (max-width:499px) {
    .section-products-link {
        margin-top: 10px
    }
}

.section-products-link a.btn {
    padding: 14px 42px 15px
}

.section-products.products-slider .section-products-list {
    margin-top: 36px;
    margin-left: -27px
}

@media (max-width:1279px) {
    .section-products.products-slider .section-products-list {
        margin-left: 0
    }
}

@media (max-width:1200px) {
    .section-products.products-slider .section-products-list {
        margin-left: 30px
    }
}

@media (max-width:1139px) {
    .section-products.products-slider .section-products-list {
        margin-left: 0
    }
}

.section-products.products-slider .section-products-list .slick-slide>div {
    padding: 30px 0 0;
    text-align: center
}

@media (max-width:1139px) {
    .section-products.products-slider .section-products-list .slick-slide>div {
        padding: 0
    }
}

.section-products.products-slider .section-products-list .slick-arrow:before {
    margin-top: -39px
}

.section-products.products-slider .section-products-list .slick-prev {
    right: calc(100% + 30px)
}

@media (max-width:1400px) {
    .section-products.products-slider .section-products-list .slick-prev {
        right: calc(100% - 20px)
    }
}

@media (max-width:1200px) {
    .section-products.products-slider .section-products-list .slick-prev {
        right: calc(100% + 10px);
        width: 50px
    }
}

.section-products.products-slider .section-products-list .slick-next {
    left: calc(100% + 60px)
}

@media (max-width:1400px) {
    .section-products.products-slider .section-products-list .slick-next {
        left: calc(100% + 10px)
    }
}

@media (max-width:1279px) {
    .section-products.products-slider .section-products-list .slick-next {
        left: calc(100% - 20px)
    }
}

@media (max-width:1200px) {
    .section-products.products-slider .section-products-list .slick-next {
        width: 50px
    }
}

@media (max-width:1139px) {
    .section-products.products-slider .section-products-list .slick-dots {
        margin: 25px auto 0
    }
}

.section-products.products-slider .section-products-item {
    width: 230px;
    max-width: 232px;
    padding: 30px 0 30px 28px
}

@media (max-width:1139px) {
    .section-products.products-slider .section-products-item {
        padding: 0;
        margin-bottom: 0
    }
}

@media (min-width:1024px) {
    .section-products.products-slider .section-products-item:hover .section-products-preview {
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .section-products.products-slider .section-products-item:hover .section-products-preview:after,
    .section-products.products-slider .section-products-item:hover .section-products-preview:before {
        width: calc(100% + 28px);
        height: 80%;
        left: -28px
    }
}

.section-products.products-slider .section-products-preview {
    padding-right: 10px;
    text-align: left
}

.section-products.products-slider .section-products-text {
    margin-top: 13px;
    line-height: 1.5
}

.section-products.products-slider .section-products-link {
    margin-top: 30px
}

@media (max-width:1139px) {
    .section-products.products-slider .section-products-link {
        margin-top: 30px
    }
}

.section-gradient {
    position: relative
}

.section-gradient.gradient-orange {
    background: linear-gradient(to right, #ffde86, #ffa2a1)
}

.section-gradient.gradient-pink {
    background: linear-gradient(to right, #d29fc3, #ffa2a1)
}

.section-gradient.gradient-blue {
    background: linear-gradient(90deg, #b3a1ca 0%, #a4c9ec 100%)
}

.section-gradient.pic {
    background: center/cover no-repeat
}

.section-gradient.overflow-top,
.section-questions {
    margin-top: 57px
}

@media (max-width:499px) {
    .section-gradient.overflow-top {
        margin-top: 50px
    }
}

.section-gradient.overflow-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 59px;
    background: #fff
}

@media (max-width:1023px) {
    .section-gradient.overflow-top::before {
        content: none
    }

    .section-gradient.overflow-top .section-slides-list .slick-track {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.section-gradient.overflow-top .section-slides-list .slick-arrow {
    top: auto;
    bottom: 0
}

.section-gradient.overflow-top .section-slides-list .slick-dots {
    bottom: 35px
}

@media (max-width:1023px) {
    .section-gradient.overflow-top .section-slides-list .slick-dots {
        bottom: 30px
    }
}

@media (max-width:700px) {
    .section-gradient.overflow-top .section-slides-list .slick-dots {
        bottom: auto
    }
}

@media (min-width:1024px) {
    .section-gradient.overflow-top .section-slides-text {
        padding-top: 39px
    }
}

.section-gradient.overflow-top .section-slides-oval.oval-1 {
    top: 28px !important
}

.section-gradient.overflow-top .section-slides-oval.oval-2 {
    top: -5px !important;
    left: -5px !important
}

.section-gradient.overflow-bottom {
    margin-top: 86px
}

@media (max-width:499px) {
    .section-gradient.overflow-bottom {
        margin-top: 50px
    }
}

.section-gradient.overflow-bottom::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff
}

@media (max-width:1023px) {
    .section-gradient.overflow-bottom::before {
        content: none
    }

    .section-gradient.overflow-bottom .section-slides-list .slick-track {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.section-gradient.overflow-bottom .section-slides-list .slick-arrow {
    top: 0;
    margin-bottom: 0
}

@media (max-width:1023px) {
    .section-gradient.overflow-bottom .section-slides-list .slick-arrow {
        height: calc(100% - 59px)
    }
}

.section-gradient.overflow-bottom .section-slides-list .slick-dots {
    bottom: 35px
}

@media (max-width:1023px) {
    .section-gradient.overflow-bottom .section-slides-list .slick-dots {
        bottom: 30px
    }
}

@media (max-width:700px) {
    .section-gradient.overflow-bottom .section-slides-list .slick-dots {
        bottom: auto
    }
}

.section-gradient.overflow-bottom .section-slides-text {
    position: relative;
    top: -19px
}

@media (max-width:1023px) {
    .section-gradient.overflow-bottom .section-slides-text {
        top: 0;
        padding: 15px 0 0
    }
}

@media (max-width:700px) {
    .section-gradient.overflow-bottom .section-slides-text {
        padding: 30px 0 0
    }
}

@media (max-width:499px) {
    .section-gradient.overflow-bottom .section-slides-text {
        padding: 35px 19px 15px
    }

    .section-gradient.overflow-bottom .section-slides-visual {
        margin-top: -25px
    }
}

.section-gradient.overflow-bottom .section-slides-photo {
    width: 1000px;
    bottom: 59px;
    -ms-transform: translateX(calc(-50% - 18px));
    transform: translateX(calc(-50% - 18px))
}

@media (max-width:1139px) {
    .section-gradient.overflow-bottom .section-slides-photo {
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (max-width:1023px) {
    .section-gradient.overflow-bottom .section-slides-photo {
        bottom: 0;
        max-height: 230px
    }
}

.section-gradient.overflow-bottom .section-slides-oval.oval-1 {
    top: -31px !important;
    left: -117px !important
}

@media (max-width:1139px) {
    .section-gradient.overflow-bottom .section-slides-oval.oval-1 {
        top: 28px !important;
        left: 35px !important
    }
}

.section-gradient.overflow-bottom .section-slides-oval.oval-2 {
    top: -66px !important;
    left: -122px !important
}

@media (max-width:1139px) {
    .section-gradient.overflow-bottom .section-slides-oval.oval-2 {
        top: -5px !important;
        left: 30px !important
    }
}

@media (max-width:1330px) {
    .section-gradient .container {
        padding: 0 40px
    }
}

@media (max-width:700px) {
    .section-gradient .container {
        padding: 0
    }
}

.section-gradient .section-slides-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 339px
}

@media (min-width:1024px) {
    .section-gradient .section-slides-wrap {
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width:1023px) {
    .section-gradient .section-slides-wrap {
        height: auto
    }
}

.section-gradient .section-slides-list .slick-list {
    overflow: visible
}

.section-gradient .section-slides-list .slick-arrow {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 50px;
    height: 280px;
    background: 0 0;
    border: none;
    cursor: pointer;
    transition: all .4s ease
}

.section-gradient .section-slides-list .slick-arrow:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 28px;
    background: url(../images/sprite.svg?a353bc17) -1145px -950.42px no-repeat;
    top: 50%;
    left: 50%;
    margin: 0;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.section-gradient .section-slides-list .slick-arrow:hover,
.section-gradient .section-slides-oval.oval-1>img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

@media (max-width:1190px) {
    .section-gradient .section-slides-list .slick-arrow {
        width: 25px
    }
}

@media (max-width:1023px) {
    .section-gradient .section-slides-list .slick-arrow {
        width: 30px;
        height: 100%
    }
}

@media (max-width:700px) {
    .section-gradient .section-slides-list .slick-arrow {
        display: none !important
    }
}

.section-gradient .section-slides-list .slick-prev {
    left: -127px
}

.section-gradient .section-slides-list .slick-prev:before {
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg)
}

.section-gradient .section-slides-list .slick-next:hover,
.section-gradient .section-slides-list .slick-prev:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width:1360px) {
    .section-gradient .section-slides-list .slick-prev {
        left: -55px
    }
}

@media (max-width:1190px) {
    .section-gradient .section-slides-list .slick-prev {
        left: -30px
    }
}

@media (max-width:1023px) {
    .section-gradient .section-slides-list .slick-prev {
        left: -35px
    }
}

.section-gradient .section-slides-list .slick-next {
    left: auto;
    right: -127px
}

@media (max-width:1360px) {
    .section-gradient .section-slides-list .slick-next {
        right: -55px
    }
}

@media (max-width:1190px) {
    .section-gradient .section-slides-list .slick-next {
        right: -30px
    }
}

@media (max-width:1023px) {
    .section-gradient .section-slides-list .slick-next {
        right: -35px
    }
}

.section-gradient .section-slides-list .slick-dots {
    position: absolute;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

@media (max-width:1023px) {
    .section-gradient .section-slides-list .slick-dots {
        left: 10px
    }
}

@media (max-width:700px) {
    .section-gradient .section-slides-list .slick-dots {
        bottom: auto;
        top: 15px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.section-gradient .section-slides-list .slick-dots li {
    width: 11px;
    height: 11px;
    margin: 0
}

.section-gradient .section-slides-list .slick-dots li>button {
    top: -7px;
    margin: 0;
    padding: 0;
    width: 11px;
    height: 11px;
    cursor: pointer;
    -ms-transform: scale(1);
    transform: scale(1)
}

.section-gradient .section-slides-list .slick-dots li>button:before {
    content: '';
    position: absolute;
    transition: all .4s ease;
    z-index: 5;
    top: 6px;
    left: 6px;
    width: 11px;
    height: 11px;
    font-size: 0;
    background: #fff;
    border: none;
    border-radius: 50%;
    opacity: .5;
    outline: none
}

.section-gradient .section-slides-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 280px;
    text-decoration: none
}

@media (max-width:1023px) {
    .section-gradient .section-slides-item {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        height: auto
    }
}

@media (max-width:700px) {
    .section-gradient .section-slides-item {
        overflow: hidden
    }
}

.section-gradient .section-slides-text {
    max-width: 485px
}

@media (max-width:1023px) {
    .section-gradient .section-slides-text {
        padding: 15px 0;
        text-align: center
    }
}

@media (max-width:700px) {
    .section-gradient .section-slides-text {
        padding: 25px 19px 20px
    }
}

@media (max-width:499px) {
    .section-gradient .section-slides-text {
        padding: 35px 19px 15px
    }
}

.section-gradient .section-slides-title {
    font: 700 36px/1.2 'Onest', sans-serif;
    color: #fff
}

.section-gradient .section-slides-title:hover {
    text-decoration: none
}

@media (max-width:1023px) {
    .section-gradient .section-slides-title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 80px
    }
}

@media (max-width:499px) {
    .section-gradient .section-slides-title {
        min-height: 48px;
        font: 700 20px/1.2 'Onest', sans-serif
    }
}

.section-gradient .section-slides-description {
    margin-top: 19px;
    font: 16px/1.4 'Onest', sans-serif;
    color: #fff
}

@media (max-width:1023px) {
    .section-gradient .section-slides-description {
        margin-top: 15px
    }
}

@media (max-width:499px) {
    .section-gradient .section-slides-description {
        font: 14px/1.2 'Onest', sans-serif
    }
}

.section-gradient .section-slides-visual {
    position: relative;
    width: 100%;
    max-width: 420px;
    height: 100%
}

@media (max-width:1023px) {
    .section-gradient .section-slides-visual {
        height: 250px
    }
}

.section-gradient .section-slides-photo {
    position: absolute;
    bottom: 0;
    left: 35%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 120%;
    max-height: 339px
}

@media (max-width:1023px) {
    .section-gradient .section-slides-photo {
        max-height: 250px
    }
}

@media (max-width:499px) {
    .section-gradient .section-slides-photo {
        max-width: 110%;
        left: 50%
    }
}

.section-gradient .section-slides-scene {
    width: 100%;
    height: 100%
}

.section-gradient .section-slides-scene.absolute {
    position: absolute !important;
    top: 0;
    left: 0
}

.section-gradient .section-slides-flyer,
.section-gradient .section-slides-oval {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.section-gradient .section-slides-oval {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.form.section-search-form .form-row button[type=submit]:hover,
.section-gradient .section-slides-oval.oval-2 {
    opacity: .8
}

.section-gradient .section-slides-oval.oval-2>img {
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.section-gradient .section-slides-flyer {
    position: absolute !important
}

.section-gradient .section-slides-flyer.flyer-1 {
    bottom: 30px !important;
    left: 24px !important;
    top: auto !important
}

.section-gradient .section-slides-flyer.flyer-2 {
    top: 30px !important;
    left: 2px !important
}

@media (max-width:499px) {
    .section-gradient .section-slides-flyer.flyer-2 {
        left: 10px !important
    }
}

.section-gradient .section-slides-flyer.flyer-3 {
    top: 99px !important;
    left: 96px !important
}

.section-gradient .section-slides-flyer.flyer-4 {
    bottom: 43px !important;
    right: 83px !important;
    top: auto !important;
    left: auto !important
}

.section-gradient .section-slides-flyer.flyer-5 {
    top: 33px !important;
    right: 18px !important;
    left: auto !important
}

.section-gradient .section-slides-flyer.social-vk {
    top: 40px !important;
    right: 68px !important;
    left: auto !important
}

@media (max-width:1139px) {
    .section-gradient .section-slides-flyer.social-vk {
        top: 100px !important
    }
}

@media (max-width:1023px) {
    .section-gradient .section-slides-flyer.social-vk {
        top: 100px !important;
        right: -10px !important
    }
}

@media (max-width:499px) {
    .section-gradient .section-slides-flyer.social-vk {
        top: 100px !important;
        right: 45px !important;
        max-width: 78px
    }
}

.section-gradient .section-slides-flyer.google-play {
    left: -110px !important;
    top: 10px !important
}

@media (max-width:1023px) {
    .section-gradient .section-slides-flyer.google-play {
        left: 30px !important
    }
}

@media (max-width:499px) {
    .section-gradient .section-slides-flyer.google-play {
        left: 20% !important;
        max-width: 78px;
        top: 40px !important
    }
}

.section-gradient .section-slides-flyer.social-app {
    top: 40px !important;
    right: 135px !important;
    left: auto !important
}

@media (max-width:1023px) {
    .section-gradient .section-slides-flyer.social-app {
        top: 55px !important;
        right: 30px !important
    }
}

@media (max-width:499px) {
    .section-gradient .section-slides-flyer.social-app {
        right: 20% !important;
        max-width: 78px
    }
}

.section-gradient .section-slides-flyer.social-ok {
    bottom: 75px !important;
    left: 0 !important;
    top: auto !important
}

@media (max-width:1139px) {
    .section-gradient .section-slides-flyer.social-ok {
        left: 10px !important
    }
}

.section-gradient .section-slides-flyer.social-yt {
    top: -13px !important;
    left: -133px !important
}

@media (max-width:1139px) {
    .section-gradient .section-slides-flyer.social-yt {
        top: -25px !important;
        left: 40px !important
    }
}

@media (max-width:1023px) {
    .section-gradient .section-slides-flyer.social-yt {
        top: 25px !important;
        left: 120px !important
    }
}

.section-gradient .section-slides-flyer.social-fb {
    top: 36px !important;
    left: 8px !important
}

@media (max-width:1139px) {
    .section-gradient .section-slides-flyer.social-fb {
        top: 60px !important;
        left: 21px !important
    }
}

@media (max-width:1023px) {
    .section-gradient .section-slides-flyer.social-fb {
        top: 175px !important;
        left: 59px !important
    }
}

.section-gradient .section-slides-flyer.social-ig {
    top: 206px !important;
    left: 192px !important
}

@media (max-width:1139px) {
    .section-gradient .section-slides-flyer.social-ig {
        top: 205px !important;
        left: 140px !important
    }
}

@media (max-width:1023px) {
    .section-gradient .section-slides-flyer.social-ig {
        top: 25px !important;
        left: 220px !important
    }
}

.section-gradient .phone-app-slider-wrap {
    position: relative;
    width: 217px;
    height: 381px;
    left: -20px !important;
    top: -60px !important;
    padding-top: 35px;
    padding-left: 42px;
    padding-right: 36px;
    overflow: hidden
}

@media (max-width:1023px) {
    .section-gradient .phone-app-slider-wrap {
        height: 300px;
        left: 50% !important;
        padding-left: 28px;
        padding-right: 29px;
        padding-top: 25px;
        top: -10px !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        width: 162px
    }
}

@media (max-width:499px) {
    .section-gradient .phone-app-slider-wrap {
        height: 300px;
        padding-left: 28px;
        padding-right: 25px;
        padding-top: 23px;
        top: 0 !important;
        width: 143px
    }
}

.section-gradient .phone-app-slider-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/local/images/iphone_mockup.png);
    background-size: contain
}

.section-gradient .phone-app-inner {
    position: relative;
    overflow: hidden
}

.section-gradient .phone-app-slider {
    width: 100%
}

.section-gradient .phone-app-slider img {
    width: 139px;
    height: 296px
}

@media (max-width:1023px) {
    .section-gradient .phone-app-slider img {
        width: 107px;
        height: 222px
    }
}

@media (max-width:499px) {
    .section-gradient .phone-app-slider img {
        width: 90px;
        height: 196px
    }
}

.section-questions .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:767px) {
    .section-questions .container {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section-questions .section-questions-faq {
    max-width: 600px;
    margin-right: 20px
}

@media (max-width:767px) {
    .section-questions .section-questions-faq {
        width: 100%;
        max-width: none
    }
}

.section-questions .section-questions-faq .section-questions-title {
    font: 700 36px/1.3 'Onest', sans-serif;
    color: #404040
}

@media (max-width:499px) {
    .section-questions .section-questions-faq .section-questions-title {
        font: 700 28px/1.2 'Onest', sans-serif
    }
}

.section-questions .section-questions-faq .section-questions-link {
    margin-top: 46px
}

.section-questions .section-questions-faq .section-questions-link a.btn {
    padding: 14px 26px 15px
}

.section-questions .section-questions-faq .section-questions-list {
    margin-top: 50px
}

@media (max-width:699px) {
    .section-questions .section-questions-faq .section-questions-list {
        margin-top: 25px
    }
}

.section-questions .section-questions-faq .section-questions-item {
    transition: all .4s ease;
    position: relative
}

.section-questions .section-questions-faq .section-questions-item:not(:last-child) {
    margin-bottom: 37px
}

.section-questions .section-questions-faq .section-questions-item:after,
.section-questions .section-questions-faq .section-questions-item:before {
    content: '';
    position: absolute;
    transition: all .4s ease;
    top: 0;
    left: 0;
    width: 195px;
    height: 0;
    background: #fbe3eb;
    border-radius: 10px
}

.section-questions .section-questions-faq .section-questions-item>span {
    transition: all .4s ease;
    position: relative;
    z-index: 10;
    font: 700 20px/1.3 'Onest', sans-serif;
    color: #b03e78;
    border-bottom: 1px dashed #b03e78;
    cursor: pointer
}

.section-questions .section-questions-faq .section-questions-item>span:hover {
    border-bottom: 1px dashed transparent
}

.section-questions .section-questions-faq .section-questions-item.active {
    position: relative;
    padding: 32px 15px 9px 40px
}

.section-questions .section-questions-faq .section-questions-item.active:before {
    height: 100px;
    -ms-transform: translateY(5px) skew(0, 5deg);
    transform: translateY(5px) skew(0, 5deg)
}

.section-questions .section-questions-faq .section-questions-item.active:after {
    height: 100px;
    -ms-transform: translateY(45px) skew(0, -5deg);
    transform: translateY(45px) skew(0, -5deg)
}

.section-questions .section-questions-faq .section-questions-item.active>span {
    color: #404040;
    border-bottom: 1px dashed transparent
}

.section-questions .section-questions-faq .section-questions-info {
    position: relative;
    z-index: 10;
    margin-bottom: 10px;
    color: #9b9b9b
}

.section-questions .section-questions-faq .section-questions-answer {
    position: relative;
    display: none;
    padding-top: 20px;
    z-index: 10;
    font: 14px/1.4 'Onest', sans-serif;
    color: #9b9b9b
}

.section-questions .section-questions-research {
    width: 344px;
    margin-left: auto
}

@media (max-width:767px) {
    .section-questions .section-questions-research {
        width: 100%;
        margin-left: 0;
        margin-top: 50px
    }
}

@media (max-width:499px) {
    .section-questions .section-questions-research {
        display: none
    }
}

.section-questions .section-questions-research.results .form-row {
    -ms-flex-direction: column;
    flex-direction: column
}

.section-questions .section-questions-research.results .form-row input[type=checkbox]:checked~.form-results-row .form-results-bar,
.section-questions .section-questions-research.results .form-row input[type=checkbox]:checked~.form-results-row .form-results-scale:before,
.section-questions .section-questions-research.results .form-row input[type=radio]:checked~.form-results-row .form-results-bar,
.section-questions .section-questions-research.results .form-row input[type=radio]:checked~.form-results-row .form-results-scale:before {
    background: #b03e78
}

.section-questions .section-questions-research.results .form-row input[type=checkbox]:checked+label,
.section-questions .section-questions-research.results .form-row input[type=checkbox]:checked~.form-results-row .form-results-bar:before,
.section-questions .section-questions-research.results .form-row input[type=radio]:checked+label,
.section-questions .section-questions-research.results .form-row input[type=radio]:checked~.form-results-row .form-results-bar:before {
    color: #b03e78
}

.section-questions .section-questions-research.results .form-row>label {
    padding-left: 0;
    cursor: default
}

.section-questions .section-questions-research .section-questions-title {
    font: 700 36px/1.3 'Onest', sans-serif;
    color: #404040
}

.section-questions .section-questions-qotd {
    position: relative;
    margin-top: 35px;
    padding: 32px 5px 37px 40px
}

.section-questions .section-questions-qotd:after,
.section-questions .section-questions-qotd:before {
    content: '';
    position: absolute;
    transition: all .4s ease;
    left: 0;
    width: 195px;
    height: 100px;
    background: #fbe3eb;
    border-radius: 10px
}

.is-ff .section-questions .section-questions-qotd:after,
.is-ff .section-questions .section-questions-qotd:before {
    outline: 1px solid transparent
}

.section-questions .section-questions-qotd:before {
    top: 0;
    -ms-transform: skew(0, 0);
    transform: skew(0, 0)
}

@media (max-width:767px) {
    .section-questions .section-questions-qotd:before {
        height: 80%
    }
}

.section-questions .section-questions-qotd:after {
    bottom: 13px;
    -ms-transform: skew(0, 0);
    transform: skew(0, 0)
}

@media (max-width:767px) {
    .section-questions .section-questions-qotd:after {
        bottom: 0;
        height: 80%
    }
}

.section-questions .section-questions-qotd.skewed:before {
    -ms-transform: skew(0, 5deg);
    transform: skew(0, 5deg)
}

.section-questions .section-questions-qotd.skewed:after {
    -ms-transform: skew(0, -5deg);
    transform: skew(0, -5deg)
}

.section-questions .section-questions-qotd>b {
    position: relative;
    z-index: 10;
    max-width: 265px;
    font: 700 20px/1.4 'Onest', sans-serif;
    color: #404040
}

.section-questions .section-questions-qotd>span {
    position: relative;
    z-index: 10;
    display: block;
    margin-top: 7px;
    font: 12px/1.2 'Onest', sans-serif;
    color: #404040
}

.section-questions .section-questions-form {
    margin-top: 32px
}

.section-questions .section-questions-form .form-row {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px
}

.section-questions .section-questions-form input[type=checkbox]:checked+label,
.section-questions .section-questions-form input[type=radio]:checked+label {
    color: #404040
}

.section-questions .section-questions-form input[type=checkbox]:checked+label:after,
.section-questions .section-questions-form input[type=radio]:checked+label:after {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.section-questions .section-questions-form label {
    transition: all .4s ease;
    position: relative;
    padding-left: 31px;
    font: 16px/1.2 'Onest', sans-serif;
    color: #9b9b9b;
    cursor: pointer
}

.section-questions .section-questions-form label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px solid #9b9b9b;
    border-radius: 50%
}

.section-questions .section-questions-form label:after {
    content: '';
    position: absolute;
    transition: all .4s ease;
    top: 5px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #404040;
    border-radius: 50%;
    -ms-transform: scale(0, 0);
    transform: scale(0, 0)
}

.section-questions .section-questions-form .form-results-row {
    width: 100%;
    margin-top: 5px
}

.section-questions .section-questions-form .form-results-scale {
    position: relative;
    width: 90%;
    height: 10px
}

.section-questions .section-questions-form .form-results-scale:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #ec008c;
    border-radius: 3px
}

.section-questions .section-questions-form .form-results-bar {
    transition: all .4s ease;
    position: relative;
    width: 0;
    height: 100%;
    background: #ec008c;
    border-radius: 3px
}

.section-questions .section-questions-form .form-results-bar:before {
    content: attr(data-results);
    position: absolute;
    top: -1px;
    right: -35px;
    margin-left: 6px;
    font: 900 12px/1 'Onest', sans-serif;
    color: #ec008c
}

.section-questions .section-questions-form .form-submit {
    margin-top: 50px;
    text-align: left
}

@media (max-width:767px) {
    .section-questions .section-questions-form .form-submit {
        margin-top: 30px
    }
}

.section-questions .section-questions-form .form-submit button.btn {
    padding: 14px 40px 15px
}

.section-tiles {
    margin-top: 91px
}

@media (max-width:1023px) {
    .section-tiles {
        margin-top: 50px
    }
}

.section-tiles-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -40px
}

@media (max-width:1023px) {
    .section-tiles-list {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section-tiles-item {
    transition: all .4s ease;
    background: linear-gradient(to right, #ffde86, #ffa2a1);
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    margin-top: 40px;
    position: relative;
    text-decoration: none;
    width: calc(33.33333% - 35px)
}

.section-tiles-item:not(:last-child) {
    margin-right: 35px
}

@media (max-width:1139px) {
    .section-tiles-item {
        width: 32%
    }

    .section-tiles-item:not(:last-child) {
        margin-right: 2%
    }
}

@media (max-width:1023px) {
    .section-tiles-item {
        width: 100%
    }

    .section-tiles-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.section-tiles-item::after,
.section-tiles-item::before {
    transition: all .4s ease;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    left: 0;
    background: linear-gradient(to right, #ffa2a1, #a19ce8);
    border-radius: 10px;
    opacity: 0;
    -ms-transform: skew(0, 0);
    transform: skew(0, 0)
}

.section-tiles-item::before {
    bottom: 0
}

.is-ff .section-tiles-item::after,
.is-ff .section-tiles-item::before {
    outline: 1px solid transparent
}

.section-tiles-item::after {
    top: 0
}

@media (min-width:1024px) {
    .section-tiles-item:hover {
        border-radius: 60px
    }

    .section-tiles-item:hover::after,
    .section-tiles-item:hover::before {
        width: 100%;
        height: 80%;
        background: linear-gradient(to right, #ffa2a1, #a19ce8);
        border-radius: 25px;
        opacity: 1
    }

    .section-tiles-item:hover::before {
        bottom: -11px;
        -ms-transform: skew(0deg, 4deg);
        transform: skew(0deg, 4deg)
    }

    .section-tiles-item:hover::after {
        top: -11px;
        -ms-transform: skew(0deg, -4deg);
        transform: skew(0deg, -4deg)
    }

    .section-tiles-item:hover .section-tiles-bg {
        height: calc(100% + 46px)
    }

    .section-tiles-item:hover .section-tiles-bg:before {
        -ms-transform: translate(-80px, -45px);
        transform: translate(-80px, -45px)
    }

    .section-tiles-item:hover .section-tiles-bg:after {
        -ms-transform: translate(-85px, -25px);
        transform: translate(-85px, -25px)
    }
}

.section-tiles-item.pic {
    min-height: 175px;
    overflow: hidden
}

.section-tiles-item.pic:after,
.section-tiles-item.pic:before {
    content: none
}

.section-tiles-item.pic .section-tiles-pic {
    transition: all .4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center/cover no-repeat;
    border-radius: 10px
}

.section-tiles-item.pic .section-tiles-pic:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5
}

.section-tiles-item.pic .section-tiles-bg {
    height: 175px
}

.section-tiles-item.pic .section-tiles-bg:after,
.section-tiles-item.pic .section-tiles-bg:before {
    content: none
}

@media (min-width:1024px) {
    .section-tiles-item.pic:hover {
        border-radius: 10px
    }

    .section-tiles-item.pic:hover .section-tiles-pic {
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .section-tiles-item.pic:hover .section-tiles-bg {
        height: 100%
    }
}

.section-tiles-bg {
    transition: all .4s ease;
    position: relative;
    z-index: 10;
    height: 100%;
    padding: 34px 60px 34px 38px;
    overflow: hidden
}

.section-tiles-bg:after,
.section-tiles-bg:before {
    content: '';
    position: absolute;
    transition: all .4s ease;
    background-size: cover !important
}

.section-tiles-bg:before {
    background: url(../images/sprite/oval-1.svg) no-repeat;
    bottom: -77px;
    right: -106px;
    width: 273px;
    height: 234px
}

.section-tiles-bg:after {
    bottom: -94px;
    right: -148px;
    width: 296px;
    height: 314px;
    background: url(../images/sprite/oval-2.svg) no-repeat
}

@media (max-width:1023px) {
    .section-tiles-bg {
        height: 175px
    }
}

.section-tiles-name {
    transition: all .4s ease;
    position: relative;
    z-index: 10;
    font: 700 24px/1.2 'Onest', sans-serif
}

@media (max-width:499px) {
    .section-tiles-name {
        font: 700 18px/1.2 'Onest', sans-serif
    }
}

.section-tiles-description {
    transition: all .4s ease;
    position: relative;
    z-index: 10;
    margin-top: 19px;
    font: 16px/1.2 'Onest', sans-serif
}

@media (max-width:499px) {
    .section-tiles-description {
        font: 14px/1.2 'Onest', sans-serif
    }
}

.section-tiles-top {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font: 16px/1.2 'Onest', sans-serif;
    color: #fff;
    text-decoration: underline
}

@media (max-width:499px) {
    .section-tiles-top {
        font: 14px/1.2 'Onest', sans-serif
    }
}

.section-tiles-top.prev {
    padding-left: 14px
}

.section-tiles-top.prev:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    border-top: 4.5px solid transparent;
    border-right: 5px solid #fff;
    border-bottom: 4.5px solid transparent
}

@media (max-width:499px) {
    .section-tiles-top.prev:before {
        top: 4px
    }
}

.section-tiles-top.next {
    padding-right: 14px
}

.section-tiles-top.next:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    border-top: 4.5px solid transparent;
    border-left: 5px solid #fff;
    border-bottom: 4.5px solid transparent
}

@media (max-width:499px) {
    .section-tiles-top.next:before {
        top: 4px
    }
}

.section-topics {
    margin-top: 50px
}

@media (max-width:499px) {
    .section-topics {
        display: none
    }
}

.section-topics h2 {
    padding-bottom: 15px
}

.section-topics ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px
}

.section-topics ul li {
    width: 335px;
    margin-right: 43px;
    padding-bottom: 20px;
    font: 700 18px/1.3 'Onest', sans-serif
}

.section-topics ul li:nth-child(3n) {
    margin-right: 0
}

@media (max-width:1139px) {
    .section-topics ul li {
        width: 48%;
        margin-right: 4%
    }

    .section-topics ul li:nth-child(3n) {
        margin-right: 4%
    }

    .section-topics ul li:nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width:499px) {
    .section-topics ul li {
        width: 100%;
        margin-right: 0
    }

    .section-topics ul li:nth-child(3n) {
        margin-right: 0
    }
}

.section-search {
    overflow: hidden;
    margin-top: 34px;
    padding: 43px 0 55px;
    color: #fff;
    background: linear-gradient(to right, #ffde86, #ffa2a1)
}

.section-search,
.section-search .container {
    position: relative
}

.section-search-visual {
    position: absolute;
    top: -72px;
    right: 58px;
    width: 420px;
    height: 221px
}

@media (max-width:900px) {
    .section-search-visual {
        top: 50px;
        right: -100px
    }
}

@media (max-width:499px) {
    .section-search-visual {
        top: 160px;
        right: -100px
    }
}

.section-search-oval,
.section-search-scene {
    width: 100%;
    height: 100%
}

.section-search-scene.absolute {
    position: absolute !important;
    top: 0;
    left: 0
}

.section-search-oval {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.section-search-oval>img {
    max-width: 100%;
    max-height: 100%
}

.section-search-oval.oval-1 {
    top: 0 !important;
    left: 39px !important
}

@media (max-width:1139px) {
    .section-search-oval.oval-1 {
        top: -26px !important;
        left: 2px !important
    }
}

.section-search-oval.oval-1>img {
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.section-search-oval.oval-2 {
    top: -32px !important;
    left: 35px !important;
    opacity: .8
}

@media (max-width:1139px) {
    .section-search-oval.oval-2 {
        top: -56px !important;
        left: -2px !important
    }
}

.section-search-oval.oval-2>img {
    -ms-transform: scale(1.7);
    transform: scale(1.7)
}

.section-search-title {
    font: 700 36px/1.2 'Onest', sans-serif
}

.form.section-search-form {
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px
}

@media (max-width:900px) {
    .form.section-search-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.form.section-search-form .form-row {
    width: 343px;
    margin-right: 35px
}

@media (max-width:900px) {
    .form.section-search-form .form-row {
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 48%;
        margin: 20px 0 0
    }
}

@media (max-width:650px) {
    .form.section-search-form .form-row {
        width: 100%
    }

    .form.section-search-form .form-row:first-child {
        margin-top: 0
    }
}

.form.section-search-form .form-row.short {
    width: 164px;
    margin-right: 15px
}

@media (max-width:900px) {
    .form.section-search-form .form-row.short {
        width: 48%;
        margin: 0
    }

    .form.section-search-form .form-row.short:last-child {
        width: 48%;
        margin: 0
    }
}

.form.section-search-form .form-row:not(:first-child) {
    margin-top: 0;
    margin-left: 0
}

@media (max-width:900px) {
    .form.section-search-form .form-row:not(:first-child) {
        margin-top: 20px
    }
}

.form.section-search-form .form-row:last-child {
    margin-right: 0
}

@media (max-width:900px) {
    .form.section-search-form .form-row:last-child {
        width: 48%;
        margin-top: 20px
    }
}

@media (max-width:699px) {
    .form.section-search-form .form-row:last-child {
        width: 100%
    }
}

.form.section-search-form .form-row button[type=submit] {
    width: 50px;
    height: 50px;
    transition: all .4s ease;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    border-radius: 25px;
    background: 0 0;
    cursor: pointer
}

.form.section-search-form .form-row button[type=submit]:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 21px;
    background: url(../images/sprite.svg?a353bc17) -1456.4px -693px no-repeat;
    top: 15px;
    right: 25px
}

.form.section-search-form .form-label {
    color: #9b9b9b
}

.form.section-search-form .form-row.filled .form-label,
.form.section-search-form input[type=text]:focus~.form-label {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.section-contact {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 344px;
    margin-left: auto;
    color: #fff
}

.section-contact:after,
.section-contact:before {
    content: '';
    position: absolute;
    transition: all .4s ease;
    width: 100%;
    height: 80%;
    left: 0;
    background: linear-gradient(to right, #827dc9, #eb6f6d);
    border-radius: 24px;
    -ms-transform: skew(0);
    transform: skew(0)
}

.section-contact:before {
    top: 0
}

.section-contact:after {
    bottom: 0
}

.section-contact.skewed:before {
    top: 9px;
    -ms-transform: skew(0deg, 3deg);
    transform: skew(0deg, 3deg)
}

.section-contact.skewed:after {
    bottom: 9px;
    -ms-transform: skew(0deg, -3deg);
    transform: skew(0deg, -3deg)
}

@media (max-width:850px) {
    .section-contact {
        width: 300px
    }
}

@media (max-width:767px) {
    .section-contact {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        width: 344px;
        margin-left: 0;
        margin-top: 50px
    }
}

@media (max-width:350px) {
    .section-contact {
        width: 100%
    }
}

.section-contact-wrap {
    position: relative;
    padding: 39px 20px 57px
}

@media (max-width:499px) {
    .section-contact-wrap {
        padding: 39px 15px 57px
    }
}

.section-contact-wrap:after,
.section-contact-wrap:before {
    content: '';
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    filter: blur(2px)
}

.section-contact-wrap:before {
    height: 562px;
    background: url(../images/sprite.svg?a353bc17) -606px -2px no-repeat;
    width: 100%
}

.section-contact-wrap:after {
    height: 585px;
    background: url(../images/sprite.svg?a353bc17) -2px -491px no-repeat;
    width: 100%
}

.section-contact-title {
    position: relative;
    z-index: 10;
    font: 700 20px/1.2 'Onest', sans-serif
}

.section-contact-doctor {
    position: relative;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 18px
}

.section-contact-photo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 130px;
    height: 130px;
    margin-right: 22px;
    border-radius: 50%;
    background: center/cover no-repeat
}

.section-contact-name {
    font: 700 20px/1.2 'Onest', sans-serif;
    color: #fff
}

.section-contact-post {
    margin-top: 10px;
    color: #fff
}

.section-contact-about {
    position: relative;
    z-index: 10;
    margin-top: 12px;
    font: 14px/1.4 'Onest', sans-serif
}

.form.section-contact-form {
    position: relative;
    z-index: 10;
    margin-top: 28px
}

.form.section-contact-form .form-row:not(:first-child) {
    margin-top: 20px
}

.form.section-contact-form .form-row.short:not(:first-child) {
    margin-top: 0;
    margin-left: 13px
}

@media (max-width:499px) {
    .form.section-contact-form .form-row.short:not(:first-child) {
        margin-left: 0;
        margin-top: 20px
    }
}

.form.section-contact-form .form-row.short input[type=text],
.form.section-contact-form .form-row.short textarea {
    padding: 0 21px
}

.form.section-contact-form textarea {
    min-height: 102px
}

.form.section-contact-form .form-file,
.form.section-contact-form .form-files.attached {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 18px
}

.form.section-contact-form .form-files.attached {
    margin-top: 15px
}

.form.section-contact-form .form-files.attached .form-files-item:not(:last-child) {
    margin-bottom: 7px
}

.form.section-contact-form .form-policy {
    margin-top: 17px
}

.form.section-contact-form .form-policy .form-policy-text,
.section-contact-note {
    font: 12px/1.5 'Onest', sans-serif
}

.form.section-contact-form .form-submit {
    margin-top: 28px
}

.section-contact-note {
    position: relative;
    z-index: 10;
    margin-top: 26px
}

.category-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px 30px;
    padding: 30px 0 0;
    border-radius: 10px;
    position: relative
}

@media (min-width:700px) {
    .category-item {
        padding: 31px 31px 8px;
        border: 1px #b03e78 solid
    }
}

@media (max-width:1190px) {
    .category-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:499px) {
    .category-item .col-product {
        width: 100%;
        text-align: center
    }
}

.category-item .category-item-leading {
    max-width: 490px;
    padding-bottom: 20px
}

.category-item .category-item-title {
    padding-bottom: 25px;
    font: 700 34px/1.2 'Onest', sans-serif;
    letter-spacing: .3px
}

@media (max-width:499px) {
    .category-item .category-item-title {
        font-size: 32px
    }
}

.category-item .tag {
    margin: 0 18px 12px 0
}

.category-item .category-item-text {
    padding-bottom: 27px;
    color: #9b9b9b;
    font: 14px/1.43 'Onest', sans-serif
}

.category-item .section-products-item {
    display: inline-block;
    width: 210px;
    margin: 21px 0 11px 11px
}

@media (max-width:699px) {
    .category-item .section-products-item {
        margin-left: 0
    }
}

.category-item .section-products-preview:before {
    border-radius: 0 10px 10px 10px !important;
    bottom: 0 !important
}

.category-item .section-products-preview:after {
    border-radius: 10px 10px 10px 0 !important
}

.category-item .section-products-name {
    min-height: 64px;
    margin-top: 12px;
    padding: 9px 0 20px;
    font-size: 26px
}

@media (max-width:699px) {
    .category-item .section-products-name {
        padding-bottom: 10px
    }
}

.category-item .col-product__link {
    position: absolute;
    right: 10px;
    bottom: 15px
}

@media (max-width:699px) {
    .category-item .col-product__link {
        bottom: -4px;
        right: 0
    }
}

.category-item .section-products-pic {
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:499px) {
    .category-item .section-products-pic {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.cat-advice {
    padding: 72px 100px 80px 154px
}

@media (max-width:1023px) {
    .cat-advice {
        padding: 57px 57px 40px 62px;
        margin-top: 40px
    }
}

@media (max-width:699px) {
    .cat-advice {
        padding: 55px 0 20px;
        margin-top: 47px
    }

    .cat-advice p {
        font-size: 14px;
        line-height: 20px
    }
}

.cat-advice .block-text,
.cat-advice p {
    position: relative;
    z-index: 2
}

.cat-advice .block-text:before {
    content: '';
    display: block;
    background-image: url(/local/images/cat-advice-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -154px;
    top: -69px;
    height: 100%;
    width: 100%;
    min-height: 235px;
    z-index: -1
}

@media (max-width:1023px) {
    .cat-advice .block-text:before {
        left: -60px;
        height: 164px;
        min-height: 164px
    }
}

@media (max-width:699px) {
    .cat-advice .block-text:before {
        left: 0;
        top: -55px
    }
}

.prod-card {
    border: 1px solid #b03e78;
    border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 38px 31px;
    margin-bottom: 48px
}

@media (max-width:1023px) {
    .prod-card {
        position: relative;
        margin-bottom: 20px;
        padding: 31px 23px 26px 31px;
        min-height: 290px
    }
}

@media (max-width:699px) {
    .prod-card {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 31px 21px 27px 23px;
        margin-bottom: 20px;
        height: auto
    }
}

.prod-card__img-block {
    width: 36%
}

@media (max-width:1023px) {
    .prod-card__img-block {
        width: 32%;
        padding-left: 11px;
        padding-right: 13px
    }
}

@media (max-width:699px) {
    .prod-card__img-block {
        width: 100%;
        margin-bottom: 42px
    }
}

.prod-card__detail {
    width: 59%
}

@media (max-width:1023px) {
    .prod-card__detail {
        width: 62%
    }
}

@media (max-width:699px) {
    .prod-card__detail {
        width: 100%
    }
}

.prod-card__img {
    width: 100%
}

.prod-card__title {
    font-size: 34px;
    font-weight: 400;
    line-height: 35px;
    color: #404040;
    margin-bottom: 19px
}

@media (max-width:1023px) {
    .prod-card__title {
        font-size: 28px;
        line-height: 29px
    }
}

@media (max-width:699px) {
    .prod-card__title {
        font-size: 24px;
        line-height: 25px
    }
}

.prod-card__text {
    font-size: 16px;
    line-height: 22px;
    color: #9b9b9b;
    margin-bottom: 64px
}

@media (max-width:699px) {
    .prod-card__text {
        margin-bottom: 16px
    }
}

.prod-card__list {
    display: -ms-flexbox;
    display: flex;
    list-style-type: none
}

@media (max-width:1023px) {
    .prod-card__list {
        position: absolute;
        left: 31px;
        bottom: 26px
    }
}

@media (max-width:699px) {
    .prod-card__list {
        position: static;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.prod-card__item {
    position: relative
}

.prod-card__item:not(:last-of-type) {
    margin-right: 44px
}

@media (max-width:699px) {
    .prod-card__item:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.prod-card__item:after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNiA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0zLjU1NzIxIDQuMzM3NjNMMC45MzI1IDIuMDkyMTZDMC43NzA1NTQgMS45NTA1OSAwLjY2OTM0OCAxLjc1MjExIDAuNjQ5ODg1IDEuNTM3OTNDMC42MzA0MjIgMS4zMjM3NCAwLjY5NDE5NiAxLjExMDI5IDAuODI3OTczIDAuOTQxODU3QzAuODkyNTIxIDAuODU5NzI1IDAuOTczMDQyIDAuNzkxNTE1IDEuMDY0NjggMC43NDEzNEMxLjE1NjMxIDAuNjkxMTY1IDEuMjU3MTYgMC42NjAwNjUgMS4zNjExNSAwLjY0OTkxNkMxLjQ2NTEzIDAuNjM5NzY2IDEuNTcwMSAwLjY1MDc3OCAxLjY2OTcxIDAuNjgyMjg2QzEuNzY5MzIgMC43MTM3OTQgMS44NjE1MiAwLjc2NTE0NiAxLjk0MDc0IDAuODMzMjQ0TDUuMjk3OTYgMy43MDQ4OUM1LjY3OTAzIDQuMDMwNzIgNS42Nzk4NiA0LjYzMzg1IDUuMzAwNDMgNC45NjEzM0wxLjk0MzIxIDcuODYxNzdDMS44NjQzOCA3LjkzMDQzIDEuNzcyNDUgNy45ODIzOSAxLjY3Mjk2IDguMDE0NTFDMS41NzM0NyA4LjA0NjYyIDEuNDY4NSA4LjA1ODIyIDEuMzY0MzkgOC4wNDg2MUMxLjI2MDI5IDguMDM4OTkgMS4xNTkyMiA4LjAwODM2IDEuMDY3MyA3Ljk1ODU3QzAuOTc1MzgyIDcuOTA4NzggMC44OTQ1MjMgNy44NDA4NiAwLjgyOTYxOSA3Ljc1ODkyQzAuNjk0ODU3IDcuNTkwODkgMC42MzAwODkgNy4zNzczOCAwLjY0ODc5MiA3LjE2MjgyQzAuNjY3NDk1IDYuOTQ4MjYgMC43NjgyMjcgNi43NDkxNyAwLjkzMDAzMSA2LjYwNjk3TDMuNTU3MjEgNC4zMzg0NlY0LjMzNzYzWiIgZmlsbD0iI0IwM0U3OCIvPjwvc3ZnPg==);
    width: 5px;
    height: 7.4px;
    color: #b03e78;
    padding-left: 3px
}

.features-slider {
    position: relative;
    width: 502px;
    margin: 60px 0;
    padding: 0 32px;
    background: #fdf2f5
}

@media (max-width:1023px) {
    .features-slider {
        width: 337px
    }
}

@media (max-width:699px) {
    .features-slider {
        width: auto;
        padding: 30px 20px;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 120px
    }
}

.features-slider .slick-dots {
    margin-top: 23px;
    text-align: center
}

.features-slider.inverse:before {
    -ms-transform: skew(0, -2deg);
    transform: skew(0, -2deg)
}

.features-slider.inverse:after {
    -ms-transform: skew(0, 2deg);
    transform: skew(0, 2deg)
}

.features-slider:after,
.features-slider:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    transition: transform .3s ease;
    left: 0;
    background: #fdf2f5
}

@media (max-width:699px) {

    .features-slider:after,
    .features-slider:before {
        display: none
    }
}

.features-slider:before {
    top: -50px;
    border-radius: 24px 24px 0 0;
    -ms-transform: skew(0, 2deg);
    transform: skew(0, 2deg)
}

.features-slider:after {
    bottom: -50px;
    border-radius: 0 0 24px 24px;
    -ms-transform: skew(0, -2deg);
    transform: skew(0, -2deg)
}

.features-slider .features {
    position: relative;
    z-index: 1
}

@media (min-width:700px) {
    .features-slider .features {
        margin: -23px 0
    }
}

.features-slider .features .mobile {
    display: none
}

@media (max-width:1023px) {
    .features-slider .features .desktop {
        display: none
    }

    .features-slider .features .mobile {
        display: block
    }
}

.features-slider .feature {
    position: relative;
    min-height: 65px;
    padding: 0 0 48px 95px
}

.features-slider .feature:last-child {
    padding-bottom: 0
}

@media (max-width:1023px) {
    .features-slider .feature {
        padding-left: 0
    }
}

.features-slider .feature-icon {
    margin-bottom: 10px
}

@media (min-width:1024px) {
    .features-slider .feature-icon {
        position: absolute;
        top: 0;
        left: 0
    }
}

.features-slider .feature-title {
    padding-bottom: 11px;
    font: 700 18px/1.22 'Onest', sans-serif
}

.features-slider .feature-text {
    font-size: 16px;
    line-height: 1.38
}

.product-gallery {
    width: 545px;
    height: 545px;
    position: relative;
    margin-right: 20px;
    padding-left: 100px
}

@media (max-width:699px) {
    .product-gallery {
        width: auto;
        margin-right: 0
    }
}

@media (max-width:499px) {
    .product-gallery {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding-left: 0
    }
}

.product-gallery .mobile {
    transition: oapcity .5s ease;
    display: none;
    opacity: 0
}

@media (max-width:499px) {
    .product-gallery .mobile {
        display: block
    }
}

.product-gallery .mobile.slick-initialized {
    opacity: 1
}

.product-gallery .mobile img {
    width: auto !important;
    max-height: 140px !important
}

.product-gallery .mobile .slick-slide {
    height: 140px
}

@media (max-width:499px) {
    .product-gallery .desktop {
        display: none
    }
}

.product-gallery .slick-slide {
    height: 250px;
    text-align: center
}

.product-gallery .slick-slide img {
    width: auto !important;
    position: static !important;
    -ms-transform: none !important;
    transform: none !important
}

.product-gallery .slick-dots {
    text-align: center
}

@media (max-width:1023px) {
    .product-gallery .gallery-carousel {
        width: 66px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width:1024px) {
    .product-gallery .gallery-carousel {
        width: 100px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width:499px) {
    .product-gallery .gallery-carousel {
        display: none;
        margin-bottom: 20px
    }
}

.product-gallery .gallery-carousel .item {
    width: 100px;
    height: 100px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 11px;
    padding: 10px;
    outline: 0;
    border-radius: 8px;
    border: 1px #fbe3eb solid
}

@media (max-width:1023px) {
    .product-gallery .gallery-carousel .item {
        width: 66px;
        height: 66px
    }
}

.product-gallery .gallery-carousel .item:hover {
    border-color: #ec008c
}

.product-gallery .gallery-carousel .item:hover:before,
.product-manual .product-manual-images a:hover i {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.product-gallery .gallery-carousel .item.active {
    border-color: #b03e78;
    cursor: default
}

.product-gallery .gallery-carousel .item.video {
    border: 0;
    background: 50% 50%/cover no-repeat
}

.product-gallery .gallery-carousel .item.video:before,
.product-gallery .gallery-single .video:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 29px;
    background: url(../images/sprite.svg?a353bc17) -1116px -950.42px no-repeat;
    transition: transform .4s ease;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -13px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.product-gallery .gallery-carousel .item img {
    width: 100%;
    max-width: 100%;
    max-height: 100%
}

.product-gallery .gallery-single {
    height: 306px
}

@media (max-width:1023px) {
    .product-gallery .gallery-single {
        padding: 10px 0
    }
}

@media (min-width:1024px) {
    .product-gallery .gallery-single {
        padding: 10px 30px;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:499px) {
    .product-gallery .gallery-single {
        height: 180px
    }
}

.product-gallery .gallery-single .video {
    position: relative;
    border: 0;
    background: #000 50% 50%/cover no-repeat;
    border-radius: 10px
}

.product-gallery .gallery-single .video img {
    opacity: .8;
    border-radius: 10px;
    vertical-align: top
}

.product-gallery .gallery-single .video:before {
    z-index: 5
}

.product-gallery .gallery-single-wrap {
    position: relative;
    height: 100%
}

.product-gallery .gallery-single-wrap img {
    transition: all .4s ease;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product-gallery .gallery-single-wrap img:not(.active) {
    opacity: 0;
    visibility: hidden
}

.product-gallery .tags {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    padding-left: 20px
}

@media (max-width:1023px) {
    .product-gallery .tags {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0
    }
}

@media (max-width:699px) {
    .product-gallery .tags {
        -ms-flex-direction: column;
        flex-direction: column;
        bottom: -100px
    }
}

@media (max-width:499px) {
    .product-gallery .tags {
        margin-bottom: 10px;
        padding-left: 0;
        -ms-flex-order: 3;
        order: 3
    }
}

.product-gallery .tag {
    margin-bottom: 0;
    margin-right: 0
}

.product-gallery .tag:not(:last-of-type) {
    margin-right: 35px
}

@media (max-width:1023px) {
    .product-gallery .tag {
        margin-bottom: 19px
    }
}

@media (max-width:699px) {
    .product-gallery .tag {
        margin-bottom: 19px
    }
}

@media (min-width:500px) {
    .product-gallery .buy {
        margin: 0 0 0 54px
    }
}

@media (max-width:499px) {
    .product-gallery .buy {
        -ms-flex-order: 4;
        order: 4
    }
}

.desc-tester-block {
    margin-bottom: 7px;
    text-align: center
}

.desc-tester-block img {
    max-width: 100%
}

@media (max-width:620px) {
    .desc-tester-block img {
        position: absolute;
        max-height: 96px;
        max-width: none;
        width: 400px;
        top: 112px;
        left: -187px;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.desc-tester-block .desc-tester {
    position: relative;
    display: inline-block;
    margin-top: 45px;
    padding-top: 70px
}

@media (max-width:620px) {
    .desc-tester-block .desc-tester {
        display: block;
        height: 324px;
        margin-top: 0
    }
}

.desc-tester-block .desc-tester:after {
    width: 144px;
    bottom: 115px;
    left: 67%;
    -ms-transform: rotate(-27deg);
    transform: rotate(-27deg)
}

.desc-tester-block .desc-tester:after,
.desc-tester-block .desc-tester:before {
    content: '';
    position: absolute;
    height: 2px;
    margin: 8px 0 0 -3px;
    background: #b03e78;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

@media (max-width:620px) {

    .desc-tester-block .desc-tester:after,
    .desc-tester-block .desc-tester:before {
        display: none
    }
}

.desc-tester-block .desc-tester:before {
    width: 154px;
    left: 16%;
    bottom: 179px;
    -ms-transform: rotate(23deg);
    transform: rotate(23deg)
}

.desc-tester-block .desc-tester-text {
    position: absolute;
    width: 50%;
    top: 0;
    color: #b03e78;
    font: 700 24px/1.2 'Onest', sans-serif
}

.desc-tester-block .desc-tester-text.left {
    left: -58px
}

@media (max-width:1023px) {
    .desc-tester-block .desc-tester-text.left {
        left: 0
    }
}

@media (max-width:620px) {
    .desc-tester-block .desc-tester-text.left {
        top: 100px;
        left: 72px;
        text-align: left
    }
}

.desc-tester-block .desc-tester-text.right {
    right: -60px;
    text-align: right
}

@media (max-width:1023px) {
    .desc-tester-block .desc-tester-text.right {
        right: 0
    }
}

@media (max-width:620px) {
    .desc-tester-block .desc-tester-text.right {
        top: 208px;
        left: 72px;
        right: auto;
        text-align: left
    }
}

.product-select-block {
    margin-bottom: 73px;
    overflow: auto
}

.product-select-block h2 {
    padding-bottom: 59px
}

.product-select-block .items {
    position: relative;
    white-space: nowrap;
    font-size: 0
}

.product-select-block .items .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 178px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.43;
    white-space: normal
}

.product-select-block .items .item .item-row-wrap {
    position: relative;
    z-index: 1
}

.product-select-block .items .item .item-row {
    position: relative;
    padding: 14px 10px 13px;
    z-index: 10
}

.product-select-block .items .item .item-row:first-child,
.product-select-block .items .item .item-row:last-child {
    background: 0 0 !important
}

.product-select-block .items .item .item-row:first-child:before,
.product-select-block .items .item .item-row:last-child:before {
    content: '';
    position: absolute;
    display: none;
    height: calc(100% - 100px);
    width: 100%;
    left: 0;
    top: 120px;
    border-radius: 26px 26px 0 0;
    background: #ffadc7;
    -ms-transform: skew(0, 4deg);
    transform: skew(0, 4deg)
}

.product-select-block .items .item .item-row:last-child:before {
    height: auto;
    top: -10px;
    bottom: 14px;
    border-radius: 0 0 26px 26px;
    -ms-transform: skew(0, -4deg);
    transform: skew(0, -4deg)
}

.product-select-block .items .item.active,
.product-select-block .items .item.active .item-title,
.product-select-block .items .item.active a {
    color: #fff
}

.product-select-block .items .item.active .buy {
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
    -ms-transform: none;
    transform: none
}

.product-select-block .items .item.active .item-row {
    border-radius: 0 !important;
    background: #ffadc7
}

.product-select-block .items .item.active .item-row:before {
    display: block
}

.product-select-block .items .item.active .more:before {
    width: 6px;
    height: 9px;
    background: url(../images/sprite.svg?a353bc17) -1463.4px -629px no-repeat
}

.product-select-block .items .item:first-child .item-row {
    border-radius: 10px 0 0 10px
}

.product-select-block .items .item:last-child .item-row {
    border-radius: 0 10px 10px 0
}

.product-select-block .items .item-image {
    height: 100px;
    margin-bottom: 29px;
    padding: 0 10px
}

.product-select-block .items .item-image img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top
}

.product-select-block .items .item-title {
    display: block;
    padding-bottom: 4px;
    color: #b03e78;
    font: 700 24px/1.2 'Onest', sans-serif
}

.product-select-block .items .item-row:nth-child(even) {
    background: #fdf2f5
}

.product-select-block .items .item-row:last-child {
    padding-bottom: 30px
}

.product-select-block .items .more {
    position: relative;
    display: inline-block;
    margin: 10px 15px 0 0;
    color: #ec008c
}

.product-select-block .items .more:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 9px;
    background: url(../images/sprite.svg?a353bc17) -1443.4px -926px no-repeat;
    right: -15px;
    top: 4px
}

.product-select-block .items .buy {
    transition: all .3s ease;
    width: 100%;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.is-touch .product-select-block .items .buy {
    margin-bottom: 20px;
    opacity: 1;
    visibility: visible;
    -ms-transform: none;
    transform: none
}

@media (max-width:550px) {
    .product-select-arrows {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .product-select-arrows .clicker {
        width: 25px;
        height: 30px;
        background: url(../images/sprite.svg?a353bc17) -1087px -950.42px no-repeat;
        position: absolute;
        top: -11px;
        left: 50%;
        margin-left: -14px;
        -ms-transform: scale(.8);
        transform: scale(.8)
    }

    .product-select-arrows .arrow {
        position: relative;
        width: calc(50% - 23px);
        height: 40px
    }

    .product-select-arrows .arrow:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        top: 5px;
        left: 0;
        background: #b03e78
    }

    .product-select-arrows .arrow:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        top: 1px;
        border: 2px #b03e78 solid;
        border-left: 0;
        border-bottom: 0
    }

    .product-select-arrows .arrow.left:after {
        left: 0;
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

    .product-select-arrows .arrow.right:after {
        right: 0;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

.product-results {
    margin-bottom: 8px
}

.product-results h2 {
    padding-bottom: 31px
}

.product-results .product-item {
    margin-bottom: 40px
}

@media (min-width:1024px) {
    .product-results .product-item {
        max-width: 320px
    }
}

.product-results .product-item-image {
    max-width: 100%;
    margin-bottom: 29px
}

.product-results .product-item-title {
    padding-bottom: 11px;
    color: #b03e78;
    font: 700 24px/1.08 'Onest', sans-serif
}

.product-results .product-item-text {
    font: 16px/1.38 'Onest', sans-serif
}

.product-manual h2 {
    padding-bottom: 27px
}

.product-manual p {
    padding-bottom: 22px
}

.product-manual .product-manual-item {
    position: relative;
    max-width: 520px;
    margin-bottom: 20px;
    padding-left: 37px
}

@media (max-width:499px) {
    .product-manual .product-manual-item {
        padding-left: 25px
    }
}

.product-manual .product-manual-item .num {
    position: absolute;
    top: 0;
    left: 0;
    color: #b03e78;
    font: 700 22px/1 'Onest', sans-serif
}

.product-manual .product-manual-images a {
    width: 191px;
    height: 140px;
    position: relative;
    display: inline-block;
    margin: 0 9px 10px 0;
    vertical-align: top;
    border-radius: 5px;
    overflow: hidden
}

@media (max-width:499px) {
    .product-manual .product-manual-images a {
        width: 100%;
        height: 200px
    }
}

.product-manual .product-manual-images a i {
    transition: all .5s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 50% 50%/cover no-repeat
}

.product-manual .product-manual-images a.video:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 1
}

.product-manual .product-manual-images a.video:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 29px;
    background: url(../images/sprite.svg?a353bc17) -1116px -950.42px no-repeat;
    transition: all .4s ease;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -12px;
    z-index: 2
}

.product-manual .product-manual-images a.alone {
    width: 342px;
    height: 202px;
    max-width: 100%
}

.product-manual__link-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 60px
}

.product-manual__link-block__img {
    margin-right: 13px
}

.product-attention {
    position: relative;
    margin-bottom: 62px;
    padding: 68px 64px 96px;
    background: #fdeff4;
    overflow: hidden;
    border-radius: 16px
}

.product-attention .ellipse {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .05;
    background-size: contain;
    background-repeat: no-repeat
}

.product-attention .ellipse.one {
    top: 45px;
    right: -160px;
    width: 862px;
    height: 805px;
    background-image: url("data:image/svg+xml,%3Csvg width='699' height='791' viewBox='0 0 699 791' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M206.688 696.978C350.602 840.892 609.456 840.788 753.483 696.761C897.51 552.734 897.602 319.312 753.69 175.4C609.776 31.4866 203.14 -74.8502 59.112 69.1778C-84.9149 213.205 62.7749 553.065 206.688 696.978Z' fill='%23B03E78'/%3E%3C/svg%3E%0A")
}

.product-attention .ellipse.two {
    top: 200px;
    right: -130px;
    width: 909px;
    height: 762px;
    background-image: url("data:image/svg+xml,%3Csvg width='909' height='762' viewBox='0 0 909 762' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M330.819 713.506C507.076 815.268 757.083 748.172 858.926 571.775C960.768 395.379 900.444 169.887 724.188 68.1256C547.931 -33.6365 127.628 -31.1048 25.7847 145.293C-76.0577 321.689 154.562 611.744 330.819 713.506Z' fill='%23B03E78'/%3E%3C/svg%3E%0A")
}

.product-attention h3 {
    padding-top: 0;
    padding-bottom: 48px;
    font-family: 'Onest', sans-serif;
    line-height: 1.1;
    color: #b03e78
}

.product-attention a {
    color: inherit
}

.product-attention a:hover {
    color: #b03e78
}

.product-attention ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    padding-bottom: 0
}

.product-attention ul li {
    padding-left: 21px
}

.product-attention ul li:before {
    background: #404040;
    width: 5px;
    height: 5px
}

.product-attention .hidden-text-trigger {
    position: relative
}

.product-attention .hidden-text-trigger:after {
    width: 0;
    height: 0;
    transition: transform .2s ease;
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    border-style: solid;
    border-width: 5px 4.5px 0;
    border-color: #fff transparent transparent transparent
}

.product-attention .hidden-text-trigger.active:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-attention .hidden-text {
    display: none;
    padding-top: 20px
}

.product-attention .clear-text {
    position: relative
}

@media (max-width:1024px) {
    .product-attention {
        padding: 60px 40px
    }

    .product-attention ul {
        grid-gap: 30px
    }
}

@media (max-width:768px) {
    .product-attention {
        padding: 35px 15px
    }

    .product-attention ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 20px
    }
}

@media (min-width:700px) {
    .product-faq-block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.product-faq-block h2,
.product-recommends h2 {
    padding-bottom: 0
}

@media (min-width:700px) {
    .product-faq-block .faq-block {
        width: 580px;
        margin-right: 30px;
        padding-bottom: 77px
    }
}

.product-faq-block .faq-block .btn-wrap {
    padding-top: 47px
}

.product-faq-block .faq-block .btn {
    padding-left: 26px;
    padding-right: 26px
}

.product-faq-block .aside-block {
    padding-bottom: 30px
}

@media (min-width:700px) {
    .product-faq-block .aside-block {
        width: 343px
    }
}

.product-faq-block .aside-title {
    padding-bottom: 16px;
    font: 700 24px/1.25 'Onest', sans-serif
}

.product-faq-block .aside-text {
    padding-bottom: 34px;
    font-size: 16px;
    line-height: 1.38
}

.product-faq-block .section-contact-wrap {
    padding: 49px 40px;
    z-index: 1
}

.product-faq-block .section-contact-wrap>* {
    position: relative;
    z-index: 6
}

.product-faq-block .section-contact {
    width: 100%;
    max-width: 343px;
    overflow: hidden
}

.product-faq-block .aside-contacts {
    padding-top: 59px
}

@media (max-width:699px) {
    .product-faq-block .aside-contacts {
        padding-top: 30px
    }
}

.product-faq-block .aside-phone {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1
}

.product-faq-block .aside-phone a {
    color: #b03e78;
    text-decoration: none
}

.product-faq-block .aside-phone a:hover,
.section-weeks .switch-block .label.active,
.section-weeks .switch-block .label:hover {
    color: #ec008c
}

.product-faq-block .aside-content {
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 1.38
}

.product-faq-block .aside-note {
    font-size: 14px;
    line-height: 1.57
}

.product-recommends {
    padding-bottom: 40px
}

.product-recommends .section-products {
    margin-top: 47px
}

.product-recommends .products-slider {
    display: block;
    margin-top: 44px
}

.product-recommends .section-products-name {
    margin-top: 24px
}

@media (max-width:1360px) {
    .product-recommends .slick-arrow {
        display: none
    }
}

@media (max-width:1360px) and (max-width:550px) {
    .product-recommends .slick-arrow {
        display: block;
        width: 20px
    }
}

.product-recommends .slick-prev {
    margin-right: 58px
}

@media (max-width:550px) {
    .product-recommends .slick-prev {
        margin-right: 0;
        left: 0;
        right: auto
    }
}

.product-recommends .slick-next {
    margin-left: 58px
}

@media (max-width:550px) {
    .product-recommends .slick-next {
        margin-left: 0;
        right: 0;
        left: auto
    }
}

.product-recommends .slick-dots {
    text-align: center
}

.product-recommends .slick-track {
    padding: 25px 0 54px
}

@media (max-width:1023px) {
    .product-recommends .slick-track {
        padding: 10px 0 0
    }
}

.product-recommends .section-products-item {
    padding: 0 40px
}

.product-recommends .section-products-item:not(:hover) .section-products-preview:after,
.product-recommends .section-products-item:not(:hover) .section-products-preview:before {
    background: 0 0
}

.product-recommends .section-products-item .section-products-pic {
    height: 156px
}

.product-recommends .section-products-item .section-products-pic img {
    max-height: 100%
}

.product-recommends .section-products-preview:before {
    height: 92% !important;
    border-radius: 0 0 10px 10px !important;
    bottom: -15px !important
}

.product-recommends .section-products-preview:after {
    height: 85% !important;
    top: -7px;
    border-radius: 10px 10px 0 0 !important
}

.section-weeks {
    margin-top: 77px
}

.section-weeks .container {
    position: relative;
    padding: 0 40px
}

@media (max-width:499px) {
    .section-weeks .container {
        padding: 0 20px
    }
}

.section-weeks .switch-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 28px
}

.section-weeks .switch-block label {
    margin: 0 20px
}

.section-weeks .switch-block .label {
    transition: all .4s ease;
    font: 16px/1.2 'Onest', sans-serif;
    color: #ffadc7
}

.section-weeks .section-weeks-title {
    font: 700 36px/1.2 'Onest', sans-serif;
    text-align: center
}

.section-weeks .section-weeks-list {
    padding-top: 110px
}

@media (max-width:1023px) {
    .section-weeks .section-weeks-list {
        padding-top: 0
    }
}

.section-weeks .section-weeks-list .slick-prev {
    right: calc(100% + 80px)
}

@media (max-width:1400px) {
    .section-weeks .section-weeks-list .slick-prev {
        right: 100%
    }
}

@media (max-width:1230px) {
    .section-weeks .section-weeks-list .slick-prev {
        width: 40px
    }
}

@media (max-width:499px) {
    .section-weeks .section-weeks-list .slick-prev {
        top: 39px;
        right: auto;
        left: -10px;
        width: 24%;
        height: 50px
    }
}

.section-weeks .section-weeks-list .slick-prev:before {
    margin: 41px 0 0 -11px
}

@media (max-width:767px) {
    .section-weeks .section-weeks-list .slick-prev:before {
        margin: -14px 0 0 -9px
    }
}

.section-weeks .section-weeks-list .slick-next {
    left: calc(100% + 80px)
}

@media (max-width:1400px) {
    .section-weeks .section-weeks-list .slick-next {
        left: 100%
    }
}

@media (max-width:1230px) {
    .section-weeks .section-weeks-list .slick-next {
        width: 40px
    }
}

@media (max-width:499px) {
    .section-weeks .section-weeks-list .slick-next {
        top: 39px;
        left: auto;
        right: -10px;
        width: 25%;
        height: 50px
    }
}

.section-weeks .section-weeks-list .slick-next:before {
    margin: 41px 0 0 -6px
}

@media (max-width:767px) {
    .section-weeks .section-weeks-list .slick-next:before {
        margin: -14px 0 0 -9px
    }
}

.section-weeks .section-weeks-wrap {
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px
}

.section-weeks .section-weeks-image {
    width: 320px;
    height: 499px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 129px
}

.section-weeks .section-weeks-image.checked>div:first-child {
    opacity: 0
}

.section-weeks .section-weeks-image.checked>div:last-child {
    opacity: 1
}

.section-weeks .section-weeks-image>div {
    transition: all .4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center/cover no-repeat
}

.section-weeks .section-weeks-image>div:first-child {
    opacity: 1
}

.section-weeks .section-weeks-image>div:last-child {
    opacity: 0
}

@media (max-width:1023px) {
    .section-weeks .section-weeks-image {
        margin-right: 50px
    }
}

@media (max-width:767px) {
    .section-weeks .section-weeks-image {
        display: none
    }

    .section-weeks .section-weeks-data {
        width: 100%
    }
}

.section-weeks .section-weeks-count {
    font: 700 30px/1 'Onest', sans-serif;
    color: #b03e78
}

@media (max-width:499px) {
    .section-weeks .section-weeks-count {
        text-align: center
    }
}

.section-weeks .section-weeks-info {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 535px;
    margin-top: 27px;
    overflow: hidden
}

.section-weeks .section-weeks-info.checked .section-weeks-text.child,
.section-weeks .section-weeks-info.checked .section-weeks-text.woman {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media (max-width:767px) {
    .section-weeks .section-weeks-info {
        max-width: none
    }
}

.section-weeks .section-weeks-text {
    transition: all .4s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    font: 16px/1.4 'Onest', sans-serif;
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.section-weeks .section-weeks-text p:not(:last-child) {
    margin-bottom: 21px
}

.section-weeks .section-weeks-buttons {
    position: absolute;
    top: 80px;
    left: 127px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 983px;
    height: 75px;
    padding-top: 10px;
    z-index: 10
}

.is-ie .section-weeks .section-weeks-buttons {
    background: 0 0
}

@media (max-width:1024px) {
    .is-touch .section-weeks .section-weeks-buttons {
        background: 0 0
    }
}

.section-weeks .section-weeks-buttons:before {
    content: 'Недели';
    position: absolute;
    top: 11px;
    left: -108px;
    color: #9b9b9b
}

@media (max-width:1139px) {
    .section-weeks .section-weeks-buttons {
        left: 20px;
        bottom: -90px
    }

    .section-weeks .section-weeks-buttons:before {
        top: -15px;
        left: 5px
    }
}

@media (max-width:1023px) {
    .section-weeks .section-weeks-buttons {
        display: none
    }
}

.section-weeks .section-weeks-btn {
    transition: all .4s ease;
    position: static;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    font: 700 16px/1 'Onest', sans-serif;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(to right, #a19ce8, #ffa2a1);
    -webkit-background-clip: text
}

.is-ie .section-weeks .section-weeks-btn {
    background: 0 0
}

@media (min-width:1025px) {
    .section-weeks .section-weeks-btn:hover {
        position: relative
    }

    .section-weeks .section-weeks-btn:hover:before {
        content: '';
        position: absolute;
        transition: all .4s ease;
        top: -3px;
        left: -3px;
        width: 25px;
        height: 21px;
        background: linear-gradient(to right, #a19ce8, #ffa2a1);
        border-radius: 50%;
        -ms-transform: skew(-10deg, 15deg);
        transform: skew(-10deg, 15deg);
        opacity: 1
    }

    .section-weeks .section-weeks-btn:hover>span {
        position: relative;
        color: #fff;
        -webkit-text-fill-color: #fff
    }

    .is-ie .section-weeks .section-weeks-btn:hover>span {
        -webkit-text-fill-color: #fff
    }
}

@media (min-width:1025px) and (max-width:1024px) {
    .is-touch .section-weeks .section-weeks-btn:hover>span {
        color: #fff;
        -webkit-text-fill-color: #fff
    }
}

.section-weeks .section-weeks-btn.active,
.section-weeks .section-weeks-btn:active {
    position: relative
}

.section-weeks .section-weeks-btn.active:before,
.section-weeks .section-weeks-btn:active:before {
    content: '';
    position: absolute;
    transition: all .4s ease;
    top: -3px;
    left: -3px;
    width: 25px;
    height: 21px;
    background: linear-gradient(to right, #a19ce8, #ffa2a1);
    border-radius: 50%;
    -ms-transform: skew(-10deg, 15deg);
    transform: skew(-10deg, 15deg);
    opacity: 1
}

.section-weeks .section-weeks-btn.active>span,
.section-weeks .section-weeks-btn:active>span {
    position: relative;
    color: #fff;
    -webkit-text-fill-color: #fff
}

.is-ie .section-weeks .section-weeks-btn.active>span,
.is-ie .section-weeks .section-weeks-btn:active>span {
    -webkit-text-fill-color: #fff
}

@media (max-width:1024px) {

    .is-touch .section-weeks .section-weeks-btn.active>span,
    .is-touch .section-weeks .section-weeks-btn:active>span {
        color: #fff;
        -webkit-text-fill-color: #fff
    }
}

.section-weeks .section-weeks-btn>span {
    position: static;
    color: #ca9ec9;
    -webkit-text-fill-color: transparent
}

.is-ie .section-weeks .section-weeks-btn>span {
    -webkit-text-fill-color: #ca9ec9
}

@media (max-width:1024px) {
    .is-touch .section-weeks .section-weeks-btn>span {
        color: #ca9ec9;
        -webkit-text-fill-color: #ca9ec9
    }
}

.section-weeks .section-weeks-graph {
    position: absolute;
    bottom: 30px;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media (max-width:1023px) {
    .section-weeks .section-weeks-graph {
        display: none
    }
}

.section-weeks .section-weeks-trimester {
    position: relative;
    height: 10px;
    border: 2px solid;
    border-top: none
}

.section-weeks .section-weeks-trimester:before {
    content: attr(data-trimester);
    position: absolute;
    bottom: -29px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font: 700 18px/1 'Onest', sans-serif
}

.section-weeks .section-weeks-trimester:nth-child(1) {
    width: 273px;
    margin-left: 9px;
    margin-right: 25px;
    border-color: #a19ce8
}

.section-weeks .section-weeks-trimester:nth-child(1):before {
    color: #a19ce8;
    -webkit-text-fill-color: #a19ce8
}

.section-weeks .section-weeks-trimester:nth-child(2) {
    width: 370px;
    margin-right: 25px;
    border-color: #ca9ec9
}

.section-weeks .section-weeks-trimester:nth-child(2):before {
    color: #ca9ec9;
    -webkit-text-fill-color: #ca9ec9
}

.section-weeks .section-weeks-trimester:nth-child(3) {
    width: 270px;
    border-color: #ffa2a1
}

.section-weeks .section-weeks-trimester:nth-child(3):before {
    color: #ffa2a1;
    -webkit-text-fill-color: #ffa2a1
}

.detailed-product .page-title {
    padding-bottom: 16px;
    font-size: 40px
}

.detailed-product .features-list {
    margin-bottom: 76px
}

.detailed-product .tabs-nav {
    margin-bottom: 65px
}

.detailed-product .tabs-nav__buttons {
    margin-bottom: 35px
}

.detailed-product .video-instruction__video-block {
    width: 540px;
    height: 340px
}

.detailed-product .accordion {
    max-width: 872px;
    margin-right: 20px;
    margin-bottom: 40px
}

.detailed-product__description {
    display: -ms-flexbox;
    display: flex;
    margin-top: 65px;
    margin-bottom: 80px
}

.detailed-product__description .page-title {
    padding-bottom: 50px
}

.detailed-product__description-container {
    width: 42%;
    margin-right: 15%
}

.detailed-product__description-container .tags-list {
    margin-bottom: 80px
}

.detailed-product__description-container .details-slider {
    margin-bottom: 70px
}

.detailed-product__text {
    line-height: 1.4;
    color: gray;
    font-size: 16px
}

.detailed-product__text--purple {
    color: #a24776
}

.detailed-product__list {
    list-style: none;
    margin: 0 0 45px;
    padding: 0
}

.detailed-product__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 175px minmax(0, 1fr);
    grid-template-columns: 175px minmax(0, 1fr);
    gap: 18px;
    font-size: 16px;
    line-height: 1.4
}

.detailed-product__item .detailed-product__text {
    position: relative;
    -ms-flex: none;
    flex: none;
    margin-right: 14px
}

.detailed-product__item:not(:last-child) {
    margin-bottom: 13px
}

.detailed-product__item-column:first-child {
    display: -ms-flexbox;
    display: flex
}

.detailed-product__item-column:first-child::after {
    content: ".";
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 12px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='4' viewBox='0 0 18 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1.5' cy='2' r='1.5' fill='%23EEC8D5'/%3E%3Ccircle cx='10.5' cy='2' r='1.5' fill='%23EEC8D5'/%3E%3C/svg%3E%0A");
    color: transparent;
    background-repeat: repeat-x;
    background-position: 0 center;
    background-size: 18px auto
}

.detailed-product__test-choice {
    margin-bottom: 100px
}

.detailed-product__test-choice .page-title {
    padding-bottom: 71px
}

.detailed-product__questions .page-title {
    padding-bottom: 56px
}

.detailed-product__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1024px) {
    .detailed-product__questions .aside-block {
        width: 300px
    }

    .detailed-product__questions .section-contact-wrap {
        padding: 30px
    }

    .detailed-product__description {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .detailed-product__description-container {
        margin-right: auto;
        width: 48%
    }
}

@media (max-width:768px) {
    .detailed-product-wrapper-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .detailed-product-wrapper-list .buy-list-main {
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 35px
    }

    .detailed-product__item-column:first-child {
        display: block
    }

    .detailed-product .page-title {
        font-size: 24px
    }

    .detailed-product .tabs-nav {
        margin-bottom: 45px
    }

    .detailed-product .tabs-nav__buttons {
        margin-bottom: 25px
    }

    .detailed-product .video-instruction__video-block {
        width: 100%;
        height: 53vw
    }

    .detailed-product .accordion {
        margin-bottom: 30px
    }

    .detailed-product__description {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 40px;
        margin-bottom: 40px
    }

    .detailed-product__description .page-title {
        padding-bottom: 5px
    }

    .detailed-product__description .tags-list {
        margin-top: 0;
        margin-bottom: 30px
    }

    .detailed-product__description-container {
        width: 100%
    }

    .detailed-product__description-container .details-slider {
        margin-bottom: 40px
    }

    .detailed-product__list {
        margin-bottom: 10px;
        padding-top: 35px
    }

    .detailed-product__list:first-child {
        padding-top: 0
    }

    .detailed-product__test-choice {
        margin-bottom: 50px
    }

    .detailed-product__test-choice .page-title {
        padding-bottom: 35px
    }

    .detailed-product__container {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .detailed-product__container .aside-block {
        width: auto
    }

    .detailed-product__questions .page-title {
        padding-bottom: 30px
    }
}

.details-slider__item video {
    width: 460px;
    height: auto
}

@media (max-width:768px) {
    .details-slider__item video {
        width: 340px;
        height: auto
    }
}

@media (max-width:575px) {
    .detailed-product__item-column:first-child::after {
        display: none
    }

    .detailed-product__item {
        display: block;
        font-size: 15px;
        line-height: 1.3
    }

    .detailed-product__item:not(:last-child) {
        margin-bottom: 16px
    }

    .detailed-product__item .detailed-product__text {
        margin-right: 0;
        margin-bottom: 4px;
        font-size: 15px;
        line-height: 1.3
    }
}

.details-slider .slick-track {
    display: -ms-flexbox;
    display: flex
}

.details-slider .slick-slide {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto
}

.details-slider .details-slider__item,
.details-slider .slick-slide,
.details-slider__item {
    display: -ms-flexbox;
    display: flex
}

.details-slider__item {
    max-width: 460px;
    max-height: 350px;
    margin: auto 0
}

.details-slider__item-img {
    width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: contain
}

.details-slider__nav {
    width: 72%;
    margin: 0 auto
}

.details-slider__nav .slick-slide {
    margin: 0 .58%;
    border-radius: 16px;
    border: 1px solid #e6e6e6
}

.details-slider__nav .slick-arrow::before {
    width: 20px;
    height: 17px;
    background: url(../images/arrow-right.svg) no-repeat
}

.details-slider__nav .slick-current {
    border-color: #a24776
}

.details-slider__nav-item {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    height: 72px;
    cursor: pointer
}

@media (max-width:767px) {
    .details-slider .slick-dots {
        text-align: center
    }

    .details-slider__nav {
        display: none
    }
}

.features-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none
}

.features-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 15px;
    margin: 0 auto;
    max-width: 279px;
    text-align: center
}

.features-list__img-wrap {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    width: 72px;
    height: 72px
}

.features-list__img {
    margin: auto;
    max-width: 72px;
    max-height: 72px;
    object-fit: contain
}

.features-list__title {
    margin-bottom: 8px;
    font-weight: 700
}

.features-list__text {
    line-height: 1.3
}

@media (max-width:1200px) {
    .features-list {
        grid-gap: 15px
    }

    .features-list__item {
        padding: 20px 10px
    }
}

@media (max-width:1024px) {
    .features-list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:600px) {
    .features-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .features-list__item {
        padding: 10px
    }
}

.instructions {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px
}

.instructions__item {
    position: relative;
    padding: 0 0 35px
}

.instrucions__container,
.instrucions__number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.instrucions__number {
    position: absolute;
    width: 32px;
    top: 40px;
    left: -5px;
    border-radius: 50%;
    background-color: rgba(162, 71, 118, .1);
    color: #a24776;
    font-size: 16px;
    font-weight: 600;
    height: 32px
}

.instrucions__number+.instrucions__text {
    margin-top: 50px;
    width: 80%
}

.instrucions__container {
    max-width: 73%;
    margin: 0 auto 37px;
    height: 150px
}

.instrucions__img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: contain;
    aspect-ratio: auto
}

.instrucions__text {
    margin: 10px auto 0;
    width: 94%;
    text-align: center;
    font-size: 16px;
    line-height: 1.3
}

.instructions__video-title {
    margin-top: 75px;
    margin-bottom: 40px;
    font-size: 16px
}

@media (max-width:1024px) {
    .instructions {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px
    }
}

@media (max-width:768px) {
    .instructions {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 20px
    }

    .instructions__item {
        position: relative;
        padding: 0 0 25px
    }

    .instrucions__text {
        width: 100%
    }

    .instructions__video-title {
        margin-top: 40px;
        margin-bottom: 30px
    }
}

.test-choice {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none
}

.test-choice .to-top {
    margin-top: auto
}

.test-choice__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 47px 28px 32px;
    text-align: center;
    font-size: 16px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.test-choice__img-container {
    margin: 0 auto 48px;
    max-width: 150px;
    max-height: 150px
}

.test-choice__img {
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 73px;
    max-height: 73px;
    object-fit: contain
}

.test-choice__title {
    display: block;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 700
}

.test-choice__title--link {
    color: #a24776;
    text-decoration: none
}

.test-choice__title--link:hover .test-choice__arrow {
    -ms-transform: translateX(4px);
    transform: translateX(4px);
    transition: .3s ease
}

.test-choice__arrow {
    margin-left: 8px;
    transition: .3s ease
}

.test-choice__text {
    margin-top: 24px;
    margin-bottom: 24px;
    color: #999;
    line-height: 1.3
}

@media (max-width:1200px) {
    .test-choice {
        grid-gap: 1.5%
    }

    .test-choice__item {
        padding: 35px 16px 24px
    }
}

@media (max-width:1024px) {
    .test-choice {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:600px) {
    .test-choice {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 20px
    }
}

.modal,
.modal--active {
    transition: opacity, .2s ease
}

.modal {
    font-family: 'Onest', Arial, sans-serif;
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    visibility: hidden;
    opacity: 0
}

.modal a {
    text-decoration: none
}

.modal--active {
    visibility: visible;
    opacity: 1
}

.modal--video .modal__wrapper {
    width: 930px
}

@media only screen and (max-width:1024px) {
    .modal--video .modal__wrapper {
        width: 950vw
    }
}

@media only screen and (max-width:767px) {
    .modal--video .modal__wrapper {
        width: 100%;
        padding: 0;
        background-color: transparent
    }
}

.modal--video video {
    width: 100%
}

.modal--banner {
    padding: 27px 16px;
    box-sizing: border-box;
    overflow-y: auto
}

.modal--banner:root {
    margin: 0
}

.modal--banner .modal__wrapper {
    max-width: 1620px;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border-radius: 0
}

@media only screen and (max-width:1200px) {
    .modal--banner .modal__wrapper {
        max-width: 590px
    }
}

.modal--banner .modal__container,
.modal__wrapper {
    position: relative;
    background-color: #fceef3;
    padding: 36px 69px 24px 50px
}

@media only screen and (max-width:1662px) {
    .modal--banner .modal__container {
        padding: 32px 24px 18px
    }
}

@media only screen and (max-width:767px) {
    .modal--banner .modal__container {
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 13px
    }
}

.modal--banner sup {
    position: relative;
    top: -.06em;
    font-size: 1em
}

@media only screen and (max-width:767px) {
    .modal--banner button.close-button {
        top: 22px;
        right: 14px
    }
}

.modal--banner button.close-button .burger__close:after,
.modal--banner button.close-button .burger__close:before {
    background-color: #b03d77
}

@media only screen and (max-width:767px) {

    .modal .burger__close:after,
    .modal .burger__close:before {
        background-color: #fff
    }
}

.modal__wrapper {
    margin: auto;
    z-index: 20;
    padding: 40px;
    width: 700px;
    background-color: #fff;
    border-radius: 24px
}

@media only screen and (max-width:767px) {
    .modal__wrapper {
        padding: 20px
    }
}

.modal__wrapper .close-button {
    background: 0 0;
    position: absolute;
    right: 22px;
    top: 22px;
    padding: 0;
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 4
}

@media only screen and (max-width:767px) {
    .modal__wrapper .close-button {
        top: -22px
    }
}

@media only screen and (max-width:1200px) {
    .modal-banner-image .modal__wrapper {
        max-width: 100%
    }
}

@media only screen and (max-width:930px) {
    .modal-banner-image .modal__wrapper {
        max-width: 343px;
        border-radius: 13px
    }
}

.modal-banner-image .modal__container {
    padding: 0;
    position: relative
}

.modal-banner-image__link,
.modal-banner-image__link picture {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal-banner-image__link img {
    display: block;
    max-width: 100%
}

.modal-banner-image__button {
    position: absolute;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    left: 3.087%;
    width: 18.7045%;
    height: 13.955%;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    border-radius: 999px
}

@media (max-width:1652px) {
    .modal-banner-image__button {
        font-size: 2.42131vw
    }
}

@media (max-width:930px) {
    .modal-banner-image__button {
        font-size: 19.7876px;
        line-height: 140%;
        width: 149.89px;
        height: 47.79px
    }
}

.modal-banner-image__button._wildberries {
    bottom: 35.176%;
    background: linear-gradient(89.78deg, #c721a9 17.42%, #4d1874 129.08%)
}

@media (max-width:930px) {
    .modal-banner-image__button._wildberries {
        bottom: 70.9px;
        left: 16.61px
    }
}

.modal-banner-image__button._ozon {
    bottom: 18.897%;
    background: #0069ff
}

@media (max-width:930px) {
    .modal-banner-image__button._ozon {
        bottom: 70.9px;
        left: auto;
        right: 16.61px
    }
}

.additional-link,
.banner-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}

.additional-link {
    width: 50%;
    right: 0;
    z-index: 2
}

@media (max-width:900px) {
    .modal-banner-image__link {
        width: 100%
    }

    .additional-link {
        width: 100% !important;
        height: 50% !important;
        bottom: 0 !important;
        right: unset !important
    }
}

.modalBanner__content {
    color: #b03d77
}

@media only screen and (max-width:1200px) {
    .modalBanner__content {
        text-align: center
    }
}

.modalBanner__bg {
    position: absolute;
    bottom: 8px;
    display: -ms-flexbox;
    display: flex;
    right: -26.2%;
    pointer-events: none
}

@media only screen and (max-width:1200px) {
    .modalBanner__bg {
        width: 645px;
        height: 640px;
        top: -246px;
        left: -124px
    }
}

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

.modalBanner__item {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 35px;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:1662px) {
    .modalBanner__item {
        -ms-flex-pack: start;
        justify-content: start;
        gap: 10px;
        padding: 0 10px
    }
}

@media only screen and (max-width:1200px) {
    .modalBanner__item {
        display: block;
        text-align: center;
        padding: 0 4px
    }
}

.modalBanner__item._feminal {
    padding-right: 37px;
    padding-left: 35px
}

@media only screen and (max-width:1662px) {
    .modalBanner__item._feminal {
        padding-right: 10px;
        padding-left: 10px
    }
}

.modalBanner__item._vagilac {
    padding-left: 35px;
    padding-right: 6px
}

@media only screen and (max-width:1662px) {
    .modalBanner__item._vagilac {
        padding-right: 10px;
        padding-left: 10px
    }
}

.modalBanner__item._feminal .modalBanner__offerImg {
    max-width: 390px;
    height: -webkit-fit-content;
    height: fit-content
}

@media only screen and (max-width:1662px) {
    .modalBanner__item._feminal .modalBanner__offerImg {
        max-width: 145px
    }
}

.modalBanner__item._vagilac .modalBanner__offerImg {
    max-width: 464px;
    height: -webkit-fit-content;
    height: fit-content
}

@media only screen and (max-width:1662px) {
    .modalBanner__item._vagilac .modalBanner__offerImg {
        max-width: 157px;
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.modalBanner__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

.modalBanner__title {
    margin-bottom: 23px;
    font-size: 70px;
    font-weight: 700;
    line-height: 89px;
    text-transform: uppercase;
    color: #b03d77;
    font-family: 'Onest', Arial, sans-serif
}

.modalBanner__title sup {
    top: -.5em;
    font-size: .65em
}

.modalBanner__offerImg.mobile,
.modalBanner__title span.mobile {
    display: none
}

@media only screen and (max-width:1662px) {
    .modalBanner__title {
        margin-bottom: 16px;
        font-size: 36px;
        line-height: 40px
    }
}

@media only screen and (max-width:1200px) {
    .modalBanner__title {
        font-size: 28px;
        line-height: 35px
    }

    .modalBanner__title span {
        display: none
    }

    .modalBanner__title span.mobile {
        display: block
    }
}

.modalBanner__offer {
    margin-bottom: 23px
}

@media only screen and (max-width:1662px) {
    .modalBanner__offer {
        margin-bottom: 17px
    }
}

.modalBanner__offerItem__title {
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 63px;
    margin-bottom: 2px;
    font-family: 'Onest', Arial, sans-serif
}

@media only screen and (max-width:1662px) {
    .modalBanner__offerItem__title {
        font-size: 27px;
        line-height: 30px
    }
}

@media only screen and (max-width:1200px) {
    .modalBanner__offerItem__title {
        font-size: 20px;
        line-height: 25px
    }
}

.modalBanner__offerItem__title i {
    font-weight: 400;
    text-transform: none
}

.modalBanner__offerItem__subtitle {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px
}

@media only screen and (max-width:1662px) {
    .modalBanner__offerItem__subtitle {
        max-width: 180px;
        font-size: 14px;
        line-height: 16px
    }
}

@media only screen and (max-width:1200px) {
    .modalBanner__offerItem__subtitle {
        font-size: 10px;
        line-height: 12px;
        margin: 0 auto
    }
}

.modalBanner__offerImg {
    position: absolute;
    top: 36px;
    right: 109px;
    width: 796px;
    height: -webkit-fit-content;
    height: fit-content
}

@media only screen and (max-width:1662px) {
    .modalBanner__offerImg {
        top: 56px;
        width: 446px;
        right: 40px
    }
}

@media only screen and (max-width:1200px) {
    .modalBanner__offerImg {
        position: static;
        margin: 20px auto 0;
        display: none
    }

    .modalBanner__offerImg.mobile {
        display: block;
        max-width: 328px;
        width: 100%
    }
}

.modalBanner__offerPlus {
    margin: 2px 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 51px;
    font-family: 'Onest', Arial, sans-serif
}

@media only screen and (max-width:1662px) {
    .modalBanner__offerPlus {
        font-size: 18px;
        line-height: 23px
    }
}

.modalBanner__order {
    padding: 8px 50px;
    border-radius: 56px;
    color: #fff;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-max-content;
    width: max-content;
    background-color: #b03d77;
    font-family: 'Onest', Arial, sans-serif;
    margin-top: auto
}

@media only screen and (max-width:1662px) {
    .modalBanner__order {
        padding: 8px 74px;
        font-size: 18px
    }
}

@media only screen and (max-width:1200px) {
    .modalBanner__order {
        font-size: 12px;
        margin: 0 auto
    }
}

.modalBanner__footer {
    margin-top: 48px;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.4;
    position: relative
}

@media only screen and (max-width:1662px) {
    .modalBanner__footer {
        margin-top: 18px
    }
}

.modalBanner__footerText {
    text-transform: uppercase;
    margin-top: 10px;
    margin-left: 41px;
    font-family: 'Onest', Arial, sans-serif;
    max-width: 830px;
    width: 100%
}

@media only screen and (max-width:1662px) {
    .modalBanner__footerText {
        max-width: none;
        width: -webkit-max-content;
        width: max-content
    }
}

@media only screen and (max-width:1200px) {
    .modalBanner__footerText {
        float: none;
        margin-left: 0;
        width: 100%;
        display: none
    }
}

.modalBanner__footerText p {
    margin: 0;
    display: inline-block;
    font-family: 'Onest', Arial, sans-serif
}

@media only screen and (max-width:1662px) {
    .modalBanner__footerText p {
        font-size: 14px
    }
}

@media only screen and (max-width:1200px) {
    .modalBanner__footerText p {
        font-size: 8px
    }
}

.modalBanner__footerText p:not(:last-child) {
    margin-right: 71px
}

@media only screen and (max-width:1662px) {
    .modalBanner__footerText p:not(:last-child) {
        margin-right: 24px
    }
}

@media only screen and (max-width:1200px) {
    .modalBanner__footerText p:not(:last-child) {
        margin-right: 0
    }
}

.modalBanner__cons span,
.modalBanner__footerText.mobile {
    display: none
}

@media only screen and (max-width:1200px) {
    .modalBanner__footerText.mobile {
        display: block
    }
}

.modalBanner__special {
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 8px;
    margin-top: 18px
}

.modalBanner__special p {
    margin: 0;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.4
}

@media only screen and (max-width:1662px) {
    .modalBanner__special p {
        font-size: 11px
    }
}

@media only screen and (max-width:1200px) {
    .modalBanner__special p {
        font-size: 8px
    }
}

.modalBanner__special sup {
    font-size: .7em;
    font-family: 'Onest', Arial, sans-serif;
    margin-right: .3em;
    top: -.4em
}

@media only screen and (max-width:1662px) {
    .modalBanner__special {
        gap: 8px;
        margin-top: 0;
        font-size: 8px
    }
}

@media only screen and (max-width:1200px) {
    .modalBanner__special {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 8px
    }
}

.modalBanner__itemContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width:1662px) {
    .modalBanner__itemContent {
        max-width: 200px
    }
}

@media only screen and (max-width:1200px) {
    .modalBanner__itemContent {
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }
}

.modalBanner__specialBtn {
    margin: 0;
    padding: 4px 16px;
    font-weight: 500;
    width: -webkit-max-content;
    width: max-content;
    text-transform: none;
    font-size: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(176, 61, 119, .2);
    border-radius: 999px;
    color: #b03d77
}

@media only screen and (max-width:1662px) {
    .modalBanner__specialBtn {
        font-size: 11px
    }
}

@media only screen and (max-width:1200px) {
    .modalBanner__specialBtn {
        font-size: 9px;
        padding: 2px 12px
    }
}

.modalBanner__cons {
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
    font-family: 'Onest', Arial, sans-serif
}

@media only screen and (max-width:1200px) {
    .modalBanner__cons span {
        display: inline
    }
}

@media only screen and (max-width:1662px) {
    .modalBanner__cons {
        font-size: 25px;
        line-height: 29px;
        padding-bottom: 10px
    }
}

@media only screen and (max-width:1200px) {
    .modalBanner__cons {
        margin-bottom: .8px;
        padding-bottom: 0;
        font-size: 18px;
        line-height: 22px
    }
}

.modal--banner-1 .modalBanner__footerText {
    margin-left: 0
}

@media only screen and (max-width:1662px) {
    .modal--banner-1 .modal__wrapper {
        max-width: 910px
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-1 .modal__wrapper {
        max-width: 590px
    }
}

.modal--banner-2 .modal__container {
    padding: 22px 0 6px
}

@media only screen and (max-width:1662px) {
    .modal--banner-2 .modal__wrapper {
        max-width: 980px
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-2 .modal__wrapper {
        max-width: 590px
    }
}

.modal--banner-2 .modalBanner__title {
    text-align: center;
    font-size: 58px
}

@media only screen and (max-width:1662px) {
    .modal--banner-2 .modalBanner__title {
        font-size: 36px
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-2 .modalBanner__title {
        font-size: 28px
    }
}

.modal--banner-2 .modalBanner__footer {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px
}

@media only screen and (max-width:1662px) {
    .modal--banner-2 .modalBanner__footer {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-2 .modalBanner__footer {
        padding-bottom: 40px
    }
}

.modal--banner-2 .modalBanner__footerText {
    margin-left: auto;
    float: right
}

@media only screen and (max-width:1662px) {
    .modal--banner-2 .modalBanner__footerText {
        margin-top: 0
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-2 .modalBanner__footerText {
        float: none;
        margin-left: 0
    }
}

.modal--banner-2 .modalBanner__special {
    margin-top: 10px;
    margin-bottom: 10px
}

@media only screen and (max-width:1662px) {
    .modal--banner-2 .modalBanner__special {
        margin-bottom: 0
    }
}

.modal--banner-2 .modalBanner__item._feminal {
    position: relative
}

@media only screen and (max-width:1200px) {
    .modal--banner-2 .modalBanner__item._feminal {
        padding: 0
    }
}

.modal--banner-2 .modalBanner__item._feminal .modalBanner__offerImg {
    position: absolute;
    max-width: 433px;
    right: 37px;
    top: -20px;
    left: auto
}

@media only screen and (max-width:1662px) {
    .modal--banner-2 .modalBanner__item._feminal .modalBanner__offerImg {
        width: 100%;
        max-width: 282px;
        top: -9px;
        right: 8px
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-2 .modalBanner__item._feminal .modalBanner__offerImg {
        position: static;
        max-width: 152px;
        margin: auto auto 10px
    }
}

.modal--banner-2 .modalBanner__item._zalain {
    padding-right: 8px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative
}

@media only screen and (max-width:1200px) {
    .modal--banner-2 .modalBanner__item._zalain {
        padding: 0
    }
}

.modal--banner-2 .modalBanner__item._zalain .modalBanner__offerImg {
    max-width: 462px;
    top: -71px;
    right: 23px;
    width: 100%;
    position: absolute
}

@media only screen and (max-width:1662px) {
    .modal--banner-2 .modalBanner__item._zalain .modalBanner__offerImg {
        max-width: 257px;
        top: 0;
        right: 7px
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-2 .modalBanner__item._zalain .modalBanner__offerImg {
        position: static;
        max-width: 156px;
        margin: auto auto 10px;
        -ms-transform: translateX(4px);
        transform: translateX(4px)
    }
}

.modal--banner-2 .modalBanner__offerItem__subtitle {
    max-width: 300px
}

@media only screen and (max-width:1200px) {
    .modal--banner-2 .modalBanner__offerItem__subtitle {
        max-width: 120px
    }
}

.modal--banner-2 .modalBanner__offerItem__title {
    line-height: 51px;
    font-size: 40px
}

.modal--banner-2 .modalBanner__offerItem__title span,
.modal--banner-4 .modalBanner__offerItem__title span {
    text-transform: none
}

@media only screen and (max-width:1662px) {
    .modal--banner-2 .modalBanner__offerItem__title {
        font-size: 27px;
        line-height: 30px
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-2 .modalBanner__offerItem__title {
        font-size: 20px;
        line-height: 25px
    }
}

.modal--banner-2 .modalBanner__bg {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
    width: 50%;
    height: 100%
}

.modal--banner-2 .modalBanner__bg._feminal {
    left: 0;
    background-color: #f3b1c6
}

.modal--banner-2 .modalBanner__bg._zalain {
    right: 0;
    background: #f7e4eb
}

.modal--banner-2 .modalBanner__content,
.modal--banner-3 .modalBanner__item._feminal {
    position: relative
}

@media only screen and (max-width:1662px) {
    .modal--banner-2 .modalBanner__order {
        padding: 8px 40px
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-2 .modalBanner__order {
        margin: 0 auto
    }
}

.modal--banner-2 .modalBanner__offerImg {
    position: static
}

.modal--banner-3 .modal__container {
    padding: 22px 0 6px
}

@media only screen and (max-width:1662px) {
    .modal--banner-3 .modal__wrapper {
        max-width: 980px
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-3 .modal__wrapper {
        max-width: 590px
    }
}

.modal--banner-3 .modalBanner__title {
    text-align: center;
    font-size: 58px
}

@media only screen and (max-width:1662px) {
    .modal--banner-3 .modalBanner__title {
        font-size: 36px
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-3 .modalBanner__title {
        font-size: 28px
    }
}

.modal--banner-3 .modalBanner__footer {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px
}

@media only screen and (max-width:1662px) {
    .modal--banner-3 .modalBanner__footer {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-3 .modalBanner__footer {
        padding-bottom: 40px
    }
}

.modal--banner-3 .modalBanner__footerText {
    margin-left: auto;
    float: right
}

@media only screen and (max-width:1662px) {
    .modal--banner-3 .modalBanner__footerText {
        margin-top: 0
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-3 .modalBanner__footerText {
        float: none;
        margin-left: 0
    }
}

.modal--banner-3 .modalBanner__special {
    margin-top: 10px;
    margin-bottom: 10px
}

@media only screen and (max-width:1662px) {
    .modal--banner-3 .modalBanner__special {
        margin-bottom: 0
    }

    .modal--banner-3 .modalBanner__item._feminal {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-3 .modalBanner__item._feminal {
        -ms-flex-pack: start;
        justify-content: start;
        padding: 0
    }
}

.modal--banner-3 .modalBanner__item._feminal .modalBanner__offerImg {
    position: absolute;
    right: 37px;
    top: 0;
    left: auto
}

@media only screen and (max-width:1662px) {
    .modal--banner-3 .modalBanner__item._feminal .modalBanner__offerImg {
        position: static;
        width: 100%;
        max-width: 215px
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-3 .modalBanner__item._feminal .modalBanner__offerImg {
        max-width: 145px;
        margin: auto auto 10px
    }
}

.modal--banner-3 .modalBanner__item._vagilac {
    padding-right: 16px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative
}

@media only screen and (max-width:1200px) {
    .modal--banner-3 .modalBanner__item._vagilac {
        padding: 0
    }
}

.modal--banner-3 .modalBanner__item._vagilac .modalBanner__offerImg {
    max-width: 464px;
    top: 0;
    right: 16px;
    width: 100%;
    position: absolute
}

@media only screen and (max-width:1662px) {
    .modal--banner-3 .modalBanner__item._vagilac .modalBanner__offerImg {
        position: static;
        max-width: 244px
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-3 .modalBanner__item._vagilac .modalBanner__offerImg {
        max-width: 157px;
        margin: auto auto 10px;
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.modal--banner-3 .modalBanner__offerItem__subtitle {
    max-width: 300px
}

.modal--banner-3 .modalBanner__offerItem__title {
    font-size: 40px
}

@media only screen and (max-width:1662px) {
    .modal--banner-3 .modalBanner__offerItem__title {
        font-size: 27px;
        line-height: 30px
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-3 .modalBanner__offerItem__title {
        font-size: 20px;
        line-height: 25px
    }
}

.modal--banner-3 .modalBanner__bg {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
    width: 50%;
    height: 100%
}

.modal--banner-3 .modalBanner__bg._feminal {
    left: 0;
    background-color: #ffe6d9
}

.modal--banner-3 .modalBanner__bg._vagilac {
    right: 0;
    background: radial-gradient(97.9% 132.64% at 2.1% 4.8%, #fedac9 13.65%, #eeacb4 100%)
}

.modal--banner-3 .modalBanner__content,
.modal--banner-4 .modalBanner__item._frau-double {
    position: relative
}

@media only screen and (max-width:1662px) {
    .modal--banner-3 .modalBanner__order {
        margin: auto auto 0
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-3 .modalBanner__order {
        margin-top: 0;
        padding: 8px 40px
    }
}

.modal--banner-3 .modalBanner__offerImg {
    position: static
}

.modal--banner-4 .modal__container {
    padding: 22px 0 6px
}

.modal--banner-4 .modalBanner__title {
    text-align: center;
    font-size: 58px
}

@media only screen and (max-width:1662px) {
    .modal--banner-4 .modalBanner__title {
        font-size: 36px
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-4 .modalBanner__title {
        font-size: 28px
    }
}

.modal--banner-4 .modalBanner__footer {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px
}

@media only screen and (max-width:1662px) {
    .modal--banner-4 .modalBanner__footer {
        margin-top: 0;
        padding-right: 10px;
        padding-left: 10px
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-4 .modalBanner__footer {
        padding-bottom: 40px
    }
}

.modal--banner-4 .modalBanner__footerText {
    margin-left: auto
}

@media only screen and (max-width:1200px) {
    .modal--banner-4 .modalBanner__footerText {
        margin-left: 0
    }
}

.modal--banner-4 .modalBanner__special {
    margin-top: 10px;
    margin-bottom: 10px
}

@media only screen and (max-width:1200px) {
    .modal--banner-4 .modalBanner__item._frau-double {
        padding: 0
    }
}

.modal--banner-4 .modalBanner__item._frau-double .modalBanner__offerImg {
    position: absolute;
    right: 33px;
    max-width: 437px;
    top: -10px;
    left: auto
}

@media only screen and (max-width:1662px) {
    .modal--banner-4 .modalBanner__item._frau-double .modalBanner__offerImg {
        position: static;
        width: 100%;
        max-width: 217px
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-4 .modalBanner__item._frau-double .modalBanner__offerImg {
        max-width: 142px;
        margin: auto auto 10px
    }
}

.modal--banner-4 .modalBanner__item._vagilac {
    padding-right: 16px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative
}

@media only screen and (max-width:1200px) {
    .modal--banner-4 .modalBanner__item._vagilac {
        padding: 0
    }
}

.modal--banner-4 .modalBanner__item._vagilac .modalBanner__offerImg {
    max-width: 464px;
    top: 0;
    right: 16px;
    width: 100%;
    position: absolute
}

@media only screen and (max-width:1662px) {
    .modal--banner-4 .modalBanner__item._vagilac .modalBanner__offerImg {
        position: static;
        max-width: 214px
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-4 .modalBanner__item._vagilac .modalBanner__offerImg {
        max-width: 157px;
        margin: auto auto 10px;
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.modal--banner-4 .modalBanner__offerItem__subtitle {
    max-width: 300px
}

.modal--banner-4 .modalBanner__offerItem__title {
    line-height: 51px;
    font-size: 40px
}

@media only screen and (max-width:1662px) {
    .modal--banner-4 .modalBanner__offerItem__title {
        font-size: 27px;
        line-height: 30px
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-4 .modalBanner__offerItem__title {
        font-size: 20px;
        line-height: 25px
    }
}

.modal--banner-4 .modalBanner__bg {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
    width: 50%;
    height: 100%
}

.modal--banner-4 .modalBanner__bg._frau-double {
    left: 0;
    background-color: #fceef3
}

.modal--banner-4 .modalBanner__bg._vagilac {
    right: 0;
    background: radial-gradient(97.9% 132.64% at 2.1% 4.8%, #fade93 13.65%, #f2a7a3 100%)
}

.modal--banner-4 .modalBanner__content {
    position: relative
}

@media only screen and (max-width:1662px) {
    .modal--banner-4 .modalBanner__order {
        margin: auto auto 0
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-4 .modalBanner__order {
        margin-top: 0;
        padding: 8px 40px
    }
}

.modal--banner-4 .modalBanner__offerImg {
    position: static
}

@media only screen and (max-width:1662px) {
    .modal--banner-4 .modal__wrapper {
        max-width: 900px
    }
}

@media only screen and (max-width:1200px) {
    .modal--banner-4 .modal__wrapper {
        max-width: 590px
    }
}

.modal--banner-express .modal__container {
    padding: 40px 59px 30px 50px;
    background-color: #f7e4eb;
    background-image: url(/local/pictures/banner/express-bg.png);
    background-position: -24px -848px;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Onest', Arial, sans-serif
}

@media only screen and (max-width:1440px) {
    .modal--banner-express .modal__container {
        padding: 30px 24px;
        background-position: -12px -496px;
        background-size: 98%
    }
}

@media only screen and (max-width:960px) {
    .modal--banner-express .modal__container {
        padding: 32px 16px 22px;
        background-position: 29px -318px;
        background-size: 100%
    }
}

@media only screen and (max-width:768px) {
    .modal--banner-express .modal__container {
        padding: 32px 24px 22px;
        background-position: 14px -351px;
        background-size: 777px 748px
    }
}

@media only screen and (max-width:1440px) {
    .modal--banner-express .modal__wrapper {
        max-width: 990px
    }
}

@media only screen and (max-width:960px) {
    .modal--banner-express .modal__wrapper {
        max-width: 700px
    }
}

@media only screen and (max-width:768px) {
    .modal--banner-express .modal__wrapper {
        max-width: 343px
    }
}

.modal--banner-express__title {
    font-weight: 700;
    font-size: 55px;
    line-height: 140%;
    text-transform: uppercase;
    color: #b03d77;
    margin-bottom: 46px;
    max-width: 525px
}

@media only screen and (max-width:1440px) {
    .modal--banner-express__title {
        font-size: 32px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:960px) {
    .modal--banner-express__title {
        font-size: 28px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:768px) {
    .modal--banner-express__title {
        margin-bottom: 60px;
        position: relative;
        z-index: 2;
        margin-left: -5px
    }
}

.modal--banner-express__title span {
    display: inline-block;
    padding: 8px 16px;
    background: #fff;
    border-radius: 8px
}

@media only screen and (max-width:960px) {
    .modal--banner-express__title span {
        padding: 4px 8px
    }
}

.modal--banner-express__button {
    display: inline-block;
    font-style: normal;
    background: #b03d77;
    border-radius: 999px;
    padding: 20px 80px;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Onest', Arial, sans-serif
}

@media only screen and (max-width:1440px) {
    .modal--banner-express__button {
        padding: 16px 40px;
        font-size: 20px;
        margin-bottom: 16px
    }
}

@media only screen and (max-width:960px) {
    .modal--banner-express__button {
        padding: 10px 40px
    }
}

@media only screen and (max-width:768px) {
    .modal--banner-express__button {
        padding: 16px;
        display: block;
        width: 100%;
        margin-bottom: 18px;
        font-size: 20px;
        margin-top: 24px
    }
}

.modal--banner-express__text {
    margin: 0;
    font-weight: 300;
    font-size: 50px;
    line-height: 61px;
    text-transform: uppercase;
    color: #b03d77;
    font-family: 'Onest', Arial, sans-serif
}

@media only screen and (max-width:1440px) {
    .modal--banner-express__text {
        font-size: 30px
    }
}

@media only screen and (max-width:960px) {
    .modal--banner-express__text {
        line-height: 1.1;
        font-size: 25px
    }
}

@media only screen and (max-width:768px) {
    .modal--banner-express__text {
        text-align: center;
        font-size: 18px;
        line-height: 22px
    }

    .modal--banner-express__imageWrapper {
        height: 227px;
        width: 100%;
        position: relative
    }
}

.modal--banner-express__image {
    position: absolute;
    right: 0;
    top: 8.67%;
    width: 61.3%
}

.modal--banner-express__image.mobile {
    display: none
}

@media only screen and (max-width:1440px) {
    .modal--banner-express__image {
        top: 12.67%
    }
}

@media only screen and (max-width:960px) {
    .modal--banner-express__image {
        top: 18.67%;
        width: 58.3%
    }
}

@media only screen and (max-width:768px) {
    .modal--banner-express__image {
        right: -24px;
        width: auto;
        top: auto;
        bottom: 0;
        display: none
    }

    .modal--banner-express__image.mobile {
        display: block
    }
}

.burger {
    padding: 0;
    background: 0 0;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    width: 25px;
    height: 17px
}

.burger__close,
.burger__open {
    position: absolute;
    left: 0
}

.burger__close:after {
    opacity: 0
}

.burger__close:after,
.burger__close:before,
.burger__open:after {
    content: "";
    position: absolute;
    background: #cd2795;
    width: 25px;
    height: 3px;
    transition: opacity .2s
}

.burger__open:after {
    box-shadow: 0 -7px #cd2795, 0 7px #cd2795
}

.burger--active .burger__open:after {
    opacity: 0;
    transition: opacity .2s
}

.burger--active .burger__close:after {
    opacity: 1;
    transition: opacity .2s;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.burger--active .burger__close:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.stocks {
    margin-top: 96px;
    margin-bottom: 48px
}

.stocks__title {
    margin-bottom: 24px
}

.stocks .swiper-slide {
    height: auto
}

.stocks .swiper-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    margin-top: 40px
}

@media (max-width:767px) {
    .stocks .swiper-pagination {
        display: none
    }
}

.stocks .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #b03e78;
    background: 0 0;
    transition: .3s
}

.stocks .swiper-pagination-bullet-active {
    background: #b03e78
}

.stocks .swiper-button-next,
.stocks .swiper-button-prev {
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    transition: opacity .3s;
    z-index: 2;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767px) {

    .stocks .swiper-button-next circle,
    .stocks .swiper-button-prev circle {
        display: none
    }
}

.stocks .swiper-button-prev {
    left: -20px
}

@media (max-width:767px) {
    .stocks .swiper-button-prev {
        left: -22px
    }
}

.stocks .swiper-button-next {
    right: -20px
}

@media (max-width:767px) {
    .stocks .swiper-button-next {
        right: -22px
    }
}

.stocks .swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

.stocks .swiper-button-lock,
.stocks .swiper-pagination-lock {
    display: none
}

.stocks__slider {
    position: relative
}

.stocks__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0;
    height: 100%
}

.stocks__item-top {
    aspect-ratio: 2.084;
    margin-bottom: 16px;
    position: relative;
    border-radius: 10px;
    background-color: #fbe3eb;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='273' height='189' viewBox='0 0 273 189' fill='none'%3E%3Cellipse opacity='0.5' cx='147' cy='149' rx='147' ry='149' fill='url(%23paint0_linear_215_2384)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_215_2384' x1='147' y1='0' x2='147' y2='298' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DE77AB'/%3E%3Cstop offset='1' stop-color='%23DE77AB' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-position: right bottom;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:767px) {
    .stocks__item-top {
        aspect-ratio: 1.72680412;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='209' height='165' viewBox='0 0 209 165' fill='none'%3E%3Cellipse opacity='0.5' cx='114' cy='115.5' rx='114' ry='115.5' fill='url(%23paint0_linear_215_2356)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_215_2356' x1='114' y1='0' x2='114' y2='231' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DE77AB'/%3E%3Cstop offset='1' stop-color='%23DE77AB' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
    }
}

.stocks__item-img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    height: auto
}

.stocks__item-discount {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    color: #b03e78;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    background: #fff
}

@media (max-width:767px) {
    .stocks__item-discount {
        width: 50px;
        height: 50px;
        font-size: 16px
    }
}

.stocks__item-title {
    margin-top: 0;
    margin-bottom: 16px;
    color: #b03e78;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px
}

@media (max-width:767px) {
    .stocks__item-title {
        font-size: 20px;
        line-height: 1.3
    }
}

.stocks__item-bottom {
    margin-top: auto
}

.stocks__item-link {
    display: inline-block;
    margin-top: 16px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    padding: 14px 28px;
    border-radius: 25px;
    transition: .3s;
    text-decoration: none
}

.stocks__item-link:hover {
    color: #fff
}

@media (max-width:767px) {
    .stocks__item-link {
        display: block;
        width: -webkit-max-content;
        width: max-content;
        margin: 24px auto 0
    }
}

.stocks__item-text {
    margin: 0;
    color: #9d9d9d;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.8px
}