@charset "UTF-8";

/* white */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:hover {
    border: 0;
}

body,
input,
button,
textarea {
    font-family: "Catamaran", serif;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* whiteEnd */
/* ! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
body {
    position: relative;
}

summary {
    display: list-item;
}

.pixel__perfect img {
    display: none;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    opacity: 0.3;
    position: absolute;
    z-index: 100;
}

@font-face {
    font-family: 'Geometria-Bold';
    src: url('../fonts/Geometria-Bold.woff2') format('woff2'),
			 url('../fonts/Geometria-Bold.eot'),
			 url('../fonts/Geometria-Bold.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/Geometria-Bold.woff') format('woff'),
			 url('../fonts/Geometria-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Geometria-Light';
    src: url('../fonts/Geometria-Light.woff2') format('woff2'),
			 url('../fonts/Geometria-Light.eot'),
			 url('../fonts/Geometria-Light.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/Geometria-Light.woff') format('woff'),
			 url('../fonts/Geometria-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Geometria-Regular';
    src: url('../fonts/Geometria-Regular.woff2') format('woff2'),
			 url('../fonts/Geometria-Regular.eot'),
			 url('../fonts/Geometria-Regular.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/Geometria-Regular.woff') format('woff'),
			 url('../fonts/Geometria-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled,
[hidden],
template {
    display: none;
}

body.page-thanks {
    background: #F6F3EE;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel,
.slick-slide img {
    display: block;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn,
.slick-slide.slick-loading img {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav,
.slick-slider {
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots {
    text-align: center;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

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

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

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

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
    outline: none;
}

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

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

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

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

.slick-track:after {
    clear: both;
}

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

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

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

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

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

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

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

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

#youtube-video {
    border: none;
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none;
    background: 0 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "←";
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px;
}

[dir=rtl] .slick-next:before {
    content: "←";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: 0 0;
}

.slick-dots li button:before {
    font-size: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
}

/* !
 * Datepicker v1.0.6
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-01-19T09:15:45.725Z */
.datepicker-container {
    background-color: #fff;
    direction: ltr;
    font-size: 12px;
    left: 0;
    line-height: 30px;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 210px;
    z-index: -1;
}

.datepicker-container:after,
.datepicker-container:before {
    border: 5px solid rgba(0, 0, 0, 0);
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.datepicker-dropdown {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 6px #ccc;
    box-shadow: 0 3px 6px #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    z-index: 1;
}

.datepicker-inline {
    position: static;
}

.datepicker-top-left,
.datepicker-top-right {
    border-top-color: #39f;
}

.datepicker-top-left:after {
    border-top: 0;
    left: 10px;
}

.datepicker-top-left:before {
    border-top: 0;
    left: 10px;
    top: -5px;
}

.datepicker-top-right:after {
    border-top: 0;
}

.datepicker-top-right:before {
    border-top: 0;
    top: -5px;
}

.datepicker-bottom-left,
.datepicker-bottom-right,
.datepicker-top-left:before,
.datepicker-top-right:before {
    border-bottom-color: #39f;
}

.datepicker-top-left:after,
.datepicker-top-right:after {
    border-bottom-color: #fff;
    top: -4px;
}

.datepicker-bottom-left:after {
    border-bottom: 0;
    left: 10px;
}

.datepicker-bottom-left:before {
    border-bottom: 0;
    bottom: -5px;
    left: 10px;
}

.datepicker-bottom-right:after {
    border-bottom: 0;
}

.datepicker-bottom-right:before {
    border-bottom: 0;
    bottom: -5px;
}

.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
    border-top-color: #39f;
}

.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
    border-top-color: #fff;
    bottom: -4px;
}

.datepicker-bottom-right:after,
.datepicker-bottom-right:before,
.datepicker-top-right:after,
.datepicker-top-right:before {
    left: auto;
    right: 10px;
}

.datepicker-panel>ul {
    margin: 0;
    padding: 0;
    width: 102%;
}

.datepicker-panel>ul:after,
.datepicker-panel>ul:before {
    content: " ";
    display: table;
}

.datepicker-panel>ul:after {
    clear: both;
}

.datepicker-panel>ul>li {
    background-color: #fff;
    cursor: pointer;
    float: left;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
}

.datepicker-panel>ul>li:hover {
    background-color: #e5f2ff;
}

.datepicker-panel>ul>li.muted,
.datepicker-panel>ul>li.muted:hover {
    color: #999;
}

.datepicker-panel>ul>li.highlighted {
    background-color: #e5f2ff;
}

.datepicker-panel>ul>li.highlighted:hover {
    background-color: #cce5ff;
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
    color: #39f;
}

.datepicker-panel>ul>li.disabled,
.datepicker-panel>ul>li.disabled:hover {
    background-color: #fff;
    color: #ccc;
    cursor: default;
}

.datepicker-panel>ul>li.disabled.highlighted,
.datepicker-panel>ul>li.disabled:hover.highlighted {
    background-color: #e5f2ff;
}

.datepicker-panel>ul>li[data-view="month next"],
.datepicker-panel>ul>li[data-view="month prev"],
.datepicker-panel>ul>li[data-view="year next"],
.datepicker-panel>ul>li[data-view="year prev"],
.datepicker-panel>ul>li[data-view="years next"],
.datepicker-panel>ul>li[data-view="years prev"],
.datepicker-panel>ul>li[data-view=next] {
    font-size: 18px;
}

.datepicker-panel>ul>li[data-view="month current"],
.datepicker-panel>ul>li[data-view="year current"],
.datepicker-panel>ul>li[data-view="years current"] {
    width: 150px;
}

.datepicker-panel>ul[data-view=months]>li,
.datepicker-panel>ul[data-view=years]>li {
    height: 52.5px;
    line-height: 52.5px;
    width: 52.5px;
}

.datepicker-panel>ul[data-view=week]>li,
.datepicker-panel>ul[data-view=week]>li:hover {
    background-color: #fff;
    cursor: default;
}

.datepicker-hide {
    display: none;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

*,
.fancybox-container *,
::after,
::before {
    box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

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

.fancybox-caption {
    direction: ltr;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
}

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

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

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

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

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

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

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

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

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

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

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

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

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

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

.fancybox-image,
.fancybox-spaceball {
    background: 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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

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

.fancybox-slide--video .fancybox-content {
    background: #000;
}

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

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

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
    color: #ccc;
}

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

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

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

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

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

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small,
template {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}

.fancybox-caption {
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

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

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

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

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

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

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

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

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

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

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

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

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}

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

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

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

@media (max-height:576px) {
    .fancybox-caption {
        padding: 12px;
    }

    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

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

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: 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: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

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

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

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

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

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

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px;
    }

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

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

.fade {
    transition: opacity .15s linear;
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    transition: height .35s ease;
}

.collapsing,
.modal,
.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem*2));
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem*2));
    content: "";
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem;
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@-ms-viewport {
    width: device-width;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

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

abbr[data-original-title],
abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

.page-footer__address strong,
.title span,
dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote,
figure {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a,
a:hover {
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

img,
svg {
    vertical-align: middle;
}

img {
    border-style: none;
    max-width: 100%;
}

svg {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

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 {
    padding: 0;
    border-style: none;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

[hidden] {
    display: none !important;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: .25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.bootstrap-select .dropdown-menu li a span.check-mark,
.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.bootstrap-select .dropdown-menu li,
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after,
.dropleft .dropdown-toggle:empty::after,
.dropright .dropdown-toggle:empty::after,
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem;
}

.dropright .dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
    vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529;
}

.bootstrap-select>select.bs-select-hidden,
.d-none,
select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.bootstrap-select {
    width: 220px \0;
    vertical-align: middle;
}

.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
    color: rgba(255, 255, 255, .5);
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2;
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle {
    border-color: #28a745;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right;
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
    width: 100%;
}

.bootstrap-select .dropdown-menu li.disabled a,
.bootstrap-select.disabled,
.bootstrap-select>.disabled {
    cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
    outline: none !important;
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
}

.bootstrap-select .dropdown-toggle:before {
    content: "";
    display: inline-block;
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    top: 0;
    left: 0;
    padding: inherit;
    height: 100%;
    width: 100%;
    text-align: left;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box;
}

.bootstrap-select .dropdown-menu>.inner:focus {
    outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, .5) !important;
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
    padding-left: .5em;
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    box-sizing: border-box;
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
    content: "";
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before,
.logo img {
    display: block;
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px;
}

.bs-actionsbox,
.bs-donebutton {
    width: 100%;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

:focus {
    outline: none !important;
}

button {
    transition: .3s;
    cursor: pointer;
}

.fancybox-active {
    overflow: hidden !important;
}

.datepicker-panel>ul>li.muted,
.datepicker-panel>ul>li.muted:hover {
    opacity: .5 !important;
}

.js-field {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.title-tagline {
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 12px;
}

.title-tagline--white {
    color: #fff;
}

.title {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #000;
}

/* header__contact */
.header-contact {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: 'Arial', sans-serif;
    color: white;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons .icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    text-decoration: none;
}

.social-icons .icon:hover {
    border: 1px solid #FFFFFF;
}

.social-icons .instagram {
    background: url('../images/instagram-header.svg') no-repeat center;
    background-size: 14px 14px;
}

.social-icons .whatsapp {
    background: url('../images/viber__img.svg') no-repeat center;
    background-size: 14px 14px;
}

.contact-info a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-info {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.phone a {
    font-weight: bold;
    font-size: 16px;
    font-family: 'Geometria-Bold';
    color: #fff;
}

.callback {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    cursor: pointer;
}

.language-toggle {
    display: inline-flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 6px;
    overflow: hidden;
    width: 30px;
    text-align: center;
    font-size: 14px;
}

.language-option {
    padding: 6px 0;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
}

.language-option.active {
    background-color: white;
    color: black;
}

.language-option:hover:not(.active) {
    background-color: rgba(255, 255, 255, 0.2);
}

/* header__contactEnd */
.title--white,
.title--white span {
    color: #fff;
}

.phone-callback {
    max-width: 195px;
    text-align: start;
    color: #fff;
    margin-top: 6px;
}

.phone-callback__btn {
    display: none;
}

.phone-callback__btn {
    display: inline-block;
    color: #b8bfd1;
    background: 0 0;
    padding: 0;
    margin-right: 3px;
    border: none;
    border-bottom: 1px dotted #515558;
}

.phone-callback__tel {
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: 'Geometria-Bold';
}

.btn,
.logo {
    display: inline-block;
    white-space: nowrap;
}

.logo img {
    width: 100%;
    max-width: 210px;
    margin-right: 10px;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn--disabled,
.btn:disabled {
    opacity: .5;
    cursor: not-allowed;
    color: #1a1a1a;
    background-color: #e6e6e6;
    border-color: #ccc;
}

a.btn--disabled {
    pointer-events: none;
}

.btn__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.btn--transparent {
    background-color: transparent;
}

.btn--location {
    display: flex;
    align-items: center;
    text-transform: inherit;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 25px 5px 10px;
    font-weight: 400;
    border-radius: 30px;
}

.btn--b-white {
    border: 1px solid #FFFFFF4D;
}

.btn--b-white span {
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1.3;
    margin-left: 10px;
    font-size: 15px;
    opacity: 0.7;
    display: inline-block;
}

.btn--b-white i {
    width: 15px;
    height: 15px;
    margin-left: 8px;
    background: url(../images/pin.svg) center / 12px no-repeat;
}

.btn--b-white:hover {
    border: 1px solid #FFFFFF4D;
}

.btn--dott {
    background: 0 0;
    border-radius: 0;
    padding: 0 0 3px;
    border-bottom: 1px dashed #000;
    color: #000;
    font-size: 12px;
    text-transform: none;
    letter-spacing: normal;
}

.btn--dott:hover {
    color: #000;
}

.btn--main {
    color: #fff;
    background-image: linear-gradient(-39deg, #7c2189 0%, #da4453 100%), linear-gradient(64deg, #3a1f70 0%, #dc768e 100%);
}

.btn--main:focus,
.btn--main:hover {
    color: #fff;
}

.btn--main--disabled,
.btn--main:disabled {
    color: #fff;
}

.social {
    list-style-type: none;
    padding: 0;
    display: flex;
    margin: 0 -7.5px;
}

.social__item {
    display: inline-block;
    padding: 7.5px;
}

.social__link {
    display: block;
    width: 20px;
    height: 20px;
    text-shadow: 1px 1px 1px #000;
}

.social__link--circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    border: 1px solid rgba(184, 191, 209, .2);
}

.social__icon {
    fill: #737f91;
}

.field-text {
    display: block;
    margin-bottom: 9px;
}

.field-text__name {
    display: inline-block;
    font-size: 8px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #b8bfd1;
    margin-left: 14px;
    margin-bottom: 10px;
}

.field-text__input-wrap {
    display: block;
}

.field-text__input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    box-shadow: 0 13px 13px rgba(53, 85, 136, .25);
    border-radius: 10px;
    border: 1px solid #3f4959;
    background-color: #3f4959;
    margin: 0;
    padding: 9px;
    line-height: 1.5;
    font-size: 12px;
    font-family: inherit;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    letter-spacing: 1.2px;
    color: #9aaac7;
}

.field-text__input[disabled],
.field-text__input[readonly] {
    cursor: default;
}

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

.field-text__input[type=color] {
    padding: 0;
}

.field-text__input:-ms-input-placeholder {
    color: #9aaac7;
    opacity: 1;
}

.field-text__input::placeholder {
    color: #9aaac7;
    opacity: 1;
}

.field-text--select {
    text-transform: none;
    font-weight: 300;
    font-size: 12px;
    border-radius: 10px;
    background: #3f4959;
    color: #9aaac7;
    letter-spacing: normal;
    padding: 10px 5px 11px 16px;
    box-shadow: 0 13px 13px rgba(53, 85, 136, .25);
    border: 1px solid #3f4959;
}

.field-text--select select {
    background: 0 0;
    color: #9aaac7;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.field-text__input--name,
.field-text__input--phone {
    padding-left: 35px;
    background-image: url(../img/icon/phone-gradient.png);
    background-position: 15px 50%;
    background-size: 12px;
    background-repeat: no-repeat;
}

.field-text__input--name {
    background-image: url(../img/icon/user.svg);
}

.field-text .dropdown-toggle {
    text-transform: none;
    font-weight: 300;
    font-size: 12px;
    color: #9aaac7;
    letter-spacing: normal;
    padding: 10px 5px 9.5px 16px;
    background: 0 0;
}

.selectpicker--dots+.dropdown-toggle {
    padding-left: 55px;
}

.selectpicker--dots+.dropdown-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 18px;
    height: 6px;
    border: none;
    background: url(../img/icon/dots.png) no-repeat center;
}

.field-text .bootstrap-select .dropdown-menu .inner {
    max-height: 208px !important;
}

.bootstrap-select.show .dropdown-toggle {
    border-radius: 10px 10px 0 0;
}

.dropdown-menu {
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 0 0 10px 10px;
    background-color: #3f4959;
}

.dropdown-item {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    color: #fff;
}

.dropdown-item:hover {
    color: #fff;
}

.bootstrap-select .dropdown-menu li a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background-color: #fff;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: #4f5a6b;
}

.dropdown-item.active::before,
.dropdown-item:active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 19px;
    transform: translateY(-60%) rotate(40deg);
    width: 4px;
    height: 8px;
    z-index: 1;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.field-checkbox {
    display: block;
    margin-bottom: 0;
    cursor: pointer;
}

.field-checkbox__title {
    display: block;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .4em;
}

.field-checkbox__input-wrap+.field-checkbox__input-wrap {
    margin-top: 1rem;
}

.field-checkbox__name {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    margin-right: .6em;
    font-weight: 400;
    line-height: 1.5;
}

.field-checkbox__text {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    font-size: 9px;
    color: #a0a2ad;
}

.field-checkbox__text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 4px;
    background-color: #3f4959;
}

.field-checkbox__text:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 9px;
    opacity: 0;
    border-right: 1px solid #fafafa;
    border-bottom: 1px solid #fafafa;
    transform: rotate(45deg);
    transition: opacity .3s;
}

.field-checkbox__input {
    position: absolute;
    top: .7em;
    left: 0;
    padding: 0;
    margin: 0;
    transform: translateY(-50%);
    opacity: 0;
}

.field-checkbox__help-text-wrap {
    padding-left: 1.5em;
}

.field-checkbox a {
    color: #a0a2ad;
}

.field-checkbox__input:checked+.field-checkbox__text::after {
    opacity: 1;
}

.form {
    position: relative;
    max-width: 270px;
    width: 100%;
    padding: 20px 23px 22px;
    box-shadow: 0 17px 29px rgba(89, 89, 89, .15);
    border-radius: 10px;
    background-image: linear-gradient(-218deg, #384049 0%, #080a0d 100%);
}

.form--arch::after,
.form--arch::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.form--arch::after {
    width: calc(100% - 40px);
    background: #4d596b;
    top: -5px;
    height: 5px;
    border-radius: 50px 50px 0 0;
}

.form--arch::before {
    top: -22px;
    width: 41px;
    height: 28px;
    border-radius: 50%;
    background: #fafafa;
    z-index: 2;
}

.form__fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.form__fieldset:not(:last-child) {
    margin-bottom: 1rem;
}

.form__legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: rem(24px);
    font-weight: 700;
    line-height: 1.5;
    white-space: normal;
    color: currentColor;
}

.form__title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.form__row {
    display: flex;
    justify-content: space-between;
}

.form__row--ident {
    margin-bottom: 15px;
}

.form__column-7 {
    max-width: 124px;
    width: 100%;
}

.form__column-5 {
    max-width: 95px;
    width: 100%;
}

.form__btn {
    width: 100%;
    margin-bottom: 26px;
    padding: 16px 15px 12px;
    box-shadow: 0 4px 0 #8f287e, 0 9px 13px rgba(150, 43, 122, .35);
}

.form__mb {
    margin-bottom: 20px;
}

.menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #0f0f10;
    z-index: 9;
}

.menu--active {
    display: block;
}

.menu.fancybox-content {
    padding: 0 0 20px;
}

.menu__header {
    padding-top: 17px;
    padding-bottom: 25px;
}

.menu__footer,
.menu__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu .fancybox-button,
.result .owl-nav [class*=owl-] span {
    display: none;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
}

.pagination__item {
    display: block;
    padding: 4px 11px;
    margin: 0 2.5px;
    border: 1px solid #bdc6d5;
    text-decoration: none;
    text-align: center;
    color: #98a6ba;
}

.pagination__item:focus,
.pagination__item:hover {
    text-decoration: none;
    color: #1a1a1a;
}

a.pagination__item:focus,
a.pagination__item:hover {
    background-color: #e6e6e6;
}

.pagination__item--active {
    color: #fff;
    background-color: #89216b;
    background-image: linear-gradient(-234deg, #da4453 0%, #89216b 100%);
}

.pagination__item--active:focus,
.pagination__item--active:hover {
    color: #fff;
}

.page-footer .social,
.pagination--center {
    justify-content: center;
}

.pagination__item--next {
    background: url(../img/icon/icon-arrow-next-grey.svg) no-repeat center/15px;
}

.pagination__item--prev {
    background: url(../img/icon/icon-arrow-back-grey.svg) no-repeat center/15px;
}

.modal-content--auto {
    width: auto;
    border: none;
    margin: auto;
    background: 0 0;
}

.modal {
    z-index: 99999999;
}

.modal__close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 16px;
    height: 16px;
    padding: 8px;
    border-radius: 50%;
    background: 0 0;
    border: 1px solid #5d6976;
}

.modal__close::after,
.modal__close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: calc(100% - 5px);
    background: #5d6976;
}

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

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

.modal-city {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 40px 0 0;
    margin: 0;
    min-height: 100%;
    background-image: linear-gradient(-218deg, #384049 0%, #080a0d 100%);
    color: #fff;
}

.modal-city__title {
    position: relative;
    font-size: 38px;
    font-weight: 500;
    color: #010101;
}

.modal-city__item-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 70px;
}

.modal-city__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-columns: (minmax(180px, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.modal-city__item {
    display: inline-block;
    max-width: 200px;
    width: 100%;
    margin-bottom: 32px;
}

.modal-city__sublist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.modal-city__sublist a {
    text-decoration: none;
    font-size: 18px;
    color: inherit;
}

.modal-city__sublist li {
    margin-bottom: 11px;
}

.modal-city__sublist li:last-child {
    margin-bottom: 0;
}

.container,
.container--fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}

.section--black {
    background: #000;
}

.section__header {
    margin-bottom: 50px;
}

.section__header--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.section__footer--center {
    text-align: center;
}

.section__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.section__col-fifty,
.section__col-large,
.section__col-medium {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.section__col-fifty {
    flex: 0 0 50%;
    max-width: 50%;
}

.page-header {
    padding-top: 17px;
    padding-bottom: 42px;
    justify-content: space-between;
}

.social__list {
    display: flex;
}

.social__item-row {
}

.instagram_icon {
}

.telegram_icon {
}

.page-header,
.page-header__left,
.page-header__right {
    display: flex;
    align-items: center;
}

.page-header__social {
    margin-right: 70px;
}

.page-header__toggle {
    width: 15px;
}

.page-header__toggle-btn {
    position: relative;
    width: 15px;
    height: 18px;
    padding: 0;
    margin: 0 auto;
    background: 0 0;
    border: none;
}

.page-header__toggle-btn span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 2px;
    font-size: 0;
    color: transparent;
    background: #fff;
    transition: .3s;
}

.page-header__toggle-btn span::after,
.page-header__toggle-btn span::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform-origin: 50% 50%;
    transition: .3s .3s, transform .3s;
}

.page-header__toggle-btn span::after {
    top: 7px;
}

.page-header__toggle-btn span::before {
    top: -7px;
}

.page-header__toggle-btn--active span {
    background: 0 0;
}

.page-header__toggle-btn--active span::after {
    transform: rotate3d(0, 0, 1, 45deg);
    transition: .3s, transform .3s .3s;
    top: 0;
}

.page-header__toggle-btn--active span::before {
    transition: .3s, transform .3s .3s;
    top: 0;
    transform: rotate3d(0, 0, 1, -45deg);
}

.page-footer {
    position: relative;
    padding-top: 46px;
    padding-bottom: 24px;
    background-image: linear-gradient(-255deg, #1e2328 0%, #080a0d 100%);
    z-index: 9;
}

.page-footer__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.page-footer__row--center {
    align-items: center;
}

.page-footer__column {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.page-footer__logo {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.page-footer__address {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

.page-footer__developer {
    display: block;
    text-align: center;
    font-size: 10px;
    color: #b8bfd1;
    margin-top: 5px;
    margin-bottom: 42px;
    transition: .3s;
}

.page-footer__developer:hover {
    color: #fff;
}

.fullpage {
    position: relative;
    overflow: hidden;
    background: #030303;
    z-index: 1;
    background: url(../images/bg__main.png) no-repeat right;
    background-size: cover;
}

.fullpage::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #00000094;
    opacity: 0.6;
    z-index: -2;
}

.fullpage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.fullpage__wrap {
    position: relative;
    z-index: 3;
}

.fullpage__woman {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: -78px;
    margin: 0 0 0 auto;
    width: 278px;
    height: 682px;
    z-index: 1;
}

.fullpage__woman-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: .3s;
}

.fullpage__woman-img--none,
.stages__slider .owl-nav .owl-next.disabled,
.stages__slider .owl-nav .owl-prev.disabled {
    opacity: 0;
}

.fullpage__center {
    text-align: center;
    padding-bottom: 40px;
}

.fullpage__text {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    line-height: 27px;
}

.fullpage--blog::before {
    display: none;
    min-height: auto;
}

.fullpage--blog .phone-callback {
    padding-right: 0;
}

.main-block {
    position: relative;
}

.main-block__wrap {
    margin-bottom: 51px;
}

.main-block__title {
    font-size: 76px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    max-width: 683px;
    padding-top: 75px;
    line-height: 1;
    font-family: "Cormorant", serif;
}

.main-block__title  span {
    font-weight: 300;
}

.main-block__ton {
    font-size: 10px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 16px;
}

.main-block__ton span {
    display: inline-block;
    margin: 0 2px;
    font-size: 21px;
    font-weight: 300;
}

.main-block__text {
    display: block;
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    line-height: 1.4;
}

.content__text {
    background: #F6F3EE;
}

.faq-title {
    font-weight: 700;
    font-size: 24px;
    font-family: "Cormorant", serif;
    color: #2A2A2A;
    line-height: 1.2;
}

.main-block__text-thanks {
    display: block;
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    max-width: 550px;
}

.main-block__btn {
    max-width: 272px;
    font-size: 10px;
    width: 100%;
    padding: 15px 10px 15px 30px;
    transition: .3s;
    background: linear-gradient(88.24deg, #7C2189 0.5%, #DA4453 99.51%);
    border-radius: 60px;
    outline: none;
    cursor: pointer;
    border: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Catamaran", serif;
}

.main-block__btn i {
    width: 40px;
    height: 40px;
    margin-left: 18px;
    background: url(../images/arrow-btn.png) center / 35px no-repeat;
}

.main-block__btn:hover {
    box-shadow: 0 0 62px #6c3a79, 0 0 79px rgba(195, 63, 138, .29);
}

.main-block__social {
    margin: 0 0 26px;
}

.main-block__social .social__item {
    padding: 0;
    margin-right: 90px;
}

.main-block__social .social__link {
    padding: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    width: auto;
    height: auto;
}

.main-block__center {
    position: relative;
    padding-top: 60px;
}

.result {
    padding-bottom: 0;
    padding-top: 48px;
}

.result__slider {
    position: relative;
    z-index: 0;
}

.result__header {
    max-width: 280px;
    margin-bottom: 20px;
}

.result__item {
    display: block;
    text-decoration: none;
}

.result__insta,
.result__item::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s;
}

.result__item::after {
    content: "";
    background: rgba(0, 0, 0, .15);
}

.result__img {
    width: 100%;
    height: 358px;
    object-fit: cover;
    object-position: top center;
}

.result__insta {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px 30px;
    z-index: 1;
}

.result__item:hover::after {
    background: rgba(0, 0, 0, .45);
}

.result__item:hover .result__increase {
    opacity: 1;
}

.result__insta span {
    display: block;
    font-size: 8px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    text-shadow: 0 0 3px #000;
    color: #efefef;
    margin-bottom: 7px;
}

.result__link {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(0, 0, 0, .8);
    color: #efefef;
    padding-left: 30px;
}

.result__link::after,
.result__link::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.result__link::after {
    width: 20px;
    height: 20px;
    background: url(../img/icon/instagram-logo.svg) no-repeat left top/cover;
    left: 0;
}

.result__link::before {
    left: 10px;
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, .8);
}

.result__link:hover {
    color: #a06aad;
}

.result .owl-nav {
    margin: 0;
}

.result .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: 0 17px 38px rgba(89, 89, 89, .11);
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-size: 12px !important;
    background-position: center !important;
}

.result .owl-nav .owl-prev {
    left: 15px;
    background-image: url(../img/icon/icon-arrow-back-black.svg) !important;
}

.result .owl-nav .owl-next {
    right: 15px;
    background-image: url(../img/icon/icon-arrow-next-black.svg) !important;
}

.result__increase {
    content: "";
    position: absolute;
    top: 16px;
    right: 22px;
    width: 26px;
    height: 26px;
    opacity: 0;
    transition: .3s;
    background: url(../img/icon/full-screen.svg) no-repeat center/contain;
}

.bleach {
    position: relative;
    padding-top: 66px;
    padding-bottom: 67px;
    background-color: #000;
    background-repeat: no-repeat;
    background-image: url(../img/decor/bleach-bottom-decor.png);
    background-position: bottom center;
    overflow: hidden;
    z-index: 0;
}

.bleach::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../img/decor/bleach-top-decor.png) no-repeat top center;
    z-index: 1;
}

.bleach__header {
    position: relative;
    max-width: 540px;
    margin-bottom: 69px;
    text-align: center;
    z-index: 2;
}

.bleach__tagline {
    margin-bottom: 9px;
}

.bleach__woman {
    z-index: 0;
}

.bleach__woman img {
    position: absolute;
    left: -100px;
    top: 230px;
    width: 100%;
    max-width: 296px;
    max-height: 541px;
    transition: .5s;
    z-index: 0;
}

.bleach__woman img:first-child {
    opacity: 1;
    z-index: 0;
}

.bleach__woman-img {
    opacity: 0;
    z-index: 1;
}

.bleach__woman-img--active {
    opacity: 1;
    z-index: 2;
    transition: .5s !important;
}

.range,
.range__gradient {
    border-radius: 50px;
    box-shadow: inset 3px 0 7px rgba(0, 0, 0, .49);
}

.range {
    top: 3px;
    left: 0;
    right: 0;
    width: 22px;
    position: absolute;
    height: 100%;
    background-image: linear-gradient(to top, #211820 0%, #2a2f37 100%);
}

.range__gradient {
    position: relative;
    height: 146px;
    transition: .3s;
    background-image: linear-gradient(-231deg, #da4453 0%, #89216b 100%);
}

.range__btn,
.rangeslider {
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    border: none;
}

.range__btn {
    bottom: 0;
    background-color: #fff;
    height: 23px;
    box-shadow: 2px 0 13px rgba(0, 0, 0, .5), 0 0 79px rgba(203, 122, 168, .65);
    border-radius: 50%;
}

.range__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    transform: translate(-50%, -60%) rotate(45deg);
    border-right: 1px solid #030303;
    border-bottom: 1px solid #030303;
}

.rangeslider {
    visibility: hidden;
    z-index: -9;
    top: 3px;
    height: 100%;
    box-shadow: inset 3px 0 7px rgba(0, 0, 0, .49);
    border-radius: 50px;
    background-image: linear-gradient(-231deg, #da4453 0%, #89216b 100%);
}

.whitening {
    position: relative;
    max-width: 136px;
    width: 100%;
    margin-left: auto;
    margin-bottom: 20px;
    z-index: 2;
}

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

.stages__slider .owl-nav [class*=owl-] span,
.whitening__number {
    display: none;
}

.whitening__name {
    display: inline-block;
    margin-bottom: 7px;
    color: #fff;
    font-size: 12px;
    transition: .3s;
}

.whitening__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 47px;
}

.whitening__item:last-child {
    margin-bottom: 0;
}

.whitening__text {
    font-size: 11px;
    font-weight: 400;
    color: #b8bfd1;
    margin: 0;
}

.whitening__desk {
    position: relative;
    max-width: 94px;
    width: 100%;
    min-height: 48px;
    margin-left: auto;
    cursor: pointer;
}

.whitening__desk::after {
    content: "";
    position: absolute;
    top: 0;
    left: -42px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 3px;
}

.whitening__desk::before {
    content: "";
    position: absolute;
    top: 1px;
    left: -35px;
    width: 17px;
    height: 8px;
    opacity: 0;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    transition: opacity .3s;
    box-shadow: 1px 2px 0 #000, inset 0 -2px 0 #000;
    z-index: 1;
}

.whitening__desk--active .whitening__name {
    font-weight: 700;
}

.whitening__desk--active::before {
    opacity: 1;
}

.services {
    padding-top: 55px;
    padding-bottom: 40px;
}

.services__tagline {
    margin-bottom: 6px;
}

.services__header {
    margin-bottom: 43px;
}

.services__row {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.services__column {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.stage {
    display: flex;
    flex-direction: column;
    max-width: 832px;
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
    min-height: 327px;
    overflow: hidden;
}

.stage--reverse-lg {
    flex-direction: column-reverse;
}

.stage__content {
    padding: 22px;
    width: 100%;
}

.stage__decor {
    position: relative;
    width: 100%;
    z-index: 1;
    padding-bottom: 15px;
    border-radius: 0 20px 20px 0;
}

.stage__decor::after {
    content: "";
    position: absolute;
    bottom: -96px;
    left: -20px;
    right: -20px;
    border-radius: 50%;
    width: calc(100% + 40px);
    height: 200px;
    z-index: -1;
}

.stage__decor--1::after {
    background-image: linear-gradient(-238deg, rgba(58, 31, 112, .28) 0%, rgba(220, 118, 142, .28) 100%);
}

.stage__decor--2::after,
.stage__decor--3::after {
    background-image: linear-gradient(-255deg, #fff 0%, #e4eef3 100%);
}

.stage__decor img {
    max-width: 150px;
    margin-top: -12px;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
}

.stage__decor--full {
    width: 100%;
}

.stage__decor--full img {
    height: 220px;
    width: 100% !important;
    object-fit: cover;
    max-width: inherit;
    margin: 0 !important;
}

.stage__count,
.stage__title {
    font-weight: 700;
    color: #000;
    text-align: center;
}

.stage__count {
    display: block;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    font-size: 9px;
    margin-bottom: 7px;
}

.stage__title {
    font-size: 16px;
    margin-bottom: 15px;
}

.stage__content p {
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
    color: #3d3e52;
    margin-bottom: 10px;
}

.stages {
    padding-top: 53px;
    padding-bottom: 62px;
}

.stages__header {
    margin-bottom: 38px;
}

.stages__slider {
    position: relative;
    z-index: 0;
    margin-bottom: 26px;
}

.stages__dots-wrap {
    overflow-x: auto;
}

.stages__dots-list {
    list-style-type: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    counter-reset: dots;
    min-width: 620px;
    padding: 0 2px;
}

.stages__dots-item {
    position: relative;
    width: 50%;
    counter-increment: dots;
    z-index: 1;
}

.stages__dot {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    padding-top: 45px;
    padding-bottom: 5px;
    border-bottom: 1px dashed transparent;
    color: #3d3e52;
    transition: .3s;
}

.stages__dot::after {
    content: "0" counter(dots);
    position: absolute;
    top: -5px;
    left: -4px;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #ebebeb;
    z-index: -1;
}

.stages__dot::before {
    content: "";
    position: absolute;
    top: 22px;
    width: 10px;
    height: 2px;
    background-color: #000;
}

.stages__dot--active {
    color: #000;
    font-weight: 700;
    border-bottom: 1px dashed #000;
}

.stages__dot--active::after {
    display: inline-block;
    color: rgba(196, 117, 140, .28);
    background-image: linear-gradient(-238deg, rgba(55, 36, 110, .28) 0%, rgba(196, 117, 140, .28) 100%);
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stages__dot:hover {
    color: inherit;
}

.stages__slider .owl-nav [class*=owl-] {
    position: absolute;
    bottom: -27px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    box-shadow: 0 17px 38px rgba(89, 89, 89, .11);
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-size: 17px !important;
    background-position: center !important;
}

.stages__slider .owl-nav .owl-prev {
    left: -8px;
    background-image: url(../img/icon/icon-arrow-back-black.svg) !important;
}

.stages__slider .owl-nav .owl-next {
    right: -8px;
    background-image: url(../img/icon/icon-arrow-next-black.svg) !important;
}

.parameter {
    position: relative;
    max-width: 242px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

.parameter__list {
    list-style-type: none;
    padding: 0;
    display: flex;
    margin: 0 0 37px;
    box-shadow: 0 -1px 65px #000;
    border-radius: 10px;
    background-image: linear-gradient(-204deg, #1e2328 0%, #101419 100%);
}

.parameter__item {
    width: 50%;
    padding: 6px 17px 5px 18px;
    border-right: 1px solid #2e343b;
}

.parameter__item:first-child {
    display: none;
}

.parameter__item:last-child {
    border-right: 0;
    padding-left: 30px;
}

.parameter__char {
    display: block;
    margin-bottom: 0;
    font-size: 9px;
    font-weight: 400;
    line-height: 18px;
    color: #b8bfd1;
}

.parameter__total {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.parameter__total--ru {
    padding-right: 20px;
    background: url(../img/icon/ruble-wh.svg) no-repeat 100% 62%/14px;
}

.parameter__total sub {
    bottom: 0;
    font-size: 11px;
}

.parameter__btn {
    padding: 13px 30px 10px;
    max-width: 260px;
    width: 100%;
    box-shadow: 0 4px 0 #8f287e, 0 9px 13px rgba(150, 43, 122, .35), 0 0 32px #6c3a79, 0 0 79px rgba(195, 63, 138, .29);
}

.parameter__btn:hover {
    box-shadow: 0 4px 0 #8f287e, 0 9px 13px rgba(150, 43, 122, .35), 0 0 62px #6c3a79, 0 0 79px rgba(195, 63, 139, .29);
}

.catalog__slider .owl-nav [class*=owl-] span,
.parameter__title {
    display: none;
}

.catalog {
    padding-top: 58px;
    padding-bottom: 70px;
}

.catalog__tagline {
    margin-bottom: 11px;
}

.catalog__header {
    max-width: 770px;
    margin-bottom: 37px;
}

.catalog__slider {
    padding: 0 22px;
    display: flex;
    justify-content: center;
}

.catalog__item {
    margin-bottom: 35px;
}

.catalog__slider .owl-nav {
    margin: 0;
}

.catalog__slider .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-145%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: 0 17px 38px rgba(89, 89, 89, .11);
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-size: 12px !important;
    background-position: center !important;
}

.catalog__slider .owl-nav [class*=owl-]:hover {
    color: #000;
}

.catalog__slider .owl-nav .owl-next {
    right: 0;
    background-image: url(../img/icon/icon-arrow-next-black.svg) !important;
}

.catalog__slider .owl-nav .owl-prev {
    left: 0;
    background-image: url(../img/icon/icon-arrow-back-black.svg) !important;
}

.catalog__slider .owl-nav.disabled+.owl-dots {
    margin-top: 48px;
}

.catalog__slider .owl-nav .disabled {
    opacity: 0;
}

.catalog__slider .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 10px;
    border: 1px solid #4e556c;
    background: 0 0;
    transition: .3s;
}

.catalog__slider .owl-dots .owl-dot.active span,
.catalog__slider .owl-dots .owl-dot:hover span {
    border: 1px solid #89216b;
    box-shadow: 0 0 29px #9217c5;
    background-image: linear-gradient(-234deg, #da4453 0%, #89216b 100%);
}

.nav {
    justify-content: center;
}

.nav__link {
    display: inline-block;
    width: 100%;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    padding: 10px 10px 10px 22px;
    border: none;
    transition: .3s;
    border-top: 1px solid #fff;
}

.nav__link:hover {
    color: #6a7388;
}

.tovar {
    border-radius: 10px;
    overflow: hidden;
    background-color: #f0f1f5;
}

.tovar__img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 15px;
}

.tovar__desc {
    padding: 0 15px 10px;
}

.tovar__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #030303;
    margin-bottom: 5px;
}

.tovar__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #3a3c52;
    margin-bottom: 15px;
}

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

.tovar__price {
    margin: 0;
}

.tovar__price-text {
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: #505258;
}

.tovar__price-cost {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 23px;
    font-weight: 400;
    color: #030303;
    padding-right: 19px;
}

.tovar__price-cost::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 16px;
    background: url(../img/icon/ruble.svg) no-repeat center/cover;
}

.tovar__btn {
    position: relative;
    font-size: 9px;
    letter-spacing: 1.8px;
    padding: 13px 50px 9px 20px;
    box-shadow: 0 4px 0 #8f287e, 0 9px 13px rgba(150, 43, 122, .35);
    background-image: linear-gradient(-39deg, #7c2189 0%, #da4453 100%), linear-gradient(64deg, #3a1f70 0%, #dc768e 100%);
}

.tovar__btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-54%);
    width: 13px;
    height: 15px;
    background: url(../img/icon/shopping-bag.svg) no-repeat center/cover;
}

.news {
    padding-top: 74px;
    padding-bottom: 42px;
}

.news__header {
    max-width: 250px;
    margin-bottom: 32px;
}

.news__mb {
    margin-bottom: 4px;
}

.digest {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    height: 175px;
    margin-bottom: 17px;
    box-shadow: 0 20px 32px 0 rgba(0, 0, 0, .35);
}

.digest--big {
    height: 372px;
}

.digest__article,
.digest__play::after {
    height: 100%;
    width: 100%;
}

.digest__prev {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 22px 20px;
    background-image: linear-gradient(-25deg, rgba(3, 7, 10, .77) 0%, rgba(192, 195, 214, .28) 100%);
}

.digest__prev--none-color {
    background-image: none;
    justify-content: flex-end;
    padding: 22px;
}

.digest__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.digest__title,
.visiting__item strong {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #fff;
    margin-bottom: 0;
}

.digest__title--black {
    color: #000;
}

.digest__title--size-mini {
    font-size: 10px;
    line-height: 16px;
}

.digest__big-title {
    max-width: 280px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
}

.digest__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 360px;
    color: #1d1f29;
    height: 33px;
    overflow: hidden;
}

.digest__data {
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    width: calc(100% + 15px);
}

.digest__data--black {
    color: #000;
}

.digest__data--size {
    font-size: 8px;
}

.digest__play {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    text-decoration: none;
    z-index: 1;
    margin-bottom: 8px;
}

.digest__play::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
    animation-name: circle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border: 1px solid #000;
    z-index: -1;
    -webkit-mask-image: -webkit-gradient(linear, 30% 30%, right bottom, from(rgba(0, 0, 0, 0)), to(#000));
    mask-image: -webkit-gradient(linear, 30% 30%, right bottom, from(rgba(0, 0, 0, 0)), to(#000));
}

.digest__play span {
    margin: auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background-image: url(../images/icon-play.svg), linear-gradient(-209deg, #697178 0%, #080a0d 100%);
    background-size: 17px, auto;
    background-repeat: no-repeat;
    background-position: center;
}

.digest__btn {
    position: relative;
    padding: 7px 21px 6px 12px;
    margin-right: 30px;
    font-size: 8px;
    box-shadow: 0 0 0 rgba(150, 43, 122, .85);
}

.digest__btn:hover {
    box-shadow: 0 1px 15px #962b7a;
}

.digest__btn::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 15px;
    height: 15px;
    background: url(../img/icon/icon-arrow-back.svg) no-repeat 0 50%/8px;
}

@keyframes circle {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.phone {
    max-width: 178px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
    text-align: center;
}

.phone__text {
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: #b8bfd1;
    margin-bottom: 12px;
}

.phone__link {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
}

.phone__link:hover {
    color: #fff;
}

.phone__list-messager {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    max-width: 150px;
    margin: 0 auto;
    font-size: 10px;
}

.phone__messager {
    font-size: 10px;
    font-weight: 300;
    color: #fff;
}

.service {
    position: relative;
    width: 100%;
    min-height: 372px;
    padding: 26px 26px 22px 22px;
    border-radius: 10px;
    margin-bottom: 19px;
    background-image: linear-gradient(-217deg, #1e2328 0%, #080a0d 100%);
}

.service--min {
    min-height: 276px;
}

.service--ultra {
    background: url(../img/decor/service-1.png) no-repeat center/cover;
}

.service--medium {
    background: url(../img/decor/service-2.png) no-repeat center/cover;
}

.service--light {
    background: url(../img/decor/service-3.png) no-repeat center/cover;
}

.service--fortification {
    background: url(../img/decor/service-4.png) no-repeat center/cover;
}

.service--couple {
    background: url(../img/decor/service-5.png) no-repeat center/cover;
}

.service--birthday {
    background: url(../img/decor/service-6.png) no-repeat center/cover;
}

.service__quantity {
    font-size: 14px;
    font-weight: 300;
    color: #b8bfd1;
}

.service__title {
    max-width: 250px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.service__title--black {
    color: #000;
}

.service__title--fortification {
    font-size: 21px;
    margin-top: -34px;
}

.service__title--couple {
    font-size: 21px;
    margin-top: -47px;
    margin-bottom: 8px;
}

.service__title--birthday {
    max-width: 160px;
    font-size: 21px;
    margin-top: 62px;
    margin-bottom: 5px;
}

.service__title--light,
.service__title--medium,
.service__title--ultra {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: -5px;
}

.service__title--light,
.service__title--medium {
    display: inline-block;
    color: #fff;
    background-image: linear-gradient(-39deg, #7a818c 0%, #fff 100%);
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service__title--light {
    background-image: linear-gradient(-39deg, #8c897a 0%, #fff 100%);
}

.service__header {
    position: relative;
    width: 100%;
    margin-bottom: 48px;
}

.service__question {
    position: absolute;
    top: -4px;
    right: -1px;
    padding: 5px;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    opacity: .6;
    z-index: 9;
    transition: .3s;
    background: url(../img/icon/question-mark.svg) no-repeat center/cover;
}

.service__question:hover {
    opacity: 1;
}

.service__desc {
    max-width: 185px;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 73px;
    color: #fff;
}

.service__desc--width {
    max-width: 140px;
}

.service__desc--black {
    color: #000;
}

.service__desc--size {
    font-size: 12px;
    line-height: 18px;
}

.service__tooth-tone {
    position: relative;
    width: 121px;
}

.service__tooth-tone::after,
.service__tooth-tone::before {
    content: "";
    display: block;
    height: 13px;
    background-repeat: space;
    background-size: 11px 12px;
}

.service__tooth-tone::before {
    margin-bottom: 5px;
    width: 121px;
    background-image: url(../img/icon/tooth.svg);
}

.service__tooth-tone::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background-image: url(../img/icon/tooth-wh.svg);
}

.service__tooth-tone--fill::after {
    width: 100%;
}

.service__tooth-tone--8::after {
    width: 88px;
}

.service__tooth-tone--6::after {
    width: 66px;
}

.service__char--ident {
    margin-bottom: 13px;
}

.service__char-text {
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: #b8bfd1;
    margin-bottom: 4px;
}

.service__char-text--size {
    font-weight: 700;
}

.service__char-text--white {
    color: #fff;
}

.service__char-text--black {
    color: #000;
}

.service__char-total sub {
    font-size: 14px;
    font-weight: 200;
    bottom: 0;
}

.service__char-total {
    font-size: 23px;
    font-weight: 300;
    color: #fff;
}

.service__char-total--ru {
    padding-right: 16px;
    background: url(../img/icon/ruble-wh.svg) no-repeat 100% 50%/14px;
}

.service__char-total--black {
    color: #000;
    background-image: url(../img/icon/ruble.svg);
}

.service__char-total--size {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    background-position: 100% 68%;
}

.service__footer {
    position: absolute;
    bottom: 25px;
    left: 21px;
    right: 25px;
}

.service__footer--md-bottom {
    bottom: 63px;
}

.service__btn {
    position: absolute;
    right: 0;
    letter-spacing: 1.8px;
    bottom: 5px;
    padding: 10px 19px;
    font-size: 9px;
    box-shadow: 0 0 0 rgba(150, 43, 122, .85);
}

.service__btn:hover {
    box-shadow: 0 0 20px #962b7a;
}

.service__stipulation {
    position: absolute;
    bottom: 0;
    right: 17px;
    max-width: 137px;
    margin: 0;
    font-size: 10px;
    font-weight: 300;
    line-height: 14px;
}

.service__stipulation--white {
    color: #fff;
}

.service__footer--md-bottom .service__stipulation {
    bottom: -38px;
    left: 0;
}

.service__answer,
.service__answer::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: -1;
}

.service__answer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: .3s;
    opacity: 0;
}

.service__answer::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-217deg, #1e2328 0%, #080a0d 100%);
    background-color: #000;
    opacity: .95;
}

.service__answer--active {
    opacity: 1;
    z-index: 1;
}

.service__answer p,
.visiting__item p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.service__answer p {
    line-height: 29px;
    color: #fff;
}

.service__close {
    position: absolute;
    top: 23px;
    right: 25px;
    padding: 5px;
    width: 20px;
    height: 20px;
    border: none;
    display: block;
    border-radius: 50px;
    background: #86878a;
}

.service__close::after,
.service__close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: calc(100% - 7px);
    background: #000;
}

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

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

.visiting {
    padding-top: 47px;
    padding-bottom: 65px;
}

.visiting__tagline {
    margin-bottom: 7px;
}

.visiting__header {
    max-width: 480px;
    margin-bottom: 63px;
}

.visiting__content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    max-width: 637px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 357px;
}

.visiting__content::after {
    content: "";
    position: absolute;
    left: 0;
    right: -120px;
    top: -43px;
    width: 440px;
    height: 470px;
    margin: auto;
    background: url(../img/decor/visiting-img.png) no-repeat center/contain;
    z-index: -1;
}

.visiting__content::before {
    color: #da4453;
    background-image: linear-gradient(-41deg, #7c2189 0%, #da4453 100%);
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: .08;
    content: "WR";
    display: inline-block;
    position: absolute;
    top: -81px;
    left: -20px;
    right: -20px;
    font-size: 200px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    z-index: -1;
}

.visiting__desk {
    max-width: 293px;
    width: 100%;
    padding-top: 37px;
    margin: 0 auto;
}

.visiting__subtitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #000;
    margin-bottom: 23px;
    text-align: center;
}

.visiting__list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px;
}

.visiting__item {
    position: relative;
    padding-left: 52px;
    margin-bottom: 14px;
}

.visiting__item::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 2px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    z-index: -1;
    background: url(../img/icon/check.jpg) no-repeat center/cover;
}

.visiting__item strong {
    display: inline-block;
    color: #000;
}

.visiting__item p {
    line-height: 20px;
    color: #3a3c52;
}

.visiting__content .form {
    margin: 0 auto;
}

.navigation {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
}

.navigation__list {
    list-style-type: none;
    margin: 0 0 18px;
    padding: 25px 0;
    border-top: 1px solid rgba(184, 191, 209, .2);
    border-bottom: 1px solid rgba(184, 191, 209, .2);
}

.navigation__item {
    margin-bottom: 27px;
}

.navigation__item:last-child {
    margin-bottom: 0;
}

.navigation__link {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.navigation__link:hover {
    color: #6c3a79;
}

.navigation__social {
    margin: 0;
}

.navigation__social .social__item {
    padding: 0;
    margin-right: 90px;
}

.navigation__social .social__link {
    padding: 0;
    color: #fff;
    font-size: 8px;
    font-weight: 300;
    width: auto;
    height: auto;
}

.view-tovar {
    position: relative;
    margin-bottom: 38px;
    max-width: 137px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fff;
    border-radius: 15px;
    overflow: hidden;
    text-align: left;
}

.view-tovar__nav {
    display: none;
    background: #000;
}

.view-tovar__nav--active {
    display: block;
}

.view-tovar__btn {
    position: relative;
    text-align: left;
    display: inline-block;
    padding: 10px 30px 10px 20px;
    width: 100%;
    font-size: 10px;
    font-weight: 300;
    color: #fff;
    background: 0 0;
    border-radius: 50px;
    border: none;
}

.view-tovar__btn::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 10px;
    transition: .3s;
    height: 10px;
    background: url(../img/icon/icon-arrow-back.svg) no-repeat 50%/cover;
}

.view-tovar__btn--active::after {
    transform: translateY(-50%) rotate(90deg);
}

.page {
    padding-top: 33px;
    padding-bottom: 33px;
}

.page__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.page__row--xs-reverse {
    flex-direction: column-reverse;
}

.page__large,
.page__mini {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.page__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.page__prev {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #a0aaba;
    padding-left: 30px;
}

.page__prev::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 15px;
    background: url(../img/icon/icon-arrow-back-grey.svg) no-repeat left/12px;
}

.page__home {
    position: relative;
    width: 26px;
    height: 26px;
    font-size: 0;
}

.page__home::after,
.page__home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    background-color: #bdc6d5;
}

.page__home::after {
    transform: translateX(-50%) rotate(-45deg);
}

.page__home::before {
    transform: translateX(-50%) rotate(45deg);
}

.slide-video {
    position: relative;
    z-index: 2;
}

.slide-video__slides {
    overflow: hidden;
}

.slide-video__item {
    position: relative;
    display: block;
    height: 200px;
    border: none !important;
}

.slide-video__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(41, 44, 48, .64);
}

.slide-video__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slide-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../images/icon-play.svg) no-repeat center/11px;
    z-index: 9;
    border: 1px solid #787d81;
}

.slide-video__rev {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 9px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    color: #b4b6b9;
    z-index: 2;
    text-align: center;
    margin: 0 auto 20px;
    letter-spacing: 1.8px;
}

.slide-video__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 50px;
    background-color: #25282d;
}

.slide-video__sum {
    margin: 0;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.slide-video__current::after {
    content: "/";
    margin: 0 5px;
    color: #fff;
}

.slide-video__arrows {
    display: flex;
    justify-content: space-between;
    max-width: 50px;
    width: 100%;
}

.slide-video__arrow {
    position: relative;
    width: 18px;
    height: 18px;
    background: 0 0;
    border: none;
    padding: 0;
}

.slide-video__arrow--prev {
    background: url(../images/icon-arrow-back.svg) no-repeat 0 2px/13px;
}

.slide-video__arrow--next {
    transform: rotate(-180deg);
    background: url(../images/icon-arrow-back-right.svg) no-repeat 50%/13px;
}

.blog-prev {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 62px;
}

.blog-prev__img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}

.blog-prev__title {
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-prev__content p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #3a3c52;
}

.blog-prev__footer {
    display: flex;
    justify-content: space-between;
}

.blog-prev__time {
    font-size: 10px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #62636a;
}

.blog-prev__btn {
    padding-bottom: 4px;
}

.cat-menu {
    border: 1px solid #eee;
    margin-bottom: 40px;
    margin-left: auto;
    padding: 35px 24px 9px;
}

.cat-menu__title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    color: #222333;
    margin-bottom: 40px;
}

.cat-menu__list {
    list-style-type: none;
    padding: 0;
    margin: 16px 0 0 3px;
}

.cat-menu__item {
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
    margin-bottom: 22px;
}

.cat-menu__link {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}

.cat-menu__link:hover {
    color: #000;
}

.single {
    max-width: 760px;
    margin: 0 auto;
}

.single__header {
    text-align: center;
    margin-bottom: 60px;
}

.single__teg,
.single__title {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 10px;
}

.single__teg {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    line-height: 12px;
}

.single__title {
    font-size: 30px;
    line-height: 30px;
    color: #222333;
}

.single__time {
    display: inline-block;
    font-size: 10px;
    font-weight: 300;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.single img {
    margin-bottom: 35px;
    width: 100%;
}

.single p:not(.digest__text) {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #3a3c52;
    margin-bottom: 35px;
}

.single h2:not(.digest__big-title),
.single h3:not(.digest__big-title),
.single h4:not(.digest__big-title),
.single h5:not(.digest__big-title) {
    font-size: 27px;
    line-height: 37px;
    font-weight: 700;
    margin-bottom: 30px;
}

.single .single__text {
    margin-bottom: 0;
}

.single .single__digest {
    margin-bottom: 35px;
}

.order-page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 15px;
}

.order-page__title {
    margin-bottom: 15px;
}

.order-page__social {
    justify-content: center;
    margin-bottom: 20px;
}

.order-page__social .social__link {
    width: 40px;
    height: 40px;
}

.order-page__text {
    max-width: 480px;
    margin: 0 auto 20px;
}

.order-page__block {
    text-align: center;
}

.order-page__img {
    transform: translateX(15px);
}

.toggle-sliders {
    display: block;
}

.toggle-sliders__fill {
    display: block;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    border-radius: 10px;
}

.toggle-sliders {
    background: #e6e6e6;
    position: relative;
    max-width: 95px;
    width: 100%;
    height: 37px;
    box-shadow: inset 2px 2px 7px rgba(0, 0, 0, .49);
    border-radius: 21px;
    border: none;
    margin-bottom: 17px;
    background-color: #4b505b;
    cursor: pointer;
}

.toggle-sliders::after,
.toggle-sliders::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    color: #6a7388;
    transition: .3s;
}

.toggle-sliders::after {
    right: 20px;
    content: "после";
}

.toggle-sliders::before {
    content: "до";
    left: 20px;
}

.toggle-sliders__handle span::after,
.toggle-sliders__handle span::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 14px;
    height: 1px;
    opacity: 1;
    transition: .3s;
    background: #da4453;
}

.toggle-sliders__handle span::after {
    top: 50%;
    margin-top: -5px;
    transform: translateX(-50%) rotate(40deg);
}

.toggle-sliders__handle span::before {
    bottom: 50%;
    margin-bottom: -5px;
    transform: translateX(-50%) rotate(-40deg);
}

.toggle-sliders--active::after {
    opacity: 0;
}

.toggle-sliders--active span {
    box-shadow: 2px 0 13px rgba(0, 0, 0, .5), 0 0 79px rgba(122, 175, 203, .65);
}

.toggle-sliders--active span::after {
    top: 50%;
    margin-top: -3px;
    background: #c5c9d0;
    transform: translateX(-50%);
}

.toggle-sliders--active span::before {
    bottom: 50%;
    margin-bottom: -3px;
    background: #c5c9d0;
    transform: translateX(-50%);
}

.toggle-sliders__handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    box-shadow: 2px 0 13px rgba(0, 0, 0, .5);
    background-color: #fff;
    z-index: 1;
    transition: .3s;
    border-radius: 50%;
}

.toggle-sliders--horizontal .toggle-sliders__handle {
    top: 0;
    touch-action: pan-y;
    transition: .3s;
}

/* new___style */
/* specialize */
.sub__text-site {
    color: rgba(42, 42, 42, 1);
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    padding-top: 20px;
    max-width: 500px;
    padding-bottom: 20px;
}

.specialize__services p {
    max-width: 530px;
}

.specialize__services {
    overflow: hidden;
    background: rgba(246, 243, 238, 1);
    padding: 130px 0;
}

.specialize__services p {
    color: rgba(42, 42, 42, 1);
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    padding-top: 20px;
}

.site__title.sing__text {
    max-width: 750px;
    margin: 0 auto;
}

.site__title {
    font-family: "Cormorant", serif;
    color: rgba(42, 42, 42, 1);
    font-size: 48px;
    line-height: 57px;
    font-weight: 700;
}

.site__title span {
    font-weight: 300;
}

.specialize__list {
    display: flex;
    gap: 40px;
    padding-top: 65px;
}

.specialize___item {
}

.specialize_body {
}

.specialize_body img {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    min-height: 350px;
    max-height: 280px;
}

.specialize_body p {
    color: rgba(42, 42, 42, 1);
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 20px;
}

.specialize__cover-items {
    margin: 0 35px;
    display: flex;
    flex-flow: column;
    height: 100%;
    min-height: 180px;
}

.specialize__name {
    color: rgba(42, 42, 42, 1);
    font-size: 34px;
    font-weight: 600;
    padding: 20px 0 0px 0;
    font-family: "Cormorant", serif;
}

.show-services {
    margin: 0 28px;
    border: 1px solid transparent;
    background: #c7857a;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    letter-spacing: .5px;
    text-transform: none;
    border-radius: 60px;
    padding: 21px 5px;
    font-size: 16px;
    line-height: 1.2em;
    display: inline-block;
    outline: none;
    font-weight: 300;
    width: 100%;
    max-width: 212px;
}

.show-services:hover {
    border: 1px solid #c7857a;
    background: rgba(246, 243, 238, 1);
    color: #2a2a2a;
}

/* specializeEnd */
/* nailsmarket */
.nails__market {
    overflow: hidden;
    background: url(../images/bg-site-el.png) center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding: 100px 0 100px 0;
}

.nails__content {
}

.nails__text {
    color: #FFFFFF;
    font-size: 10px;
    font-family: 'Geometria-Bold';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.nail__title {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    padding: 20px 0 50px 0;
}

.nail__title span {
    font-weight: 700;
}

.catalog__slider {
}

.catalog__slider-item {
}

.catalog__slider-body {
    margin: 0 10px;
}

.catalog__item {
}

.catalog__item img {
    width: 100%;
    vertical-align: bottom;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.catalog__item-image {
}

.catalog__item-details {
    padding: 20px;
    background: #F0F1F5;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    min-height: 221px;
    height: 100%;
    display: flex
;
    flex-flow: column;
}

.catalog__item-title {
    color: #030303;
    font-size: 18px;
    font-weight: 700;
}

.catalog__item-description {
    color: #3A3C52;
    font-size: 15px;
    line-height: 1.4;
    padding-top: 10px;
    padding-right: 12px;
}

.catalog__item-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
}

.catalog__item-price {
    display: flex;
    flex-flow: column;
    width: 50%;
}

.catalog__item-price-label {
    color: #505258;
    font-size: 14px;
    font-weight: 400;
}

.catalog__item-price-value {
    color: #030303;
    font-size: 29px;
    font-family: 'Geometria-Regular';
    padding-top: 5px;
}

.catalog__item-button {
    align-items: center;
    display: flex;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
    border-radius: 50px;
    border: 0;
    outline: none;
    cursor: pointer;
    padding: 10px 15px;
    background-image: linear-gradient(-39deg, #7c2189 0%, #da4453 100%), linear-gradient(64deg, #3a1f70 0%, #dc768e 100%);
    width: 50%;
    justify-content: end;
}

.catalog__item-button:hover {
    box-shadow: 0 0 20px #962b7a;
}

.catalog__item-button i {
    width: 20px;
    height: 20px;
    margin-left: 30px;
    background: url(../images/bag.svg) center / 16px no-repeat;
}

.btn {
}

/* nailsmarketEnd */
/* instagram slider */
.instagram__content {
    text-align: center;
}

.results__text {
    color: #1A1A1A;
    font-size: 10px;
    font-family: 'Geometria-Bold';
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 10px;
}

.slider__instagram {
    margin-top: 95px;
}

.slider__instagram-body {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

.slider__instagram-body:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 0;
    position: absolute;
    content: '';
    opacity: 0.4;
}

.slider__instagram-body img {
    width: 100%;
    height: auto;
    display: block;
}

.instagram__social {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    color: #fff;
    padding: 10px;
    text-align: start;
    font-size: 16px;
}

.instagram__social a {
    color: #EFEFEF;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 20px;
}

.instagram__social a:hover {
    text-decoration: underline;
}

.instagram__social i {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    background: url(../images/instagram-img.svg) center / 20px no-repeat;
}

/* instagram sliderEnd */
/* manicure */
.manicure__services {
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    padding: 130px 0;
}

.manicure__services p {
    color: rgba(42, 42, 42, 1);
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    padding: 20px 0 40px 0;
}

.manicure__body-overflow {
    border: 1px solid #0000001C;
    border-radius: 20px;
    padding: 15px 15px 40px 15px;
}

.manicure__top-block {
    padding-top: 40px;
}

.manicure__left-element {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.manicure__left-body {
    width: 32%;
}

.detailed__information-cover {
    display: flex;
    position: relative;
    overflow: hidden;
    z-index: 1;
    justify-content: space-between;
    background-size: cover;
    align-items: end;
    padding: 0 40px 17px 30px;
    height: 100%;
    min-height: 280px;
    border-radius: 20px;
}

.detailed__information-cover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(22, 40, 50, 0) 0%, rgba(12, 27, 36, 0.4355) 91%);
    z-index: -1;
}

.detailed__information {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.information__block {
}

.information__block span {
    color: #B8BFD1;
    font-family: 'Geometria-Regular';
    font-size: 14px;
}

.lable__number {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 28px;
    font-family: 'Geometria-Light';
    padding-top: 5px;
}

.lable__number span {
    font-family: 'Geometria-Regular';
    font-size: 18px;
}

.detailed__benefit  span {
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Geometria-Light';
    line-height: 1.4;
}

.detailed-cover-items {
    padding: 0 35px;
    display: flex;
    flex-flow: column;
    height: 100%;
    min-height: 220px;
}

.manicure__name {
    color: #2A2A2A;
    font-weight: 600;
    font-size: 31px;
    padding-top: 25px;
    font-family: "Cormorant", serif;
}

.manicure__text {
    color: #2A2A2A;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.4;
    padding: 14px 0 29px 0;
}

.manicure__appointment {
    border: 1px solid transparent;
    background: #c7857a;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    letter-spacing: .5px;
    text-transform: none;
    border-radius: 60px;
    padding: 22px 32px;
    font-size: 16px;
    line-height: 1.2em;
    display: inline-block;
    outline: none;
    font-weight: 300;
    max-width: 248px;
    margin-right: auto;
    margin-top: auto;
}

.manicure__appointment:hover {
    border: 1px solid #c7857a;
    background: #FFFFFF;
    color: #2a2a2a;
}

.manicure__right-element {
    width: 66%;
}

.right__element-body {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: url(../images/bg-right.png) no-repeat center;
    background-size: cover;
    padding: 20px;
    display: flex;
    border-radius: 20px;
    height: 100%;
    min-height: 380px;
}

.right__element-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(22, 40, 50, 0) 0%, rgba(12, 27, 36, 0.4355) 91%);
    z-index: -1;
}

.right__content-cover {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    width: 100%;
    padding: 0 30px 18px 38px;
}

.nail__text-cover {
}

.nail_name {
    color: #FFFFFF;
    font-size: 30px;
    font-family: 'Geometria-Bold';
    padding-bottom: 25px;
}

.detailed__benefit {
}

.discount__block {
    display: flex;
    align-items: end;
}

.discount__price-cover {
    padding-right: 25px;
}

.discount__name {
    padding-bottom: 10px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
}

.discount__price {
    color: #FFFFFF;
    font-size: 48px;
    font-family: 'Geometria-Bold';
}

.discount__price span {
    font-family: 'Geometria-Regular';
    font-size: 30px;
}

.discount__details {
    border: 1px solid #fff;
    background: none;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    letter-spacing: .5px;
    text-transform: none;
    border-radius: 60px;
    padding: 10px 32px;
    font-size: 16px;
    line-height: 1.2em;
    display: inline-block;
    outline: none;
    font-weight: 300;
}

.manicure__list {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.manicure__item {
    width: 33.333%;
}

.manicur__body {
    margin: 10px 10px 30px 10px;
}

/* manicureEnd */
/* video */
.video__deteils-text {
    text-align: center;
    padding-top: 40px;
}

.text-white {
    font-weight: 700;
    color: #ffff;
    font-size: 49px;
    line-height: 1.4;
    padding: 20px 0 56px 0;
    font-family: "Cormorant", serif;
}

.text-white span {
    font-weight: 300;
}

.find__button {
    border: 0;
    background: linear-gradient(88.24deg, #7C2189 0.5%, #DA4453 99.51%);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    letter-spacing: .5px;
    text-transform: none;
    border-radius: 60px;
    padding: 25px 32px;
    font-size: 16px;
    line-height: 1.2em;
    display: inline-block;
    outline: none;
    font-weight: 300;
    width: 100%;
    max-width: 260px;
}

.find__button:hover {
    box-shadow: 0 0 62px #6c3a79, 0 0 79px rgba(195, 63, 138, .29);
}

.primary__video {
    background: url(../images/bg-site-el.png) center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding-bottom: 90px;
    overflow: hidden;
}

.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000e6;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.video-wrapper {
    position: relative;
    width: 80%;
    max-width: 920px;
    max-height: 520px;
    height: 0;
    padding-bottom: 30%;

    /* Соотношение сторон 16:9 */
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 920px;
    max-height: 520px;
    height: 100%;
    border-radius: 10px;
}

.close-video-button {
    position: fixed;
    top: 0;
    right: 20px;
    background: none;
    color: #fff;
    border: none;
    font-size: 70px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    line-height: 1;
    padding: 0;
}

.play-button-icon-white {
    z-index: 7;
    color: #FFFFFF;
    margin-left: 4px;
    font-size: 16px;
    position: relative;
}

.play-button-hover {
    z-index: 10;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    transition: all .3s;
    position: absolute;
    transform: scale(.85);
}

.play-button-icon-white::before {
    content: '\25B6';
    font-size: 14px;
    color: white;
    display: inline-block;
}

.play-button-hover:hover {
    transform: scale(1);
}

.video-button-wrapper {
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    display: flex
;
}

.about-video {
    z-index: 999;
    background-image: linear-gradient(0deg, #0006, #fff0), linear-gradient(#0000004d, #0000004d), url(../images/bg-video.webp);
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 620px;
    margin-left: auto;
    margin-right: auto;
    display: flex
;
    position: relative;
}

/* videoEnd */
/* client */
.clients__choose {
    overflow: hidden;
    padding: 80px 0;
}

.choose__cover {
    display: flex;
}

.choose__right-content {
    width: 50%;
    padding-right: 60px;
}

.choose__right-content p {
    color: #2a2a2a;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}

.site__title {
}

.button-wrapper {
}

.link-with-arrow-round {
}

.services-numbers-cards {
    display: flex;
    flex-wrap: wrap;
}

.service-numbers-body {
    border: 1px solid #F6F3EE;
    color: #fff;
    background: #F6F3EE;
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 30px 70px 30px 30px;
    transition-property: background-color;
    display: flex;
    transition: all 300ms ease-in-out 0s;
    text-transform: uppercase;
    margin: 10px;
}

.service-numbers-item {
    width: 50%;
    position: relative;
}

.service-numbers {
    color: #2A2A2A;
    font-size: 100px;
    font-family: "Catamaran", serif;
    font-weight: 100;
}

.service__item {
    text-transform: none;
    color: #2A2A2A;
    font-weight: 300;
    font-size: 18px;
}

.service-numbers-icon i {
    display: none;
    background: url(../images/shin-arrow.svg);
    width: 25px;
    height: 25px;
    margin-bottom: 30px;
    margin-right: 30px;
    position: absolute;
    inset: auto 0% 0% auto;
    cursor: pointer;
}

.brands__logo {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 100px;
}

.brands__logo-item {
}

.brands__logo-item img {
    width: 100%;
    max-width: 130px;
}

.brand__list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    padding-top: 50px;
}

.brand__item {
    width: 20%;
}

.brand__body {
    margin: 0 10px;
}

.brand__body img {
    width: 100%;
    max-width: 160px;
    max-height: 40px;
    opacity: .5;
    transition: all .3s;
}

/* clientEnd */
/* master */
.masters__studio {
    overflow: hidden;
    padding: 90px 0;
    background: #F6F3EE;
}

.masters__cover {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    text-align: center;
}

.masters__cover .sub__text-site {
    max-width: 700px;
}

.masters__cover p {
    color: #2A2A2A;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    max-width: 696px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    font-family: "Catamaran", serif;
}

.director__name {
}

.masters__block {
    padding: 90px 0 20px 0 ;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.masters__content {
}

.masters__content p {
    color: #2A2A2A;
    font-size: 18px;
    font-weight: 300;
}

.masters__img {
}

.masters__img img {
    width: 100%;
    border-radius: 20px;
}

.masters__name {
    color: #2A2A2A;
    font-size: 28px;
    font-weight: 300;
    padding: 40px 0 0 0;
}

.masters__name span {
    font-weight: 700;
    font-size: 28px;
}

.masters__text {
    color: #2A2A2A;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    max-width: 696px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    font-family: "Catamaran", serif;
}

/* masterEnd */
/* consultetion */
.consultation__block {
    overflow: hidden;
    padding: 0 0 50px 0;
    position: relative;
}

.consultation__line {
    background-color: #F6F3EE;
    height: 80px;
    margin-top: -1px;
    position: absolute;
    inset: 0% 0% auto;
    width: 100%;
}

.consultation__content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.consultation__img {
    margin-right: 50px;
    z-index: 10;
}

.consultation__img img {
    width: 100%;
    max-width: 375px;
}

.consultation__text {
}

.consultation__text p {
    color: #2a2a2a;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}

.site__title {
}

.bottom__btn-overflow {
    display: flex;
    gap: 30px;
    padding-top: 30px;
}

.bottom__btn-cover {
}

.social__cover {
    display: flex;
    gap: 15px;
}

.social__img {
    background: #EFEFEF;
    padding: 15px;
    border-radius: 20px;
}

.social__img img {
    width: 100%;
    max-width: 40px;
}

.social_button {
    border: 0;
    background: linear-gradient(88.24deg, #7C2189 0.5%, #DA4453 99.51%);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    letter-spacing: .5px;
    text-transform: none;
    border-radius: 60px;
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.2em;
    display: inline-block;
    outline: none;
    font-weight: 300;
    width: 100%;
    max-width: 250px;
}

/* consultetionEnd */
/* director */
.director__block {
    overflow: hidden;
    padding: 90px 0;
    background: #F6F3EE;
}

.director__cover {
    display: flex;
}

.director__img {
    width: 50%;
    flex: 1;
    display: flex;
    align-items: stretch;
}

.director__img img {
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.director__text {
    padding: 50px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #fff;
    width: 50%;
    flex: 1;
    display: flex;
    align-items: stretch;
}

.director__text-body {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.director__text-body span {
    color: #2A2A2A;
    font-size: 14px;
    font-weight: 300;
}

.director__text-body p {
    color: #2a2a2a;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

.director__name {
    color: #2A2A2A;
    font-weight: 300;
    font-size: 48px;
    padding: 10px 0;
}

.director__comment {
}

.director__comment {
    color: #C7857A;
    font-size: 36px;
    font-family: "Cormorant", serif;
    font-weight: 300;
    line-height: 1.4;
}

.bottom__numbers {
    display: flex;
    padding-top: 30px;
    gap: 30px;
}

.numbers__body {
}

.numbers__body span {
    color: #2A2A2A;
    font-size: 18px;
    font-family: "Catamaran", serif;
    font-weight: 300;
}

.numbers__deteils {
    color: #2A2A2A;
    font-size: 100px;
    font-weight: 300;
    font-family: "Catamaran", serif;
}

/* directorEnd */
/* slider */
/* slidercatalog */
.catalog__slider .slick-prev,
.catalog__slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.catalog__slider .slick-prev:hover,
.catalog__slider .slick-next:hover {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

.catalog__slider .slick-prev {
    left: -20px;

    /* Position on the left of the slider */
}

.catalog__slider .slick-next {
    right: -20px;

    /* Position on the right of the slider */
}

.catalog__slider .slick-prev::before,
.catalog__slider .slick-next::before {
    content: '';
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
}

.catalog__slider .slick-prev:before {
    transform: rotate(135deg);
    margin-left: 5px;
}

.catalog__slider .slick-next:before {
    transform: rotate(-45deg);
    margin-right: 5px;
}

.catalog__slider .slick-prev:hover::before,
.catalog__slider .slick-next:hover::before {
    opacity: 1;
}

.slick-dots {
    display: flex !important;
    justify-content: center;
    padding-top: 20px;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #4E556C;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
    background: linear-gradient(126deg, #DA4453 0%, #89216B 100%);
    box-shadow: 0px 0px 29px 0px #9217C5;
    border: 1px solid #89216B;
}

.slick-dots li button:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

/* slidercatalogEnd */
/* Общий стиль для кнопок */
.reviews__slider .slick-prev,
.reviews__slider .slick-next ,
.slider__instagram .slick-prev,
.slider__instagram .slick-next {
    box-shadow: 0px 17px 38px 0px #5959591C;
    background: #fff;
    border-radius: 50%;

    /* Скругление */
    width: 50px;
    height: 50px;

    /* Высота кнопки */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;

    /* Позиционирование */
    z-index: 100;

    /* Поверх всего */
    transition: all 0.3s ease;

    /* Анимация при наведении */
    cursor: pointer;
}

/* Левая кнопка (prev) */
.reviews__slider .slick-prev {
    left: -25px;

    /* Отступ от левого края */
}

.slider__instagram .slick-prev {
    left: 65px;

    /* Отступ от левого края */
}

/* Правая кнопка (next) */
.reviews__slider .slick-next {
    right: -25px;

    /* Отступ от правого края */
}

.slider__instagram .slick-next {
    right: 65px;
}

/* Иконки стрелок через псевдоэлементы */
.reviews__slider .slick-prev:before,
.reviews__slider .slick-next:before,
.slider__instagram .slick-prev:before,
.slider__instagram .slick-next:before {
    content: '';

    /* Убираем стандартные стрелки */
    border: solid #000;

    /* Цвет стрелки */
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
}

/* Стрелка "влево" */
.reviews__slider .slick-prev:before,
.slider__instagram .slick-prev:before {
    transform: rotate(135deg);
}

/* Стрелка "вправо" */
.reviews__slider .slick-next:before,
.slider__instagram .slick-next:before {
    transform: rotate(-45deg);
    margin-left: -4px;
}

.reviews__block {
    padding: 160px 0 12px 0;
    overflow: hidden;
}

.reviews__block p {
    color: rgba(42, 42, 42, 1);
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
}

.reviews__slider {
    margin: 153px 0;
}

.reviews__body {
    margin: 0 10px;
    display: flex;
    justify-content: center;
}

.reviews__body img {
    width: 100%;
}

/* sliderENd */
/* footer */
/* General Footer Styles */
.white-top-bg-element {
    background-color: #FFFFFF;
    height: 150px;
    margin-top: -1px;
    position: absolute;
    inset: 0% 0% auto;
    width: 100%;
}

.footer__map img {
    width: 100%;
    border-radius: 20px;
}

.footer {
    overflow: hidden;
    background: url(../images/bg-site-el.png) center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.footer__map {
    position: relative;
    margin-bottom: 40px;
    z-index: 10;
}

.footer__map-content {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.footer__map-frame {
    width: 100%;
    height: 300px;
    border: 0;
}

.footer__map-info {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #FFFFFF;
    padding: 20px 40px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    text-align: left;
    max-width: 350px;
}

.footer__map-title {
    font-size: 20px;
    margin: 0 0 10px;
    color: #2A2A2A;
    font-weight: 700;
}

.footer__map-highlight {
    font-weight: 300;
    font-size: 20px;
    margin: 0 0 10px;
    color: #2A2A2A;
}

.footer__map-description {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

/* Footer Contact Section */
.footer__content {
    background: linear-gradient(91.25deg, #1E2328 0%, #080A0D 100%);
    padding: 20px 0;
}

.footer__contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer__item {
    width: 33.333%;
}

.footer__item:last-child .footer__body {
    max-width: 200px;
    margin-left: auto;
}

.footer__img {
    text-align: center;
}

.footer__address,
.footer__branding,
.footer__appointment {
    flex: 1;
}

.footer__branding {
    display: flex;
    justify-content: center;
}

.footer__address-title {
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'Geometria-Bold';
    color: #fff;
}

.footer__address-info {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    font-family: 'Geometria-Light';
}

.footer__social-link {
    color: #EFEFEF;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Geometria-Light';
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.footer__social-link i {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: url(../images/insta-foter.png) center / 20px no-repeat;
}

.footer__logo {
    width: 100%;
    max-width: 180px;
}

.footer__appointment-title {
    font-size: 11px;
    margin-bottom: 15px;
    color: #B8BFD1;
}

.footer__phone {
    font-size: 16px;
    font-family: 'Geometria-Bold';
    color: #fff;
}

.footer__links {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.footer__link {
    font-size: 14px;
    color: #bbb;
    text-decoration: none;
}

.footer__link:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* footerEnd */
/* faq */
.consultation__block.nails__page {
    padding: 90px 0;
}

.container {
}

.faq__body {
    background: #F6F3EE;
    padding: 136px 50px 50px 50px;
    border-radius: 20px;
}

.faq__body p {
    color: #2A2A2A;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.4;
    padding: 10px 0;
}

.faq__name h3 {
    color: #2A2A2A;
    font-size: 48px;
    font-family: "Cormorant", serif;
    font-weight: 700;
}

.benefits__cover {
}

.faq-block__name {
    color: #2A2A2A;
    font-size: 24px;
    font-family: "Cormorant", serif;
    font-weight: 700;
    padding: 5px 0;
}

.benefits_list {
    display: flex;
    flex-flow: column;
    gap: 5px;
    padding-left: 10px;
    font-size: 10px;
    padding-bottom: 40px;
}

.benefits_list li::before {
    content: "•";
    margin-right: 10px;
    font-size: 20px;
    color: #333;
}

.benefits_list span {
    color: #2A2A2A;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.4;
}

.faq-content {
    display: none;
}

.faq-content p {
    padding: 20px 30px 0 0;
}

.faq-item {
    border: 1px solid #4448674D;
    color: #2A2A2A;
    font-size: 24px;
    font-family: "Cormorant", serif;
    font-weight: 700;
    padding-bottom: 30px;
    padding: 40px;
    cursor: pointer;
    text-align: left;
    border-radius: 20px;
    width: 100%;
    background: none;
    position: relative;
    transition: all 300ms ease-in-out 0s;
}

.faq-list {
    display: flex;
    flex-flow: column;
    gap: 30px;
    padding-top: 50px;
}

.faq-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-icon {
    display: flex;
}

.accordion-icon i {
    content: "";
    right: 40px;
    background: url(../images/arrow-img.png) no-repeat;
    font-size: 18px;
    height: 15px;
    width: 15px;
    transition: transform 0.3s ease;
}

.faq-title:focus {
    outline: none;
}

.faq-item.active .faq-content {
    display: block;
}

.faq-item.active .accordion-icon i {
    color: rgb(199, 133, 122);
    transform: rotate(180deg);
}

.bottom__faq-img {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.faq__img img {
    width: 100%;
    max-width: 630px;
    border-radius: 20px;
}

/* faqEnd */
/* nails */
.right__element-body.nails__element {
    background: url(../images/bg-right2.jpg) no-repeat center;
}

.nail__page-title {
    color: #2A2A2A;
    font-size: 80px;
    font-family: "Cormorant", serif;
    font-weight: 700;
    text-align: center;
}

.sub__text-site.nail__element {
    text-align: center;
    margin: 0 auto;
}

.page-header.nails__page {
    background: linear-gradient(180deg, rgba(220, 187, 139, 0.2) 10%, rgba(255, 255, 255, 0) 70%);
}

.page-header.nails__page .container {
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.manicure__services.nail__element {
    padding: 60px 0 60px 0;
}

.manicure__services .manicure__top-block {
    padding-top: 80px;
}

.page-header.nails__page .container {
    display: flex;
    justify-content: space-between;
}

.page-header.nails__page .container .language-option.active {
    background-color: #4F4F4F;
    color: white;
}

.page-header.nails__page .container .language-toggle {
    border: 1px solid #4F4F4F4D;
}

.page-header.nails__page .container .social-icons .instagram {
    background: url(../images/dark-inst.svg) no-repeat center;
}

.page-header.nails__page .container .social-icons .whatsapp {
    background: url(../images/viber.svg) no-repeat center;
}

.page-header.nails__page .container  .social-icons .icon {
    border: 1px solid #4F4F4F33;
}

.page-header.nails__page .container .btn--b-white i {
    background: url(../images/dark-pin.svg) center / 12px no-repeat;
}

.page-header.nails__page .container .btn--b-white span,
.page-header.nails__page .container .phone,
.page-header.nails__page .container .callback,
.page-header.nails__page .container .language-option {
    color: #4F4F4F;
}

.page-header.nails__page .container .btn--b-white {
    border: 1px solid #4F4F4F;
}

.page-header.nails__page {
    position: relative;
}

.page-header.nails__page::before,
.page-header.nails__page::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.page-header.nails__page::before {
    background-image: url('../images/element-right-img.png');
    top: 0;
    left: 0;
    z-index: 1;
}

.page-header.nails__page::after {
    z-index: 1;
    background-image: url('../images/element-left.png');
    top: 0;
    right: 0;
}

/* nailsEnd */
/* modal */
/* Оверлей */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.visible {
    display: flex;
}

.modal__body {
    box-shadow: 9px 5px 66.7px 0px #0000001F;
    background: #FFFFFF;
    padding: 30px;
    position: relative;
    max-width: 400px;
}

/* Модальное окно */
.modal {
    background: #fff;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 10000;
    opacity: 1;
}

.form__privacy {
    display: flex
;
    align-items: center;
}

/* Кнопка закрытия */
.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: 2px solid #ccc;

    /* Легкая серая обводка */
    font-size: 16px;
    color: #ccc;

    /* Темно-серый цвет для текста */
    padding: 6px;
    cursor: pointer;
    border-radius: 50%;

    /* Сделаем круглый */
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.modal-close:hover {
    color: #000;
}

/* Заголовок */
.modal-title {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #6E6E6E;
    text-align: center;
    font-family: "Catamaran", serif;
}

/* Обертка для чекбокса и текста */
.modal-consent-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
    font-size: 15px;
    color: #666;
    text-align: left;
}

/* Чекбокс */
.modal-checkbox {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #007bff;

    /* Цвет галочки в современных браузерах */
    border: 2px solid #000;
    border-radius: 4px;
    appearance: none;
    position: relative;
}

/* Стилизация для чекбокса (современные браузеры) */
.modal-checkbox::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 4px;
}

.modal-checkbox:checked::before {
}

.modal-checkbox:checked {
    background: transparent;

    /* Убираем синий фон */
}

/* Галочка */
.modal-checkbox:checked::after {
    content: '\2713';

    /* Символ галочки */
    position: absolute;
    top: 0;
    left: 2px;
    font-size: 15px;
    color: #000;
    transform: rotate(5deg);
}

/* Текст рядом с чекбоксом */
.modal-consent-label {
    font-size: 12px;
    line-height: 1.4;
    color: #B9B9B9;
    max-width: 310px;
    font-family: "Catamaran", serif;
}

/* Описание */
.modal-description {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    color: #0000007D;
    font-weight: 300;
    line-height: 1.2;
    font-family: "Catamaran", serif;
}

/* Форма */
.modal-form {
    display: flex;
    flex-direction: column;
}

/* Поля ввода */
.modal-label {
    font-size: 14px;
    margin-bottom: 4px;
    color: #969696;
    font-weight: 600;
    font-family: "Catamaran", serif;
}

.modal-input::placeholder {
    color: #C5C5C5;
    font-family: "Catamaran", serif;
}

.modal-input {
    padding: 10px;
    border: 1px solid #C2C2C2;
    font-weight: 300;
    border-radius: 4px;
    margin-bottom: 16px;
    font-family: "Catamaran", serif;
    font-size: 14px;
}

.modal-input:focus {
    border-color: #007bff;
    outline: none;
}

/* Текст соглашения */
.modal-consent {
    font-size: 12px;
    margin-bottom: 16px;
    color: #666;
    text-align: center;
}

.modal-link {
    color: #007bff;
    text-decoration: none;
}

.modal-link:hover {
    text-decoration: underline;
}

/* Кнопка отправки */
.modal-button {
    padding: 12px;
    color: #fff;
    margin: 0 auto;
    border: none;
    border-radius: 4px;
    background: linear-gradient(83.91deg, #7C2189 -1.09%, #DA4453 99.37%);
    max-width: 270px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}

.modal-button:hover {
}

/* modalEnd */
/* privacy */
.privacy-policy-cover {
    padding: 50px 0;
}

.privacy-policy {
    display: flex;
    flex-flow: column;
}

.privacy-policy__section p,
.privacy-policy p,
.block__detail {
    font-family: "Catamaran", serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: #313131;
    margin-bottom: 10px;
}

.privacy-policy li {
    font-family: "Catamaran", serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: #313131;
    margin-bottom: 5px;
}

.privacy-policy__section span {
    font-family: "Catamaran", serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: #313131;
}

.privacy-policy__subtitle {
    font-weight: 700;
    padding: 10px 0 5px 0;
}

/* privacyEnd */
/* thanks */
.thanks__page__bg-element {
    position: relative;
    height: 100vh;
    min-height: 650px;
}

.thanks__page__bg-element::before {
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
    width: 260px;
    height: 460px;
    background: url(../images/thank-bg.png)  no-repeat center;
    background-size: cover;
    z-index: -1;
}

.thanks__line {
    background: url(../images/bg-gradient.svg) no-repeat;
    background-position: bottom;
    height: 100%;
    margin-top: -1px;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.fullpage.thanks__page {
    height: 100vh;
    min-height: 650px;
    margin-bottom: 80px;
    position: relative;
    overflow: inherit;
}

.fullpage.thanks__page .main-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-btn-cover {
    width: 100%;
    text-align: end;
    display: flex;
    justify-content: end;
}

.main__thanks-btn {
    background-color: #C7857A;
    border-radius: 300px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    transition: transform .3s, color .3s;
    display: flex;
    outline: none;
    cursor: pointer;
    border: 0;
    background-image: url('../images/arrow-thanks.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20%;
}

.fullpage.thanks__page .main-block {
    height: auto;
    padding: 100px 0;
}

.main-block__wrap.thanks__page {
    align-items: center;
    justify-content: center;
}

.main-thank__title {
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    font-family: "Cormorant", serif;
    max-width: 680px;
    text-align: center;
    padding-bottom: 40px;
}

.main-thank__title span {
    font-weight: 300;
    font-style: italic;
}

/* thanksEnd */
/* new___styleEND */
@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem*2));
    }

    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem*2));
    }

    .modal-sm {
        max-width: 300px;
    }

    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .title-tagline {
        font-size: 9px;
        margin-bottom: 9px;
    }

    .title {
        font-size: 36px;
        line-height: 46px;
    }

    .btn--dott {
        font-size: 16px;
        padding: 0 0 12px;
    }

    .field-text--select {
        padding: 0;
    }

    .form {
        padding: 38px 23px 27px;
    }

    .form__title {
        margin-bottom: 19px;
    }

    .pagination__item {
        padding: .5rem;
        min-width: 2.5rem;
        margin: 0 7.5px;
    }

    .page-footer {
        padding-top: 38px;
        padding-bottom: 27px;
    }

    .page-footer__column {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .page-footer__column--md-1 {
        order: 1;
    }

    .page-footer__column--md-2 {
        order: 2;
    }

    .page-footer__column--md-3 {
        order: 3;
    }

    .page-footer__logo {
        margin-bottom: 0;
    }

    .page-footer__address {
        text-align: left;
        max-width: 154px;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .page-footer .social {
        justify-content: flex-start;
        max-width: 154px;
    }

    .result {
        padding-top: 91px;
    }

    .result__header {
        max-width: 690px;
        margin-bottom: 78px;
    }

    .result__item {
        margin: 0;
    }

    .result__img {
        height: 400px;
        max-width: 100%;
    }

    .result__insta {
        margin: 0;
    }

    .result .owl-nav [class*=owl-] {
        width: 68px;
        height: 68px;
        background-size: 17px !important;
    }

    .result .owl-nav .owl-prev {
        left: 40px;
    }

    .result .owl-nav .owl-next {
        right: 40px;
    }

    .bleach__tagline {
        margin-bottom: 23px;
    }

    .bleach__woman img {
        top: 285px;
    }

    .services {
        padding-top: 109px;
        padding-bottom: 76px;
    }

    .services__tagline {
        margin-bottom: 18px;
    }

    .services__header {
        margin-bottom: 58px;
    }

    .services__column {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .stages__slider .owl-nav [class*=owl-] {
        transform: translateY(-50%);
        top: 50%;
        bottom: inherit;
    }

    .stages__slider .owl-nav .owl-prev {
        left: -40px;
    }

    .stages__slider .owl-nav .owl-next {
        right: -40px;
    }

    .catalog {
        padding-top: 105px;
        padding-bottom: 93px;
    }

    .catalog__tagline {
        margin-bottom: 21px;
    }

    .catalog__header {
        margin-bottom: 69px;
    }

    .catalog__slider .owl-nav [class*=owl-] {
        width: 68px;
        height: 68px;
        transform: translateY(-110%);
        background-size: 17px !important;
    }

    .catalog__slider .owl-nav .owl-next {
        right: -34px;
    }

    .catalog__slider .owl-nav .owl-prev {
        left: -34px;
    }

    .tovar__img {
        height: 200px;
        margin-bottom: 35px;
    }

    .tovar__desc {
        padding: 0 15px 10px 26px;
    }

    .tovar__text {
        margin-bottom: 24px;
    }

    .tovar__price-text {
        margin-bottom: -3px;
    }

    .tovar__price-cost::after {
        width: 14px;
        height: 22px;
    }

    .tovar__price-cost {
        font-size: 29px;
        padding-right: 23px;
    }

    .news {
        padding-bottom: 84px;
        padding-top: 80px;
    }

    .news__header {
        max-width: 480px;
        margin-bottom: 65px;
    }

    .news__mb {
        margin-bottom: 55px;
    }

    .digest {
        height: 260px;
        margin-bottom: 30px;
    }

    .digest--big {
        height: 550px;
    }

    .digest__prev {
        padding: 26px 42px 35px 25px;
    }

    .digest__prev--none-color {
        padding: 35px 43px;
    }

    .digest__title {
        font-size: 30px;
        line-height: 30px;
    }

    .digest__title--size-mini {
        font-size: 16px;
        line-height: 25px;
    }

    .digest__big-title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 12px;
    }

    .digest__text {
        height: auto;
        margin-bottom: 42px;
    }

    .digest__data {
        width: 100%;
    }

    .digest__data--size {
        font-size: 11px;
    }

    .digest__play {
        width: 89px;
        height: 89px;
        margin-bottom: 25px;
    }

    .digest__play span {
        width: 64px;
        height: 64px;
    }

    .digest__btn::after {
        right: 21px;
        font-size: 10px;
        background-position: 0 2px;
        background-size: 12px;
    }

    .digest__btn {
        font-size: 10px;
        padding: 14px 39px 13px 18px;
    }

    .phone {
        margin-right: 0;
        margin-bottom: 0;
        text-align: left;
    }

    .phone__text {
        font-size: 11px;
        margin-bottom: 13px;
    }

    .phone__link {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .phone__list-messager {
        max-width: 100%;
    }

    .service--couple,
    	.service--min {
        min-height: calc(100% - 30px);
    }

    .service {
        padding: 37px 32px 22px 29px;
        min-height: 460px;
        margin-bottom: 30px;
    }

    .service__title--fortification {
        font-size: 30px;
        margin-top: -9px;
    }

    .service__title--couple {
        font-size: 30px;
        margin-top: -50px;
        margin-bottom: 11px;
    }

    .service__title--birthday {
        max-width: 200px;
        margin-top: 80px;
        margin-bottom: 5px;
        font-size: 30px;
    }

    .service__title--light,
    	.service__title--medium,
    	.service__title--ultra {
        font-size: 50px;
    }

    .service__header {
        margin-bottom: 57px;
    }

    .service__desc--width {
        max-width: 130px;
    }

    .service__desc {
        font-size: 21px;
        margin-bottom: 79px;
    }

    .service__desc--size {
        font-size: 16px;
        line-height: 25px;
    }

    .service__char--ident {
        margin-bottom: 32px;
    }

    .service__char-text--size {
        font-size: 14px;
    }

    .service__char-total--ru {
        padding-right: 23px;
        background-size: 20px;
    }

    .service__char-total {
        font-size: 29px;
    }

    .service__footer {
        bottom: 18px;
        left: 29px;
        right: 32px;
    }

    .service__footer--md-bottom .service__stipulation,
    	.service__stipulation {
        bottom: 7px;
        right: 0;
        max-width: 165px;
        font-size: 14px;
        line-height: 21px;
    }

    .service__footer--md-bottom .service__stipulation {
        left: auto;
    }

    .service__close {
        display: none;
    }

    .visiting {
        padding-top: 86px;
        padding-bottom: 112px;
    }

    .visiting__tagline {
        margin-bottom: 12px;
    }

    .visiting__content::before {
        left: -70px;
    }

    .visiting__content {
        flex-direction: row;
        padding-top: 460px;
    }

    .visiting__content .form,
    	.visiting__desk {
        margin-left: 0;
    }

    .visiting__subtitle {
        font-size: 18px;
        line-height: 27px;
        text-align: left;
        margin-bottom: 39px;
    }

    .visiting__list {
        margin-bottom: 0;
    }

    .visiting__item {
        margin-bottom: 21px;
    }

    .visiting__item strong {
        margin-bottom: 10px;
    }

    .navigation {
        margin-bottom: 0;
    }

    .navigation::after {
        content: "menu";
        position: absolute;
        right: -7px;
        bottom: 47px;
        color: #090909;
        font-size: 240px;
        font-weight: 900;
        z-index: -1;
        text-transform: uppercase;
    }

    .navigation__link {
        font-size: 18px;
    }

    .navigation__social {
        position: absolute;
        bottom: 6px;
        right: 4px;
        margin: 0;
    }

    .navigation__social .social__item {
        margin-left: 50px;
        margin-right: 0;
    }

    .blog-prev {
        flex-wrap: nowrap;
    }

    .blog-prev__img {
        flex-shrink: 0;
        height: 260px;
        max-width: 399px;
        margin-bottom: 0;
    }

    .blog-prev__content {
        margin-left: 44px;
    }

    .blog-prev__title {
        font-size: 21px;
        line-height: 30px;
    }

    .blog-prev__btn {
        font-size: 14px;
        padding-bottom: 9px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px;
    }

    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .section__col-large {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .section__col-medium {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .page-footer__developer {
        margin-bottom: 0;
    }

    .stage {
        flex-direction: row;
        overflow: visible;
        box-shadow: 0 17px 29px rgba(89, 89, 89, .11);
    }

    .stage__content {
        max-width: 440px;
        padding: 32px 47px 28px;
        flex-shrink: 0;
    }

    .stage__decor--1 {
        background: url(../img/decor/circle-1.png) no-repeat top left/cover;
    }

    .stage__decor--1::after,
    	.stage__decor--2::after,
    	.stage__decor--3::after {
        display: none;
    }

    .stage__decor--2,
    	.stage__decor--3 {
        background: url(../img/decor/circle-2.png) no-repeat top left/cover;
    }

    .stage__decor {
        padding-bottom: 0;
    }

    .stage__decor img {
        margin-top: -25px;
        max-width: 100%;
        width: auto !important;
    }

    .stage__decor--full {
        max-width: 416px;
        overflow: hidden;
    }

    .stage__decor--full img {
        height: 100%;
    }

    .stage__count {
        display: inline-block;
        text-align: left;
        margin-bottom: 13px;
    }

    .stage__title {
        margin-bottom: 20px;
        font-size: 21px;
        text-align: left;
    }

    .stage__content p {
        line-height: 20px;
        font-size: 12px;
    }

    .stages {
        padding-top: 79px;
        padding-bottom: 69px;
    }

    .stages__all {
        margin-left: 70px;
    }

    .stages__header {
        margin-bottom: 86px;
    }

    .stages__item {
        width: 832px;
    }

    .stages__slider .owl-stage-outer {
        overflow: visible;
    }

    .stages__slider {
        margin-bottom: 89px;
    }

    .stages__dots-wrap {
        overflow-x: visible;
    }

    .stages__dots-list {
        max-width: 1060px;
        padding: 0;
    }

    .stages__dots-item {
        max-width: 170px;
        width: 100%;
    }

    .stages__dot::after {
        font-size: 80px;
        line-height: 62px;
        padding-bottom: 9px;
    }

    .stages__dot::before {
        font-size: 80px;
        line-height: 62px;
        top: 27px;
    }

    .stages__dot {
        font-size: 16px;
        font-weight: 300;
        line-height: 21px;
        padding-top: 41px;
    }

    .stages__slider .owl-nav .owl-next {
        right: -10px;
    }

    .catalog__slider {
        padding: 0;
    }

    .nav__link {
        width: auto;
        font-size: 14px;
        padding: 15px 34px;
        border-radius: 50px;
        border-top: none;
        color: #b8bfd1;
    }

    .nav__link.active {
        background-color: #3f4959;
        color: #fff;
        font-weight: 700;
    }

    .digest {
        margin-bottom: 0;
    }

    .digest--mb {
        margin-bottom: 30px;
    }

    .service__char-total--size {
        font-size: 50px;
        line-height: 60px;
    }

    .view-tovar {
        max-width: 100%;
        border: none;
        margin-bottom: 86px;
    }

    .view-tovar__nav {
        display: flex;
    }

    .view-tovar__btn {
        display: none;
    }
}

@media (min-width:1200px) {
    .fullpage__wrap {
        height: 100%;
        width: calc(100% - 205px);
    }

    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .menu {
        z-index: 999;
    }

    .menu__header {
        padding-top: 29px;
        padding-bottom: 42px;
        margin-bottom: 82px;
        z-index: 999;
    }

    .container {
        max-width: 1400px;
    }

    .container.full__page-first {
        max-width: 1920px;
        padding: 0 91px 0 139px;
    }

    .section__col-large {
        flex: 0 0 60%;
        max-width: 730px;
    }

    .section__col-medium {
        flex: 0 0 40%;
        max-width: 470px;
    }

    .page-header {
        padding-top: 29px;
    }

    .page-header__toggle {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 76px;
        box-shadow: 6px -1px 10px rgba(0, 0, 0, .29);
        background-color: #0f0f10;
        z-index: 9;
        transition: .3s;
    }

    .page-header__toggle--active {
        box-shadow: 6px -1px 10px rgba(0, 0, 0, 0);
        z-index: 9999;
    }

    .page-header__toggle-btn {
        position: absolute;
        top: 44px;
        left: 0;
        right: 0;
        width: 20px;
        z-index: 9;
    }

    .page-header__logo {
        margin-right: 85px;
    }

    .fullpage {
        height: 100vh;
        min-height: 650px;
    }

    .fullpage__woman {
        bottom: -120px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 418px;
        height: 784px;
    }

    .fullpage__center {
        padding-bottom: 110px;
    }

    .fullpage--blog {
        height: auto;
        min-height: auto;
    }

    .main-block,
    	.main-block__wrap {
        display: flex;
        flex-direction: column;
    }

    .main-block {
        width: 100%;
        height: calc(100% - 173px);
    }

    .main-block__wrap {
        margin-bottom: 0;
        min-height: calc(100% - 263px);
        justify-content: flex-end;
    }

    .main-block__ton {
        font-size: 14px;
        margin-bottom: 21px;
    }

    .main-block__ton span {
        font-size: 30px;
    }

    .main-block__social {
        right: 4px;
        margin: 0;
        padding-right: 41px;
    }

    .main-block__social .social__item {
        margin-left: 50px;
        margin-right: 0;
    }

    .main-block__center {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-grow: 1;
    }

    .bleach {
        padding-top: 100px;
        padding-bottom: 94px;
    }

    .bleach__header {
        text-align: left;
        margin-bottom: 94px;
    }

    .bleach__woman img {
        top: 54px;
        left: 144px;
        right: 0;
        margin: 0 auto;
        max-width: 688px;
        max-height: 1258px;
    }

    .range {
        left: 62px;
        top: -11px;
        width: 42px;
        height: calc(100% + 21px);
    }

    .range__btn {
        width: 42px;
        height: 43px;
    }

    .range__btn::after {
        width: 10px;
        height: 10px;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .rangeslider {
        left: 62px;
        top: 0;
        width: 42px;
        visibility: visible;
        z-index: 1;
    }

    .rangeslider__fill,
    	.rangeslider__handle {
        position: absolute;
        bottom: 0;
        transition: .3s;
    }

    .rangeslider__fill {
        background-image: linear-gradient(to top, #211820 0%, #2a2f37 100%);
        width: 100%;
        border-radius: 0 0 50px 50px;
        box-shadow: inset 3px 0 7px rgba(0, 0, 0, .49);
    }

    .rangeslider__fill:after {
        content: "";
        position: absolute;
        top: -20px;
        height: 40px;
        width: 100%;
        background: rgba(137, 33, 107, .7);
        border-radius: 50%;
    }

    .rangeslider__handle {
        left: 0;
        right: 0;
        box-shadow: 2px 0 13px rgba(0, 0, 0, .5), 0 0 79px rgba(203, 122, 168, .65);
        background-color: #fff;
        border: none;
        border-radius: 50%;
        touch-action: pan-x;
        width: 42px;
        height: 43px;
    }

    .rangeslider__handle::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        border-right: 1px solid #030303;
        border-bottom: 1px solid #030303;
        width: 10px;
        height: 10px;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .whitening {
        max-width: 350px;
        margin-bottom: 0;
        margin-left: 0;
    }

    .whitening__number {
        display: block;
        margin: 0;
        letter-spacing: 3.6px;
        text-transform: uppercase;
        font-size: 9px;
        font-weight: 300;
        color: #6a7388;
    }

    .whitening__name {
        font-size: 18px;
    }

    .whitening__item {
        margin-bottom: 75px;
    }

    .whitening__text {
        font-size: 14px;
    }

    .whitening__desk {
        max-width: 201px;
    }

    .whitening__desk::after,
    	.whitening__desk::before {
        display: none;
    }

    .services__column {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .stages__slider .owl-nav .owl-next {
        right: 220px;
    }

    .parameter {
        position: absolute;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        max-width: 304px;
        width: 100%;
        height: 100%;
        padding-bottom: 67px;
        margin: 0;
        background-image: linear-gradient(-204deg, #1e2328 0%, #080a0d 100%);
    }

    .parameter__list {
        display: block;
        background-image: none;
        box-shadow: none;
        border-radius: 0;
        margin-bottom: 51px;
        max-width: 146px;
        width: 100%;
    }

    .parameter__item:first-child {
        display: block;
    }

    .parameter__item:last-child {
        padding-left: 0;
        padding-bottom: 40px;
        margin-bottom: 38px;
        border-bottom: 1px solid #2e343b;
    }

    .parameter__item {
        width: auto;
        padding: 0 0 33px;
        margin-bottom: 33px;
        border-right: 0;
        border-bottom: 1px solid #2e343b;
    }

    .parameter__char {
        font-size: 12px;
        margin-bottom: 0;
    }

    .parameter__total--ru {
        padding-right: 44px;
        background-position: 100% 56%;
        background-size: 30px;
    }

    .parameter__total sub {
        font-size: 21px;
    }

    .parameter__total {
        font-size: 44px;
    }

    .parameter__btn {
        padding: 23px 30px 20px;
        width: auto;
        max-width: 100%;
    }

    .parameter__title {
        display: inline-block;
        max-width: 146px;
        width: 100%;
        margin-bottom: 33px;
        color: #fff;
        font-size: 18px;
        transition: .3s;
    }

    .service--min {
        min-height: 380px;
    }

    .visiting__content::after {
        left: -552px;
        top: -123px;
        width: 685px;
        height: 665px;
        margin: 0;
    }

    .visiting__content::before {
        left: -330px;
        font-size: 450px;
    }

    .visiting__content {
        margin-right: 0;
        padding-top: 0;
    }

    .navigation__list {
        margin-bottom: 0;
        padding: 0;
        border: 0;
    }

    .page--single {
        padding-top: 66px;
        padding-bottom: 66px;
    }

    .page__row--xs-reverse {
        flex-direction: row;
    }

    .page__large {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .page__mini {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .slide-video {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 205px;
    }

    .slide-video__slides {
        height: calc(100% - 66px);
    }

    .slick-list {
        height: 100% !important;
    }

    .slide-video__footer {
        padding: 24px;
    }

    .slide-video__sum {
        font-size: 12px;
    }

    .cat-menu {
        max-width: 288px;
        margin-bottom: 0;
    }

    .single .single__digest {
        height: 449px;
    }

    .toggle-sliders {
        max-width: 113px;
        height: 42px;
    }

    .toggle-sliders__handle {
        width: 43px;
        height: 43px;
    }
}

@media (min-width:1200px) and (max-width:1340px) {
    .menu {
        padding-left: 80px !important;
    }

    .fullpage--blog,
    	.section {
        padding-left: 80px;
    }

    .page--single {
        padding-left: 0;
    }
}

@media screen and (max-width:1580px) {
    .container.full__page-first {
        max-width: 1400px;
        padding: 0 33px 40px 80px;
    }

    .brands__logo {
        padding-top: 50px;
    }
}

@media screen and (max-width:1280px) {
    .fullpage__wrap {
        padding-bottom: 90px;
    }

    .reviews__slider .slick-prev {
        left: 0px;
    }

    .reviews__slider .slick-next {
        right: 0;
    }

    .catalog__slider .slick-prev {
        left: 0;
    }

    .catalog__slider .slick-next {
        right: 0;
    }
}

@media screen and (max-width:1380px) {
}

@media screen and (max-width:1200px) {
    .container.full__page-first {
        max-width: 1200px;
        padding: 0 15px;
    }

    .main-block__center {
        padding-top: 0;
    }
}

@media screen and (max-width:950px) {
    .specialize__services,
    .manicure__services,
    .reviews__block,
    .masters__block,
    .nails__market {
        padding: 70px 0;
    }

    .reviews__slider {
        margin: 30px 0;
    }

    .main-block__center {
        padding-top: 20px;
    }

    .main-block__wrap {
        margin-bottom: 0;
    }

    .main-block__title {
        padding-top: 0;
        line-height: inherit;
        margin-bottom: 10px;
    }

    .fullpage__wrap {
        padding-bottom: 30px;
    }

    .brands__logo {
        padding-top: 20px;
    }

    .director__text {
        padding: 35px;
    }

    .fullpage.thanks__page,
    .thanks__page__bg-element {
        min-height: auto;
        margin-bottom: 0;
        height: auto;
        padding-bottom: 20px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width:850px) {
    .faq__body {
        padding: 20px;
    }

    .director__cover {
        flex-flow: column;
    }

    .director__img {
        width: 100%;
        margin-bottom: 50px;
    }

    .director__img img {
        border-radius: 20px;
    }

    .director__text {
        width: 100%;
    }

    .choose__cover {
        flex-flow: column;
    }

    .choose__right-content {
        width: 100%;
        padding-right: 0;
    }

    .reviews__body img {
        max-width: 300px;
    }

    .manicure__item {
        width: 50%;
    }

    .specialize__list {
        flex-flow: column;
    }

    .manicure__left-element {
        flex-flow: column-reverse;
    }

    .manicure__left-body,
    .manicure__right-element {
        width: 100%;
    }

    .fullpage.thanks__page .main-block {
        padding: 110px 0;
    }
}

@media screen and (max-width:750px) {
    .btn--location {
        display: none;
    }

    .faq__name h3 {
        font-size: 35px;
    }

    .nail__title {
        padding: 20px 0;
    }

    .site__title.sing__text {
        padding: 0 15px;
    }

    .footer__content {
        padding: 0 0 20px 0;
    }

    .footer__item:nth-child(1) .footer__body {
        display: none;
    }

    .footer__links {
        justify-content: center;
    }

    .footer__item:last-child .footer__body {
        max-width: 100%;
        margin-left: inherit;
    }

    .footer__item {
        width: 100%;
    }

    .footer__body {
        text-align: center;
    }

    .footer__contact {
        justify-content: center;
        flex-flow: column;
        gap: 20px;
    }

    .social__img {
        padding: 10px;
        border-radius: 10px;
    }

    .bottom__btn-overflow {
        flex-flow: column;
        align-items: center;
        padding-top: 15px;
    }

    .social__img img {
        width: 100%;
        max-width: 26px;
    }

    .consultation__text {
        display: flex;
        flex-flow: column;
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
        padding-top: 31px;
    }

    .consultation__content {
        flex-flow: column;
    }

    .consultation__img {
        margin-right: 0;
    }

    .director__block,
    .masters__studio {
        padding: 30px 0;
    }

    .numbers__body span {
        font-size: 15px;
    }

    .numbers__deteils {
        font-size: 70px;
    }

    .director__name {
        font-size: 35px;
    }

    .clients__choose {
        padding: 30px 0;
    }

    .brand__body {
        margin: 10px;
    }

    .brand__item {
        width: 50%;
    }

    .brand__list {
        padding-top: 10px;
        justify-content: center;
    }

    .service-numbers {
        font-size: 70px;
    }

    .catalog__item-details {
        min-height: 200px;
    }

    .catalog__item-price-value {
        font-size: 20px;
    }

    .slider__instagram .slick-prev {
        left: 10px;
    }

    .slider__instagram .slick-next {
        right: 10px;
    }

    .slider__instagram {
        padding-top: 20px;
        margin-top: 20px;
    }

    .text-white {
        font-size: 20px;
    }

    .discount__block {
        flex-flow: column;
        gap: 10px;
    }

    .nail_name {
        font-size: 20px;
    }

    .detailed__benefit span {
        line-height: 1.4;
        font-size: 14px;
    }

    .discount__price {
        font-size: 30px;
    }

    .discount__details {
        padding: 10px 16px;
    }

    .specialize__name {
        font-size: 30px;
    }

    .masters__cover p {
        padding: 10px 0 0 0;
    }

    .site__title,
    .nail__title {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .main-block__title {
        font-size: 40px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .main-block__wrap {
        margin-bottom: 0px;
    }

    .social-icons {
        display: none;
    }

    .phone {
        margin-bottom: 0;
    }

    .manicur__body {
        margin: 10px 0;
    }

    .footer {
        padding-top: 50px;
    }

    .consultation__content {
        flex-flow: column;
    }

    .masters__block {
        gap: 10px;
        flex-flow: column;
    }

    .manicure__list {
        flex-flow: column;
        padding-top: 0;
    }

    .manicure__item {
        width: 100%;
    }

    .detailed-cover-items {
        padding: 0;
        min-height: auto;
    }

    .specialize__cover-items,
    .show-services {
        margin: 0;
    }

    .specialize__cover-items {
        min-height: auto;
    }

    .logo img {
        max-width: 162px;
    }

    .right__content-cover {
        padding: 0;
    }

    .right__element-body,
    .detailed__information-cover {
        padding: 20px 20px;
    }

    .director__comment {
        font-size: 30px;
        line-height: 1;
    }

    .director__text-body {
        gap: 0;
    }

    .specialize__list {
        padding-top: 10px;
        gap: 15px;
    }
}

@media screen and (max-width:650px) {
    .nail__page-title {
        font-size: 40px;
    }

    .page-header.nails__page::before,
    .page-header.nails__page::after {
        width: 114px;
        height: 126px;
    }

    .faq-item {
        padding: 20px;
    }

    .bottom__faq-img {
        flex-flow: column;
    }

    .thanks__page__bg-element::before {
        display: none;
    }

    .main-thank__title {
        font-size: 40px;
    }

    .fullpage.thanks__page .main-block {
        height: auto;
        padding: 30px 0;
    }

    .service-numbers-body {
        margin: 10px 0;
    }

    .manicure__services p {
        padding: 10px 0;
    }

    .bottom__numbers {
        justify-content: center;
    }

    .service-numbers-item {
        width: 100%;
        position: relative;
    }

    .manicure__top-block {
        padding-top: 10px;
    }
}

@media screen and (max-width:450px) {
    .modal-consent-label {
        max-width: 230px;
    }

    .modal__body {
        padding: 20px;
        max-width: 299px;
    }

    .logo img {
        max-width: 132px;
    }

    .site__title,
    .nail__title {
        font-size: 30px;
    }

    .footer__map-info {
        position: unset;
        max-width: 100%;
        padding: 15px;
    }

    .footer__map {
        display: flex;
        flex-flow: column;
        gap: 10px;
    }

    .manicure__name {
        font-size: 25px;
    }

    .site__title {
        font-size: 25px;
    }

    .bottom__numbers {
        justify-content: space-between;
    }
}

@media (min-width:1200px) and (max-width:1280px) {
    .page {
        padding-left: 80px;
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing,
    	.fade,
    	.modal.fade .modal-dialog {
        transition: none;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.js-field {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);

    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.service__tooth-tone::before,
.service__tooth-tone::after {
    opacity: 0.18;
}