/* Start:/local/assets/styles/tiny.css?16316206422123*/
.tns-outer {
    padding: 0 !important;
}
.tns-outer [hidden] {
    display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer;
}
.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}
.tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%;
}
.tns-no-calc {
    position: relative;
    left: 0;
}
.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}
.tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important;
}
.tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
.tns-autowidth {
    display: inline-block;
}
.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6;
}
.tns-lazy-img.tns-complete {
    opacity: 1;
}
.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s;
}
.tns-ovh {
    overflow: hidden;
}
.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}
.tns-transparent {
    opacity: 0;
    visibility: hidden;
}
.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}
.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}
.tns-vpfix {
    white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
    display: inline-block;
}
.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}
.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0;
}
.tns-t-ct:after {
    content: "";
    display: table;
    clear: both;
}
.tns-t-ct > div {
    width: 1.4285714%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left;
}

/* End */

/* Start:/local/assets/styles/tobi.min.css?16316206424793*/
.tobi-zoom {
    border: 0;
    box-shadow: none;
    display: block;
    position: relative;
    text-decoration: none;
}
.tobi-zoom img {
    display: block;
}
.tobi-zoom__icon {
    align-items: center;
    background-color: rgba(26, 42, 58, 0.94);
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 0;
}
.tobi-zoom__icon svg {
    color: #fff;
    fill: none;
    height: 1.11111em;
    padding-bottom: 0.22222em;
    padding-left: 0.22222em;
    padding-right: 0.22222em;
    padding-top: 0.22222em;
    pointer-events: none;
    stroke-linecap: square;
    stroke-linejoin: miter;
    stroke-width: 2;
    stroke: #fff;
    width: 1.11111em;
}
.tobi-is-open {
    overflow-y: hidden;
}
.tobi {
    background-color: rgba(26, 42, 58, 0.94);
    bottom: 0;
    box-sizing: border-box;
    contain: strict;
    font-size: 18px;
    left: 0;
    line-height: 1.5555555555555556;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1337;
}
.tobi[aria-hidden="true"] {
    display: none;
}
.tobi *,
.tobi *::before,
.tobi *::after {
    box-sizing: inherit;
}
.tobi__slider {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    will-change: transform;
}
.tobi__slider:not(.tobi__slider--is-dragging) {
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
    .tobi__slider:not(.tobi__slider--is-dragging) {
        transition: none;
    }
}
.tobi__slider--is-draggable .tobi__slider__slide__content {
    cursor: -webkit-grab;
    cursor: grab;
}
.tobi__slider--is-dragging .tobi__slider__slide__content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.tobi__slider__slide {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.tobi__slider__slide__content > figure {
    margin: 0;
    position: relative;
}
.tobi__slider__slide__content > figure > img {
    display: block;
    height: auto;
    max-height: 85vh;
    max-width: 85vw;
    width: auto;
}
.tobi__slider__slide__content > figure > figcaption {
    background-color: rgba(255, 255, 255, 0.94);
    bottom: 0;
    color: #1a2a3a;
    display: block;
    left: 0;
    padding-bottom: 0.22222em;
    padding-left: 0.44444em;
    padding-right: 0.44444em;
    padding-top: 0.22222em;
    position: absolute;
    white-space: pre-wrap;
    width: 100%;
}
.tobi__slider__slide__content[data-type="html"] {
    max-height: 85vh;
    max-width: 85vw;
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
}
.tobi__slider__slide__content[data-type="html"] video {
    cursor: auto;
    display: block !important;
    max-height: 85vh;
    max-width: 85vw;
}
.tobi__slider__slide__content[data-type="iframe"] {
    max-height: 85vh;
    max-width: 85vw;
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0);
}
.tobi__slider__slide__content[data-type="iframe"] iframe {
    display: block !important;
    height: 85vh;
    width: 85vw;
}
.tobi__slider__slide__content[data-type="youtube"] {
    max-height: 85vh;
    max-width: 85vw;
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
}
.tobi__slider__slide__content[data-type="youtube"] iframe {
    display: block !important;
}
.tobi > button {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0.05556em solid transparent;
    color: #fff;
    cursor: pointer;
    display: flex;
    font: inherit;
    justify-content: center;
    line-height: 1;
    margin: 0;
    opacity: 0.5;
    padding-bottom: 0.22222em;
    padding-left: 0.22222em;
    padding-right: 0.22222em;
    padding-top: 0.22222em;
    position: absolute;
    touch-action: manipulation;
    transition-duration: 0.3s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    will-change: opacity, transform;
    z-index: 1;
}
@media screen and (prefers-reduced-motion: reduce) {
    .tobi > button {
        transition: none;
        will-change: opacity;
    }
}
.tobi > button svg {
    pointer-events: none;
    stroke: #fff;
    stroke-width: 1;
    stroke-linecap: square;
    stroke-linejoin: miter;
    fill: none;
    color: #fff;
}
.tobi > button:active,
.tobi > button:focus,
.tobi > button:hover {
    opacity: 1;
    transform: scale(0.84);
}
@media screen and (prefers-reduced-motion: reduce) {
    .tobi > button:active,
    .tobi > button:focus,
    .tobi > button:hover {
        transform: none;
    }
}
.tobi > button.tobi__prev,
.tobi > button.tobi__next {
    top: 50%;
    top: calc(50% - 2.22222em);
}
.tobi > button.tobi__prev svg,
.tobi > button.tobi__next svg {
    height: 3.88889em;
    width: 3.88889em;
}
.tobi > button.tobi__prev {
    left: 0;
}
.tobi > button.tobi__next {
    right: 0;
}
.tobi > button.tobi__close {
    right: 0.27778em;
    top: 1em;
}
.tobi > button.tobi__close svg {
    height: 3.33333em;
    width: 3.33333em;
}
.tobi > button:disabled,
.tobi > button[aria-hidden="true"] {
    display: none;
}
.tobi__counter {
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    display: flex;
    font-size: 1.11111em;
    justify-content: center;
    left: 1em;
    line-height: 1;
    position: absolute;
    top: 2.22222em;
    z-index: 1;
}
.tobi__counter[aria-hidden="true"] {
    display: none;
}
.tobi-loader {
    display: inline-block;
    height: 5.55556em;
    left: calc(50% - 2.77778em);
    position: absolute;
    top: calc(50% - 2.77778em);
    width: 5.55556em;
}
.tobi-loader::before {
    animation: spin 1s infinite;
    border-radius: 100%;
    border: 0.22222em solid #949ba3;
    border-top-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* End */

/* Start:/local/assets/styles/app.min.css?163162064255829*/
table {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
table tr:nth-child(odd) {
    background-color: rgba(36, 35, 35, 0.25);
}
table td {
    padding: 20px 15px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    text-align: center;
}
table td:last-child {
    border-right: 0;
}
@media screen and (max-width: 767px) {
    .table-wrapper {
        width: 100%;
        overflow: auto;
    }
}
.articles-list__description a {
    text-decoration: none;
}
.article .masters__list {
    padding-top: 10px;
    margin-bottom: -30px;
}
#06c2ce.sale-item picture,
.sale-item img {
    display: block;
    width: 100%;
}
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Regular.woff2) format("woff2"),
        url(../fonts/Gilroy-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Oranienbaum;
    src: url(../fonts/Oranienbaum-Regular.woff2) format("woff2"),
        url(../fonts/Oranienbaum-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Bold.woff2) format("woff2"),
        url(../fonts/Gilroy-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
}
body {
    min-height: 100%;
    font-size: 100%;
    line-height: 1.5;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
a {
    background: 0 0;
}
:active,
:focus,
:hover {
    outline: 0;
}
hr {
    box-sizing: content-box;
    height: 0;
}
ol,
ul {
    list-style: none;
}
pre {
    -moz-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap;
}
q {
    quotes: "\201C""\201D""\2018""\2019";
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button {
    overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
button,
input,
select[multiple],
textarea {
    background-image: none;
}
input,
select,
textarea {
    border-radius: 0;
    box-shadow: none;
}
input,
textarea {
    resize: none;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
[placeholder]:focus:-ms-input-placeholder {
    color: transparent;
}
[placeholder]:focus::placeholder {
    color: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font-family: Gilroy, Helvetica, Arial, sans-serif;
    color: #fff;
}
h1,
h2,
h3 {
    font-family: Oranienbaum, Times, serif;
}
h1,
h2,
h3,
h4,
h5 {
    line-height: 1.5;
}
h1 {
    margin-bottom: 0.25em;
    font-size: 27px;
}
h2 {
    margin-bottom: 1.5em;
    font-size: 27px;
}
h3 {
    margin-bottom: 0.75em;
    font-size: 22px;
}
h4 {
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: 700;
}
h5 {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: 700;
}
.main__section {
    margin-bottom: 45px;
}
@media screen and (min-width: 1024px) {
    h1 {
        font-size: 55px;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 25px;
    }
    h5 {
        font-size: 20px;
    }
    .main__section {
        margin-bottom: 90px;
    }
}
p {
    line-height: 1.6;
}
b,
strong {
    font-weight: 700;
}
.form__input::-webkit-input-placeholder {
    color: transparent;
}
.form__input:-moz-placeholder {
    color: transparent;
}
.form__input::-moz-placeholder {
    color: transparent;
}
.form__input::-ms-input-placeholder {
    color: transparent;
}
.form__label {
    position: absolute;
    top: 0;
    left: 26px;
    white-space: nowrap;
    opacity: 0.5;
    transform: translateY(19px);
    transition: all 0.15s ease-out;
}
.form__input:not(:placeholder-shown) + label {
    transform: translateY(4px);
    font-size: 12px;
}
.form--resume .form__input-wrapper {
    margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
    .form--resume .form__wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .form--resume .form__input-wrapper {
        width: 48%;
    }
    .form--resume .form__input-wrapper:last-child {
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .form--resume {
        width: 75%;
        margin: 0 auto;
    }
    .form--resume .form__input-wrapper {
        width: 24%;
    }
}
h1 span,
h2 span {
    color: #f724ff;
}
img {
    object-fit: cover;
}
.main--inner {
    padding-top: 200px;
    padding-bottom: 140px;
}
.container {
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}
.js-accordeon__expandable {
    max-height: 0;
    display: none;
    transition: max-height 0.2s ease-out;
    overflow: hidden;
}
.js-accordeon__expandable--shown {
    display: block;
}
.js-accordeon__indicator {
    transition: transform 0.2s ease-out;
}
.gold {
    color: #06c2ce;
}
.swiper-slide {
    height: auto;
}
.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}
.content h2 {
    margin-bottom: 0.5em;
    text-transform: uppercase;
}
.content ul {
    padding-left: 20px;
    margin-bottom: 1.5em;
    list-style-type: disc;
}
.content ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 1.5em;
}
.content p {
    margin-bottom: 1.5em;
}
.content a {
    text-decoration: underline;
    color: inherit;
}
.content a:hover {
    color: #e39e5f;
}
.content hr {
    margin-bottom: 1.5rem;
    border: 0;
    border-bottom: 1px solid #fff;
    opacity: 0.25;
}
.page404 .container {
    width: 100vw;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page404 .container p:first-child {
    margin-bottom: 2em;
    font-size: 24px;
}
.page404 .container p:nth-child(2) {
    margin-bottom: 30px;
    font-size: 160px;
    line-height: 0.75;
    font-family: Oranienbaum, Times, serif;
    color: #e39e5f;
}
.page404 .container p:last-child {
    font-size: 20px;
}
@media screen and (min-width: 1024px) {
    .page404 .container p:first-child {
        font-size: 24px;
    }
    .page404 .container p:nth-child(2) {
        font-size: 280px;
    }
    .page404 .container p:last-child {
        font-size: 20px;
    }
}
.about__carousel {
    position: relative;
    margin-bottom: 30px;
    border-radius: 6px;
}
.about__carousel img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.about__link-to-page {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px;
    margin-top: 15px;
    line-height: 1;
    text-decoration: none;
    color: #e39e5f;
    background-image: linear-gradient(to right, #e39e5f 1px, transparent 1px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: 0 bottom;
}
.about__link-to-page svg {
    display: block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    fill: currentColor;
    transition: transform 0.2s ease-out;
}
.about__link-to-page:hover svg {
    transform: translateX(5px);
}
.about__subheading {
    margin-bottom: 30px;
}
.about .js-about-expandable {
    overflow: hidden;
    max-height: 200px;
    margin-bottom: 30px;
    transition: max-height 0.5s ease-out;
}
.about__text p {
    margin-bottom: 20px;
}
.about__show-all {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 700;
    background-color: transparent;
    border: 0;
    color: #06c2ce;
}
.about .tns-controls {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    transform: translateY(-50%);
    pointer-events: none;
}
.about .tns-controls button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    color: #fff;
    border: 0;
    background-color: transparent;
    pointer-events: auto;
}
.about .tns-controls button:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.about .tns-controls button:first-child {
    transform: rotate(-180deg);
}
.about .tns-controls svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: currentColor;
}
@media screen and (min-width: 1024px) {
    .about__carousel img {
        height: 500px;
    }
    .about__text {
        max-height: auto;
        overflow: initial;
        column-count: 2;
        column-gap: 90px;
        margin-bottom: 45px;
    }
    .about__text p {
        display: inline-block;
    }
    .about__show-all {
        display: none;
    }
    .about .tns-controls {
        padding: 0;
    }
    .about .tns-controls button {
        position: relative;
        padding: 10px;
        background-color: #8a3680;
        border-radius: 100%;
        box-shadow: 0 0 15px 8px rgba(138, 54, 128, 0.75),
            0 0 8px 2px rgba(0, 0, 0, 0.75);
    }
    .about .tns-controls button svg {
        width: 20px;
        height: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .about .tns-controls {
        left: -20px;
        width: calc(100% + 40px);
    }
}
.addings__table {
    width: 100%;
}
.addings__row {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 10px;
    background-color: transparent;
    background-image: linear-gradient(to right, #fff 1px, transparent 1px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: 0 bottom;
}
.addings__cell {
    display: block;
}
.addings__cell--description p:first-child {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}
.addings__cell--price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}
.addings__cell svg {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: #06c2ce;
}
.addings__footer {
    text-align: center;
    margin-top: 45px;
}
.addings__footer .button {
    width: 100%;
    max-width: 320px;
}
@media screen and (min-width: 1024px) {
    .addings__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .addings__footer .button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: auto;
        max-width: auto;
    }
}
.advantages-list {
    position: relative;
    width: calc(100%+30px);
    margin: 0 -15px;
    padding: 30px 15px;
    background-color: #060f1e;
}
.advantages-list__icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 18px;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #06c2ce;
}
.advantages-list__icon svg {
    display: block;
    width: 70px;
    height: 70px;
    fill: #fff;
}
.advantages-list__item {
    text-align: center;
}
.advantages-list__advantage {
    margin-bottom: 25px;
    font-size: 24px;
    font-family: Oranienbaum, Times, serif;
    color: #fff;
}
.advantages-list__text {
    padding: 0 35px;
}
.advantages-list--short {
    margin-bottom: 0;
}
.advantages-list--short .advantages-list__icon {
    width: 175px;
}
.advantages-list--short .advantages-list__advantage {
    font-size: 24px;
}
.advantages-list--short .advantages-list__item {
    width: auto;
    padding-right: 0;
    margin-bottom: 0;
    text-align: center;
}
.advantages-list .tns-controls {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    transform: translateY(-50%);
    pointer-events: none;
}
.advantages-list .tns-controls button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    color: #fff;
    border: 0;
    background-color: transparent;
    pointer-events: auto;
}
.advantages-list .tns-controls button:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.advantages-list .tns-controls button:first-child {
    transform: rotate(-180deg);
}
.advantages-list .tns-controls svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: currentColor;
}
@media screen and (min-width: 1024px) {
    .advantages-list {
        width: auto;
        margin: 0;
        padding: 0;
        background-color: transparent;
    }
    .advantages-list__layout {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .advantages-list__item {
        width: 50%;
        margin-bottom: 45px;
        padding-right: 45px;
        text-align: left;
    }
    .advantages-list__icon {
        box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.25);
    }
    .advantages-list__icon svg {
        width: 40px;
        height: 40px;
    }
    .advantages-list__text {
        padding: 0;
    }
    .advantages-list--columns {
        margin: 0 -15px -60px -15px;
    }
    .advantages-list--columns .advantages-list__item {
        width: 33.3333%;
        padding: 0 30px;
        margin-bottom: 60px;
    }
    .advantages-list--columns .advantages-list__advantage {
        text-transform: uppercase;
    }
}
.advantages__intro {
    margin-bottom: 45px;
}
.advantages__pictures {
    position: relative;
    margin-bottom: 30px;
}
.advantages__pictures img {
    display: block;
    height: 500px;
    width: 100%;
}
.master-photos {
    padding-bottom: 50px;
}
.master-photos-container {
    position: relative;
}
.master-photos-container .tobi-zoom__icon {
    display: none;
}
.master-photos-container img {
    border-radius: 6px;
    display: block;
    height: 500px;
    margin: 0 auto;
}
@media screen and (max-width: 600px) {
    .master-photos-container img {
        width: 100%;
    }
}
.master-photos__thumbnails,
.advantages__thumbnails {
    display: none;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
.master-photos__thumbnail,
.advantages__thumbnail {
    display: block;
    width: 110px;
    height: 90px;
    background-color: transparent;
    border: 0;
}
.master-photos__thumbnail img,
.advantages__thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}
.master-photos .tns-controls {
    display: flex;
    justify-content: space-between;
    top: 220px;
    position: absolute;
    z-index: 1;
    width: 100%;
    pointer-events: none;
}
.advantages .tns-controls {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    transform: translateY(-50%);
    pointer-events: none;
}
.master-photos .tns-controls button,
.advantages .tns-controls button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    color: #fff;
    border: 0;
    background-color: transparent;
    pointer-events: auto;
}
.master-photos .tns-controls button:disabled,
.advantages .tns-controls button:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.master-photos .tns-controls button:first-child,
.advantages .tns-controls button:first-child {
    transform: rotate(-180deg);
}
.master-photos .tns-controls svg,
.advantages .tns-controls svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: currentColor;
}
@media screen and (min-width: 1024px) {
    .advantages__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .advantages__pictures {
        position: relative;
        width: 40%;
    }
    .advantages__thumbnails {
        display: -ms-flexbox;
        display: flex;
    }
    .advantages__content {
        width: 60%;
        padding-left: 90px;
    }
}
@media screen and (min-width: 1140px) {
    .master-photos__thumbnails {
        display: -ms-flexbox;
        display: flex;
    }
}
.article__intro-image {
    display: block;
    width: 100%;
    margin-bottom: 45px;
    border-radius: 6px;
}
.article__intro {
    margin-bottom: 30px;
}
.article__intro-index {
    margin-bottom: 30px;
    padding: 15px 30px;
    background-color: rgba(200, 200, 200, 0.25);
    border-radius: 6px;
}
.article__intro-index li {
    margin-bottom: 15px;
}
.article__pictures {
    position: relative;
    margin-bottom: 30px;
}
.article__pictures img {
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 6px;
}
.article__note {
    margin-bottom: 30px;
    padding: 15px 30px;
    background-color: rgba(200, 200, 200, 0.25);
    border-radius: 6px;
}
.article__note :last-child {
    margin-bottom: 0;
}
.article__footer {
    padding-top: 45px;
    text-align: center;
}
.article__footer h2 {
    margin-bottom: 0.5em;
}
.article__footer .button {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.article__footer-text {
    margin-bottom: 15px;
}
.article__footer-phone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    font-family: Oranienbaum, Times, serif;
    font-size: 30px;
    color: #06c2ce;
}
.article__footer-phone svg {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    fill: currentColor;
}
.article .tns-controls {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    transform: translateY(-50%);
    pointer-events: none;
}
.article .tns-controls button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    color: #fff;
    border: 0;
    background-color: transparent;
    pointer-events: auto;
}
.article .tns-controls button:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.article .tns-controls button:first-child {
    transform: rotate(-180deg);
}
.article .tns-controls svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: currentColor;
}
@media screen and (min-width: 1024px) {
    .article__intro {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .article__intro-index {
        width: 40%;
        margin-bottom: 0;
    }
    .article__intro-text {
        width: 60%;
        padding-left: 60px;
    }
    .article__footer {
        padding-top: 90px;
    }
    .article__footer-phone {
        font-size: 40px;
    }
    .article__pictures .js-article-carousel {
        display: -ms-flexbox;
        display: flex;
    }
    .article__pictures .js-article-carousel div {
        margin-right: 15px;
    }
    .article__pictures .js-article-carousel div:last-child {
        margin-right: 0;
    }
}
.articles-list {
    padding-top: 45px;
}
.articles-list__item {
    margin-bottom: 45px;
}
.articles-list__item:last-child {
    margin-bottom: 0;
}
.articles-list__picture {
    position: relative;
    display: none;
    width: 100%;
    margin-bottom: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.articles-list__picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.articles-list__description {
    width: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.articles-list__text {
    margin-bottom: 30px;
}
.articles-list__name {
    margin-bottom: 15px;
    font-family: Oranienbaum, Times, serif;
    font-size: 28px;
    text-transform: uppercase;
}
.articles-list hr {
    display: block;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #06c2ce;
    opacity: 0.5;
}
.articles-list__link {
    display: inline-block;
    padding-bottom: 5px;
    text-decoration: none;
    color: #06c2ce;
    background-color: transparent;
    background-image: linear-gradient(to right, #06c2ce 1px, transparent 1px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: 0 bottom;
}
.articles-list__link svg {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    fill: currentColor;
    transition: transform 0.2s ease-out;
}
.articles-list__link:hover svg {
    transform: translateX(5px);
}
@media screen and (min-width: 768px) {
    .articles-list__picture {
        display: block;
    }
}
@media screen and (min-width: 1024px) {
    .articles-list__item {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 60px;
    }
    .articles-list__picture {
        margin-bottom: 0;
        width: 290px;
    }
    .articles-list__description {
        padding-left: 90px;
    }
}
.breadcrumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    font-size: 12px;
}
.breadcrumbs__item {
    position: relative;
    margin-right: 15px;
}
.breadcrumbs__item::after {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    content: "|";
}
.breadcrumbs__item:last-child {
    margin-right: 0;
}
.breadcrumbs__item:last-child::after {
    content: "";
}
.breadcrumbs__link {
    text-decoration: none;
    color: inherit;
    opacity: 0.75;
}
@media screen and (min-width: 768px) {
    .breadcrumbs {
        font-size: 16px;
    }
}
.button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 60px;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    background-color: #f724ff;
    border: 0;
    border-radius: 30px;
    box-shadow: 0 0 20px 5px #f724ff;
    transition: box-shadow 0.2s ease-out, background-color 0.2s ease-out;
}
.button:hover {
    box-shadow: 0 0 25px 10px #999;
}
@media screen and (min-width: 500px) {
    .button {
        font-size: 16px;
    }
}
.card {
    display: block;
}
.contacts .section-intro {
    margin-bottom: 30px;
}
.contacts__inner {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 0 15px 30px 15px;
    text-align: center;
    background-color: #17193a;
}
.contacts__item {
    margin-bottom: 30px;
}
.contacts__item:last-child {
    margin-bottom: 0;
}
.contacts .icon-hearts {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    transform: translateY(-25px);
}
.contacts .icon-hearts::before {
    width: 150px;
    height: 50px;
}
.contacts .icon-hearts svg {
    width: 40px;
    height: 40px;
}
.contacts__heading {
    margin-bottom: 20px;
}
.contacts__heading--desktop {
    display: none;
}
.contacts__heading--mobile {
    margin-bottom: 60px;
}
.contacts__subheading {
    margin-bottom: 10px;
}
.contacts__socials {
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5px;
}
.contacts__map {
    position: relative;
    width: 100%;
    height: 400px;
}
.contacts__map::before {
    z-index: 100;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #17193a;
    opacity: 0.3;
    pointer-events: none;
}
.contacts #map {
    width: 100%;
    height: 100%;
}
.contacts__info {
    padding-bottom: 45px;
}
.contacts__info .socials {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.contacts__info .socials__heading {
    margin-bottom: 10px;
}
.contacts__work {
    margin-bottom: 30px;
    text-align: center;
}
.contacts__work-title {
    font-weight: 700;
    color: #06c2ce;
}
.contacts__work-phone {
    font-weight: 700;
    font-size: 18px;
}
.contacts__work-link {
    color: inherit;
}
.main--inner .contacts:last-child {
    margin-bottom: -140px;
}
@media screen and (min-width: 1024px) {
    .contacts__info {
        padding-bottom: 0;
    }
    .contacts__info .socials {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .contacts__info .socials__heading {
        margin-bottom: 0;
    }
    .contacts__work-link,
    .contacts__work-phone,
    .contacts__work-text,
    .contacts__work-title {
        display: inline-block;
        margin-right: 10px;
    }
    .contacts__inner {
        position: relative;
        z-index: 101;
        width: 100%;
        padding: 0 30px 45px 30px;
        border-radius: 6px;
        margin: 0;
        transform: translateY(50%);
    }
    .contacts__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center;
    }
    .contacts__item {
        width: 33.3333%;
    }
    .contacts__heading--mobile {
        display: none;
    }
    .contacts__heading--desktop {
        display: block;
    }
}
.faq__item {
    margin-bottom: 15px;
}
.faq__short {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px;
    background-image: linear-gradient(to right, #fff 1px, transparent 1px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    background-position: 0 bottom;
    cursor: pointer;
}
.faq__indicator {
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    background-color: #06c2ce;
    border-radius: 100%;
    box-shadow: 0 0 10px 4px rgba(6, 194, 206, 0.75);
}
.faq__indicator svg {
    display: block;
    width: 10px;
    height: 10px;
    fill: #fff;
}
.faq__layout {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    background-color: rgba(255, 255, 255, 0.15);
}
.faq__intro {
    margin-bottom: 10px;
}
.faq__answer {
    font-style: italic;
}
.faq__answer p {
    margin-bottom: 10px;
}
.js-accordeon__toggler--active .faq__indicator {
    transform: rotate(90deg);
}
@media screen and (min-width: 1024px) {
    .faq__layout {
        padding-left: 60px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.footer {
    padding: 30px 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.footer__column {
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer__column:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}
.footer__policy {
    text-decoration: none;
    color: #fff;
}
.footer__subheading {
    margin-bottom: 10px;
    font-family: Oranienbaum, Times, serif;
    font-size: 22px;
}
.footer__phones {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
    font-size: 14px;
}
.footer__phones span {
    margin-right: 15px;
    white-space: nowrap;
    vertical-align: top;
}
.footer__phones span:last-child {
    margin-right: 0;
}
.footer__phones svg {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    fill: currentColor;
}
.footer .socials {
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (min-width: 1024px) {
    .footer__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer__column {
        border: 0;
        text-align: left;
    }
    .footer .socials {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer__phones {
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 16px;
    }
    .footer__phones span {
        margin-right: 15px;
    }
    .footer__phones span:last-child {
        margin-right: 0;
    }
    .footer__phones svg {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }
}
.form {
    text-align: center;
}
.form ::-webkit-input-placeholder {
    text-align: center;
}
.form input:-moz-placeholder {
    text-align: center;
}
.form__heading {
    margin-bottom: 5px;
}
.form__text {
    margin-bottom: 45px;
}
.form__input-wrapper {
    position: relative;
}
.form__input,
.form__textarea {
    display: block;
    width: 100%;
    padding: 21px 15px 18px 25px;
    line-height: 1;
    border: 2px solid #06c2ce;
    border-radius: 30px;
    resize: none;
}
.form__submit {
    width: 300px;
    margin: 0 auto;
}
.gallery {
    position: relative;
}
.gallery__item img {
    width: 100%;
}
.gallery .tns-controls {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    transform: translateY(-50%);
    pointer-events: none;
}
.gallery .tns-controls button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    color: #fff;
    border: 0;
    background-color: transparent;
    pointer-events: auto;
}
.gallery .tns-controls button:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.gallery .tns-controls button:first-child {
    transform: rotate(-180deg);
}
.gallery .tns-controls svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: currentColor;
}
@media screen and (min-width: 1024px) {
    .gallery__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .gallery__item {
        width: 25%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
}
.header {
    z-index: 102;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    transition: padding 0.2s ease-out;
}
.header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    margin: 0 -15px;
    width: calc(100% + 30px);
    border: 1px solid #06c2ce;
    border-left: 0;
    border-right: 0;
    background-color: rgba(23, 25, 58, 0.9);
}
.header__layout--fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
}
.header__layout--fixed .menu {
    top: 72px;
}
.header__logo {
    width: 150px;
    margin-bottom: 15px;
    text-align: center;
}
.header__menu-toggler {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding-left: 50px;
    color: #06c2ce;
    background-color: transparent;
    border: 0;
}
.header__menu-toggler::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    color: #06c2ce;
    transform: translateY(-50%);
}
.header__menu-toggler svg {
    fill: currentColor;
    pointer-events: none;
}
.header__menu-toggler svg:first-child {
    display: block;
    width: 30px;
    height: 30px;
}
.header__menu-toggler svg:last-child {
    display: none;
    width: 20px;
    height: 20px;
}
.header__menu-toggler--open svg:first-child {
    display: none;
}
.header__menu-toggler--open svg:last-child {
    display: block;
}
.header__phone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 18px;
}
.header__phone svg {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    fill: currentColor;
    vertical-align: sub;
}
.header__phone span {
    text-align: center;
}
@media screen and (min-width: 1100px) {
    .header--fixed {
        position: fixed;
        padding: 15px 0;
        background-color: #17193a;
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
        border: 0;
    }
    .header--inner {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }
    .header__logo {
        width: auto;
        margin: 0;
    }
    .header__inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .header__layout {
        width: auto;
        margin: 0;
        padding: 0;
        background-color: transparent;
        border: 0;
    }
    .header__layout--fixed {
        position: static;
        top: initial;
        left: initial;
    }
    .header__menu-toggler {
        display: none;
    }
}
.heading--section {
    text-transform: uppercase;
}
.heading--center {
    text-align: center;
}
.heading--page {
    text-transform: uppercase;
}
.hero {
    position: relative;
    padding-top: 370px;
    padding-bottom: 100px;
    text-align: center;
    background-image: url(../images/hero.png);
    background-size: cover;
    background-position: center top 180px;
    background-repeat: no-repeat;
}
.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        transparent
    );
}
.hero .container {
    position: relative;
    z-index: 1;
}
.hero__subheading {
    margin-bottom: 5px;
    font-family: Oranienbaum, Times, serif;
    font-size: 20px;
    text-transform: uppercase;
}
.hero__heading {
    margin-bottom: 45px;
    font-family: Oranienbaum, Times, serif;
    font-size: 36px;
}
.hero__list {
    display: none;
    margin-bottom: 60px;
}
.hero__item {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 16px;
}
.hero__cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.hero__text {
    margin-bottom: 30px;
    font-size: 18px;
}
.hero__price {
    display: flex;
    align-items: center;
    line-height: 1;
    font-family: Oranienbaum, Times, serif;
    font-size: 60px;
}
.hero__price svg {
    display: inline-block;
    width: 35px;
    height: 60px;
    line-height: 1;
    fill: currentColor;
}
.hero__button {
    font-weight: 700;
}
@media screen and (min-width: 1024px) {
    .hero {
        padding-top: 300px;
        padding-bottom: 1200px;
        margin-bottom: -1000px;
        background-position: center top;
    }
    .about {
        position: relative;
    }
    .hero__subheading {
        font-size: 26px;
    }
    .hero__heading {
        margin-bottom: 60px;
        font-size: 55px;
    }
    .hero__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .hero__text {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .hero__price {
        margin-left: 20px;
    }
    .hero__cta {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .hero__button {
        margin-right: 20px;
    }
}
.icon-hearts {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 auto 20px auto;
    background-color: #0e0f21;
    border-radius: 100%;
    box-shadow: 0 0 15px 8px rgb(7 14 58), 0 0 8px 2px rgb(0 0 0 / 75%);
}
.icon-hearts svg {
    display: block;
    width: 25px;
    height: 25px;
    fill: currentColor;
}
.layout {
    position: relative;
    background-color: #17193a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .layout {
    background-image: url(../images/main-layout.webp);
}
.no-webp .layout {
    background-image: url(../images/main-layout.jpg);
}
.logo a {
    display: inline-block;
    width: 0;
    height: auto;
    margin: 0 auto;
}
@media screen and (min-width: 1024px) {
    .logo a {
        width: auto;
    }
}
.logo img {
    display: block;
    width: 150px;
    height: auto;
}
.map {
    display: block;
}
.master-detailed__heading {
    margin-bottom: 40px;
}
.master-detailed__pictures {
    position: relative;
    margin-bottom: 15px;
}
.master-detailed__pictures img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 6px;
}
.master-detailed__thumbnails {
    display: none;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
.master-detailed__thumbnail {
    display: block;
    width: 130px;
    height: 90px;
    background-color: transparent;
    border: 0;
}
.master-detailed__thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}
.master-detailed__text {
    margin-bottom: 30px;
}
.master-detailed__name {
    margin-bottom: 15px;
    font-family: Oranienbaum, Times, serif;
    font-size: 28px;
}
.master-detailed__stats {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    color: #06c2ce;
}
.master-detailed__stats-item {
    margin-right: 15px;
}
.master-detailed hr {
    display: block;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #06c2ce;
    opacity: 0.5;
}
.master-detailed__phone {
    margin-bottom: 45px;
}
.master-detailed__phone-text {
    margin-bottom: 10px;
    font-weight: 700;
}
.master-detailed__phone-number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #06c2ce;
}
.master-detailed__phone-number svg {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    fill: currentColor;
}
.master-detailed__button {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.master-detailed .tns-controls {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    transform: translateY(-50%);
    pointer-events: none;
}
.master-detailed .tns-controls button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    color: #fff;
    border: 0;
    background-color: transparent;
    pointer-events: auto;
}
.master-detailed .tns-controls button:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.master-detailed .tns-controls button:first-child {
    transform: rotate(-180deg);
}
.master-detailed .tns-controls svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: currentColor;
}
@media screen and (min-width: 1024px) {
    .master-detailed__heading {
        margin-bottom: 70px;
    }
    .master-detailed__inner {
        display: -ms-flexbox;
        display: flex;
    }
    .master-detailed__pictures {
        width: 40%;
    }
    .master-detailed__thumbnails {
        display: -ms-flexbox;
        display: flex;
    }
    .master-detailed__description {
        width: 60%;
        padding-left: 90px;
    }
    .master-detailed__phone {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .master-detailed__phone-text {
        margin-bottom: 0;
        margin-right: 15px;
    }
}
.master-item__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: 15px;
}
.master-item img {
    display: block;
    width: 100%;
}
.master-item__name {
    margin-bottom: 0;
    font-family: Oranienbaum, Times, serif;
    font-size: 30px;
}
.master-item__online {
    position: relative;
    padding-left: 20px;
    color: #06c2ce;
}
.master-item__online::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #06c2ce;
    border-radius: 100%;
    box-shadow: 0 0 0 rgba(6, 194, 206, 0.4);
    animation: pulse 2s infinite;
    transform: translateY(-50%);
}
.master-item__body {
    position: relative;
}
.master-item__stats {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
}
.master-item__stat {
    margin-right: 15px;
}
.master-item hr {
    display: block;
    margin: 15px 0;
    border: 0;
    border-bottom: 1px solid #06c2ce;
}
.master-item__link {
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}
.master-item__link svg {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    fill: currentColor;
    transition: transform 0.2s ease-out;
}
.master-item__link:hover svg {
    transform: translateX(5px);
}
.master-item__label {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
    padding: 10px 10px 10px 20px;
    background-color: #8a3680;
}
.master-item__label::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: -22px;
    border-top: 22px solid #8a3680;
    border-right: 22px solid transparent;
}
.master-item__label::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: -22px;
    border-bottom: 22px solid #8a3680;
    border-right: 22px solid transparent;
}
.master-item__carousel {
    overflow: hidden;
}
.master-item .tns-controls {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    transform: translateY(-50%);
    pointer-events: none;
}
.master-item .tns-controls button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    color: #fff;
    border: 0;
    background-color: transparent;
    pointer-events: auto;
}
.master-item .tns-controls button:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.master-item .tns-controls button:first-child {
    transform: rotate(-180deg);
}
.master-item .tns-controls svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: currentColor;
}
@keyframes pulse {
    0 {
        box-shadow: 0 0 0 0 rgba(227, 158, 95, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(227, 158, 95, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(227, 158, 95, 0);
    }
}
.master-programms__heading {
    margin-bottom: 10px;
}
.master-programms__subheading {
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #f724ff;
}
.master-programms__list {
    margin-bottom: 60px;
}
.masters--main {
    position: relative;
}
.masters--main .masters__item {
    display: none;
}
.masters--main .masters__item:nth-child(-n + 2) {
    display: block;
}
.masters__heading {
    margin-bottom: 10px;
}
.masters__intro {
    margin-bottom: 60px;
    text-align: center;
}
.masters__item {
    margin-bottom: 60px;
}
.masters__item--hidden {
    display: none;
}
.masters__footer {
    text-align: center;
}
.masters__footer .button {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.masters__filters {
    margin-bottom: 30px;
    padding-top: 45px;
}
.masters__filters input:checked + label {
    background-color: #06c2ce;
    color: #000;
}
.masters__filters--active {
    background-color: #e39e5f;
    color: #000;
}
.masters__label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 60px;
    padding: 15px 15px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
    border: 1px solid #06c2ce;
    border-radius: 30px;
    cursor: pointer;
}
@media screen and (min-width: 600px) {
    .masters__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px 0 -15px;
    }
    .masters__item {
        width: 50%;
        padding: 0 15px 0 15px;
    }
}
@media screen and (min-width: 1024px) {
    .masters--main .masters__item {
        display: block;
    }
    .masters__item {
        width: 33.3333%;
    }
    .masters__filters {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 60px;
    }
    .masters__label {
        width: 260px;
        margin-bottom: 0;
        margin-right: 30px;
    }
    .masters__label:last-of-type {
        margin-right: 0;
    }
}
.menu {
    position: absolute;
    top: 195px;
    left: 0;
    width: 100%;
    background-color: rgba(23, 25, 58, 0.9);
    transition: 0.2s transform ease-out;
    transform: translateX(-100%);
}
.menu--open {
    transform: translateX(0);
}
.menu__item {
    width: 100%;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.menu__item:last-child {
    border: 0;
}
.menu__item--dropdown {
    position: relative;
}
.menu__item--dropdown svg {
    width: 10px;
    height: 10px;
    margin-left: 8px;
    fill: currentColor;
    transform: rotate(90deg);
}
.menu__item--active .menu__list--dropdown {
    display: block;
}
.menu__list--dropdown {
    display: none;
}
.menu__list--dropdown .menu__item {
    padding-left: 20px;
}
.menu__link {
    display: block;
    width: 100%;
    padding: 15px;
    text-decoration: none;
    white-space: nowrap;
    color: currentColor;
    transition: background-color 0.2s ease-out;
}
.menu__link:hover {
    background-color: rgba(6, 15, 30, 0.9);
}
@media screen and (min-width: 1100px) {
    .menu {
        position: static;
        left: initial;
        top: initial;
        background-color: transparent;
        transform: none;
        transition: initial;
    }
    .menu__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .menu__list--dropdown {
        position: absolute;
        top: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-width: 350px;
        padding: 25px 15px 15px 15px;
        background-color: rgba(6, 15, 30, 0.9);
        visibility: hidden;
        opacity: 0;
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
        transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
    }
    .menu__list--dropdown .menu__item {
        width: 50%;
        margin-bottom: 20px;
    }
    .menu__list--dropdown .menu__link {
        padding: 0 0 4px 0;
    }
    .menu__list--dropdown .menu__link:hover {
        color: #06c2ce;
        background-color: transparent;
        background-image: linear-gradient(
            to right,
            #06c2ce 1px,
            transparent 1px
        );
        background-size: 6px 1px;
        background-repeat: repeat-x;
        background-position: 0 bottom;
    }
    .menu__item {
        width: auto;
        border: 0;
    }
    .menu__link {
        display: inline-block;
        width: auto;
        padding: 12px;
    }
    .menu__item--hovered > .menu__link {
        background-color: rgba(6, 15, 30, 0.9);
        border-color: #fff;
    }
    .menu__item--dropdown > .menu__link {
        border-bottom: 1px solid transparent;
    }
    .menu__item--dropdown:hover .menu__list--dropdown {
        visibility: visible;
        opacity: 1;
    }
    .menu__item--dropdown:hover > .menu__link {
        border-color: #fff;
    }
}
.popular-programm {
    display: block;
}
.popular-programm__short {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    cursor: pointer;
}
.popular-programm__short svg {
    display: block;
    fill: #06c2ce;
}
.popular-programm__full {
    display: block;
}
.popular-programm__name {
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    margin-right: 12px;
    margin-bottom: 10px;
    line-height: 1;
}
.popular-programm__name h5 {
    margin-bottom: 0;
}
.popular-programm__name .gold {
    font-family: Oranienbaum, Times, serif;
}
.popular-programm__indicator {
    -ms-flex-order: 1;
    order: 1;
    display: inline-block;
    margin-left: 12px;
}
.popular-programm__indicator svg {
    width: 12px;
    height: 12px;
    transform: rotate(90deg);
}
.popular-programm__price {
    -ms-flex-order: 2;
    order: 2;
}
.popular-programm__duration {
    margin-right: 10px;
    -ms-flex-order: 3;
    order: 3;
}
.popular-programm__label {
    display: inline-block;
    -ms-flex-order: 4;
    order: 4;
}
.popular-programm__separator {
    display: inline-block;
    width: 100%;
    -ms-flex-order: 5;
    order: 5;
}
.popular-programm__duration,
.popular-programm__price {
    margin-bottom: 10px;
    font-size: 14px;
}
.popular-programm__duration svg,
.popular-programm__price svg {
    width: 20px;
    height: 20px;
}
.popular-programm__separator {
    height: 1px;
    background-image: linear-gradient(to right, #fff 1px, transparent 1px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    background-position: 0 center;
}
.popular-programm__label {
    margin-bottom: 10px;
    padding: 6px 6px !important;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    background-color: #8a3680;
    border-radius: 4px;
}
.popular-programm__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    font-weight: 700;
}
.popular-programm__price svg {
    margin-right: 8px;
}
.popular-programm__duration {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}
.popular-programm__duration svg {
    margin-right: 8px;
}
.popular-programm__layout {
    display: block;
    padding: 15px !important;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
}
.popular-programm__image {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    object-fit: cover;
    object-position: center;
}
.popular-programm__description-intro {
    margin-bottom: 30px;
}
.popular-programm__subheading {
    margin-bottom: 15px;
    font-weight: 700;
    color: #e39e5f;
}
.popular-programm__description ul {
    list-style-type: disc;
    padding-left: 20px;
}
.popular-programm__description li {
    margin-bottom: 10px;
}
.popular-programm__description-footer {
    display: flex;
    flex-direction: column;
    justfy-content: center;
    align-items: center;
    padding-top: 30px;
}
.popular-programm__programm-link {
    display: inline-block;
    margin-bottom: 15px;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
}
.popular-programm__programm-link svg {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    fill: currentColor;
    transition: transform 0.2s ease-out;
}
.popular-programm__programm-link:hover svg {
    transform: translateX(5px);
}
.js-accordeon__toggler--active .popular-programm__indicator {
    transform: rotate(180deg);
}
.js-accordeon__toggler--active + .popular-programm__full {
    margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
    .popular-programm__layout {
        display: -ms-flexbox;
        display: flex;
        padding: 30px !important;
    }
    .popular-programm__duration,
    .popular-programm__indicator,
    .popular-programm__label,
    .popular-programm__name,
    .popular-programm__price,
    .popular-programm__separator {
        -ms-flex-order: initial;
        order: initial;
        margin-bottom: 0;
        width: auto;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .popular-programm__name {
        margin-right: 15px;
    }
    .popular-programm__separator {
        margin-right: 15px;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .popular-programm__label {
        margin-right: 15px;
        border-radius: 15px;
        box-shadow: 0 0 20px 5px #ffffff;
        color: #f1f1f1;
    }
    .popular-programm__image {
        width: 325px;
        max-height: 100%;
        margin-bottom: 0;
        margin-right: 30px;
    }
    .popular-programm__description ul {
        column-count: 2;
        column-gap: 90px;
    }
    .popular-programm__description-footer {
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        justify-content: flex-start;
        padding-top: 60px;
    }
    .popular-programm__programm-link {
        margin-right: 30px;
        margin-bottom: 0;
    }
}
.popular__heading {
    margin-bottom: 15px;
}
.popular__footer {
    padding-top: 30px;
    text-align: center;
}
.popular__footer .button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #000;
}
.popup {
    display: none;
    color: #2e0724;
}
.popup .form {
    text-align: center;
}
.popup .form__input-wrapper {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px auto;
}
.popup--shown {
    display: block;
}
.popup__layout {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup__body {
    position: relative;
    width: 100%;
    max-width: 550px;
    padding: 40px 15px;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #e39e5f;
}
.popup__close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    color: #2e0724;
    background-color: transparent;
    border: 0;
}
.popup__close svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: currentColor;
}
@media screen and (min-width: 768px) {
    .popup__close {
        top: 0;
        right: -35px;
        color: #fff;
    }
}
.popup .section-title {
    margin-bottom: 10px;
}
.popup .page-form__policy {
    -ms-flex-pack: center;
    justify-content: center;
}
.popup .page-form__input-wrapper--message {
    margin-bottom: 30px;
}
.programm-detailed__heading {
    margin-bottom: 40px;
}
.programm-detailed__picture img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 6px;
}
.programm-detailed__text {
    margin-bottom: 30px;
}
.programm-detailed__name {
    margin-bottom: 10px;
    font-family: Oranienbaum, Times, serif;
    font-size: 28px;
    text-transform: uppercase;
}
.programm-detailed__stats {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #06c2ce;
}
.programm-detailed__stats svg {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: currentColor;
}
.programm-detailed__stats-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.programm-detailed__stats-item {
    margin-right: 15px;
}
.programm-detailed hr {
    display: block;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #8a3680;
    opacity: 0.5;
}
.programm-detailed__phone {
    margin-bottom: 45px;
}
.programm-detailed__phone-text {
    margin-bottom: 10px;
    font-weight: 700;
}
.programm-detailed__phone-number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #e39e5f;
}
.programm-detailed__phone-number svg {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    fill: currentColor;
}
.programm-detailed__button {
    width: 100%;
    max-width: 320px;
}
.programm-detailed__list {
    padding-left: 20px;
    list-style-type: disc;
}
.programm-detailed__item {
    margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
    .programm-detailed__heading {
        margin-bottom: 70px;
    }
    .programm-detailed__inner {
        display: -ms-flexbox;
        display: flex;
    }
    .programm-detailed__picture {
        position: relative;
        width: 40%;
    }
    .programm-detailed__picture img {
        display: block;
        width: 100%;
        height: 100%;
        max-height: 800px;
        object-fit: cover;
        border-radius: 6px;
    }
    .programm-detailed__description {
        width: 60%;
        padding-left: 90px;
    }
    .programm-detailed__phone {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .programm-detailed__phone-text {
        margin-bottom: 0;
        margin-right: 15px;
    }
    .programm-detailed__button {
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: auto;
        max-width: auto;
    }
}
.programm {
    height: 100%;
}
.programm__body {
    position: relative;
}
.programm img {
    display: block;
    width: 100%;
    height: auto;
}
.programm__stats {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 15px;
}
.programm__stats svg {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: #06c2ce;
}
.programm__stat {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
}
.programm__name {
    margin-right: auto;
    font-weight: 400;
}
.programm hr {
    display: block;
    margin: 15px 0;
    border: 0;
    border-bottom: 1px solid #8a3680;
}
.programm__link {
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}
.programm__link svg {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    fill: currentColor;
    transition: transform 0.2s ease-out;
}
.programm__link:hover svg {
    transform: translateX(5px);
}
.programm__label {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 10px 10px 10px 20px;
    background-color: #8a3680;
}
.programm__label::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: -22px;
    border-top: 22px solid #8a3680;
    border-right: 22px solid transparent;
}
.programm__label::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: -22px;
    border-bottom: 22px solid #8a3680;
    border-right: 22px solid transparent;
}
.programm__carousel {
    overflow: hidden;
}
.programm .tns-controls {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    transform: translateY(-50%);
    pointer-events: none;
}
.programm .tns-controls button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    color: #8a3680;
    border: 0;
    background-color: transparent;
    pointer-events: auto;
}
.programm .tns-controls button:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.programm .tns-controls button:first-child {
    transform: rotate(-180deg);
}
.programm .tns-controls svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: currentColor;
}
.programms--short .programms__item {
    display: none;
}
.programms--short .programms__item:nth-child(-n + 2) {
    display: block;
}
.programms__item {
    margin-bottom: 60px;
}
.programms__item--hidden {
    display: none;
}
.programms__filters {
    margin-bottom: 45px;
}
.programms__control:checked + .programms__label {
    background-color: #e39e5f;
    color: #000;
}
.programms__control:checked + .programms__label--subfilter {
    color: #e39e5f;
    background-color: transparent;
    background-image: linear-gradient(to right, #e39e5f 1px, transparent 1px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: 0 bottom;
}
.programms__subfilters {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
    .programms__subfilters {
        display: flex;
        flex-direction: column;
        height: 60px;
        width: calc(100% + 30px);
        margin: 0 -15px 30px -15px;
        border: 1px solid #e39e5f;
        border-right: 0;
        border-left: 0;
    }
}
.programms__label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 60px;
    padding: 15px 15px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #e39e5f;
    border-radius: 30px;
    cursor: pointer;
}
.programms__label--subfilter {
    display: inline-block;
    width: auto;
    min-height: 0;
    padding: 0 0 10px 0;
    text-transform: none;
    color: inherit;
    border: 0;
    border-radius: 0;
}
@media screen and (min-width: 768px) {
    .programms__label--subfilter {
        margin-right: 45px;
    }
}
.programms__label--subfilter:last-of-type {
    margin: 0;
}
.programms__label--active {
    color: #06c2ce;
    background-color: transparent;
    background-image: linear-gradient(to right, #06c2ce 1px, transparent 1px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: 0 bottom;
}
.programms__label--subfilter:last-of-type {
    margin-right: 0;
}
.programms__footer .button {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
@media screen and (min-width: 1024px) {
    .programms--short .programms__item {
        display: block;
    }
    .programms--short .programms__item:nth-child(-n + 2) {
        display: block;
    }
    .programms__footer {
        display: none;
    }
    .programms__filters {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 60px;
    }
    .programms__subfilters {
        margin-bottom: 90px;
    }
    .programms__subfilters--mobile {
        display: none;
    }
    .programms__subfilters--desktop {
        display: -ms-flexbox;
        display: flex;
    }
    .programms__label {
        width: 260px;
        margin-bottom: 0;
    }
    .programms__label--subfilter {
        width: auto;
    }
    .programms__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px 0 -15px;
    }
    .programms__item {
        width: 33.3333%;
        padding: 0 15px 0 15px;
        margin-bottom: 60px;
    }
}
.sale-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    padding-bottom: 30px;
}
.sale-item img {
    margin-bottom: 15px;
}
.sale-item__description {
    margin-bottom: 15px;
}
.sale-item hr {
    width: 100%;
    margin-top: auto;
    margin-bottom: 25px;
    border: 0;
    border-bottom: 1px solid #06c2ce;
}
.sale-item__heading {
    margin-bottom: 0.5em;
}
.sale-item__callback {
    margin: 0 auto;
    padding: 15px 70px;
}
.sales {
    padding: 45px 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.sales .tns-nav {
    display: none;
}
.sales--inner {
    padding: 0;
    background-color: transparent;
}
.sales--inner .sale-item {
    padding-bottom: 80px;
}
.sales--inner .tns-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    counter-reset: slide;
}
.sales--inner .tns-nav button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    color: #fff;
    background-color: transparent;
    border: 0;
    border-radius: 100%;
}
.sales--inner .tns-nav button:last-child {
    margin-right: 0;
}
.sales--inner .tns-nav button.tns-nav-active {
    background-color: #06c2ce;
}
.sales--inner .tns-nav button::before {
    content: counter(slide);
    counter-increment: slide;
    font-weight: 700;
}
.sales__carousel {
    position: relative;
}
.sales .tns-slider {
    display: -ms-flexbox;
    display: flex;
}
.sales .tns-controls {
    z-index: 1;
    position: absolute;
    top: 30%;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}
.sales .tns-controls button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    color: #fff;
    border: 0;
    background-color: transparent;
    pointer-events: auto;
}
.sales .tns-controls button:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.sales .tns-controls button:first-child {
    transform: rotate(-180deg);
}
.sales .tns-controls svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: currentColor;
}
@media screen and (min-width: 1024px) {
    .sales {
        padding: 140px 0;
    }
}
@media screen and (min-width: 1200px) {
    .sales__heading span {
        display: block;
    }
    .sales .tns-controls {
        left: -5%;
        width: 110%;
    }
}
.section-intro {
    margin: 0 auto 45px auto;
    text-align: center;
}
@media screen and (min-width: 1024px) {
    .section-intro {
        max-width: 75%;
        margin: 0 auto 75px auto;
    }
}
.socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.socials svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: currentColor;
}
.socials--big svg {
    width: 40px;
    height: 40px;
}
.socials--big .socials__item {
    margin-right: 15px;
}
.socials__heading {
    margin-right: 10px;
    font-weight: 700;
}
.socials__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.socials__item {
    margin-right: 10px;
}
.socials__item:last-child {
    margin-right: 0;
}
.socials__link {
    color: #fff;
    text-decoration: none;
}
.vacancies__subheading {
    color: #2e0724;
}
.vacancies__item {
    margin-bottom: 50px;
    text-align: center;
    color: #000;
}
.vacancies__item .icon-hearts {
    margin-bottom: 0;
    color: #fff;
    transform: translateY(-20px);
}
.vacancies__item .icon-hearts svg {
    width: 20px;
    height: 20px;
}
.vacancies__description {
    position: relative;
    height: 100%;
    padding: 0 15px 30px 15px;
    background-color: #fff;
    border-radius: 10px;
}
.vacancies__description::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 85%;
    height: 30px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.35);
    transform: translateX(-50%);
}
.vacancies__description-item {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
.vacancies__description-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 1px;
    background-color: #8a3680;
    transform: translateX(-50%);
}
.vacancies__description-item:last-child::after {
    display: none;
}
.vacancies__text {
    margin-bottom: 20px;
}
.vacancies__link {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #e39e5f;
}
.vacancies__requirements {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
    color: #000;
    counter-reset: req;
}
.vacancies__requirements li {
    margin-right: 10px;
}
.vacancies__requirements li:last-child {
    margin-right: 0;
}
.vacancies__requirements li::before {
    content: counter(req) ". ";
    counter-increment: req;
    display: inline;
}
@media screen and (min-width: 1024px) {
    .vacancies__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .vacancies__item {
        width: 33.3333%;
        padding: 0 15px;
        margin-bottom: 50px;
        text-align: center;
        color: #000;
    }
    .vacancies__item--big {
        width: 100%;
    }
    .vacancies__item--big h3 {
        margin-bottom: 10px;
    }
}
.programms .master-item img {
    transition: transform 0.2s ease-out;
}
.programms .master-item:hover img {
    transform: scale(1.1);
}
@media screen and (max-width: 767px) {
    .programms__subfilters {
        position: relative;
        align-items: center;
        justify-contnet: center;
        cursor: pointer;
    }
    .programms__subfilters > a {
        pointer-events: none;
        padding: 0;
    }
    .programms__subfilters > a::after {
        content: "\276F";
        display: inline-block;
        margin-left: 6px;
        transform: rotate(90deg) scale(1.1);
    }
    .programms__subfilters-layout {
        position: absolute;
        z-index: 5;
        top: calc(100% + 1px);
        display: none;
        flex-direction: column;
        align-items: center;
        justify-contnet: center;
        width: 100%;
        padding: 30px;
        background-color: purple;
    }
    .programms__subfilters-layout--shown {
        display: flex;
    }
    table {
        width: 100%;
        margin-bottom: 30px;
        border: 1px solid rgba(255, 255, 255, 0.25);
    }
    table tr:nth-child(odd) {
        background-color: rgba(138, 54, 128, 0.25);
    }
    table td {
        padding: 20px 15px;
        border: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        text-align: center;
    }
    table td:last-child {
        border-right: 0;
    }
    @media screen and (max-width: 767px) {
        .table-wrapper {
            width: 100%;
            overflow: auto;
        }
    }
}
.addings__table,
.popular-programm {
    border: 0;
    margin: 0;
}
.addings__table tr:nth-child(odd),
.popular-programm tr:nth-child(odd) {
    background-color: transparent;
}
.addings__table td,
.popular-programm td {
    padding: 0;
    border: 0;
    text-align: left;
}
/* End */

/* Start:/local/assets/styles/add.app.css?16316206423238*/
img {
    width: px;
    height: auto;
}
.vacancies__lazystyle p {
    margin-bottom: 20px;
}
.vacancies__lazystyle span {
    color: #06c2ce;
}
.lazystyle span {
    color: #e722ee;
}
.vacancies__lazystyle a {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #06c2ce;
}
.vacancies__lazystyle ul li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
.vacancies__lazystyle ul li:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 1px;
    background-color: #8a3680;
    transform: translateX(-50%);
}
.vacancies__lazystyle ol {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
    color: #000;
    counter-reset: req;
}
.vacancies__lazystyle ol li {
    margin-right: 10px;
}
.vacancies__lazystyle ol li:before {
    content: counter(req) ". ";
    counter-increment: req;
    display: inline;
}
.lazystyle a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #06c2ce;
    background-image: linear-gradient(to right, #06c2ce 1px, transparent 1px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: 0 bottom;
}
.lazystyle a:hover {
    background-image: none;
}
.master-detailed__text.lazystyle p,
.popular-programm__description-inner.lazystyle p,
.programm-detailed__text.lazystyle p {
    margin-bottom: 30px;
}
.master-detailed__text.lazystyle ul,
.popular-programm__description-inner.lazystyle ul,
.programm-detailed__text.lazystyle ul {
    padding-left: 20px;
    list-style-type: disc;
}
.master-detailed__text.lazystyle li,
.popular-programm__description-inner.lazystyle li,
.programm-detailed__text.lazystyle li {
    margin-bottom: 10px;
}
.master-detailed__text.lazystyle b,
.popular-programm__description-inner.lazystyle b,
.programm-detailed__text.lazystyle b {
    display: block;
    margin-bottom: 10px;
}
.master-detailed__text.lazystyle p b,
.popular-programm__description-inner p b,
.programm-detailed__text.lazystyle p b {
    display: inline;
    margin-bottom: auto;
}
.popular-programm__description-inner hr {
    margin-bottom: 30px;
}
.master-detailed__thumbnail:not(:first-child) {
    margin-left: 10px;
}
.programm-detailed__stats {
    margin-top: 10px;
    margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
    .masters__filters {
        margin-bottom: 30px;
    }
    .programms__subfilters {
        margin-bottom: 45px;
    }
    .about .js-about-expandable {
        max-height: none !important;
    }
}
@media screen and (min-width: 1024px) {
    .gallery__item {
        width: 33.333333%;
    }
}
.advantages-list__advantage {
    line-height: 1.3;
    margin-bottom: 15px;
}
.about__text {
    margin-bottom: 0;
}
.advantages__thumbnail:not(:first-child) {
    margin-left: 10px;
}
.master-detailed__pictures .tns-outer {
    position: relative;
}
.masters--main .masters__item:nth-child(-n + 12) {
    display: block;
}
.hero {
    background-image: url(../images/hero2.png);
}
@media screen and (max-width: 1023px) {
    .hero {
        background-image: url(../images/hero.webp);
    }
}
.master-detailed__dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
}
.master-detailed__dot {
    width: 10px;
    height: 10px;
    margin-right: 12px;
    margin-bottom: 12px;
    background-color: white;
    border: none;
    border-radius: 100%;
    opacity: 0.5;
}
.master-detailed__dot.tns-nav-active {
    opacity: 1;
}
.master-detailed__dot:last-child {
    margin-right: 0;
}
/* modal */

/* End */
/* /local/assets/styles/tiny.css?16316206422123 */
/* /local/assets/styles/tobi.min.css?16316206424793 */
/* /local/assets/styles/app.min.css?163162064255829 */
/* /local/assets/styles/add.app.css?16316206423238 */

.primary-color {
    color: #f724ff;
}

.mb-3 {
    margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    .mb-3 {
        margin-bottom: 35px;
    }
}

.sales-image {
    height: 50px;
}

.sales-image-start {
    margin-right: 10px;
}

.sales-image-end {
    margin-left: 10px;
}

.current-price-title-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}