

/* Start:/local/templates/starta/assets/actay/stylesheet.css?17223644011852*/
@font-face {
    font-family: 'Actay Wide';
    src: url('/local/templates/starta/assets/actay/ActayWide-BoldItalic.eot');
    src: url('/local/templates/starta/assets/actay/ActayWide-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/starta/assets/actay/ActayWide-BoldItalic.woff2') format('woff2'),
        url('/local/templates/starta/assets/actay/ActayWide-BoldItalic.woff') format('woff'),
        url('/local/templates/starta/assets/actay/ActayWide-BoldItalic.ttf') format('truetype'),
        url('/local/templates/starta/assets/actay/ActayWide-BoldItalic.svg#ActayWide-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Actay';
    src: url('/local/templates/starta/assets/actay/Actay-RegularItalic.eot');
    src: url('/local/templates/starta/assets/actay/Actay-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/starta/assets/actay/Actay-RegularItalic.woff2') format('woff2'),
        url('/local/templates/starta/assets/actay/Actay-RegularItalic.woff') format('woff'),
        url('/local/templates/starta/assets/actay/Actay-RegularItalic.ttf') format('truetype'),
        url('/local/templates/starta/assets/actay/Actay-RegularItalic.svg#Actay-RegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Actay Wide';
    src: url('/local/templates/starta/assets/actay/ActayWide-Bold.eot');
    src: url('/local/templates/starta/assets/actay/ActayWide-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/starta/assets/actay/ActayWide-Bold.woff2') format('woff2'),
        url('/local/templates/starta/assets/actay/ActayWide-Bold.woff') format('woff'),
        url('/local/templates/starta/assets/actay/ActayWide-Bold.ttf') format('truetype'),
        url('/local/templates/starta/assets/actay/ActayWide-Bold.svg#ActayWide-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Actay';
    src: url('/local/templates/starta/assets/actay/Actay-Regular.eot');
    src: url('/local/templates/starta/assets/actay/Actay-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/starta/assets/actay/Actay-Regular.woff2') format('woff2'),
        url('/local/templates/starta/assets/actay/Actay-Regular.woff') format('woff'),
        url('/local/templates/starta/assets/actay/Actay-Regular.ttf') format('truetype'),
        url('/local/templates/starta/assets/actay/Actay-Regular.svg#Actay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* End */


/* Start:/local/templates/starta/assets/css/app-src.css?1775069118155130*/
@charset "UTF-8";

/* ==========================================================================
   Lightbox Styles
   ========================================================================== */
.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
    position: absolute;
    left: 0;
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: .8;
    display: none;
}

.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/local/templates/starta/assets/css/../images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/local/templates/starta/assets/css/../images/prev.png) left 48% no-repeat;
    opacity: 0;
    transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/local/templates/starta/assets/css/../images/next.png) right 48% no-repeat;
    opacity: 0;
    transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/local/templates/starta/assets/css/../images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    opacity: .7;
    transition: opacity .2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1;
}

/* ==========================================================================
   Select2 Styles
   ========================================================================== */
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option--selectable {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

/* Select2 Default Theme */
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px;
    padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: 700;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #f1f1f1;
    color: #333;
    outline: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
    padding: 0;
}

.select2-container--default .select2-results__option--disabled {
    color: #999;
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: #fff;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

/* ==========================================================================
   Slick Slider Styles
   ========================================================================== */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0,0,0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* ==========================================================================
   Tab Styles
   ========================================================================== */
[tab-title] {
    cursor: pointer;
}

[tab-content] {
    opacity: 0;
    display: none;
}

[data-tab_title] {
    cursor: pointer;
}

[data-tab_container] {
    height: 0;
    overflow: hidden;
    transition: height .5s cubic-bezier(.5,1,.89,1);
}

/* ==========================================================================
   Normalize.css v8.0.1
   ========================================================================== */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    background-color: transparent;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* ==========================================================================
   Base Styles
   ========================================================================== */
*,
::after,
::before {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    font-size: 10px;
    overflow-x: hidden;
    max-width: 100vw;
}

body {
    margin: 0;
    /*overflow-x: hidden;*/
    font-size: 1.6rem;
    font-family: sans-serif;
    background-color: #f9f9f9;
    line-height: 140%;
}

img {
    max-width: 100%;
}

input {
    border-radius: 0;
}

a {
    text-decoration: none;
    color: currentColor;
    transition: .5s;
}

a:hover {
    color: #d6456c;
}

ol,
p,
ul {
    padding: 0;
    margin: 0;
}

button {
    padding: 0;
    border: none;
    background: 0 0;
}

/* ==========================================================================
   Layout & Grid
   ========================================================================== */
.content-wrapper {
    max-width: calc(100vw - 2 * 8.3vw);
    margin: 0 auto;
    width: 100%;
}

.mg-top-1 { margin-top: 1rem; }
.mg-top-2 { margin-top: 2rem; }
.mg-top-3 { margin-top: 3rem; }
.mg-top-4 { margin-top: 4rem; }

.mg-bottom-1 { margin-bottom: 1rem; }
.mg-bottom-2 { margin-bottom: 2rem; }
.mg-bottom-3 { margin-bottom: 3rem; }
.mg-bottom-4 { margin-bottom: 4rem; }

.section-margin {
    margin-top: 10rem;
}

.section-padding {
    padding-top: 10rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.width-100 {
    width: 100%;
}

.no-margin {
    margin: unset;
}

.text-right {
    text-align: right !important;
}

.center_line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #000;
    opacity: .2;
    z-index: -1;
}

/* ==========================================================================
   Responsive Grid
   ========================================================================== */
@media screen and (max-width: 1600px) {
    .content-wrapper {
        max-width: calc(100vw - 2 * 6.6vw);
    }
}

@media screen and (max-width: 900px) {
    .content-wrapper {
        max-width: calc(100vw - 2 * 4rem);
    }
    
    .center_line {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .content-wrapper {
        max-width: calc(100vw - 2 * 1.8rem);
    }
}

/* ==========================================================================
   Callback Form
   ========================================================================== */
.callback_form {
    display: flex;
    align-items: flex-end;
    margin-top: 13rem;
    margin-bottom: 13rem;
}

.callback_form_left {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-top: 9rem;
    width: 52%;
}

.callback_form_left_img {
    object-fit: cover;
    object-position: left;
}

.callback_form_right {
    flex-grow: 1;
    text-align: center;
    padding: 3vw 1.6vw;
    background-color: #fff;
    transition: transform .5s cubic-bezier(.5,1,.89,1);
}

.callback_form_right.on-screen {
    transform: translateY(3rem);
}

.callback_form_title {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 140%;
    margin-bottom: .6rem;
}

.callback_form_subtitle {
    font-size: 1.6rem;
    line-height: 140%;
    margin-bottom: 5.2rem;
}

.callback_form_input {
    display: block;
    width: 100%;
    max-width: 63%;
    margin: auto;
    margin-bottom: 5rem;
}

.callback_form_input:last-of-type {
    margin-bottom: 6rem;
}

.callback_form_btn {
    margin-bottom: 2rem;
}

.callback_form_policy {
    font-size: 1.4rem;
    line-height: 140%;
    opacity: .5;
}

/* Callback Form Responsive */
@media screen and (max-width: 1600px) {
    .callback_form {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }
    
    .callback_form_left {
        width: 50%;
    }
    
    .callback_form_subtitle {
        margin-bottom: 5rem;
    }
    
    .callback_form_input {
        margin-bottom: 3rem;
        max-width: 90%;
    }
    
    .callback_form_input:last-of-type {
        margin-bottom: 4rem;
    }
    
    .callback_form_btn {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 1200px) {
    .callback_form {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
    
    .callback_form_left {
        width: 47%;
    }
    
    .callback_form_left_img {
        height: 32rem;
    }
    
    .callback_form_right {
        padding: 3.5rem 4rem;
    }
    
    .callback_form_subtitle {
        margin-bottom: 2rem;
        font-size: 1.4rem;
    }
    
    .callback_form_input:last-of-type {
        margin-bottom: 3rem;
    }
    
    .callback_form_btn {
        margin-bottom: 2rem;
    }
    
    .callback_form_policy {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 900px) {
    .callback_form {
        margin-top: 6rem;
        margin-bottom: 6rem;
        display: block;
    }
    
    .callback_form_left {
        padding-top: 0;
        width: 100%;
    }
    
    .callback_form_left_img {
        width: 100%;
        height: 26rem;
    }
    
    .callback_form_input {
        max-width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .callback_form {
        margin-top: 4rem;
        margin-bottom: 4rem;
        display: block;
    }
    
    .callback_form_left_img {
        display: none;
    }
    
    .callback_form_right {
        padding: 3.5rem 1.8rem;
    }
    
    .callback_form_title {
        font-size: 1.8rem;
    }
    
    .callback_form_subtitle {
        font-size: 1.4rem;
    }
    
    .callback_form_input {
        max-width: 100%;
    }
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    grid-gap: 1rem;
    padding-top: 2rem;
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
}

.breadcrumbs-el {
    opacity: .6;
    display: flex;
    align-items: center;
}

@supports not (grid-gap: 1rem) {
    .breadcrumbs-el {
        margin-right: 1rem;
        margin-bottom: .5rem;
    }
}

.breadcrumbs-el:after {
    content: "";
    display: block;
    margin-left: 1rem;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-down-black.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotateZ(-90deg);
}

.breadcrumbs-el:last-of-type {
    opacity: 1;
    color: #d6456c;
}

.breadcrumbs-el:last-of-type:after {
    display: none;
}

@media screen and (max-width: 1200px) {
    .breadcrumbs {
        font-size: 1.2rem;
    }
}

/* ==========================================================================
   Typography
   ========================================================================== */
.h1 {
    font-weight: 600;
    font-size: 5rem;
    line-height: 110%;
    margin-bottom: 5rem;
}

@media screen and (max-width: 1600px) {
    .h1 {
        font-size: 4rem;
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 1200px) {
    .h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 640px) {
    .h1 {
        font-size: 2.6rem;
    }
}

/* ==========================================================================
   Template Pages
   ========================================================================== */
.template_page {
    min-height: 50vh;
}

.unknown_page {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 10rem;
}

.unknown_page_title {
    width: 100%;
    margin-bottom: 2rem;
}

.unknown_page_link {
    width: 100%;
    color: #c54b67;
}

/* ==========================================================================
   Go To Top Button
   ========================================================================== */
.go_top {
    position: fixed;
    bottom: 10rem;
    right: 2rem;
    background-color: #ec407a;
    display: flex;
    align-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-down-white.svg);
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    transform: scale(1, -1);
    box-shadow: 0 0 15px #ec4079af;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s cubic-bezier(.5,1,.89,1);
}

.go_top.show {
    opacity: 1;
    visibility: visible;
}

/* ==========================================================================
   Accessibility Assist
   ========================================================================== */
.assist {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem 0;
    background-color: #f9f9f9;
    border: 1px solid #d6456c;
    transform: translateY(1rem);
    margin-bottom: 2rem;
}

.assist_container {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1rem 4rem;
}

@supports not (grid-gap: 1rem) {
    .assist_size {
        margin-right: 4rem;
        margin-bottom: 1rem;
    }
}

.assist_size_el {
    padding: .2rem;
    background: unset;
}

.assist_color-invert {
    background-color: #000;
    color: #fff;
}

.assist_color-invert input::placeholder,
.assist_color-invert textarea::placeholder {
    color: #fff;
    opacity: 1;
}

.assist_color-chromatic {
    color: #00f;
    background-color: #f9f9f9;
}

.assist_interval-medium {
    letter-spacing: 1px;
}

.assist_interval-big {
    letter-spacing: 2px;
}

/* ==========================================================================
   Accessibility Modes
   ========================================================================== */
body.img-off * {
    background-image: none;
}

body.img-off img {
    display: none;
}

body.achromatic .footer,
body.achromatic .header,
body.achromatic .modal,
body.achromatic main {
    filter: grayscale(1);
}

body.achromatic :focus {
    outline: auto;
}

body.achromatic :not(ul) {
    opacity: 1 !important;
}

body.achromatic :not(ul).global_backdrop {
    display: none;
}

body.invert .footer,
body.invert .header,
body.invert .modal,
body.invert main {
    filter: grayscale(1);
}

body.invert :focus {
    outline: auto;
}

body.invert .assist_size_el {
    color: #fff;
}

body.invert .assist_color-chromatic {
    color: #000;
}

body.chromatic {
    background-color: #bce4fd;
}

body.chromatic :focus {
    outline: auto;
}

body.chromatic #map,
body.chromatic img {
    filter: sepia(100%) hue-rotate(170deg) saturate(150%);
}

body.chromatic :not(ymaps):not(ul) {
    opacity: 1 !important;
    background-color: #bce4fd;
    color: #14305e !important;
    border-color: #14305e !important;
}

body.chromatic :not(ymaps):not(ul).global_backdrop {
    display: none;
}

/* ==========================================================================
   Sound Toggle
   ========================================================================== */
.toggle-sound {
    position: absolute;
    top: calc(65% - 25.5px);
    left: calc(15% - 25.5px);
    background-color: #ec407a;
    display: flex;
    align-items: center;
    width: 7.6rem;
    height: 7.6rem;
    line-height: 7.6rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
    animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    box-shadow: 0 0 0 0 #f06292;
}

.toggle-sound.sound-mute {
    box-shadow: none;
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232,76,61,0);
    }
}

.sound {
    width: 97%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    left: 0;
    top: 0;
    margin-left: -15%;
}

.sound--icon {
    display: block;
    margin: auto;
    width: 1.8rem;
    height: 3rem;
    background-image: url(/local/templates/starta/assets/css/../img/icons/sound.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.sound--wave {
    position: absolute;
    border-right: 2px solid #fff;
    border-radius: 0;
    transition: all .2s;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sound--wave_one {
    width: 45%;
    height: 25%;
}

.sound--wave_two {
    width: 70%;
    height: 40%;
}

.sound-mute .sound--wave {
    border-radius: 0;
    width: 35%;
    height: 35%;
    border-width: 0 2px 0 0;
    left: 2rem;
}

.sound-mute .sound--wave_one {
    transform: rotate(45deg) translate3d(5%, -45%, 0);
}

.sound-mute .sound--wave_two {
    transform: rotate(-45deg) translate3d(0, 50%, 0);
}

@media screen and (max-width: 900px) {
    .toggle-sound {
        width: 6rem;
        height: 6rem;
    }
    
    .sound--icon {
        width: 1.4rem;
        height: 2.4rem;
    }
    
    .sound--wave_one {
        width: 50%;
    }
    
    .sound--wave_two {
        width: 80%;
    }
}

/* ==========================================================================
   Custom Lightbox Overrides
   ========================================================================== */
.lightbox {
    display: flex;
    flex-direction: column;
}

.lb-cancel {
    background: url(/local/templates/starta/assets/css/../img/lightbox/close.png) no-repeat;
}

.lb-nav a.lb-prev {
    background: url(/local/templates/starta/assets/css/../img/lightbox/prev.png) left 48% no-repeat;
}

.lb-nav a.lb-next {
    background: url(/local/templates/starta/assets/css/../img/lightbox/next.png) right 48% no-repeat;
}

.lb-data .lb-close {
    background: url(/local/templates/starta/assets/css/../img/lightbox/close.png) top right no-repeat;
    transform: translateX(100%);
}

.lb-dataContainer {
    order: -1;
    padding-bottom: 1rem;
}

@media screen and (max-width: 640px) {
    .lb-data .lb-close {
        transform: none;
    }
}

/* ==========================================================================
   Slider Components
   ========================================================================== */
.new_slider {
    position: relative;
}

.new_slider .slick-arrow {
    position: absolute;
    width: 7.5rem;
    height: 5rem;
    background-color: #f9f9f9;
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-left-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    transition: background-color .5s cubic-bezier(.5,1,.89,1);
}

.new_slider .slick-arrow:hover {
    background-color: #d7d7d7;
}

.new_slider .slick-arrow.slick-next {
    transform: translateX(100%) scale(-1, 1);
}

[slick-arrows-container] .slick-arrow {
    position: absolute;
    top: 15%;
    right: -5rem;
    width: 4rem;
    height: 3rem;
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-right-black.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 200%;
    z-index: 1;
    cursor: pointer;
}

[slick-arrows-container] .slick-arrow:hover {
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-right-pink.svg);
}

[slick-arrows-container] .slick-arrow.disabled,
[slick-arrows-container] .slick-arrow.slick-disabled,
[slick-arrows-container] .slick-arrow:disabled {
    opacity: .3;
    pointer-events: none;
}

[slick-arrows-container] .slick-prev {
    right: auto;
    left: -5rem;
    transform: scale(-1, 1);
}

[slick-arrows-container] .slick-dots {
    justify-content: center;
    margin-top: 7rem;
}

@media screen and (max-width: 1200px) {
    [slick-arrows-container] .slick-arrow {
        right: -2rem;
        background-size: 250%;
        width: 2rem;
        top: 45%;
    }
    
    [slick-arrows-container] .slick-prev {
        left: -2rem;
    }
}

@media screen and (max-width: 640px) {
    [slick-arrows-container] .slick-arrow {
        top: 2rem;
        right: 0;
    }
    
    [slick-arrows-container] .slick-prev {
        left: 0;
    }
}

/* ==========================================================================
   Dots Navigation
   ========================================================================== */
.slick-dots {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
    grid-gap: 1rem 2rem;
    align-items: center;
    list-style: none;
}

.slick-dots li {
    position: relative;
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: border .5s cubic-bezier(.5,1,.89,1);
}

@supports not (grid-gap: 1rem) {
    .slick-dots li {
        margin-right: 2rem;
        margin-bottom: 1rem;
    }
}

.slick-dots li:after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    opacity: .1;
    transition: opacity .5s cubic-bezier(.5,1,.89,1);
}

.slick-dots li.is-active,
.slick-dots li.slick-active {
    border-color: #000;
}

.slick-dots li.is-active:after,
.slick-dots li.slick-active:after {
    opacity: 1;
}

.slick-dots button {
    display: none;
}

@media screen and (max-width: 640px) {
    .slick-dots li:after {
        width: .7rem;
        height: .7rem;
    }
}

/* ==========================================================================
   Headings
   ========================================================================== */
.h1,
h1 {
    font-size: 5rem;
    line-height: 110%;
    margin-bottom: 5.2rem;
}

@media screen and (max-width: 1600px) {
    .h1,
    h1 {
        font-size: 3rem;
        margin-bottom: 3.9rem;
    }
}

@media screen and (max-width: 900px) {
    .h1,
    h1 {
        margin-bottom: 4.5rem;
    }
}

@media screen and (max-width: 640px) {
    .h1,
    h1 {
        font-size: 2.6rem;
    }
}

.h2 {
    font-size: 3rem;
    line-height: 110%;
}

@media screen and (max-width: 640px) {
    .h2 {
        font-size: 2.2rem;
    }
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
    padding: 1.6rem 7.2rem;
    color: #d6456c;
    border: 1px solid #d6456c;
    font-size: 1.6rem;
    line-height: 140%;
    cursor: pointer;
    background: 0 0;
    transition: .5s;
}

.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    box-shadow: inset 0 -6rem 0 0 #d6456c;
}

.btn-primary:active {
    box-shadow: inset 0 -6rem 0 0 #c54b67;
}

.btn-secondary {
    background-color: #d6456c;
    color: #fff;
}

.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #c54b67;
}

.btn-secondary:active {
    background-color: #b93956;
}

.btn.disabled,
.btn:disabled {
    pointer-events: none;
    background-color: #f5f5f5;
    color: #d7d7d7;
    border-color: #d7d7d7;
}

@media screen and (max-width: 1200px) {
    .btn {
        padding: 1.4rem 4.2rem;
    }
}

@media screen and (max-width: 640px) {
    .btn {
        padding: 1.2rem 3.2rem;
    }
    
    .btn-small {
        padding: 1.2rem 1.6rem;
    }
}

/* ==========================================================================
   Form Elements
   ========================================================================== */
.input_wrapper {
    display: block;
}

.input_wrapper.error {
    color: #c20f39;
}

.input_wrapper.error input {
    border-color: #c20f39;
}

.input_wrapper input,
.input_wrapper select,
.input_wrapper textarea {
    width: 100%;
    max-width: 100%;
    font: inherit;
    font-size: 1.4rem;
    background: unset;
    color: currentColor;
    margin: 0;
    padding: 0;
    padding-bottom: 1.5rem;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.4);
    resize: none;
    transition: .5s;
}

.input_wrapper input:focus,
.input_wrapper select:focus,
.input_wrapper textarea:focus {
    outline: 0;
    border-color: #d6456c;
}

.input_wrapper input::placeholder,
.input_wrapper select::placeholder,
.input_wrapper textarea::placeholder {
    opacity: .75;
    font: inherit;
    color: inherit;
}

.input_wrapper_submit {
    background: 0 0;
    width: 3rem;
    height: 3rem;
    background-image: url(/local/templates/starta/assets/css/../img/icons/search.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: .2rem;
    border: none;
}

.input_wrapper-search {
    position: relative;
}

@media screen and (max-width: 640px) {
    .input_wrapper_submit {
        width: 2.4rem;
        height: 2.4rem;
    }
}

/* ==========================================================================
   Custom Select
   ========================================================================== */
.select {
    position: relative;
}

.select__title {
    color: #b8bbbd;
}

.select__current {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    color: #d6456c;
    cursor: pointer;
    padding-left: 2rem;
}

.select__current::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-down-pink.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: .8rem;
}

.select__list {
    font-size: 1.8rem;
    visibility: hidden;
    opacity: 0;
    list-style: none;
    position: absolute;
    z-index: 10;
    max-height: 300px;
    overflow: auto;
    top: 100%;
    left: 2rem;
    background-color: #f9f9f9;
    padding: 1rem;
    transition: opacity .5s cubic-bezier(.5,1,.89,1);
}

.select__option {
    margin-bottom: .6rem;
    cursor: pointer;
}

.select__option:hover {
    color: #d6456c;
}

.select:hover .select__list {
    visibility: visible;
    opacity: 1;
}

/* ==========================================================================
   Modal & Backdrop
   ========================================================================== */
.global_backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.6);
    z-index: 150;
    visibility: hidden;
    opacity: 0;
    transition: all .3s cubic-bezier(.5,1,.89,1);
}

.global_backdrop.is-active {
    visibility: visible;
    opacity: 1;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    width: 100%;
    max-width: 65rem;
    max-height: 100vh;
    height: auto;
    /*z-index: 200;*/
    z-index: 1001;
    transition: all .5s cubic-bezier(.5,1,.89,1);
    transform: translateX(-50%) translateY(-50%) scale(0);
    opacity: 0;
    visibility: hidden;
    padding: 4rem 7rem;
    text-align: center;
    overflow: auto;
}

.modal.is-active {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.modal_close {
    width: 3.4rem;
    height: 3.4rem;
    background-image: url(/local/templates/starta/assets/css/../img/icons/close.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: 1.8rem;
    right: 1.8rem;
}

.modal_title {
    margin-bottom: 3rem;
}

.modal_input {
    margin-bottom: 3rem;
}

.modal_input:last-of-type {
    margin-bottom: 4rem;
}

.modal_btn {
    margin-bottom: 2rem;
}

.modal_policy {
    font-size: 1.4rem;
    opacity: .5;
}

.modal-city_chooser {
    max-height: 60rem;
    text-align: left;
    max-width: 56rem;
    padding: 5rem 4rem;
}

.modal_search {
    margin-bottom: 4rem;
}

.modal_cities {
    list-style: none;
    max-height: 35rem;
    overflow: auto;
}

.modal_city {
    margin-bottom: 2rem;
}

.modal_city:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 640px) {
    .modal {
        padding: 4rem 2rem;
    }
}

@media (max-height: 500px) {
    .modal {
        transform: scale(0);
    }
    
    .modal.is-active {
        top: 0;
        left: 0;
        transform: scale(1);
    }
}

/* ==========================================================================
   Cookies Accept
   ========================================================================== */
.cookies-accept {
    display: flex;
    align-items: center;
    line-height: 1.25;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5em 8.3vw;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    background-color: #1f1f1f;
    border-top: 1px solid #d6456c;
    transform: translateY(100%);
    transition: opacity .5s cubic-bezier(.5,1,.89,1), transform .5s cubic-bezier(.5,1,.89,1);
}

.cookies-accept::before {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    background-image: url(/local/templates/starta/assets/css/../img/icons/cookie.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-right: 2em;
}

@supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))) {
    .cookies-accept {
        background: rgba(0,0,0,.6);
        box-shadow: 0 4px 30px rgba(0,0,0,.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
}

.cookies-accept.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cookies-accept__close {
    background-image: url(/local/templates/starta/assets/css/../img/icons/close-white.svg);
    top: 10%;
}

@media screen and (max-width: 900px) {
    .cookies-accept {
        font-size: 1.2rem;
        padding: 1em 1.8rem;
        padding-right: 5rem;
    }
}

/* ==========================================================================
   City Accepter
   ========================================================================== */
.city_accepter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 8.3vw;
    z-index: 101;
    width: 34rem;
    color: #fff;
    padding: 1em;
    background-color: #c54b67;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s cubic-bezier(.5,1,.89,1);
}

.city_accepter.is-active {
    visibility: visible;
    opacity: 1;
}

@supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))) {
    .city_accepter {
        background: rgba(197,75,103,.6);
        box-shadow: 0 4px 30px rgba(0,0,0,.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
}

.city_accepter__text {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1.25em;
}

.city_accepter__text::before {
    content: "";
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 1rem;
    background-image: url(/local/templates/starta/assets/css/../img/icons/city.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.city_accepter__city {
    display: block;
    margin-left: .5em;
}

.city_accepter__btn {
    padding: .5em 1em;
    color: inherit;
    font: inherit;
    border-color: currentColor;
}

@media screen and (max-width: 1200px) {
    .city_accepter {
        left: 0;
        top: 100%;
        font-size: 1.4rem;
        width: 30rem;
    }
    
    .city_accepter__text::before {
        width: 3rem;
        height: 3rem;
    }
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
    color: #fff;
    background-color: #1f1f1f;
}

.footer_container {
    display: flex;
    grid-gap: 2rem 3rem;
    flex-wrap: wrap;
    padding: 9.6rem 8.3vw 5rem;
    justify-content: space-between;
}

.footer_logo {
    width: 22rem;
    display: block;
    margin-bottom: 4rem;
}

.footer_socs {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.8rem;
}

.footer_soc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    opacity: .5;
    border: 1px solid #d7d7d7;
}

@supports not (grid-gap: 1rem) {
    .footer_soc {
        margin-right: 1.8rem;
        margin-bottom: .5rem;
    }
}

.footer_soc:after {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.footer_soc {
    border-color: #d6456c;
    background-color: #d6456c;
    opacity: 1;
}

.footer_soc:hover {
    opacity: 0.5;
}

.footer_soc-whats:after {
    background-image: url(/local/templates/starta/assets/css/../img/icons/whatsapp-white.svg);
}

.footer_soc-vk:after {
    background-image: url(/local/templates/starta/assets/css/../img/icons/vk-white.svg);
}

.footer_soc-tg:after {
    background-image: url(/local/templates/starta/assets/css/../img/icons/tg-white.svg);
}

.footer_menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.4rem 7%;
}

.footer_menu_link {
    display: block;
    margin-bottom: 1.4rem;
}

.footer_menu_link:last-of-type {
    margin-bottom: 0;
}

.footer_contacts {
    max-width: 25rem;
}

.footer_contacts_top {
    margin-bottom: 4rem;
}

.footer_contacts_phone {
    display: flex;
    flex-wrap: wrap;
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 2rem;
    position: relative;
}

.footer_contacts_phone:hover .header_contacts_phone_list {
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
}

.footer_contacts .header_contacts_phone_list {
    background-color: #1f1f1f;
    z-index: 1;
}

.footer_contacts_city {
    display: block;
    color: #c54b67;
    padding-bottom: 2px;
    border-bottom: 1px dashed currentColor;
    margin-bottom: 2rem;
    transition: color .5s cubic-bezier(.5,1,.89,1);
    cursor: pointer;
}

.footer_contacts_city:hover {
    color: #d6456c;
}

.footer_contacts_address {
    display: flex;
    position: relative;
    font-size: 1.4rem;
    margin-bottom: .5rem;
}

.footer_contacts_address:hover .header_contacts_phone_list {
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
}

.footer_contacts_time {
    display: block;
    font-size: 1.4rem;
}

.footer_visual {
    display: flex;
    color: currentColor;
    cursor: pointer;
    text-align: left;
    align-items: center;
    font-weight: 700;
}

.footer_visual:before {
    content: "";
    display: block;
    margin-right: 2rem;
    width: 3rem;
    height: 3rem;
    background-image: url(/local/templates/starta/assets/css/../img/icons/eye.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer_about {
    display: flex;
    padding-top: 2.2rem;
    border-top: 1px solid rgba(215,215,215,.3);
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 4rem;
}

.footer_company {
    max-width: 45rem;
}

.footer_company_name {
    display: block;
    margin-bottom: 1.6rem;
    font-weight: 700;
}

.footer_company_desc {
    opacity: .5;
}

.footer_starta {
    display: flex;
    align-items: center;
}

.footer_starta:after {
    content: "";
    display: block;
    margin-left: 2rem;
    width: 11rem;
    height: 2.5rem;
    background-image: url(/local/templates/starta/assets/css/../img/icons/starta.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Footer Responsive */
@media screen and (max-width: 1600px) {
    .footer_container {
        padding-left: 6.6vw;
        padding-right: 6.6vw;
    }
    
    .footer_menu {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 4rem;
    }
    
    .footer_menu_link {
        margin-bottom: 1.8rem;
    }
}

@media screen and (max-width: 1200px) {
    .footer_container {
        padding-left: 6.6rem;
        padding-right: 6.6rem;
    }
    
    .footer_logo {
        margin-bottom: 2rem;
    }
    
    .footer_soc {
        width: 3.4rem;
        height: 3.4rem;
    }
    
    .footer_soc:after {
        width: 1.7rem;
        height: 1.7rem;
    }
    
    .footer_menu {
        max-width: 60rem;
        width: 100%;
    }
    
    .footer_contacts {
        display: flex;
        margin-top: 6rem;
        max-width: unset;
        width: 100%;
        align-items: flex-start;
        justify-content: space-between;
    }
    
    .footer_contacts_top {
        margin-bottom: 0;
    }
    
    .footer_contacts_phone {
        display: flex;
    }
    
    .footer_visual {
        font-size: 1.4rem;
    }
    
    .footer_about {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 900px) {
    .footer_menu {
        margin-top: 5rem;
        max-width: unset;
        justify-content: space-between;
        grid-template-columns: repeat(2, auto);
    }
    
    .footer_contacts {
        margin-top: 2.5rem;
    }
    
    .footer_about {
        flex-wrap: wrap;
    }
    
    .footer_company {
        max-width: unset;
    }
    
    .footer_starta {
        width: 100%;
        margin-top: 4rem;
    }
}

@media screen and (max-width: 640px) {
    .footer_container {
        padding-top: 4rem;
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }
    
    .footer_logo {
        order: 1;
    }
    
    .footer_soc {
        width: 3rem;
        height: 3rem;
    }
    
    .footer_soc:after {
        width: 1.3rem;
        height: 1.3rem;
    }
    
    .footer_menu {
        order: 3;
        font-size: 1.4rem;
        grid-template-columns: repeat(auto-fill, minmax(25rem, auto));
        grid-gap: 3rem 0;
    }
    
    .footer_contacts {
        order: 2;
        display: block;
    }
    
    .footer_contacts .header_contacts_phone_btn {
        display: none;
    }
    
    .footer_contacts .header_contacts_phone_list {
        background-color: initial;
        border: initial;
        position: initial;
        padding: initial;
        margin-top: 1rem;
        opacity: 1;
        visibility: visible;
    }
    
    .footer_contacts_phone {
        flex-wrap: wrap;
        font-size: 1.8rem;
        margin-bottom: .8rem;
    }
    
    .footer_contacts_city {
        margin-bottom: 3.3rem;
    }
    
    .footer_contacts_address {
        flex-wrap: wrap;
    }
    
    .footer_contacts_address .header_contacts_phone_list {
        margin-top: unset;
    }
    
    .footer_visual {
        margin-top: 3.3rem;
    }
    
    .footer_about {
        order: 4;
        margin-top: 1rem;
        font-size: 1.4rem;
    }
    
    .footer_company_desc {
        font-size: 1.2rem;
    }
}

/* ==========================================================================
   Header
   ========================================================================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    display: grid;
    grid-template-columns: 93.75% 6.25%;
    grid-template-rows: auto auto;
    color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.2);
}

.header_top {
    display: flex;
    align-items: center;
    grid-column: 1/2;
    grid-row: 1/2;
    height: 5rem;
    background-color: #000;
    padding: 0 3vw 0 8.3vw;
    transition: .5s;
}

.header_city {
    margin-right: 7rem;
    color: #c54b67;
    padding-bottom: 2px;
    border-bottom: 1px dashed currentColor;
    transition: .5s;
    cursor: pointer;
}

.header_city:hover {
    color: #d6456c;
}

.header_view {
    display: flex;
    align-items: center;
    margin-left: auto;
    font-weight: 700;
    color: currentColor;
}

.header_view:before {
    content: "";
    display: block;
    background-image: url(/local/templates/starta/assets/css/../img/icons/eye.svg);
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 2rem;
}

.header_main {
    display: flex;
    background: rgba(0,0,0,.4);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 2.6rem 3vw 2.6rem 8.3vw;
    grid-column: 1/2;
    grid-row: 2/3;
    transition: .5s;
}

.header_logo {
    width: 19rem;
    flex-shrink: 0;
}

.header_logo_img-black,
.header_logo_img-m {
    display: none;
}

.header_logo::after {
    content: "Сеть центров лазерной эпиляции";
    display: block;
    line-height: 1;
    font-size: .9rem;
    text-align: center;
    text-transform: uppercase;
}

.header_nav {
    width: 55%;
}

.header_nav_back {
    display: flex;
    position: absolute;
    top: 4.75rem;
    left: 8.3vw;
    align-items: center;
    font-size: 1.4rem;
    text-transform: none;
    cursor: pointer;
    transition: transform .5s cubic-bezier(.5,1,.89,1);
}

.header_nav_back:hover:before {
    transform: rotateZ(90deg) translateY(.3rem) !important;
}

.header_nav_back:before {
    content: "";
    flex-shrink: 0;
    display: block;
    margin-right: 1rem;
    width: 2.4rem;
    height: 2.4rem;
    transform: rotateZ(90deg) !important;
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-down-white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform .5s cubic-bezier(.5,1,.89,1);
}

.header_nav_title {
    font-size: 1.6rem;
    position: absolute;
    top: 5rem;
    left: 30vw;
    color: #d7d7d7;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.header_nav_title:before {
    display: none !important;
}

.header_nav .parent a {
    cursor: pointer;
}

.header_nav ul {
    list-style: none;
}

.header_nav ul li:after {
    transition: transform .5s cubic-bezier(.5,1,.89,1);
}

.header_nav ul li.is-active > ul {
    pointer-events: unset;
    transform: translateY(0);
    opacity: 1;
    z-index: 49;
}

.header_nav ul li.is-active > a {
    color: #d6456c;
}

.header_nav ul li.is-active:after {
    transform: rotateZ(-180deg);
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-down-pink.svg) !important;
}

.header_nav ul li:hover > a {
    color: #d6456c;
}

.header_nav ul li:hover:after {
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-down-pink.svg) !important;
}

.header_nav > ul {
    display: grid !important;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(14rem, auto));
    grid-gap: 1.6rem 6%;
}

.header_nav > ul > li {
    font-weight: 400;
    text-transform: uppercase;
}

.header_nav > ul > li > ul {
    padding: 5rem 8.3vw;
}

.header_nav > ul > li.parent {
    display: flex;
    align-items: center;
}

.header_nav > ul > li.parent:after {
    content: "";
    flex-shrink: 0;
    display: block;
    margin-left: 1rem;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-down-white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.header_nav > ul ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(35rem, 40rem));
    grid-gap: 5rem;
    position: absolute;
    align-items: flex-start;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #000;
    padding: 10rem 14.5vw 5rem 30vw;
    opacity: 0;
    transform: translateY(-100%);
    z-index: 48;
    pointer-events: none;
    font-size: 2.2rem;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
}

.header_nav > ul ul.big {
    font-size: 1.6rem;
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}

.header_nav > ul ul.big li {
    display: flex;
    align-items: center;
    font-weight: 400;
    text-transform: none;
}

.header_nav > ul ul.big li:before {
    content: "";
    flex-shrink: 0;
    display: block;
    margin-right: 1rem;
    width: 2.4rem;
    height: 2.4rem;
    transform: rotateZ(-90deg);
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-down-white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform .5s cubic-bezier(.5,1,.89,1);
}

.header_nav > ul ul.big li:not(.header_nav_title):not(.header_nav_back):hover:before {
    transform: rotateZ(-90deg) translateY(.5rem);
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-down-pink.svg);
}

.header_nav > ul ul li.parent {
    display: flex;
    align-items: center;
}

.header_nav > ul ul li.parent:after {
    content: "";
    flex-shrink: 0;
    display: block;
    margin-left: 1rem;
    width: 2.4rem;
    height: 2.4rem;
    transform: rotateZ(-90deg);
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-down-white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.header_nav > ul ul li.parent:hover > a {
    transform: translateX(.5rem);
}

.header_nav > ul ul ul {
    top: 0;
}

.header_contacts {
    display: flex;
    grid-gap: 1rem;
    flex-wrap: wrap;
    max-width: 28.8rem;
    justify-content: space-between;
}

.header_contacts_phone {
    display: flex;
    width: 100%;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1;
    position: relative;
}

.header_contacts_phone_btn {
    display: block;
    width: 3rem;
    height: 2.5rem;
    margin-left: 1rem;
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-down-white.svg);
    background-position: center;
}

.header_contacts_phone_list {
    position: absolute;
    color: #fff;
    width: 120%;
    border-radius: 0 0 .5rem .5rem;
    left: -2rem;
    top: 100%;
    pointer-events: none;
    visibility: hidden;
    background-color: #000;
    padding: 2rem;
    opacity: 0;
    border: 1px solid #d6456c;
    transition: opacity .5s cubic-bezier(.5,1,.89,1);
}

.header_contacts_phone_list a {
    display: block;
    margin-bottom: 1rem;
}

.header_contacts_phone_list a:last-child {
    margin-bottom: 0;
}

.header_contacts_phone_list span {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: .4rem;
}

.header_contacts_phone:hover .header_contacts_phone_list {
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
}

@supports not (grid-gap: 1rem) {
    .header_contacts_phone {
        margin-bottom: 1rem;
    }
}

.header_contacts_pink {
    color: #d6456c;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px dashed currentColor;
    transition: .5s;
}

.header_contacts_pink:hover {
    color: #c54b67;
}

@supports not (grid-gap: 1rem) {
    .header_contacts_pink:first-of-type {
        margin-right: 1rem;
    }
}

.header_burger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #1f1f1f;
    color: currentColor;
    font-weight: 600;
    width: 100%;
    grid-column: 2/3;
    grid-row: 1/-1;
    cursor: pointer;
    transition: background-color .5s cubic-bezier(.5,1,.89,1);
}

.header_burger:after {
    content: "MENU";
}

.header_burger span {
    display: block;
    width: 5rem;
    height: 2px;
    background-color: #fff;
    margin-bottom: 1rem;
    transition: transform .5s cubic-bezier(.5,1,.89,1), opacity .5s cubic-bezier(.5,1,.89,1);
}

.header_burger span:last-of-type {
    margin-bottom: 2.4rem;
}

.header_burger.is-active {
    background-color: #d6456c;
}

.header_burger.is-active span:nth-of-type(1) {
    transform: translateY(1.15rem) rotateZ(45deg);
    transform-origin: center;
}

.header_burger.is-active span:nth-of-type(2) {
    opacity: 0;
}

.header_burger.is-active span:nth-of-type(3) {
    transform: translateY(-1.15rem) rotateZ(-45deg);
    transform-origin: center;
}

.header_socs {
    display: none;
    align-items: center;
    margin-left: auto;
}

.header_socs__item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    width: 32px;
    height: 32px;
    margin-right: .8rem;
    flex-shrink: 0;
}

.header_socs__item-telegram {
    background-image: url(/local/templates/starta/assets/css/../img/icons/telegram-white.svg);
}

.header_socs__item-whats {
    background-image: url(/local/templates/starta/assets/css/../img/icons/whatsapp-white.svg);
}

.header_socs__item-phone {
    background-image: url(/local/templates/starta/assets/css/../img/icons/phone-white.svg);
}

/* Header States */
.header.black .header_main {
    color: #000;
}

.header.black .header_nav li.parent:after,
.header.black .header_nav > ul > li.parent:after {
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-down-black.svg);
}

.header.background-black .header_nav li.parent:after,
.header.background-black .header_nav > ul > li.parent:after {
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-down-white.svg);
}

.header.background-black .header_main {
    color: #fff;
    background-color: #000;
}

.header.background-black .header_logo_img {
    display: none;
}

.header.background-black .header_logo_img-black {
    display: block;
}

.header.float .header_top {
    height: 0;
}

.header.float .header_main {
    color: #fff;
    background-color: #000;
}

.header.float .header_nav li.parent:after,
.header.float .header_nav > ul > li.parent:after {
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-down-white.svg);
}

.header.is-active {
    color: #fff;
}

/* Header Responsive */
@media screen and (max-width: 1600px) {
    .header_main {
        padding-left: 6.6vw;
    }
    
    .header_nav {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .header_top {
        display: none;
    }
    
    .header_city-nav {
        width: fit-content;
    }
    
    .header_main {
        grid-row: 1/-1;
    }
    
    .header_contacts_phone {
        display: flex;
        align-items: center;
        font-size: 2rem;
    }
    
    .header_contacts_phone:hover .header_contacts_phone_btn {
        background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-down-pink.svg);
    }
    
    .header_contacts_pink {
        display: none;
    }
    
    .header_burger {
        padding: 1.6rem .8rem;
        font-size: 1.2rem;
    }
    
    .header_burger span {
        width: 3.5rem;
    }
    
    .header_burger span:last-of-type {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 900px) {
    .header {
        grid-template-columns: auto 8rem;
    }
    
    .header_main {
        padding-left: 4rem;
    }
    
    .header_contacts_phone {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 640px) {
    .header {
        font-size: 1.6rem;
    }
    
    .header_city-nav {
        display: block;
        margin-bottom: 1rem;
    }
    
    .header_main {
        padding: 1.2rem 0 1.2rem 1.8rem;
    }
    
    .header_logo {
        max-width: 9rem;
    }
    
    .header_logo_img {
        display: none;
    }
    
    .header_logo_img-black {
        display: none !important;
    }
    
    .header_logo_img-m {
        display: block;
    }
    
    .header_logo::after {
        display: none;
    }
    
    .header_nav_back {
        position: static;
        grid-column: 1/-1;
    }
    
    .header_nav_title {
        position: static;
        grid-column: 1/-1;
        padding-bottom: 2rem;
    }
    
    .header_nav ul {
        padding-left: 1.8rem;
    }
    
    .header_contacts {
        display: none;
    }
    
    .header_contacts_phone_btn {
        height: 1.5rem;
    }
    
    .header_contacts_phone_list {
        width: 100%;
        padding: 1rem;
        left: -1rem;
    }
    
    .header_burger span {
        display: none;
    }
    
    .header_burger.is-active:after {
        content: "";
    }
    
    .header_burger.is-active span {
        display: block;
    }
    
    .header_burger.is-active span:last-of-type {
        margin-bottom: 0;
    }
    
    .header_socs {
        display: flex;
    }
}

/* ==========================================================================
   Aside Navigation
   ========================================================================== */
.aside_nav {
    display: grid !important;
    align-items: start;
    align-content: start;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 5rem 8.3vw;
    background-color: #000;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-100%);
    transition: .5s;
}

.aside_nav.is-active {
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.aside_nav.is-active.header_nav li.parent:after,
.aside_nav.is-active.header_nav > ul > li.parent:after {
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-down-white.svg);
}

.aside_nav.is-active ~ .header_main {
    background-color: #000;
    color: #fff;
}

.aside_nav.is-active ~ .header_main .header_nav li.parent:after,
.aside_nav.is-active ~ .header_main .header_nav > ul > li.parent:after {
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-down-white.svg);
}

.aside_nav.is-active ~ .header_main .header_logo_img {
    display: none;
}

.aside_nav.is-active ~ .header_main .header_logo_img-black {
    display: block;
}

.aside_nav > ul {
    grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
    grid-gap: 3rem;
}

.aside_nav > ul > li:after {
    transform: rotateZ(-90deg);
}

.aside_nav > ul > li > a {
    font-size: 2.2rem;
}

.aside_nav > ul ul {
    align-content: flex-start;
    min-height: 100%;
    padding: 10rem 14.5vw 5rem 30vw !important;
}

.aside_nav ul {
    top: 0 !important;
}

.aside_nav_additional {
    display: none;
}

/* Aside Navigation Responsive */
@media screen and (max-width: 1200px) {
    .aside_nav_additional {
        display: block;
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 640px) {
    .aside_nav {
        padding-left: 0;
        padding-bottom: 0;
        height: calc(100vh - 60px);
        transform: translateX(150%);
        overflow-y: auto;
        overflow-x: hidden;
    }
    
    .aside_nav_additional {
        padding: 0 1.8rem;
    }
    
    .aside_nav > ul {
        align-content: flex-start;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 2rem;
    }
    
    .aside_nav > ul ul {
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
        transform: translateX(150%);
        grid-gap: 3rem;
        padding: 2rem 1.8rem !important;
    }
    
    .aside_nav > ul ul.is-active {
        transform: translateX(0);
    }
}

/* ==========================================================================
   Specialists
   ========================================================================== */
.specialists {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
    grid-gap: 7.5rem 3rem;
    padding-bottom: 6rem;
}

.specialist_img {
    display: block;
    margin-bottom: 1.2rem;
    height: 40rem;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.specialist_name {
    font-weight: 600;
    margin-bottom: 1.6rem;
}

.specialist_desc {
    margin-bottom: 3.5rem;
}

.specialist_btn {
    display: block;
    margin: 0 auto;
}

/* Specialists Responsive */
@media screen and (max-width: 1600px) {
    .specialists {
        grid-template-columns: repeat(auto-fill, minmax(27rem, 1fr));
    }
}

@media screen and (max-width: 1200px) {
    .specialist_desc {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 640px) {
    .specialist_name {
        font-size: 1.4rem;
    }
}

/* ==========================================================================
   Vacancy
   ========================================================================== */
.vacancy_mail {
    text-align: right;
}

.vacancy_mail a {
    margin-top: 1rem;
    display: block;
}

.vacancy_list {
    margin-top: 2.5rem;
}

.vacancy_el {
    display: flex;
    align-items: flex-start;
    padding: 6rem 0;
    border-bottom: 1px solid rgba(231,231,231,.86);
}

.vacancy_el:last-of-type {
    border-bottom: unset;
}

.vacancy_info {
    flex-shrink: 0;
    width: 20%;
}

.vacancy_name {
    font-weight: 600;
}

.vacancy_salary {
    margin-top: 1.6rem;
}

.vacancy_desc {
    margin: 0 8%;
}

/* Vacancy Responsive */
@media screen and (max-width: 1600px) {
    .vacancy_el {
        padding: 3rem 0;
    }
    
    .vacancy_salary {
        font-size: 1.4rem;
        margin-top: 1rem;
    }
    
    .vacancy_desc {
        font-size: 1.4rem;
        margin-left: 6.5rem;
        margin-right: 8%;
    }
}

@media screen and (max-width: 1200px) {
    .vacancy_mail {
        font-size: 1.4rem;
    }
    
    .vacancy_name {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 900px) {
    .vacancy_el {
        display: block;
    }
    
    .vacancy_info {
        width: 100%;
    }
    
    .vacancy_desc {
        margin: 3rem 0;
    }
}

/* ==========================================================================
   Stock
   ========================================================================== */
.stock_el {
    display: flex;
    margin-bottom: 7rem;
}

.stock_el:last-of-type {
    margin-bottom: 0;
}

.stock_img {
    display: block;
    object-fit: cover;
    object-position: center;
    /*height: 26rem;
    width: 58rem;*/
    
    width: 58rem;
    /*height: auto;*/
    aspect-ratio: 16 / 9;
}

.stock_info {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-left: 10rem;
}

.stock_info_top {
    padding-bottom: 2rem;
    width: 100%;
}

.stock_name {
    font-size: 2.4rem;
    margin-bottom: 3rem;
    font-weight: 600;
}

.stock_desc {
    font-size: 1.4rem;
    opacity: .7;
}

.stock_btn {
    margin-top: auto;
}

/* Stock Responsive */
@media screen and (max-width: 1600px) {
    .stock_img {
        /*height: 23rem;*/
        width: 47rem;
        height: auto;
    	aspect-ratio: 16 / 9;
    }
    
    .stock_info {
        margin-left: 8rem;
    }
    
    .stock_name {
        font-size: 2rem;
        margin-bottom: 1.6rem;
    }
}

@media screen and (max-width: 1200px) {
    .stock_img {
        width: 38rem;
        /*height: 20rem;*/
        
        height: auto;
    	aspect-ratio: 16 / 9;
    }
    
    .stock_info {
        margin-left: 6rem;
    }
    
    .stock_name {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 900px) {
    .stock_el {
        display: block;
    }
    
    .stock_img {
        width: 100%;
        height: 24rem;
        margin-bottom: 2.6rem;
    }
    
    .stock_info {
        margin-left: 0;
    }
    
    .stock_name {
        font-size: 1.6rem;
    }
    
    .stock_desc {
        opacity: 1;
    }
}

@media screen and (max-width: 640px) {
    .stock_img {
        height: auto;
    }
}

/* ==========================================================================
   News
   ========================================================================== */
.news_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.6rem;
}

.news_el {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
    color: #fff;
    height: 50rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3.5rem 4rem;
}

.news_el:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    transition: opacity .5s cubic-bezier(.5,1,.89,1);
}

.news_el:hover {
    color: #fff;
}

.news_el:hover:before {
    opacity: .8;
}

.news_el:hover .news_desc {
    opacity: 1;
}

.news_el:hover .news_desc:after {
    transform: translateX(1rem);
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-right-pink.svg);
}

.news_title {
    position: relative;
    width: 100%;
    font-size: 1.8rem;
    text-transform: uppercase;
    transition: color .5s cubic-bezier(.5,1,.89,1);
}

.news_desc {
    position: relative;
    font-size: 1.4rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,.2);
    opacity: .8;
    transition: opacity .5s cubic-bezier(.5,1,.89,1);
}

.news_desc::after {
    content: "";
    display: block;
    width: 4.5rem;
    height: 1rem;
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 3rem;
    transition: transform .5s cubic-bezier(.5,1,.89,1);
}

/* News Responsive */
@media screen and (max-width: 1600px) {
    .news_el {
        padding: 2.5rem 2rem;
        height: 36rem;
    }
    
    .news_title {
        font-size: 1.6rem;
    }
    
    .news_desc::after {
        background-size: cover;
        background-position: right;
        width: 3.5rem;
        margin-top: 1.6rem;
    }
}

@media screen and (max-width: 1200px) {
    .news_el {
        padding: 2rem 1.6rem;
        height: 26rem;
    }
    
    .news_title {
        font-size: 1.4rem;
    }
    
    .news_desc {
        font-size: 1.2rem;
    }
    
    .news_desc::after {
        width: 3rem;
        height: .8rem;
    }
}

@media screen and (max-width: 900px) {
    .news_list {
        grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
    }
    
    .news_el {
        padding: 2rem;
        height: 28rem;
    }
}

/* ==========================================================================
   Single News Page
   ========================================================================== */
.new {
    display: flex;
}

.new_text {
    padding-right: 11%;
    flex-grow: 1;
}

.new_text p {
    margin-bottom: 1.6rem;
    width: 100%;
}

.new_slide img {
    width: 100%;
    object-position: center;
    object-fit: cover;
    height: 50rem;
}

.new_images {
    width: 40%;
    flex-shrink: 0;
}

/* Single News Responsive */
@media screen and (max-width: 1600px) {
    .new_text {
        font-size: 1.4rem;
    }
    
    .new_slide img {
        height: 39rem;
    }
}

@media screen and (max-width: 1200px) {
    .new {
        flex-wrap: wrap;
    }
    
    .new_text {
        order: 2;
        width: 100%;
        padding-right: 0;
    }
    
    .new_images {
        order: 1;
        width: 100%;
        margin-bottom: 2rem;
    }
    
    .new_slide img {
        height: 35rem;
    }
}

@media screen and (max-width: 900px) {
    .new_slide img {
        height: 30rem;
    }
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.FAQ_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    width: 100%;
    color: #000;
    line-height: 130%;
    font-weight: 600;
    cursor: pointer;
}

.FAQ_title.is-active .FAQ_title_close:before {
    transform: rotateZ(90deg);
    opacity: 0;
}

.FAQ_title_close {
    position: relative;
    width: 2rem;
    height: 2rem;
    margin-left: 2rem;
    flex-shrink: 0;
    pointer-events: none;
}

.FAQ_title_close:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #d6456c;
    transition: transform .2s cubic-bezier(.5,1,.89,1), opacity .1s cubic-bezier(.5,1,.89,1);
}

.FAQ_title_close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d6456c;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.FAQ_content {
    margin-bottom: 3rem;
}

.FAQ_content_container {
    padding: 3.6rem 3rem 1rem 3rem;
}

.FAQ_content_container p {
    margin-bottom: 1.6rem;
}

/* FAQ Responsive */
@media screen and (max-width: 900px) {
    .FAQ_content {
        margin-bottom: 2rem;
    }
    
    .FAQ_content_container {
        padding: 4rem 3rem 1rem 0;
    }
}

@media screen and (max-width: 640px) {
    .FAQ_title {
        font-size: 1.4rem;
    }
    
    .FAQ_content {
        margin-bottom: 2rem;
        font-size: 1.4rem;
    }
    
    .FAQ_content_container {
        padding: 2rem 0;
    }
}

/* ==========================================================================
   Price
   ========================================================================== */
.price_tabs_titles {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 3.5rem;
}

.price_tabs_title {
    text-align: left;
    width: 22rem;
    border-bottom: 2px solid #b8bbbd;
    padding: 0;
    margin-bottom: 0;
    outline: 0;
    color: #b8bbbd;
    padding-bottom: 2rem;
    font-weight: 600;
    transition: color .5s cubic-bezier(.5,1,.89,1), border .5s cubic-bezier(.5,1,.89,1);
}

.price_tabs_title:after {
    content: "";
    display: block;
    width: 100%;
}

.price_tabs_title.is-active {
    color: #d6456c;
    border-color: #d6456c;
}

.price_title {
    color: #fff;
    background-color: #d6456c;
    font-weight: 400;
    padding: 1.6rem 3rem;
}

.price_title_close:after,
.price_title_close:before {
    background-color: #fff;
}

.price_content_container {
    padding: 1.6rem 0;
    margin-bottom: 0;
}

.price_row {
    display: flex;
    align-items: center;
    position: relative;
    color: #d6456c;
    font-size: 1.8rem;
    padding: 1rem 1rem 0 3rem;
}

.price_row__old {
    padding-left: .8rem;
    font-size: 1.4rem;
    color: #8f8f8f;
    text-decoration: line-through;
}

.price_row__more {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    font-size: 1.6rem;
    color: #d6456c;
    width: 100%;
    cursor: pointer;
    line-height: 1;
}

.price_row__more::after {
    content: "";
    display: block;
    margin-left: .4rem;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/starta/assets/css/../img/icons/info.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.price_row__content {
    display: block;
    font-size: 1.4rem;
}

.price_row p {
    padding: 0 .5rem 0 0;
}

.price_row p:nth-child(1) {
    width: 40%;
    color: #000;
}

.price_row p:nth-child(2) {
    width: 25%;
}

.price_row p:nth-child(3) {
    width: 25%;
}

.price_row p:nth-child(4) {
    width: 10%;
}

.price_row-title {
    color: #b8bbbd;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0;
}

.price_row-title p:nth-child(1) {
    color: #b8bbbd;
}

.price_row-title:after {
    display: none !important;
}

.price_row:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #b8bbbd;
    opacity: .2;
}

.price_row:last-of-type:after {
    display: none;
}

/* Price Responsive */
@media screen and (max-width: 1600px) {
    .price_title {
        font-size: 1.6rem;
    }
    
    .price_row {
        font-size: 1.6rem;
    }
    
    .price_row p {
        flex-grow: 1;
    }
    
    .price_row p:nth-child(1) {
        width: 40%;
    }
}

@media screen and (max-width: 1200px) {
    .price_tabs_title {
        padding-bottom: 1rem;
    }
    
    .price_title {
        padding: 1rem 2rem;
        font-size: 1.4rem;
    }
    
    .price_row {
        font-size: 1.4rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    .price_row p:nth-child(1) {
        width: 30%;
    }
    
    .price_row p:nth-child(4) {
        width: 5%;
    }
    
    .price_row-title {
        font-weight: 600;
    }
}

@media screen and (max-width: 900px) {
    .price_row {
        display: block;
    }
    
    .price_row p {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        flex-grow: 1;
        width: 100%;
        position: relative;
        margin-bottom: 1rem;
    }
    
    .price_row p::before {
        content: attr(data-title);
        margin-right: auto;
        order: -5;
        color: #8f8f8f;
    }
    
    .price_row p:nth-child(1),
    .price_row p:nth-child(2),
    .price_row p:nth-child(3),
    .price_row p:nth-child(4) {
        width: initial;
    }
    
    .price_row p:nth-child(1) {
        font-weight: 600;
    }
    
    .price_row p:nth-child(1)::before {
        display: none;
    }
    
    .price_row p:nth-child(1)::after {
        display: none;
    }
    
    .price_row p::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #ececec;
    }
    
    .price_row-title {
        display: none;
    }
    
    .price_row__more {
        font-size: 1.4rem;
        margin-top: .2rem;
    }
    
    .price_row__old {
        order: -1;
        padding-left: initial;
        padding-right: .8rem;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 640px) {
    .price_tabs_titles {
        width: 100%;
    }
    
    .price_tabs_title {
        flex-grow: 1;
    }
    
    .price_row__content {
        font-size: 1.2rem;
    }
}

/* ==========================================================================
   Reviews
   ========================================================================== */
.review_wrapper {
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
}

.review_slider {
    width: 50%;
}

.review_slider .slick-arrow {
    display: none;
}

.review_slider .slick-dots {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
    grid-gap: 1rem 2rem;
    align-items: center;
    list-style: none;
}

.review_slider .slick-dots li {
    position: relative;
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: border .5s cubic-bezier(.5,1,.89,1);
}

@supports not (grid-gap: 1rem) {
    .review_slider .slick-dots li {
        margin-right: 2rem;
        margin-bottom: 1rem;
    }
}

.review_slider .slick-dots li:after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    opacity: .1;
    transition: opacity .5s cubic-bezier(.5,1,.89,1);
}

.review_slider .slick-dots li.slick-active {
    border-color: #000;
}

.review_slider .slick-dots li.slick-active:after {
    opacity: 1;
}

.review_slider .slick-dots button {
    display: none;
}

.review_author {
    display: flex;
    align-items: center;
    margin-bottom: 3.2rem;
}

.review_img {
    display: block;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    overflow: hidden;
}

.review_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.review_name {
    margin-left: 2rem;
    font-weight: 600;
}

.review_text p {
    margin-bottom: 1.6rem;
}

.review_big_img {
    position: relative;
    width: 50rem;
    height: 50rem;
}

.review_big_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Reviews Responsive */
@media screen and (max-width: 1600px) {
    .review_slider {
        width: 60%;
    }
    
    .review_text {
        font-size: 1.4rem;
    }
    
    .review_text p {
        margin-bottom: 1rem;
    }
    
    .review_big_img {
        width: 30%;
        height: 35rem;
    }
}

@media screen and (max-width: 1200px) {
    .review_slider {
        width: 100%;
    }
    
    .review_big_img {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .review_slider {
        position: relative;
    }
    
    .review_slider .slick-dots {
        justify-content: center;
    }
    
    .review_slider .slick-arrow {
        position: absolute;
        top: 3rem;
        left: 0;
        width: 3rem;
        height: 4rem;
        background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-right-black.svg);
        background-position: right;
        background-repeat: no-repeat;
        background-size: 250%;
        transform: scale(-1, 1);
    }
    
    .review_slider .slick-next {
        transform: unset;
        left: auto;
        right: 0;
    }
    
    .review_author {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .review_img {
        width: 9rem;
        height: 9rem;
        margin-bottom: 1.6rem;
    }
    
    .review_name {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
}

/* ==========================================================================
   License
   ========================================================================== */
.license_text {
    width: 40%;
    order: 3;
}

.license_text:first-of-type {
    order: -1;
}

.license_text_wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}

.license_text_wrapper p {
    margin-bottom: 3rem;
}

.license_text_wrapper:after {
    content: "";
    display: block;
    width: 1px;
    background-color: #000;
    opacity: .1;
    order: 2;
}

.license_files {
    width: 40%;
    color: #d6456c;
    margin-bottom: 12rem;
}

.license_files_wrapper {
    display: flex;
    justify-content: space-between;
}

.license_file {
    display: flex;
    align-content: flex-start;
    margin-bottom: 5rem;
}

.license_file:before {
    content: "";
    display: block;
    flex-shrink: 0;
    margin-right: 1.6rem;
    width: 2.6rem;
    height: 3.4rem;
    background-image: url(/local/templates/starta/assets/css/../img/icons/file-pink.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform .5s cubic-bezier(.5,1,.89,1);
}

.license_file:hover:before {
    transform: translateY(-.5rem);
}

.license_file:last-of-type {
    margin-bottom: 0;
}

/* License Responsive */
@media screen and (max-width: 1600px) {
    .license_text {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 1200px) {
    .license_files {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 900px) {
    .license_text {
        width: 100%;
    }
    
    .license_text_wrapper {
        flex-wrap: wrap;
    }
    
    .license_text_wrapper:after {
        width: 100%;
        height: 1px;
        margin: 1.6rem 0 3.2rem;
    }
    
    .license_files {
        width: 100%;
        margin-bottom: 0;
    }
    
    .license_files_wrapper {
        flex-wrap: wrap;
        margin-bottom: 5rem;
    }
    
    .license_file:last-of-type {
        margin-bottom: 5rem;
    }
}

@media screen and (max-width: 640px) {
    .license_text_wrapper {
        margin-bottom: 0;
    }
    
    .license_files_wrapper {
        margin-bottom: 0;
    }
}

/* ==========================================================================
   License Slider
   ========================================================================== */
.license_slider_wrapper {
    position: relative;
    color: #fff;
    padding-top: 10rem;
}

.license_slider_wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #000;
}

.license_slider_wrapper .slick-track {
    display: flex;
    padding-top: 15rem;
}

.license_slider_wrapper .slick-slide {
    margin: 0 2rem;
    height: auto;
}

.license_slider_wrapper .slick-slide > div {
    height: 100%;
}

.license_slider_wrapper .slick-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-right-white.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 250%;
    z-index: 1;
    cursor: pointer;
}

.license_slider_wrapper .slick-arrow:hover {
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-right-pink.svg);
}

.license_slider_wrapper .slick-arrow.disabled,
.license_slider_wrapper .slick-arrow.slick-disabled,
.license_slider_wrapper .slick-arrow:disabled {
    opacity: .3;
    pointer-events: none;
}

.license_slider_wrapper .slick-prev {
    transform: scale(-1, 1) translateX(200%);
}

.license_slider_title {
    font-weight: 600;
    font-size: 5rem;
}

.license_slider_el {
    display: block !important;
    padding: 1rem;
    width: 100%;
    height: 100%;
}

.license_slider_el img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* License Slider Responsive */
@media screen and (max-width: 1600px) {
    .license_slider_title {
        font-size: 4rem;
    }
}

@media screen and (max-width: 1200px) {
    .license_slider_wrapper {
        padding-top: 7rem;
    }
    
    .license_slider_wrapper .slick-track {
        padding-top: 6rem;
    }
    
    .license_slider_title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 640px) {
    .license_slider {
        margin-top: 1rem;
    }
    
    .license_slider_wrapper {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    
    .license_slider_wrapper .slick-track {
        padding-top: 5rem;
    }
    
    .license_slider_wrapper .slick-arrow {
        width: 3.5rem;
        height: 3.5rem;
    }
    
    .license_slider_wrapper:before {
        height: 100%;
    }
    
    .license_slider_title {
        font-size: 2.6rem;
    }
}

/* ==========================================================================
   Gifts
   ========================================================================== */
.gifts_intro {
    background-image: url(/local/templates/starta/assets/css/../img/bg-gifts2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 95vh;
    color: #fff;
    padding-top: 0.1vw;
    margin-top: 4vw;
}

@media (max-height: 500px) {
    .gifts_intro {
        height: 55rem;
    }
}

.gifts_intro_text {
    max-width: 62rem;
}

.gifts_intro_text p {
    margin-bottom: 1.6rem;
}

.gifts_title {
    margin-top: 8rem;
}

.gifts_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(32rem, 1fr));
    grid-gap: 6rem 2rem;
    margin-top: -15rem;
}

.gifts_el {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.gifts_el_img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1.2rem;
}

.gifts_el_title {
    width: 100%;
    margin-bottom: .4rem;
}

.gifts_el_price {
    margin-bottom: 2rem;
    font-weight: 600;
    width: 100%;
}

.gifts_el_btn {
    display: block;
    margin: 0 auto;
    margin-top: auto;
}

/* Gifts Responsive */
@media screen and (max-width: 1600px) {
    .gifts_title {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 1200px) {
    .gifts_intro_text {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 640px) {
    .gifts_title {
        margin-bottom: 1.3rem;
    }
    
    .gifts_list {
        margin-top: -10rem;
    }
}

/* ==========================================================================
   Equipment
   ========================================================================== */
.equipments {
    width: calc(50% - 1px);
}

.equipments_wrapper {
    display: flex;
    padding-top: 15rem;
    justify-content: space-between;
}

.equipments:nth-of-type(1) .equipment:nth-of-type(2n-1) {
    background-color: #fff;
}

.equipments:nth-of-type(2) .equipment:nth-of-type(2n) {
    background-color: #fff;
}

.equipment {
    padding: 4rem;
}

.equipment_type {
    color: #d6456c;
    font-weight: 600;
}

.equipment_name {
    font-size: 2rem;
    font-weight: 600;
}

.equipment_desc {
    margin-top: 5rem;
}

.equipment_desc p {
    margin-bottom: 1.6rem;
}

.equipment_desc ul {
    list-style: none;
}

.equipment_desc ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.6rem;
}

.equipment_desc ul li:before {
    content: "—";
    display: inline-block;
    margin-right: 1rem;
}

.equipment_img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 7rem;
}

/* Equipment Responsive */
@media screen and (max-width: 1600px) {
    .equipment_type {
        font-size: 1.4rem;
    }
    
    .equipment_name {
        font-size: 1.8rem;
    }
    
    .equipment_desc {
        margin-top: 2rem;
        font-size: 1.4rem;
    }
    
    .equipment_img {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 1200px) {
    .equipments_wrapper {
        padding-top: 0;
    }
    
    .equipment {
        padding: 3rem 2rem;
    }
}

@media screen and (max-width: 900px) {
    .equipments {
        width: 100%;
    }
    
    .equipments_wrapper {
        display: block;
    }
    
    .equipment_img {
        margin: 3rem auto 0;
        max-width: 45rem;
    }
}

@media screen and (max-width: 640px) {
    .equipments_wrapper {
        max-width: 100%;
    }
    
    .equipment_name {
        font-size: 1.6rem;
    }
}

/* ==========================================================================
   Clinics
   ========================================================================== */
.clinics {
    width: 28%;
}

.clinics_wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 5rem;
}

.clinics_vertical_line {
    background-color: #000;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .1;
    z-index: -1;
}

.clinic {
    display: block;
    margin-bottom: 30vh;
}

.clinic_img {
    display: block;
    position: relative;
}

.clinic_img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #000;
    transition: opacity .5s cubic-bezier(.5,1,.89,1);
}

.clinic_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.clinic_img:hover:before {
    opacity: .6;
}

.clinic_img:hover .clinic_btn {
    opacity: 1;
}

.clinic_btn {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.clinic_info {
    background-color: #000;
    color: #fff;
    padding: 3rem;
    text-align: center;
}

.clinic_city {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.clinic_street {
    font-size: 1.4rem;
}

/* Clinics Responsive */
@media screen and (max-width: 1600px) {
    .clinics_wrapper {
        padding-top: 8rem;
    }
    
    .clinic_city {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1200px) {
    .clinics {
        width: 32%;
    }
    
    .clinics_wrapper {
        padding-top: 0;
    }
    
    .clinic {
        margin-bottom: 5rem;
    }
    
    .clinic_info {
        padding: 1.7rem .5rem;
    }
}

@media screen and (max-width: 900px) {
    .clinics {
        width: 48%;
    }
    
    .clinics:nth-of-type(3) {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        grid-column-gap: 2%;
    }
    
    .clinics:nth-of-type(3) .clinic {
        width: 48%;
    }
    
    .clinics_wrapper {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 640px) {
    .clinics {
        width: 100%;
    }
    
    .clinics:nth-of-type(3) .clinic {
        width: 100%;
    }
}

/* ==========================================================================
   Clinic Detail
   ========================================================================== */
.clinic_detail_info {
    margin-bottom: 7rem;
}

.clinic_detail_info_el {
    width: 100%;
    display: inline-flex;
    align-items: center;
}

.clinic_detail_info_el:before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
    background-position: 80%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1rem;
}

.clinic_detail_info_el-geo:before {
    background-image: url(/local/templates/starta/assets/css/../img/icons/geo.svg);
}

.clinic_detail_info_el-clock:before {
    background-image: url(/local/templates/starta/assets/css/../img/icons/clock.svg);
}

.clinic_detail_info_el-phone {
    width: auto;
    font-weight: 600;
}

.clinic_detail_info_el-phone:before {
    background-image: url(/local/templates/starta/assets/css/../img/icons/phone.svg);
}

.clinic_detail_images {
    order: 2;
}

/* Clinic Detail Responsive */
@media screen and (max-width: 1200px) {
    .clinic_detail_text {
        margin-bottom: 5rem;
    }
    
    .clinic_detail_info {
        margin-bottom: 4rem;
    }
    
    .clinic_detail_images {
        order: 2;
    }
}

@media screen and (max-width: 640px) {
    .clinic_detail_info {
        margin-bottom: 3rem;
    }
    
    .clinic_detail_info_el-phone {
        display: flex;
        width: 100%;
    }
    
    .clinic_detail_images {
        order: 2;
    }
}

/* ==========================================================================
   Contacts
   ========================================================================== */
.contacts {
    padding-left: 8.3vw;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 4rem;
}

.contacts_info {
    padding-top: 2rem;
    padding-right: 2rem;
    max-width: 45%;
    position: relative;
    padding-left: 4rem;
    padding-bottom: 1rem;
}

.contacts_info:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d7d7d7;
}

.contacts_info_container {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.contacts_el {
    font-size: 2rem;
    margin-bottom: 3.4rem;
}

.contacts_subtitle {
    display: block;
    color: #d7d7d7;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: .4rem;
}

.contacts_socs {
    margin-top: 8rem;
}

.contacts_map {
    position: relative;
    width: 55%;
    height: 70vh;
}

.contacts_map [class*="ground-pane"] {
    filter: grayscale(1);
}

.contacts_map:after,
.contacts_map:before,
.contacts_map_bg {
    z-index: 1;
    top: 0;
    pointer-events: none;
    left: 0;
    bottom: 0;
    width: 30rem;
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(270deg, rgba(255,255,255,0) 0, #f9f9f9c7 68%, #f9f9f9 100%);
}

.contacts_map:before {
    top: 0;
    left: 0;
    bottom: auto;
    height: 10rem;
    width: 100%;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0, #f9f9f9c7 68%, #f9f9f9 100%);
}

.contacts_map_bg {
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10rem;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0, #f9f9f9c7 68%, #f9f9f9 100%);
}

/* Contacts Responsive */
@media screen and (max-width: 1600px) {
    .contacts {
        padding-left: 6.6vw;
    }
    
    .contacts_el {
        font-size: 1.6rem;
    }
    
    .contacts_subtitle {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 1200px) {
    .contacts {
        padding-left: 6.6rem;
    }
    
    .contacts_info {
        padding-left: 2rem;
    }
}

@media screen and (max-width: 900px) {
    .contacts {
        padding-left: 4rem;
    }
}

@media screen and (max-width: 640px) {
    .contacts {
        padding-left: 1.8rem;
        flex-wrap: wrap;
    }
    
    .contacts_info {
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    
    .contacts_info:before {
        display: none;
    }
    
    .contacts_el {
        margin-bottom: 1.6rem;
    }
    
    .contacts_socs {
        margin-top: 4rem;
    }
    
    .contacts_map {
        margin-top: 5rem;
        width: 100%;
    }
}

/* ==========================================================================
   About Page - Intro
   ========================================================================== */
.about_intro {
    display: flex;
    align-items: center;
    height: 95vh;
    background-image: url(/local/templates/starta/assets/css/../img/temp/about-intro.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.about_intro_container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.about_intro_text {
    margin-left: auto;
    width: 70rem;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 6rem;
}

.about_intro_video {
    display: flex;
    width: 70rem;
    margin-left: auto;
}

.about_intro_video_text:after {
    content: "";
    display: block;
    width: 8rem;
    height: 3rem;
    background-image: url(/local/templates/starta/assets/css/../img/icons/about-arrow.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-top: 1rem;
    transform: translateX(2rem);
}

.about_intro_video_btn {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    background-color: #d6456c;
    margin-left: 5rem;
    cursor: pointer;
    color: inherit;
}

.about_intro_video_btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9rem;
    height: 9rem;
    font-size: 1.4rem;
    border: 1px solid #fff;
    border-radius: 50%;
}

.about_intro_video_btn_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-image: url(/local/templates/starta/assets/css/../img/icons/about-btn.svg);
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    transition: transform .5s cubic-bezier(.5,1,.89,1);
}

/* About Intro Responsive */
@media screen and (max-width: 1600px) {
    .about_intro_text {
        padding-top: 10rem;
        font-size: 1.6rem;
        width: 52rem;
    }
    
    .about_intro_video {
        width: 52rem;
    }
    
    .about_intro_video_btn {
        width: 13rem;
        height: 13rem;
    }
    
    .about_intro_video_btn span {
        width: 7rem;
        height: 7rem;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 1200px) {
    .about_intro {
        background-position: center;
    }
    
    .about_intro_text {
        width: 42rem;
        font-size: 1.4rem;
        margin-bottom: 3rem;
    }
    
    .about_intro_video {
        width: 42rem;
    }
    
    .about_intro_video_text {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 900px) {
    .about_intro {
        background-position: 60%;
    }
    
    .about_intro_text {
        width: 36rem;
    }
    
    .about_intro_video {
        width: 36rem;
    }
    
    .about_intro_video_btn {
        flex-shrink: 0;
    }
}

@media screen and (max-width: 640px) {
    .about_intro {
        background-position: center;
    }
    
    .about_intro_text {
        width: 100%;
        padding-top: 10rem;
        margin-bottom: 15rem;
    }
    
    .about_intro_video {
        width: 100%;
    }
}

/* ==========================================================================
   About Page - Info
   ========================================================================== */
.about_info {
    display: flex;
    position: relative;
    color: #fff;
    align-items: center;
    background-color: #1f1f1f;
}

.about_info_left {
    position: absolute;
    width: 39%;
    flex-shrink: 0;
    background-color: #d6456c;
    padding: 6rem;
    padding-left: 8.3vw;
}

.about_info_title {
    margin-top: 0;
    font-size: 7rem;
}

.about_info_desc {
    font-size: 2rem;
    max-width: 44rem;
    line-height: 160%;
}

.about_info_flamp {
    display: flex;
    align-items: center;
    font-size: 2.6rem;
    margin-top: 5rem;
}

.about_info_flamp:before {
    content: "";
    display: block;
    margin-right: 1rem;
    width: 6rem;
    height: 6rem;
    background-image: url(/local/templates/starta/assets/css/../img/icons/flamp.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about_info_flamp:hover {
    color: #d7d7d7;
}

.about_info_right {
    display: grid;
    width: 60%;
    margin-left: auto;
    grid-template-columns: repeat(auto-fill, minmax(38rem, 1fr));
    grid-gap: 4.5rem;
    justify-content: space-between;
    padding: 10rem;
    padding-right: 8.3vw;
    padding-left: 5vw;
}

.about_info_text_subtitle {
    font-weight: 600;
    margin-bottom: 1rem;
}

/* About Info Responsive */
@media screen and (max-width: 1600px) {
    .about_info_left {
        padding-left: 6.6vw;
        bottom: 0;
    }
    
    .about_info_title {
        font-size: 4rem;
    }
    
    .about_info_desc {
        font-size: 1.6rem;
    }
    
    .about_info_right {
        padding: 5rem;
        padding-left: 4rem;
        padding-right: 6.6vw;
        grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
    }
    
    .about_info_text_subtitle {
        font-size: 1.6rem;
    }
    
    .about_info_text_desc {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 1200px) {
    .about_info {
        flex-wrap: wrap;
    }
    
    .about_info_left {
        /*margin-top: -10rem;*/
        margin-top: -5rem;
        padding-top: 3rem;
        position: static;
        width: 62rem;
        padding-left: 6.6rem;
    }
    
    .about_info_title {
        font-size: 3rem;
    }
    
    .about_info_desc {
        max-width: 100%;
        width: 100%;
    }
    
    .about_info_flamp {
        font-size: 1.6rem;
        margin-top: 2rem;
    }
    
    .about_info_flamp:before {
        width: 4rem;
        height: 4rem;
    }
    
    .about_info_right {
        width: 100%;
        padding-left: 6.6rem;
        padding-right: 6.6rem;
    }
}

@media screen and (max-width: 900px) {
    .about_info_left {
        margin-top: -5rem;
        width: 95%;
        padding-left: 4rem;
    }
    
    .about_info_right {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    
    .about_info_text_subtitle {
        margin-bottom: 1.6rem;
    }
}

@media screen and (max-width: 640px) {
    .about_info_left {
        margin-top: 0;
        width: 100%;
        padding-left: 1.8rem;
    }
    
    .about_info_title {
        font-size: 2.6rem;
    }
    
    .about_info_flamp {
        margin-top: 5rem;
    }
    
    .about_info_right {
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }
}

/* ==========================================================================
   About Page - Clinics
   ========================================================================== */
.about_clinics_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.about_clinics_slider {
    padding-left: 8.3vw;
}

.about_clinics .slick-arrow {
    top: -3rem;
    right: 8.3vw;
}

/* About Clinics Responsive */
@media screen and (max-width: 1600px) {
    .about_clinics_slider {
        padding-left: 6.6vw;
    }
    
    .about_clinics .slick-arrow {
        right: 6.6vw;
    }
}

@media screen and (max-width: 1200px) {
    .about_clinics:before {
        height: 100%;
    }
    
    .about_clinics_slider {
        padding-left: 6.6rem;
    }
    
    .about_clinics .slick-arrow {
        right: 6.6rem;
        top: -2rem;
    }
}

@media screen and (max-width: 900px) {
    .about_clinics_slider {
        padding-left: 4rem;
    }
    
    .about_clinics .slick-arrow {
        right: 4rem;
    }
}

@media screen and (max-width: 640px) {
    .about_clinics_slider {
        margin-top: 4rem;
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }
    
    .about_clinics .slick-arrow {
        top: 0;
        right: auto;
        left: calc(9rem);
    }
}

/* ==========================================================================
   About Page - Photo Gallery
   ========================================================================== */
.about_photo {
    display: grid;
    margin-top: -10rem;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12rem 0;
    margin-left: 8.3vw;
    position: relative;
    padding-top: 30rem;
    padding-bottom: 30rem;
}

.about_photo_line {
    position: absolute;
    top: 0;
    left: 0;
    height: 120%;
    width: 1px;
    background-color: #000;
    opacity: .1;
    z-index: -1;
}

.about_photo_line-2 {
    left: 25%;
}

.about_photo_line-3 {
    left: 50%;
}

.about_photo_line-4 {
    left: 75%;
}

.about_photo_el-2 {
    transform: translateY(25%);
    grid-column: 3/-1;
}

.about_photo_el-3 {
    grid-column: span 2;
}

.about_photo_el-4 {
    transform: translateY(-15%);
    grid-column: 4/-1;
}

/* About Photo Responsive */
@media screen and (max-width: 1600px) {
    .about_photo {
        margin-left: 6.6vw;
        padding-top: 15rem;
        padding-bottom: 10rem;
    }
}

@media screen and (max-width: 1200px) {
    .about_photo {
        margin-left: 6.6rem;
        margin-top: 0;
        padding-top: 10rem;
        padding-bottom: 5rem;
    }
}

@media screen and (max-width: 900px) {
    .about_photo {
        margin-left: 4rem;
    }
}

@media screen and (max-width: 640px) {
    .about_photo {
        grid-template-columns: 100%;
        grid-gap: 2.5rem 0;
        margin-left: 1.8rem;
        margin-right: 1.8rem;
    }
    
    .about_photo_line-2 {
        display: none;
    }
    
    .about_photo_line-3 {
        display: none;
    }
    
    .about_photo_line-4 {
        left: auto;
        right: 0;
    }
    
    .about_photo_el {
        grid-column: auto;
        transform: unset;
    }
    
    .about_photo_el-1 {
        width: 50%;
    }
    
    .about_photo_el-2 {
        width: 75%;
        margin-left: auto;
    }
    
    .about_photo_el-4 {
        width: 50%;
        margin-left: auto;
    }
}

/* ==========================================================================
   Services
   ========================================================================== */
.services {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
    grid-gap: 8rem 3rem;
}

.services_tabs_titles {
    flex-wrap: wrap;
    grid-row-gap: 2rem;
}

.services_tabs_title {
    flex-shrink: 0;
    width: 22rem;
}

.services_packets {
    display: flex;
    align-items: center;
    margin-left: auto;
    text-transform: uppercase;
    color: #b8bbbd;
    border: 1px solid #b8bbbd;
    padding: 1rem 3rem;
    border-radius: 3rem;
    cursor: pointer;
    transition: background-color .5s cubic-bezier(.5,1,.89,1), color .5s cubic-bezier(.5,1,.89,1);
}

.services_packets:before {
    content: "";
    display: none;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    background-image: url(/local/templates/starta/assets/css/../img/icons/close-white.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 1rem;
}

.services_packets.is-active {
    background-color: #d6456c;
    color: #fff;
    border-color: #d6456c;
}

.services_packets.is-active:before {
    display: block;
}

.services_packets.is-active:hover {
    background-color: #c54b67;
}

.services_packets:hover {
    background-color: #d6456c;
    color: #fff;
}

.services_seo_tabs {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.6rem;
    margin-bottom: 4rem;
}

.services_seo_tab {
    display: block;
    text-transform: uppercase;
    color: #b8bbbd;
    border: 1px solid #b8bbbd;
    padding: 1rem 3rem;
    border-radius: 3rem;
    cursor: pointer;
    transition: background-color .5s cubic-bezier(.5,1,.89,1), color .5s cubic-bezier(.5,1,.89,1);
}

@supports not (grid-gap: 1rem) {
    .services_seo_tab {
        margin-right: 1.6rem;
        margin-bottom: 1rem;
    }
}

.services_seo_tab.is-active {
    background-color: #d6456c;
    color: #fff;
    border-color: #d6456c;
    display: flex;
    align-items: center;
}

.services_seo_tab.is-active:hover {
    background-color: #c54b67;
}

.services_seo_tab:hover {
    border-color: #d6456c;
    background-color: #d6456c;
    color: #fff;
}

.services_el {
    display: flex;
    flex-wrap: wrap;
}

.services_el_img {
    display: block;
    width: 100%;
}

.services_el_img img {
    object-fit: cover;
    object-position: center;
}

.services_el_info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #fff;
    margin-bottom: 2rem;
}

.services_el_info_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 2rem;
}

.services_el_info_packet {
    display: block;
    width: 100%;
    margin-top: 1rem;
}

.services_el_info_packet_price {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #d6456c;
    font-weight: 600;
    font-size: 1.4rem;
}

.services_el_info_packet_price span {
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
    margin-left: 3rem;
}

.services_el_name {
    font-weight: 600;
    text-transform: uppercase;
    color: #d6456c;
}

.services_el_btn {
    display: block;
    margin: auto auto 0;
}

.services_el_desc {
    font-size: 1.4rem;
    padding-top: 1.6rem;
    background-color: #fff;
    width: 100%;
}

.services_show_more {
    display: block;
    margin: 6rem auto 0;
}

/* Services Responsive */
@media screen and (max-width: 1600px) {
    .services_el {
        font-size: 1.4rem;
    }
    
    .services_el_info_packet_price span {
        font-size: 1.4rem;
    }
    
    .services_el_desc {
        padding-top: 1rem;
    }
}

@media screen and (max-width: 1200px) {
    .services_seo_tab {
        font-size: 1.4rem;
        padding: 1rem 2rem;
    }
}

@media screen and (max-width: 640px) {
    .services_tabs_title {
        width: 50%;
    }
    
    .services_packets {
        margin-left: initial;
    }
}

/* ==========================================================================
   Single Service Page
   ========================================================================== */
.service_info {
    display: flex;
    grid-gap: 3rem;
    align-items: center;
    margin-bottom: 3rem;
}

.service_info_el {
    display: flex;
    align-items: center;
    font-weight: 600;
    width: auto !important;
}

@supports not (grid-gap: 1rem) {
    .service_info_el {
        margin-right: 3rem;
    }
}

.service_info_el span {
    display: block;
    margin-left: 1rem;
    color: #d6456c;
}

.service_subtitle {
    font-size: 4rem;
    font-weight: 600;
}

.service_specialists {
    margin-top: 10rem;
}

.service_specialists_slider {
    padding-top: 7rem;
}

.service_specialists_slider .specialist {
    padding-right: 3rem;
}

.service_specialists_slider .slick-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-right-black.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 250%;
    z-index: 1;
    cursor: pointer;
}

.service_specialists_slider .slick-arrow:hover {
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-right-pink.svg);
}

.service_specialists_slider .slick-arrow.disabled,
.service_specialists_slider .slick-arrow.slick-disabled,
.service_specialists_slider .slick-arrow:disabled {
    opacity: .3;
    pointer-events: none;
}

.service_specialists_slider .slick-prev {
    transform: scale(-1, 1) translateX(200%);
}

.service_reviews {
    margin-top: 10rem;
}

.service_reviews_top {
    display: flex;
    align-items: flex-end;
    background-image: url(/local/templates/starta/assets/css/../img/temp/service-reviews.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 42rem;
}

.service_reviews_title {
    padding: 5.5rem 15rem;
    line-height: 1;
    margin-bottom: 0;
    padding-left: 8.3vw;
    background-color: #f9f9f9;
}

.service_reviews_slider {
    margin-top: 10rem;
}

.service_reviews_slider_el {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 7.5rem;
}

.service_reviews_slider_img {
    display: block;
    width: 7rem;
    height: 7rem;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.service_reviews_slider_name {
    width: 1%;
    flex-grow: 1;
    margin-left: 2rem;
    font-weight: 600;
}

.service_reviews_slider_text {
    margin-top: 3rem;
}

.service_reviews .slick-arrow {
    position: absolute;
    top: 15%;
    right: -5rem;
    width: 4rem;
    height: 3rem;
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-right-black.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 200%;
    z-index: 1;
    cursor: pointer;
}

.service_reviews .slick-arrow:hover {
    background-image: url(/local/templates/starta/assets/css/../img/icons/arrow-right-pink.svg);
}

.service_reviews .slick-arrow.disabled,
.service_reviews .slick-arrow.slick-disabled,
.service_reviews .slick-arrow:disabled {
    opacity: .3;
    pointer-events: none;
}

.service_reviews .slick-prev {
    right: auto;
    left: -5rem;
    transform: scale(-1, 1);
}

.service_reviews .slick-dots {
    justify-content: center;
    margin-top: 7rem;
}

.service_FAQ {
    margin-top: 15rem;
}

.service_FAQ_title {
    margin-bottom: 5rem;
}

.service_license {
    margin-top: 10rem;
}

/* Single Service Responsive */
@media screen and (max-width: 1600px) {
    .service_subtitle {
        font-size: 3rem;
    }
    
    .service_reviews_top {
        height: 35rem;
    }
    
    .service_reviews_title {
        padding: 3rem;
        padding-left: 6.6vw;
    }
    
    .service_reviews_slider {
        margin-top: 6rem;
    }
    
    .service_reviews_slider_el {
        padding: 0 3rem;
    }
    
    .service_reviews_slider_name {
        margin-top: 1.6rem;
    }
    
    .service_reviews_slider_text {
        font-size: 1.4rem;
    }
    
    .service_FAQ {
        margin-top: 10rem;
    }
}

@media screen and (max-width: 1200px) {
    .service_subtitle {
        font-size: 2.6rem;
    }
    
    .service_reviews_top {
        height: 32rem;
    }
    
    .service_reviews_title {
        padding-left: 6.6rem;
    }
    
    .service_reviews_slider {
        margin-top: 3rem;
    }
    
    .service_reviews_slider_el {
        justify-content: center;
        text-align: center;
    }
    
    .service_reviews_slider_name {
        width: 100%;
        font-size: 1.4rem;
        margin-left: 0;
    }
    
    .service_reviews_slider_text {
        margin-top: 1.4rem;
        max-width: 70rem;
        text-align: left;
    }
    
    .service_reviews_slider .slick-dots {
        margin-top: 3rem;
    }
    
    .service_reviews_slider .slick-arrow {
        right: -2rem;
        background-size: 250%;
        width: 2rem;
        top: 45%;
    }
    
    .service_reviews_slider .slick-prev {
        left: -2rem;
    }
}

@media screen and (max-width: 900px) {
    .service_info {
        grid-gap: 2rem;
    }
    
    @supports not (grid-gap: 1rem) {
        .service_info_el {
            margin-right: 2rem;
        }
    }
    
    .service_reviews_title {
        padding-left: 4rem;
    }
    
    .service_reviews_slider_text {
        max-width: 57rem;
    }
}

@media screen and (max-width: 640px) {
    .service_info {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }
    
    .service_info_el {
        flex: 0 0 100%;
        margin: 0;
    }
    
    .service_info_el span {
        flex-grow: 1;
    }
    
    @supports not (grid-gap: 1rem) {
        .service_info_el {
            margin-right: .5rem;
        }
    }
    
    .service_specialists .specialist {
        padding-right: 0;
    }
    
    .service_reviews_title {
        width: 80%;
    }
    
    .service_reviews_slider_el {
        padding: 0;
    }
    
    .service_reviews_slider .slick-arrow {
        top: 2rem;
        right: 0;
    }
    
    .service_reviews_slider .slick-prev {
        left: 0;
    }
    
    .service_FAQ {
        margin-top: 8rem;
    }
    
    .service_FAQ_title {
        margin-bottom: 3rem;
    }
    
    .service_license {
        margin-top: 8rem;
    }
    
    .service .new_text p {
        margin: 0;
    }
}

/* ==========================================================================
   Main Page - Title
   ========================================================================== */
.main_title {
    font-size: 7rem;
    font-weight: 600;
    line-height: 110%;
    margin-top: 0;
}

@media screen and (max-width: 1600px) {
    .main_title {
        font-size: 5rem;
    }
}

@media screen and (max-width: 1200px) {
    .main_title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 640px) {
    .main_title {
        font-size: 2.6rem;
    }
}

/* ==========================================================================
   Main Page - Intro
   ========================================================================== */
.main_intro {
    position: relative;
    height: 95vh;
    width: 100%;
}

.main_intro_video {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.main_intro_img {
    display: none;
}

.main_intro_stock {
    position: absolute;
    top: 60%;
    right: 14rem;
    color: #fff;
    font-size: 3rem;
    border-left: 1px solid rgba(255,255,255,.4);
    padding-left: 3rem;
}

.main_intro_stock span {
    display: block;
    font-size: 10rem;
    font-weight: 700;
    line-height: 140%;
}

.main_intro__whats {
    display: none;
    width: 49px;
    height: 49px;
    background-color: #31a528;
    margin-left: 1rem;
    background-image: url(/local/templates/starta/assets/css/../img/icons/whatsapp-white.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

/* Main Intro Responsive */
@media screen and (max-width: 1600px) {
    .main_intro_stock {
        padding-left: 2rem;
        font-size: 2rem;
    }
    
    .main_intro_stock span {
        font-size: 6rem;
    }
}

@media screen and (max-width: 1200px) {
    .main_intro_stock {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 900px) {
    .main_intro_stock {
        padding-left: 1.2rem;
        font-size: 1.4rem;
    }
    
    .main_intro_stock span {
        font-size: 4rem;
    }
}

@media screen and (max-width: 640px) {
    .main_intro_video {
        display: none;
    }
    
    .main_intro_img {
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .main_intro_mute {
        display: none;
    }
    
    .main_intro_stock {
        top: 70%;
        left: 2rem;
        padding-left: 0;
        padding-right: 2rem;
        right: auto;
        font-size: 1.6rem;
        border-left: none;
    }
    
    .main_intro_stock span {
        font-size: 3.8rem;
    }
    
    .main_intro__whats {
        display: inline-block;
    }
}

/* ==========================================================================
   Main Page - Second Section
   ========================================================================== */
.main_second {
    padding-top: 18rem;
    padding-bottom: 18rem;
    background-color: #1f1f1f;
    color: #fff;
    font-size: 2rem;
}

.main_second_top {
    display: flex;
    justify-content: space-between;
}

.main_second_top_left {
    width: 55%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.main_second_top_left_text {
    padding-left: 5rem;
    position: absolute;
    bottom: 100%;
    left: 0;
    transform: translateY(100%);
    transition: bottom .5s cubic-bezier(.5,1,.89,1);
}

.main_second_top_left_text_wrapper {
    margin-top: 5rem;
    position: relative;
    margin-left: 50%;
    flex-grow: 1;
}

.main_second_top_line {
    display: block;
    position: relative;
    width: 1px;
    height: 100%;
    background-color: #d7d7d7;
}

.main_second_top_line-inner {
    position: absolute;
    bottom: 100%;
    left: 0;
    transform: translateY(100%);
    width: 1px;
    background-color: #d6456c;
    transition: bottom .5s cubic-bezier(.5,1,.89,1);
}

.main_second_top_right {
    width: 40%;
    flex-shrink: 0;
}

.main_second_title {
    font-size: 7rem;
    line-height: 1;
    font-weight: 600;
}

.main_second_title:after {
    content: "";
    display: block;
    width: 55rem;
    height: 16rem;
    background-image: url(/local/templates/starta/assets/css/../img/temp/main-second-title.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-7%);
    margin-left: 10rem;
}

.main_second_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 20rem;
}

.main_second_bottom_left {
    width: 42%;
}

.main_second_bottom_left_img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.main_second_bottom_right {
    display: flex;
    width: 40%;
    margin-right: 8.3vw;
}

.main_second_bottom_right_text {
    position: absolute;
    display: block;
    bottom: 100%;
    transform: translateY(100%);
    left: 0;
    padding-right: 6rem;
    transition: bottom .5s cubic-bezier(.5,1,.89,1);
}

.main_second_bottom_right_text_btn {
    display: block;
    margin-top: 4rem;
}

.main_second_bottom_right_text_wrapper {
    position: relative;
    width: 100%;
}

.main_second_bottom_line {
    width: 1px;
    background-color: #d7d7d7;
    position: relative;
}

.main_second_bottom_line-inner {
    position: absolute;
    bottom: 100%;
    left: 0;
    transform: translateY(100%);
    width: 1px;
    background-color: #d6456c;
    transition: bottom .5s cubic-bezier(.5,1,.89,1);
}

/* Main Second Section Responsive */
@media screen and (max-width: 1600px) {
    .main_second {
        padding-top: 12rem;
        font-size: 1.6rem;
    }
    
    .main_second_title {
        font-size: 5rem;
    }
    
    .main_second_title:after {
        width: 40rem;
        height: 12rem;
    }
    
    .main_second_bottom {
        margin-top: 12rem;
        margin-right: 6.6vw;
    }
    
    .main_second_bottom_right_text_btn {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 1200px) {
    .main_second {
        padding-top: 8rem;
    }
    
    .main_second_top_left_text {
        margin-top: 10rem;
        position: static;
        transform: unset;
        padding-left: 0;
    }
    
    .main_second_top_left_text_wrapper {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    
    .main_second_top_line {
        display: none;
    }
    
    .main_second_title {
        font-size: 3rem;
    }
    
    .main_second_title:after {
        width: 28rem;
        height: 8rem;
        margin-left: 10rem;
    }
    
    .main_second_bottom {
        margin-right: 0;
        margin-top: 8rem;
        padding-right: 6.6rem;
    }
    
    .main_second_bottom_right {
        margin-right: 0;
        width: 50%;
    }
    
    .main_second_bottom_right_text {
        width: 100%;
        position: static;
        padding-right: 0;
        transform: unset;
    }
    
    .main_second_bottom_right_text_wrapper {
        width: 100%;
    }
    
    .main_second_bottom_line {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .main_second {
        font-size: 1.4rem;
    }
    
    .main_second_top_left {
        width: 40%;
    }
    
    .main_second_top_left_text {
        margin-top: 5rem;
    }
    
    .main_second_top_right {
        width: 45%;
    }
    
    .main_second_title {
        margin-top: 4rem;
    }
    
    .main_second_title:after {
        margin-left: 5rem;
    }
    
    .main_second_bottom {
        margin-top: 6rem;
        padding-left: 4rem;
        padding-right: 4rem;
    }
    
    .main_second_bottom_left {
        display: none;
    }
    
    .main_second_bottom_right {
        width: 80%;
    }
    
    .main_second_bottom_right_text_btn {
        margin-top: 3.5rem;
    }
}

@media screen and (max-width: 640px) {
    .main_second {
        padding-top: 7rem;
        padding-bottom: 6rem;
    }
    
    .main_second_top_left {
        width: 100%;
    }
    
    .main_second_top_right {
        display: none;
    }
    
    .main_second_title {
        font-size: 2.6rem;
        margin: 0 auto;
    }
    
    .main_second_title:after {
        width: 23rem;
        height: 7rem;
    }
    
    .main_second_bottom {
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }
    
    .main_second_bottom_right {
        width: 100%;
    }
    
    .main_second_bottom_right_text_btn {
        margin: 3rem auto 0;
    }
}

/* ==========================================================================
   Main Page - Third Section
   ========================================================================== */
.main_third {
    padding-bottom: 8rem;
}

.main_third:before {
    height: 100%;
}

.main_third .clinic {
    margin-bottom: 0;
}

/* ==========================================================================
   Main Page - Services
   ========================================================================== */
.main_services {
    display: flex;
    position: relative;
    height: 80rem;
    padding-left: 8.3vw;
}

.main_services_left {
    position: relative;
    z-index: 1;
    padding-top: 11rem;
    max-width: 90rem;
}

.main_services_info-overflow {
    overflow: hidden;
    line-height: 1;
}

.main_services_info-overflow span {
    display: block;
}

.main_services_info_packet {
    font-size: 10rem;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(35,35,35,.05);
}

.main_services_info_name {
    font-size: 3rem;
    margin-top: -3rem;
    margin-left: 5rem;
    line-height: 130%;
}

.main_services_info_price {
    font-weight: 600;
    font-size: 5rem;
    margin-top: 2rem;
    margin-left: 5rem;
}

.main_services_info_btn {
    margin-left: 5rem;
    margin-top: 2.5rem;
}

.main_services_types {
    margin-top: 12rem;
}

.main_services_type {
    display: block;
    padding: 1rem 0 1rem 5rem;
    border-left: 1px solid #d7d7d7;
    font-weight: 600;
    color: #d7d7d7;
    cursor: pointer;
    transition: color .5s cubic-bezier(.5,1,.89,1), background-color .5s cubic-bezier(.5,1,.89,1);
}

.main_services_type.is-active {
    color: #d6456c;
    border-color: #d6456c;
}

.main_services_type:hover {
    color: #d6456c;
}

.main_services_dots {
    margin-top: 8rem;
}

.main_services_right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 133.2rem;
    height: 100%;
}

.main_services_right img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
}

.main_services_right_pointer {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    width: .6rem;
    height: .6rem;
    opacity: 0;
    transition: opacity .5s cubic-bezier(.5,1,.89,1);
}

.main_services_right_pointer span {
    position: absolute;
    width: 1px;
    height: 1px;
    border: 1px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 #fff;
}

.main_services_right_pointer span:nth-of-type(1) {
    animation: pointerPulse 4s infinite cubic-bezier(.66,0,0,1);
}

.main_services_right_pointer span:nth-of-type(2) {
    animation: pointerPulse 4s infinite cubic-bezier(.66,0,0,1);
    animation-delay: 1s;
}

.main_services_right_pointer span:nth-of-type(3) {
    animation: pointerPulse 4s infinite cubic-bezier(.66,0,0,1);
    animation-delay: 2s;
}

.main_services_right_pointer span:nth-of-type(4) {
    animation: pointerPulse 4s infinite cubic-bezier(.66,0,0,1);
    animation-delay: 3s;
}

.main_services_right_pointer.is-active {
    opacity: 1;
}

/* Pointer Positions */
.main_services_right_pointer-armpits {
    bottom: 50%;
    right: 25%;
}

.main_services_right_pointer-bottom {
    bottom: 27%;
    right: 37%;
}

.main_services_right_pointer-knee {
    bottom: 42%;
    right: 54%;
}

.main_services_right_pointer-foot {
    bottom: 15%;
    right: 72%;
}

.main_services_right_pointer-foot-fingers {
    bottom: 11%;
    right: 79%;
}

.main_services_right_pointer-leg {
    bottom: 28%;
    right: 48%;
}

.main_services_right_pointer-wrist {
    bottom: 47%;
    right: 55%;
}

.main_services_right_pointer-arm {
    bottom: 45%;
    right: 45%;
}

.main_services_right_pointer-lips {
    bottom: 69%;
    right: 29%;
}

@keyframes pointerPulse {
    to {
        opacity: 0;
        width: 6rem;
        height: 6rem;
    }
}

/* Main Services Responsive */
@media screen and (max-width: 1600px) {
    .main_services {
        height: 60rem;
    }
    
    .main_services_info_packet {
        font-size: 7rem;
    }
    
    .main_services_info_name {
        font-size: 2rem;
        margin-top: -2rem;
    }
    
    .main_services_info_price {
        font-size: 3.6rem;
    }
    
    .main_services_types {
        margin-top: 6rem;
    }
    
    .main_services_dots {
        margin-top: 4rem;
    }
    
    .main_services_right {
        width: 100rem;
    }
}

@media screen and (max-width: 1200px) {
    .main_services_right {
        transform: translateX(5%);
    }
}

@media screen and (max-width: 900px) {
    .main_services {
        height: 43rem;
    }
    
    .main_services_left {
        padding-top: 3.5rem;
    }
    
    .main_services_info_packet {
        margin-left: 0;
        font-size: 5.5rem;
    }
    
    .main_services_info_name {
        max-width: 40rem;
        margin-left: 0;
        font-size: 1.6rem;
    }
    
    .main_services_info_price {
        margin-left: 0;
        font-size: 2.6rem;
        margin-top: 1.6rem;
    }
    
    .main_services_info_btn {
        margin-left: 0;
        margin-top: 1.6rem;
    }
    
    .main_services_types {
        margin-top: 5rem;
    }
    
    .main_services_type {
        padding-left: 2rem;
        font-size: 1.4rem;
    }
    
    .main_services_dots {
        margin-top: 2rem;
    }
    
    .main_services_right {
        width: 70rem;
    }
}

@media screen and (max-width: 640px) {
    .main_services {
        height: auto;
        padding-bottom: 6rem;
    }
    
    .main_services_info_packet {
        font-size: 5rem;
    }
    
    .main_services_info_name {
        margin-top: 1rem;
    }
    
    .main_services_info_price {
        margin-top: 1rem;
    }
    
    .main_services_types {
        margin-top: 2rem;
    }
    
    .main_services_right {
        display: none;
    }
}

/* ==========================================================================
   Main Page - About
   ========================================================================== */
.main_about {
    display: flex;
    margin-bottom: 2rem;
}

.main_about_left {
    background-color: #1f1f1f;
    color: #fff;
    padding: 8.3vw 4rem 2rem 8.3vw;
    flex-grow: 1;
    transform: translateY(2rem);
}

.main_about_title {
    font-size: 7rem;
    font-weight: 600;
    line-height: 140%;
}

.main_about_text {
    max-width: 67rem;
}

.main_about_right {
    position: relative;
    padding-top: 4rem;
    width: 50%;
}

.main_about_right_text {
    position: absolute;
    top: 20%;
    left: 6rem;
    font-size: 1.4rem;
    max-width: 26rem;
    line-height: 130%;
}

.main_about_right_text span {
    display: block;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.main_about_right img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* Main About Responsive */
@media screen and (max-width: 1600px) {
    .main_about_left {
        padding-left: 6.6vw;
    }
    
    .main_about_title {
        font-size: 5rem;
    }
    
    .main_about_text {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 1200px) {
    .main_about_left {
        padding-left: 6.6rem;
        padding-top: 5rem;
    }
    
    .main_about_title {
        font-size: 3rem;
        margin-top: 0;
    }
}

@media screen and (max-width: 900px) {
    .main_about {
        flex-wrap: wrap;
    }
    
    .main_about_left {
        width: 100%;
        transform: unset;
        padding: 4rem 4rem;
        padding-bottom: 8rem;
    }
    
    .main_about_right {
        padding: 0;
        width: 100%;
    }
    
    .main_about_right_text {
        left: 2rem;
        top: 12%;
    }
    
    .main_about_right img {
        height: 42rem;
    }
}

@media screen and (max-width: 640px) {
    .main_about_left {
        padding: 6rem 1.8rem;
    }
    
    .main_about_title {
        font-size: 2.6rem;
    }
}

/* ==========================================================================
   Main Page - Equipment
   ========================================================================== */
.main_equipment {
    position: relative;
    margin-top: 4rem;
}

.main_equipment_img {
    position: absolute;
    top: -85px;
    right: 0;
    width: 80%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.2;
}

.main_equipment_title {
    padding-top: 10rem;
    max-width: 50%;
    position: relative;
    z-index: 1;
}

.main_equipment_slider {
    margin-top: 8rem;
}

.main_equipment_slider .slick-arrow {
    top: 40%;
}

.main_equipment_el {
    display: flex !important;
    align-items: flex-start;
    align-content: flex-start;
    padding-right: 2rem;
}

.main_equipment_el_img {
    display: block;
    margin-right: 10vw;
    margin-left: 5rem;
    width: 45rem;
    height: 45rem;
    object-fit: cover;
    object-position: center;
}

.main_equipment_el_text .equipment_desc {
    margin-top: 3rem;
    padding-left: 4rem;
}

/* Main Equipment Responsive */
@media screen and (max-width: 1600px) {
    .main_equipment_el_img {
        width: 32rem;
        height: 32rem;
        margin-right: 5vw;
    }
    
    .main_equipment_el_text .equipment_desc li {
        font-size: 1.4rem;
        line-height: 130%;
    }
}

@media screen and (max-width: 1200px) {
    .main_equipment {
        margin-top: 6rem;
    }
    
    .main_equipment_title {
        padding-top: 6rem;
    }
    
    .main_equipment_el_img {
        width: 25rem;
        height: 25rem;
    }
    
    .main_equipment_el_text {
        margin-top: 2rem;
    }
    
    .main_equipment_el_text .equipment_desc li {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 900px) {
    .main_equipment_title {
        padding-top: 1rem;
    }
    
    .main_equipment_slider .slick-arrow {
        top: -6rem;
        width: 4rem;
        background-size: 110%;
        left: 0;
    }
    
    .main_equipment_slider .slick-next {
        transform: translateX(150%);
    }
    
    .main_equipment_el {
        padding-right: 0;
    }
    
    .main_equipment_el_img {
        margin-left: 0;
    }
    
    .main_equipment_el_text {
        padding-top: 0;
    }
    
    .main_equipment_el_text .equipment_desc {
        margin-top: 1.5rem;
        padding-left: 0;
    }
}

@media screen and (max-width: 640px) {
    .main_equipment {
        margin-top: 5rem;
    }
    
    .main_equipment_img {
        display: none;
    }
    
    .main_equipment_slider {
        margin-top: 6rem;
    }
    
    .main_equipment_slider .slick-arrow {
        top: -2rem;
    }
    
    .main_equipment_el_img {
        display: none !important;
    }
}

/* ==========================================================================
   Main Page - FAQ
   ========================================================================== */
.main_FAQ {
    display: flex;
    margin-top: 15rem;
    padding-left: 8.3vw;
}

.main_FAQ_left {
    width: 50%;
    margin-right: 5vw;
    flex-shrink: 0;
}

.main_FAQ_title {
    margin-bottom: 8rem;
}

.main_FAQ_form {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
    background-image: url(/local/templates/starta/assets/css/../img/webp/faq.webp);
    background-position: center;
    background-size: cover;
    height: 95rem;
    color: #fff;
    padding: 7rem;
}

.main_FAQ_form_text {
    font-size: 1.6rem;
    margin-bottom: 6rem;
    line-height: 130%;
}

.main_FAQ_form_text span {
    display: block;
    margin-bottom: .8rem;
    font-size: 2.4rem;
    font-weight: 600;
}

.main_FAQ_form_input {
    color: #fff;
    width: 100%;
    margin-bottom: 5rem;
}

.main_FAQ_form_input input,
.main_FAQ_form_input select,
.main_FAQ_form_input textarea {
    border-color: #fff;
}

.main_FAQ_form_input input::placeholder,
.main_FAQ_form_input select::placeholder,
.main_FAQ_form_input textarea::placeholder {
    color: #fff;
}

.main_FAQ_form_btn {
    margin-top: 5rem;
    margin-bottom: 4rem;
}

.main_FAQ_form_policy {
    font-size: 1.4rem;
    opacity: .5;
    line-height: 140%;
}

/* Main FAQ Responsive */
@media screen and (max-width: 1600px) {
    .main_FAQ {
        margin-top: 10rem;
        padding-left: 6.6vw;
    }
    
    .main_FAQ_title {
        margin-bottom: 3rem;
    }
    
    .main_FAQ_form {
        padding: 4.5rem;
        height: 70rem;
    }
    
    .main_FAQ_form_text {
        font-size: 1.4rem;
        margin-bottom: 2.5rem;
    }
    
    .main_FAQ_form_text span {
        font-size: 2.2rem;
    }
    
    .main_FAQ_form_btn {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 1200px) {
    .main_FAQ {
        flex-wrap: wrap;
        padding-left: 0;
        margin-top: 10rem;
    }
    
    .main_FAQ_left {
        padding: 0 6.6rem 4rem;
        width: 100%;
    }
    
    .main_FAQ_title {
        margin-bottom: 4rem;
    }
    
    .main_FAQ_form {
        width: 100%;
        height: auto;
        padding: 2.5rem 20vw 5rem;
    }
    
    .main_FAQ_form_text {
        margin-bottom: 3.5rem;
    }
    
    .main_FAQ_form_btn {
        margin-top: 0;
        margin-bottom: 1.6rem;
    }
}

@media screen and (max-width: 900px) {
    .main_FAQ_left {
        padding: 0 4rem 5rem;
    }
    
    .main_FAQ_form {
        padding: 2.5rem 4rem 5rem;
    }
}

@media screen and (max-width: 640px) {
    .main_FAQ_left {
        padding: 0 1.8rem 5rem;
    }
    
    .main_FAQ_form {
        padding: 3rem 1.8rem 5rem;
    }
    
    .main_FAQ_form_text span {
        font-size: 1.8rem;
    }
    
    .main_FAQ_form_policy {
        font-size: 1.2rem;
    }
}

/* ==========================================================================
   Main Page - Contacts
   ========================================================================== */
.main_contacts {
    margin-top: 15rem;
}

.main_contacts_title {
    margin-bottom: 5rem;
}

/* Main Contacts Responsive */
@media screen and (max-width: 1200px) {
    .main_contacts {
        margin-top: 8rem;
    }
    
    .main_contacts_title {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 640px) {
    .main_contacts {
        margin-top: 5rem;
    }
}

/* ==========================================================================
   Price Table Component
   ========================================================================== */
.price-table {
    margin-top: 6rem;
}

.price-table__top {
    align-items: flex-start;
}

.price-table__select {
    margin-right: 1rem;
}

.price-table__reset {
    margin-left: auto;
}

.price-table__row {
    display: flex;
}

.price-table > .price-table__row:focus-within {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 2px #d6456c;
}

.price-table > .price-table__row:hover {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 5px #c54b67;
}

.price-table__head {
    font-size: 2rem;
}

.price-table__head .price-table__cell {
    padding-bottom: 4rem;
}

.price-table__cell {
    width: 33.33%;
    padding: 2rem;
    border: 1px solid #d9d9d9;
    border-top: initial;
    border-left: initial;
    text-align: center;
}

.price-table__cell .price-table__cell {
    border: none;
}

.price-table__cell_prices {
    padding: 0;
}

.price-table__cell_prices .price-table__cell {
    padding: .5rem;
}

.price-table__cell_prices .price-table__cell:first-child {
    background-color: #f2f2f2;
}

.price-table__cell_prices .price-table__cell:last-child {
    color: #d6456c;
}

.price-table__cell_prices .price-table__row:last-child {
    background-color: #f2f2f2;
}

.price-table__cell_prices .price-table__row:last-child .price-table__cell:first-child {
    background-color: #e9e9e9;
}

.price-table__input {
    display: flex;
    align-items: center;
}

.price-table__input input {
    border: none;
    display: block;
    width: 100%;
    background: 0 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 1.6rem;
    color: currentColor;
}

.price-table__input input:active,
.price-table__input input:focus {
    outline: 0;
    border-color: #d6456c;
}

.price-table__input::after {
    content: "₽";
    margin-left: 1rem;
    color: currentColor;
}

.price-table__input[changed] {
    color: #057005 !important;
}

.price-table__text_medium {
    font-size: 1.8rem;
}

.price-table__text_small {
    font-size: 1.2rem;
}

.price-table__subhead {
    margin-top: -2.3rem;
}

.price-table__subhead .price-table__cell {
    padding: unset;
}

.price-table__submit {
    display: block;
    margin: 5rem 0;
    margin-left: auto;
}

.disabled,
[disabled] {
    pointer-events: none;
    opacity: .3;
}
/* End */


/* Start:/local/templates/starta/assets/css/publocations-replacements.css?1753529752706*/
.publication-body-image {
	padding: 10px;
	background-color: #fff;
	border-radius: 8px;
	width: 100%;
  	display: flex;
  	justify-content: center;
  	flex-wrap: wrap;
  	row-gap: 15px;
  	
  	/*aspect-ratio: 16 / 9;*/
  	margin-bottom: 1.6rem;
}

.publication-body-image p {
	margin: 0;
}

.publication-body-image .video {
	position: relative;
	padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
	height: 0;
	overflow: hidden;
	width: 100%;
}

.publication-body-image .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}
/* End */


/* Start:/local/templates/starta/template_styles.css?17713125878641*/
header [id*='bx_incl_area'] {
  display: none !important;
}

.replace::before {
    font: inherit;
    color: inherit;
    line-height: inherit;
}

.replace--yl::before {
    content: "ул. ";
}

.replace--podrobnee::before {
    content: "Подробнее";
}

.replace--alex-laser::before {
    content: "Александритовый лазер";
}

.replace--diod_laser::before {
    content: "Диодный лазер";
}

.modal__description {
    display: none;
}

.grecaptcha-badge {
    display: none !important;
}

.index__to-stock {
    margin-right: 16px;
    color: white; 
}
.index__to-stock:hover{
    color:#fff;
}
.price_left{
    display: flex;
    gap: 10px;
    padding-right: 10px;
    align-items:center;
}
.price_left p{
    flex-grow:1;
}
.price_btn{
    flex-shrink:0;
}
.main_stock{
    margin-top: 50px;
}
.stock__btns{
    display:flex;
    flex-wrap:wrap;
    gap: 24px;
}
.stock__whatsapp{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #31A528;
    width: 52.4px;
    height: 52.4px;
}
.stock__whatsapp::after{
    content: '';
    width: 32px;
    height: 32px;
    background: url(/local/templates/starta/assets/img/icons/whatsapp-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
.about_info_stock{
    /*margin-top: 60px;*/
    margin-top: 100px;
}
.mg-top-8{
    margin-top: 8rem;
}
@media screen and (max-width: 900px){
    .price_row>*:nth-child(1) p::before{
        margin-right:0;
    }
    .price_left{
        padding-right: 0;
    }
}
@media screen and (max-width: 640px) {
    .index__btns {
        grid-gap: 16px 0;
    }
    .index__to-stock {
        /* background-color: #d6456c;*/
        /* border-color: initial;*/
    }
    .stock_info{
        margin-top: 20px;
    }
}

.header_address{
    display: flex;
    position: relative;
    margin-right: 20px;
}
.header_address:hover .header_contacts_phone_list{
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
    z-index: 20;
}
.header_address-list{
    margin-top:16px;
    display:flex;
    flex-direction: column;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom: 16px;
}
@media screen and (min-width: 768px){
    .header_address-list{
        display:grid;
        grid-template-columns:repeat(2,1fr);
    }
}
@media screen and (min-width:900px){
    .price_row{
        display: grid;
        grid-template-columns: 40% 30% 30%;
    }
    .price_row p:nth-child(n){
    width: auto;
    }
}

@media screen and (max-width: 1450px){
    .price_row{
        grid-template-columns: 50% 25% 25%;
    }
}
@media screen and (max-width:640px){
    .main_intro{
        position:relative;
    }
    .main_intro::before{
        content:'';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.3);
    }
}
.main_services_title{
    font-size: 30px;
    line-height: 34px;
    text-transform:uppercase;
    font-weight:600;
}
@media screen and (max-width: 900px){
    .main_services_types{
        margin-top: 1rem;
    }
}
@media screen and (max-width: 760px){
    .main_services_title{
    font-size: 24px;
    line-height: 28px;
    text-transform:uppercase;
    font-weight:600;
}
}
.news_el:hover:before{
    opacity:.6;
}
.main_second_title::after{
    margin-top: 1rem;
}
.price_btns{
    display: grid;
    grid-template-columns: auto 56.4px;
    gap: 8px;
}
.price_left{
    flex-direction:column;
    gap:8px;
    align-items:flex-start;
    padding-bottom: 24px;
}
.modal_btns .stock__whatsapp, .price_btns .stock__whatsapp{
    width: 56.4px;
    height: 56.4px;
}
@media screen and (max-width: 640px){
    .modal_btns .stock__whatsapp, .price_btns .stock__whatsapp{
        width: 48.4px;
        height: 48.4px;
    }
    .main_equipment_el{
        flex-direction: column;
        padding-top: 24px;
    }
    .main_equipment_el_img{
        display:block !important;
    }
    .main_intro_stock {
        top:60%;
    }
    .main_intro{
        height: 77vh;
    }
}
.modal_btns{
    display:grid;
    grid-template-columns: auto 56.4px;
    gap: 8px;
    margin-bottom: 2rem;
}
.modal_btns .modal_btn{
    margin-bottom: 0;
}


.mob-panel{
    display:none;
}
@media screen and (max-width:640px){
    .mob-panel{
        position: fixed;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 4px;
        bottom:0;
        left: 0;
        right: 0;
        padding: 10px 20px;
        background-color:rgba(0,0,0,.6);
        color:white;
        z-index: 49;
        box-shadow: 0px -5px 5px -5px rgba(34, 60, 80, 0.6);
        backdrop-filter: blur(10px)
    }
    .mob-panel__item{
        display:flex;
        flex-direction:column;
        align-items:center;
        gap: 8px;
        cursor:pointer;
        transition: .5s;
    }
    .mob-panel__item:hover{
        color:#d6456c;
    }
    .mob-panel__btn{
        display:flex;
        justify-content:center;
        align-items:center;
        padding:6px;
        width: 50px;
        height: 50px;
        border-radius:4px;
        box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
        background-color: #d6456c;
    }
    .mob-panel__title{
        font-size: 12px;
    }
    .mob-panel__btn::before{
        content:'';
        background-image: url(/local/templates/starta/assets/img/mob-panel/whatsapp.svg);
        background-size:33px;
        width: 33px;
        height: 33px;
    }
    .mob-panel__call::before{
        background-image: url(/local/templates/starta/assets/img/mob-panel/call.svg);
    }
    .mob-panel__order::before{
        background-image: url(/local/templates/starta/assets/img/mob-panel/order.svg);
    }
    .mob-panel__tg::before{
        background-image: url(/local/templates/starta/assets/img/mob-panel/tg.svg);
    }
    .mob-panel__whatsapp::before{
        background-image: url(/local/templates/starta/assets/img/mob-panel/whatsapp.svg);
    }
}
@media (max-width: 720px) {
    .lazers__item-register-header {
        padding-bottom: 20px;
    }
}
.footer__content {
    gap: 40px!important;
}
.nav__left {
    gap: 10px!important;
}
div.nav__left.d-flex.align-items-center, div.d-flex.align-items-center.street {
	flex-direction: column;
}
.city {
    font-size: 14px!important;
    margin-left: 0px!important;
}
.adress-footer-list {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
/*.process__preview-play {
    padding-top: 20%;
}*/
div.process__preview-play.to-fullscreen > span > img {
	padding-left: 3px;
}

.services_el_gender {
	background-color: #f6f6f6;
	width: fit-content;
	line-height: 30px;
	padding: 0 20px;
	border-radius: 15px;
	margin-top: 15px;
}

p a {
    color: rgb(214 69 108)!important;
}
td {
    padding: 5px;
}
.share-experience__controls_banner {
    left: 0;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    gap: 30px;
}

.video-banner-prev:hover, .video-banner-next:hover {
    background-color: var(--gray-hover);
}
.video-banner-prev {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.video-banner-next {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.video-banner-prev, .video-banner-next {
    background-color: var(--gray);
    width: 35px;
    height: 35px;
    padding: 5px;
    border-radius: 10px;
    position: relative;
    display: block;
    -webkit-transition: all var(--transition);
    -o-transition: all var(--transition);
    transition: all var(--transition);
}

.video-banner-prev::after, .video-banner-next::after{
    content: url(/local/assets/images/icons/arrow-two.svg);
    width: 18px;
    height: 18px;
    position: absolute;
}
.video-banner-prev::after,.video-banner-next::after {
    left: 50%;
    top: calc(50% - 24px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media(max-width:767px) {
	.share-experience__controls_banner.pc {
		display:none;
	}
	table {
    	overflow-x: scroll;
    	display: block;
	}
}
@media(min-width:768px) {
	.share-experience__controls_banner.mobile {
		display:none;
	}
}
@media (max-width: 720px) {
    .banner__wrapper .mobile {
        display: flex!important;
    }
}
.price-list__content {
    margin-top: 30px!important;
}
/* End */


/* Start:/local/templates/starta/assets/loader-header/loader.css?17441120811176*/
/*
HTML:
<div class="lds-heart"><div></div></div>
*/

.lds-heart,
.lds-heart div,
.lds-heart div:after,
.lds-heart div:before {
  box-sizing: border-box;
}
.lds-heart {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  transform-origin: 40px 40px;
  
	color: #d6456c;
	margin: auto;
}
.lds-heart div {
  top: 28px;
  left: 28px;
  position: absolute;
  width: 32px;
  height: 32px;
  background: currentColor;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background: currentColor;
}
.lds-heart div:before {
  left: -24px;
  border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
  top: -24px;
  border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}


/* End */


/* Start:/local/assets/css/base.css?177506968458277*/
@font-face {
    font-family: "Actay";
    src: url("/local/assets/fonts/Actay-Regular.woff2") format('woff2');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

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

:root {
    --rouse: #D6456C;
    --gray: #EAEAEA;
    --black: #2B2E31;
    --gray-text: #686A6C;

    --rouse-hover: #D6456C;
    --gray-hover: #CCCCCC;
    --transition: 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

body {
    background-color: var(--gray) !important;
    font-family: "Actay", sans-serif !important;
}

body,
html {
    /*overflow-x: hidden !important;*/
    width: 100%;
  	max-width: 100%;
}

button,
.button__primary {
    border: none;
    cursor: pointer;
    outline: none;
    font-family: "Actay", sans-serif;
    -webkit-transition: all var(--transition);
    -o-transition: all var(--transition);
    transition: all var(--transition);
}
.button__primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 255px;
    height: 55px;
    padding: 10px;
    font-size: 14px;
    line-height: 17.39px;
    border-radius: 10px;
    background-color: var(--rouse);
    color: white;
    cursor: pointer;
}
.button__primary.-big {
    height: 80px;
    max-width: 100%;
    width: 230px;
}
.button__primary.-shrinking {
    width: auto !important;
    max-width: 100%;
    padding: 10px 20px;
}
.button__primary.-wide {
    width: 100% !important;
    max-width: 100% !important;
}
.button__secondary {
    font-size: 16px;
    border-radius: 6px;
    background-color: var(--gray);
    color: var(--black);
    cursor: pointer;
    padding: 11px 20px;
}
.button__primary > .wrap {
    display: block;
}
.button__primary:hover {
   color: white;
}


.button__whatsapp {
    aspect-ratio: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 10px;
    height: 55px;
}
.button__whatsapp .img {
    width: 20px;
}
.button__whatsapp.-gray {
    background-color: var(--gray);
}
@media (min-width: 720px) {
    .button__primary {
        max-width: 266px;
        height: 64px;
        font-size: 16px;
        line-height: 19.87px;
    }
    .button__primary.-big {
        width: 236px;
    }
    .button__primary.-shrinking {
        width: auto;
        max-width: 100%;
    }
    .button__whatsapp {
        height: 64px;
    }
    .button__whatsapp .img {
        width: 24px;
    }
}
.animate-btn div,
.animate-btn > .wrap {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.animate-btn div span,
.animate-btn > .wrap span {
    text-align: center;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.animate-btn div span:last-child,
.animate-btn > .wrap span:last-child {
    -webkit-transform: translateY(55px);
    -ms-transform: translateY(55px);
    transform: translateY(55px);
    position: absolute;
    width: 100%;
}

.animate-btn:hover div span:first-child,
.animate-btn:hover > .wrap span:first-child {
    -webkit-transform: translateY(-55px);
    -ms-transform: translateY(-55px);
    transform: translateY(-55px);
}

.animate-btn:hover div span:last-child,
.animate-btn:hover > .wrap span:last-child {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.gray-btn:hover {
    background-color: var(--gray-hover);
}

.gray-scale-btn:hover {
    background-color: var(--gray-hover);
}

.gray-scale-btn:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.conatainer {
    max-width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}

.d-flex-important {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

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

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.nav {
    padding: 13px 0;
}

.nav span {
    font-size: 13px;
    color: var(--black);
}

.nav__left {
    gap: 30px;
}

.nav__left h2 {
	font-size: 13px;
    color: var(--black);
    
    margin: 0;
    opacity: 0.3;
}

.nav__right,
.street {
    gap: 5px;
}

.city {
    text-decoration: underline;
    font-size: 13px;
    margin-left: 20px;
    cursor: pointer;
}

.address {
    display: inline-block;
    max-width: 15ch;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.street span,
.address,
.work-time {
    opacity: 0.5;
}

.menu__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 36px auto 36px auto 36px auto;
    grid-template-columns: repeat(4, auto);
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
    row-gap: 5px;
}

.menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    color: var(--gray-text);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    line-height: 18.65px;
    position: relative;
}

.menu__item::after {
    content: '';
    width: 0%;
    height: 1px;
    background-color: var(--gray-text);
    -webkit-transition: width var(--transition);
    -o-transition: width var(--transition);
    transition: width var(--transition);
}

.menu__item:hover::after {
    width: 100%;
}

.menu__submenu {
    position: absolute;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    top: 100%;
    left: 0;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 32px 0px #0000001A;
    box-shadow: 0px 4px 32px 0px #0000001A;
    z-index: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    min-width: 266px;
}

.menu__submenu_second {
	visibility: hidden;
  	opacity: 0;
  	transition: grid-template-rows 0.1s, visibility 0s, opacity 0.5s linear;
  	transition-delay:0.3s;
  	/*height: 0;*/
    
    
  	display: grid;
  	grid-template-rows: 0fr;
  	
	/*flex-direction: column;*/
	row-gap: 10px;
	/*padding-top: 10px;*/
	
}

.menu__submenu_second .inner {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	padding-top: 10px;
}

.menu__submenu_second .inner .menu__submenu-item {
	width: 100%;
}

.menu__item.with_submenu:hover .menu__submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    z-index: 2;
}

.menu__submenu-item.with_submenu:hover > .menu__submenu_second {
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    */
	visibility: visible;
	opacity: 1;
	grid-template-rows: 1fr;
}

.menu__submenu-item {
    font-size: 16px;
    line-height: 18.65px;
    color: var(--gray-text);
    text-decoration: none;
    -webkit-transition: all var(--transition);
    -o-transition: all var(--transition);
    transition: all var(--transition);
}

.menu__submenu-item:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    color: var(--black);
}

.with_submenu > span {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.with_submenu > span::after {
    content: url(/local/assets/images/icons/arrow.svg);
    position: absolute;
    top: -2px;
    left: calc(100% + 6px);
}

.logo__menu-items {
    gap: 61px;
}

.logo {
    max-width: 236px;
}

.logo img {
    max-width: 100%;
}

.menu__contacts a,
.menu__contacts span {
    font-size: 16px;
}

.menu__contacts a,
.menu__contacts span:not(.menu__contacts-register) {
    color: var(--gray-text);
}

.menu__contacts-vk {
    margin-left: 15px;
}

.menu__contacts-tg {
    margin-left: 10px;
}

.menu__contacts-register {
    margin-left: 20px;
}

.menu__contacts-whatsapp {
    margin-left: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 13px;
}

.menu__contacts-register {
    color: var(--black);
}

.menu__contacts-register,
.menu__contacts-whatsapp {
    background-color: var(--gray);
    border-radius: 6px;
    cursor: pointer;
}

.menu__contacts-register {
    padding: 11px 20px;
}

.request-form__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    background-color: white;
    padding: 40px 30px 30px 30px;
    gap: 10px;
    min-height: 486px;
}

.request-form__items > h2 {
    padding: 0;
    margin: 0;
    font-family: "ActayWide";
    font-size: 40px;
    line-height: 50.52px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--black);
    text-transform: uppercase;
}

.request-form__fields {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33% 10px 66%;
    grid-template-columns: 33% 66%;
    -ms-grid-rows: auto 10px auto 10px auto;
    grid-template-rows: auto auto auto;
    gap: 10px;
    max-width: 100%;
    margin-top: 21px;
}

.request-form__fields > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.request-form__fields > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.request-form__fields > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.request-form__fields > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.request-form__fields > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

.request-form__fields > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}

.request-form__fields-name {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
}

.request-form__fields-phone {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    position: relative;
}

.request-form__fields-cities {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
}

.request-form__fields-procedure {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
}

.request-form__fields input {
    outline: none;
    border: none;
    font-size: 16px;
    line-height: 18.65px;
    text-align: left;
    /*color: #686a6c68;*/
}
/*
.request-form__fields-name::-webkit-input-placeholder, .request-form__fields-phone input::-webkit-input-placeholder {
    color: #686a6c57;
}

.request-form__fields-name::-moz-placeholder, .request-form__fields-phone input::-moz-placeholder {
    color: #686a6c57;
}

.request-form__fields-name:-ms-input-placeholder, .request-form__fields-phone input:-ms-input-placeholder {
    color: #686a6c57;
}

.request-form__fields-name::-ms-input-placeholder, .request-form__fields-phone input::-ms-input-placeholder {
    color: #686a6c57;
}

.request-form__fields-name::placeholder,
.request-form__fields-phone input::placeholder {
    color: #686a6c57;
}
*/
.dropdown__selected,
.request-form__fields-phone input, 
.request-form__fields-procedure input {
    background-color: transparent;
    width: 100%;
}

.dropdown__selected {
    position: relative;
    width: 1ch;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.dropdown__selected,
.dropdown__list-option {
    font-size: 16px;
    line-height: 18.65px;
    text-align: left;
    color: var(--gray-text);
}

.dropdown__selected::after {
    content: '';
    position: absolute;
    left: calc(100% + 10px);
    content: url(/local/assets/images/icons/triangle.svg);
}

.request-form__fields-name,
.request-form__fields-phone {
    padding: 31px;
    background-color: #F5F5F5;
    border-radius: 10%;
}

.request-form__fields-phone span {
    position: absolute;
    left: 30px;
    top: 30px;
}

.request-form__fields-phone span::after {
    content: url(/local/assets/images/icons/triangle.svg);
    position: absolute;
    left: calc(100% + 7px);
}

.dropdown {
    position: relative;
    padding: 30px;
    width: 100%;
    border-radius: 10px;
    background-color: #F5F5F5;
    cursor: pointer;
}

.dropdown__list {
    position: absolute;
    top: calc(100% + 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
    width: 100%;
    left: 0;
    max-height: 0;
    -webkit-transition: height var(--transition);
    -o-transition: height var(--transition);
    transition: height var(--transition);
    overflow: hidden;
    background-color: white;
    border-radius: 10px;
    -webkit-box-shadow: 0px 23px 31.1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 23px 31.1px 0px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.dropdown__list::-webkit-scrollbar {
    width: 10px;
}

.dropdown__list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.dropdown__list::-webkit-scrollbar-thumb {
    background: var(--gray-text);
}

.dropdown.active .dropdown__list {
    max-height: 250px;
}
.dropdown.active .dropdown__list.-small {
    max-height: 210px;
}

.dropdown__list-option {
    padding: 20px;
    width: 100%;
    cursor: pointer;
}

.dropdown__list-option:hover,
.dropdown__list-option.active {
    background-color: #F5F5F5;
    background-color: var(--gray);
}

.request-form__btn {
    background-color: var(--rouse);
    color: white;
    padding: 30px;
    width: 100%;
    border-radius: 10px;
}

.request-form__policy {
    margin-top: 10px;
}

.request-form__policy,
.request-form__policy a {
    font-size: 16px;
    line-height: 19.87px;
    text-align: center;
    color: var(--gray-text);
}

footer {
    padding: 50px;
    background-color: white;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}

.footer__header {
    border-bottom: 1px solid var(--gray);
    width: 100%;
    padding-bottom: 30px;
}

.footer__logo {
    max-width: 236px;
}

.footer__header__social-contacts {
    gap: 20px;
}

.footer__header-socials {
    gap: 10px;
}

.footer__content-address > h2 {
    margin: 0;
    padding: 0;
    font-family: "ActayWide";
    font-size: 25px;
    line-height: 31.58px;
    letter-spacing: -0.02em;
    color: var(--black);
    text-decoration: underline;
    /*text-transform: uppercase*/
}

.footer__social {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    background-color: var(--gray);
    cursor: pointer;
    -webkit-transition: all var(--transition);
    -o-transition: all var(--transition);
    transition: all var(--transition);
}

.footer__header-phone {
    padding-top: 5px;
    font-family: "ActayWide";
    font-size: 25px;
    line-height: 31.58px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--black);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-text-decoration: none;
    color: var(--black);
}

.footer__content {
    gap: 20px;
}

.footer__content-address {
    gap: 10px;
}

.footer__content-address p {
    font-size: 16px;
    line-height: 18.65px;
    text-align: left;
    color: var(--gray-text);
}

.footer__content-address h2 {
    margin: 0;
    padding: 0;
    font-family: "ActayWide";
    font-size: 20px;
	white-space: nowrap;
    line-height: 31.58px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--black);
}
.footer__content_links .menu__item {
    text-transform: lowercase;
}
.footer__content_links > div {
    gap: 15px;
}

.footer__content_links > div:nth-of-type(2) {
    margin-left: 153px;
}

.footer__content_links > div:nth-of-type(3) {
    margin-left: 127px;
}

.footer__content_links a {
    text-decoration: none;
}

.footer__copyright {
    gap: 10px;
    margin-top: 35px;
    max-width: 485px;
}

.footer__copyright span {
    font-size: 18px;
    line-height: 23.8px;
    text-align: left;
    color: var(--black);
}

.footer__copyright p {
    font-size: 16px;
    line-height: 18.65px;
    text-align: left;
    color: var(--gray-text);
    opacity: 0.5;
}

.footer__good-place {
	margin-top: 35px;
	margin-left: 4.3%;
}

@media (max-width: 780px) {
	.footer__good-place {
		order: -1;
		margin: 0;
	}
}

.to__top {
    opacity: 0;
    border-radius: 10px;
    background-color: var(--gray);
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    /*right: 12%;*/
    right: 85px;
    bottom: 110px;
    cursor: pointer;
    -webkit-transition: all var(--transition);
    -o-transition: all var(--transition);
    transition: all var(--transition);
    z-index: 1000;
}
.to__top.-activated {
    opacity: 1;
}
.to__top:hover {
    background-color: var(--gray-hover);
}

.to__top img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.to__top::after {
    content: "Наверх";
    font-size: 16px;
    line-height: 18.65px;
    color: var(--gray-text);
    position: absolute;
    right: -65px;
}

.new-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #00000080;
    z-index: 1000;
    padding: 0 40px;
    border-radius: 0;
}

.modal-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    margin: 40px auto;
    overflow: hidden;
}

.city-modal .modal-content {
    max-width: 420px;
    background-color: white;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 40px 60px;
}

.city-modal .modal-content h1 {
    margin: 0;
    padding: 0;
    font-family: "ActayWide";
    font-size: 25px;
    line-height: 31.58px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--black);
    text-transform: uppercase;
    white-space: nowrap;
}
.city-modal .modal-content button {
    padding: 21px;
    border-radius: 10px;
    background-color: var(--rouse);
    font-size: 16px;
    line-height: 18.65px;
    color: white;
    width: 100%;
}

.city-modal .modal-content > span {
    font-size: 16px;
    line-height: 18.65px;
    text-align: left;
    color: var(--gray-text);
    cursor: pointer;
    -webkit-transition: all var(--transition);
    -o-transition: all var(--transition);
    transition: all var(--transition);
}

.city-modal .modal-content > span:hover {
    color: var(--black);
}

.city-modal__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.city-modal__title h1 {
    margin: 0;
    padding: 0;
    font-family: "ActayWide";
    font-size: 25px;
    line-height: 31.58px;
    letter-spacing: -0.02em;
    color: var(--black);
}

.city-modal__title span {
    font-size: 16px;
    line-height: 18.65px;
    color: var(--gray-text);
}

.select-city-modal .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 40px;
    padding-bottom: 15px;
    border-radius: 16px;
    background-color: white;
    max-width: 420px;
    height: 420px;
}

.select-city-modal__title {
    padding: 0;
    margin: 0;
    font-family: "ActayWide";
    font-size: 25px;
    line-height: 31.58px;
    letter-spacing: -0.02em;
    color: var(--black);
    text-transform: uppercase;
}

.select-city-modal__input-wrapper {
    border-bottom: 1px solid #2b2e3135;
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.select-city-modal__search {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/local/assets/images/icons/search-normal.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
    opacity: 0.35;
    cursor: pointer;
    -webkit-transition: opacity var(--transition);
    -o-transition: opacity var(--transition);
    transition: opacity var(--transition);
}

.select-city-modal__search:hover {
    opacity: 1;
}

.select-city-modal__input {
    outline: none;
    border: none;
    font-family: "Actay";
    font-size: 16px;
    line-height: 18.65px;
    color: var(--black);
}

.select-city-modal__input::-webkit-input-placeholder {
    color: #686a6c51;
}

.select-city-modal__input::-moz-placeholder {
    color: #686a6c51;
}

.select-city-modal__input:-ms-input-placeholder {
    color: #686a6c51;
}

.select-city-modal__input::-ms-input-placeholder {
    color: #686a6c51;
}

.select-city-modal__input::placeholder {
    color: #686a6c51;
}

.select-city-modal__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    max-height: 280px;
    overflow-y: auto;
    background-color: white;
    margin-top: 10px;
}

.select-city-modal__list::-webkit-scrollbar {
    width: 10px;
}

.select-city-modal__list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.select-city-modal__list::-webkit-scrollbar-thumb {
    background: #686a6c96;
}

.select-city-modal__list-option {
    font-size: 16px;
    line-height: 18.65px;
    text-align: left;
    color: var(--gray-text);
    cursor: pointer;
    -webkit-transition: color var(--transition);
    -o-transition: color var(--transition);
    transition: color var(--transition);
}

.select-city-modal__list-option:hover {
    color: var(--black);
}

.select-city-modal__mask {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 100%;
}

.menu__item.with_submenu .menu__submenu {
    display: none;
}

.menu__item.with_submenu.active .menu__submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.request-modal .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 540px;
}

.request-modal .modal-content .request-form__items {
    width: 100%;
}

.burger-menu {
    border-radius: 8px;
    width: 40px;
    height: 40px;
    background-color: var(--gray);
    content: url(/local/assets/images/icons/burger.svg);
    padding: 10px;
    display: none;
}

.burger-menu.close {
    content: url(/local/assets/images/icons/cross.svg);
}

.mobile-city {
    display: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 100%;
}


.mobile-menu {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background-color: white;
    height: 100%;
    z-index: 100;
    display: none;
}

body.active {
    overflow: hidden;
}

body.active .to__top {
    display: none;
}

body.active .mobile-menu {
    display: block;
}

.mobile-menu .nav__right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
    background-color: var(--black);
}

.mobile-menu .nav__right .logo {
    max-width: 249px;
}

.mobile-menu .nav__right span {
    color: white;
}

.mobile-menu__content {
    padding: 20px 15px;
}

.mobile-menu__location-info {
    gap: 10px;
    margin-top: 40px;
}

.mobile-menu__location-info > .nav__left > .street {
    margin-bottom: 10px;
    gap: 2px;
}
.mobile-menu__location-info > .nav__left > .street:last-of-type {
    margin-bottom: 0;
}

.mobile-menu__city {
    padding: 0;
    margin: 0;
    font-family: "ActayWide", serif;
    font-size: 25px;
    line-height: 31.58px;
    letter-spacing: -0.02em;
    color: var(--black);
    text-transform: uppercase;
}

.mobile-menu__street {
    font-size: 14px;
    line-height: 16.32px;
    text-align: left;
    color: var(--gray-text);
    max-width: 257px;
}

.mobile-menu__items {
    gap: 26px;
    /*margin-top: 60px;*/
    
    margin-top: 40px;
	margin-bottom: 80px;
}

.mobile-menu__items .menu__item {
    font-family: "ActayWide", serif;
    font-size: 16px;
    line-height: 20.21px;
    color: var(--black);
    text-transform: uppercase;
}

.mobile-menu__contacts {
    gap: 19px;
    /*margin-top: 96px;*/
    margin-top: 40px;
}

.mobile-menu__socials {
    gap: 10px;
}

.mobile-menu__contacts > h2 {
    padding: 0;
    margin: 0;
    font-family: "ActayWide", serif;
    font-size: 25px;
    line-height: 31.58px;
    letter-spacing: -0.02em;
    color: var(--black);
}

.mobile-menu__contacts-btn {
    padding: 16px 10px;
    width: 100%;
    background-color: var(--rouse);
    border-radius: 10px;
    color: white;
    font-size: 14px;
    line-height: 17.39px;
}

.mobile-fixed-contacts {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*gap: 5px;*/
    /*background-color: var(--gray);*/
    background-color: #b8b8b8;
    /*background-color: var(--rouse);*/
    padding: 5px;
    border-radius: 10px;
    position: fixed;
    left: 15px;
    width: calc(100% - 30px);
    bottom: 15px;
    z-index: 100;
    /*height: 60px;*/
}

.mobile-fixed-contacts__column {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 5px;
	font-size: 10px;
}

.mobile-fixed-contacts__column span {
	line-height: normal;
	color: #fff;
}

			@keyframes slideme {
			    0% {
			        left: -30px;
			        margin-left: 0px;
			    }
			    30% {
			        left: 110%;
			        margin-left: 80px;
			    }
			    100% {
			        left: 110%;
			        margin-left: 80px;
			    }
			}

			.animation-10 {
			    overflow: hidden;
			    /*position: relative;*/
			}

			.animation-10:after {
			    content: "";
			    position: absolute;
			    top: 0;
			    left: -200px;
			    width: 60px;
			    height: 100px;
			    background-color: #fff;
			    filter: blur(30px);
			    transform: skewX(30deg) translateZ(0);
			    transition: 1s;
			    animation-name: slideme;
			    animation-duration: 3s;
			    animation-delay: 0.05s;
			    animation-timing-function: ease;
			    animation-iteration-count: infinite;
			}

.mobile-fixed-contacts_contact {
    width: 50px;
    min-width: 50px;
    height: 100%;
    aspect-ratio: 1;
    border-radius: 10px;
    background-color: var(--rouse);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile-fixed-contacts__request {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px;
    background-color: var(--rouse);
    color: white;
    font-size: 14px;
    line-height: 17.39px;
    padding: 5px;
    height: 100%;
    width: 100%;
}

.footer__for-visually-impaired {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.footer__for-visually-impaired span {
    font-size: 13px;
    line-height: 16.15px;
    text-align: left;
    color: var(--black);
}

.footer__content_links-mobile {
    display: none;
    gap: 20px;
    margin-top: -15px;
}

.footer__content_links-mobile > div {
    gap: 15px;
}

.footer__content_links-mobile a {
    text-decoration: none;
    /*font-size: 14px;*/
    color: var(--gray-text);
    max-width: 100px;
    white-space: wrap;
    text-transform: lowercase;
}

.full-screen_modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #00000080;
    z-index: 10000;
    padding: 0 40px;
}

.full-screen_modal .full-screen_modal-content {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.full-screen_modal .full-screen_modal-content img,
.full-screen_modal .full-screen_modal-content video {
    max-width: 100%;
}

.close-full {
    font-size: 40px;
    color: white;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    
	display: block;
	width: 26px;
	height: 35px;
	line-height: 40px;
	
	z-index: 2;
}

.full-screen_modal-content iframe,
.full-screen_modal-content video,
.full-screen_modal-content img {
    width: 100%;
    height: 80vh;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 1290px) {
    .menu__item {
        white-space: nowrap;
    }

    .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .logo__menu-items {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .menu__contacts {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        width: 100%;
    }

    .logo__menu-items {
        width: 100%;
        padding-right: 20px;
    }
}

@media (max-width: 1000px) {
    .footer__content_links {
        gap: 20px;
    }

    .footer__content_links > div {
        margin-left: 0 !important;
    }
}

@media (max-width: 900px) {
    .conatainer {
        padding: 0;
    }

    .logo__menu-items {
        padding-right: 0;
    }

    .menu__items,
    .menu__contacts,
    nav {
        display: none !important;
    }

    .burger-menu {
        display: block;
    }

    .mobile-city {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .menu__item:hover::after {
        width: 0;
    }

    .with_submenu > span::after {
        content: url(/local/assets/images/icons/arrow-mobile.svg);
        position: absolute;
        left: calc(100% + 5px);
    }

    .menu__item.with_submenu .menu__submenu {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .menu__submenu-item {
        font-family: "Actay", sans-serif;
        text-transform: lowercase;
    }

    .menu__item.with_submenu .menu__submenu {
        padding: 15px 30px 0 40px;
        gap: 8px;
        row-gap: 18px;
    }
    .menu__submenu-item > a {
        display: flex;
        width: 100%;
    }

    .menu {
        padding: 0 10px;
        gap: 0;
    }
}

@media (max-width: 780px) {

    .footer__header__social-contacts,
    .footer__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 15px;
    }

    .footer__header {
        padding-bottom: 0;
        border-bottom: none;
    }

    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }

    .footer__for-visually-impaired {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer__content-address {
        border-bottom: 1px solid var(--gray);
        padding-bottom: 35px;
    }

}

@media (max-width: 520px) {
    .footer__content_links > .flex-column {
        flex-basis: 50%;
    }
    .footer__content_links > div:last-of-type {
        display: none;
    }

    .footer__content_links-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .to__top {
        bottom: 108px;
        right: 60px;
    }

    .to__top::after {
        font-size: 12px;
        right: -50px;
    }

    .new-modal {
        padding: 0 15px;
    }

    .work-time {
        font-size: 14px;
    }

    .select-city-modal__title {
        font-size: 22px;
    }

    .select-city-modal__list-option {
        font-size: 14px;
    }

    .full-screen_modal {
        padding: 0;
    }

    .dropdown,
    .request-form__fields-name, .request-form__fields-phone {
        padding: 20px;
    }

    .dropdown__list-option {
        padding: 10px;
    }

    .request-form__btn {
        padding: 19px;
        font-size: 14px;
    }

    .footer__copyright {
        margin-top: 0;
    }

    .request-form__items {
        padding: 35px 15px;
    }

    .request-form__fields {
        margin-top: 10px;
        -ms-grid-columns: 33% 65%;
        grid-template-columns: 33% 65%;
    }

    .request-form__items > h2 {
        max-width: 191px;
    }
}

.banner__wrapper {
    padding: 25px 10px;
    border-radius: 16px;
    background-color: white;
    gap: 24px;
}
.banner__wrapper > .menu {
    padding: 0 15px;
}
@media (max-width: 720px) {

    .banner__wrapper {
        padding: 7px 5px !important;
        gap: 20px !important;
        margin: 15px 15px 0 15px !important;
    }
}

@media (max-width: 400px) {
    .banner__wrapper {
        gap: 10px !important;
    }
}


.stock__btns {
    width: 100%;
    gap: 5px;
}
.footer__content-address h2 {
    cursor: pointer;
}
.footer__content-address h2:hover {
    color: var(--rouse);
    text-decoration: none;
}

.gray-text {
    color: var(--gray-text);
}

.general-goal {
    gap: 30px;
    padding: 85px 60px;
    background-color: white;
}

.general-goal__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 61% 15px 39%;
    grid-template-columns: 61% 39%;
    -ms-grid-rows: auto 15px auto;
    grid-template-rows: repeat(2, auto);
    gap: 15px;
}

.general-goal__content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.general-goal__content > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.general-goal__content > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.general-goal__content > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.general-goal__title {
    padding: 0;
    margin: 0;
    font-family: "ActayWide";
    font-size: 40px;
    line-height: 50.52px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--black);
    text-transform: uppercase;
    max-width: 760px;
}

.border-radius-32 {
	border-radius: 32px;
}

.mv-13 {
	margin: 13rem 0;
}

.mt-3 {
	margin-top: 3rem;
}


.reviews-screen {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.reviews-screen img {
    max-width: 470px;
    width: 100%;
    height: auto;
}


.share-experience__controls,
.trust-us__slide__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    gap: 30px;
}

.share-experience-prev,
.share-experience-next,
.trust-us__slide-next,
.trust-us__slide-prev {
    background-color: var(--gray);
    width: 35px;
    height: 35px;
    padding: 5px;
    border-radius: 10px;
    position: relative;
    display: block;
    -webkit-transition: all var(--transition);
    -o-transition: all var(--transition);
    transition: all var(--transition);
}

.share-experience-prev::after,
.share-experience-next::after,
.trust-us__slide-next::after,
.trust-us__slide-prev::after {
    content: url(/local/assets/images/icons/arrow-two.svg);
    width: 18px;
    height: 18px;
    position: absolute;
}

.share-experience-prev::after,
.trust-us__slide-prev::after {
    left: 50%;
    top: calc(50% - 24px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.share-experience-next::after,
.trust-us__slide-next::after {
    left: 50%;
    top: calc(50% - 24px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.share-experience-prev:hover,
.share-experience-next:hover,
.trust-us__slide-next:hover,
.trust-us__slide-prev:hover,
.video-reviews__slide-next:hover,
.video-reviews__slide-prev:hover {
    background-color: var(--gray-hover);
}


.share-experience-next,
.trust-us__slide-next {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.share-experience-prev,
.trust-us__slide-prev {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.full-screen_modal .full-screen_modal-content video#main-video {
	background:transparent url('/local/assets/video/main_poster.jpg') no-repeat 0 0; 
	   -webkit-background-size:cover; 
	   -moz-background-size:cover; 
	   -o-background-size:cover; 
	   background-size:cover;
	   background-position: center;
}


.locations {
    background-color: white;
    padding: 43px 60px;
    position: relative;
    z-index: 1;
}

.locations__title {
    padding: 0;
    margin: 0;
    font-family: "ActayWide";
    font-size: 40px;
    line-height: 50.52px;
    letter-spacing: -0.02em;
    text-align: left;
    max-width: 955px;
    text-transform: uppercase;
}

.locations__cities {
    position: absolute;
    right: 60px;
    top: 70px;
    gap: 29px;
    width: 220px;
    z-index: 2;
}

.locations__cities-list {
    height: 350px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #F6F6F6;
    border-radius: 16px;
}

.locations__cities-list--swiper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.locations__cities-title {
    font-size: 16px;
    line-height: 18.65px;
    text-align: left;
    color: var(--gray-text);
}

.locations__cities-list-mask-one,
.locations__cities-list-mask-two {
    position: absolute;
    z-index: 2;
}

.locations__cities-list-mask-one {
    top: 0;
}

.locations__cities-list-mask-two {
    bottom: 0;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

.locations__cities-slide {
    padding: 4px;
    width: 100%;
    font-size: 16px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 18.65px;
    text-align: center;
    color: #686a6c8b;
}

.active-city {
    position: relative;
    white-space: nowrap;
    z-index: 2;
    color: var(--black);
}

.active-city__bg {
    height: 40px;
    background-color: white;
    width: calc(100% - 40px);
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    top: calc(50% - 20px);
}

.active-city__bg::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: var(--rouse);
    top: 10px;
    right: 10px;
}

.locations__city_popup {
    position: absolute;
    right: 300px;
    top: 100px;
    border-radius: 16px;
    background-color: white;
    padding: 38px 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    max-width: 510px;
    min-width: 300px;
    width: 100%;
    -webkit-box-shadow: 0px 4px 27px 0px #00000026;
    box-shadow: 0px 4px 27px 0px #00000026;
    -webkit-transition: -webkit-transform var(--transition);
    transition: -webkit-transform var(--transition);
    -o-transition: transform var(--transition);
    transition: transform var(--transition);
    transition: transform var(--transition), -webkit-transform var(--transition);
}

.locations__city_popup.mobile {
    display: none;
}

.locations__city_popup.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.locations__city_popup-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

.locations__city_popup-head h3 {
    margin: 0;
    padding: 0;
    font-family: "ActayWide";
    font-size: 25px;
    line-height: 31.58px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--black);
    text-transform: uppercase;
}

.locations__city_popup-head span {
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background-color: var(--gray);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all var(--transition);
    -o-transition: all var(--transition);
    transition: all var(--transition);
}

.locations__city_popup-head.show span img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.locations__city_popup-head span:hover {
    background-color: var(--gray-hover);
}

.locations__city_popup__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    max-height: unset;
    -webkit-transition: max-height var(--transition);
    -o-transition: max-height var(--transition);
    transition: max-height var(--transition);
}

.locations__city_popup__list.show {
    max-height: 200px;
}

.locations__city_popup__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.locations__city_popup__list-item:not(:last-child) {
    border-bottom: 1px solid #2b2e3126;
}

.locations__city_popup__list-item_slider {
    width: 180px;
    min-width: 180px;
    height: 125px;
    min-height: 125px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.locations__city_popup__list-item_content,
.locations__city_popup__list-item_content > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.locations__city_popup__list-item_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding-top: 10px;
}

.locations__city_popup__list-item_content > div {
    gap: 5px;
}

.locations__city_popup__list-item_content p {
    font-size: 16px;
    line-height: 18.65px;
    text-align: left;
    color: var(--gray-text);
}

.locations__city_popup-slide {
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.locations__city_popup-slide img {
    max-width: 100%;
}

.city_popup-next,
.city_popup-prev {
    content: url(/local/assets/images/icons/arrow-white.svg);
}

.city_popup-next {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

.locations__city_popup__list::-webkit-scrollbar {
    width: 10px;
}

.locations__city_popup__list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.locations__city_popup__list::-webkit-scrollbar-thumb {
    background: var(--gray-text);
}


.frequently-asked-questions {
    gap: 30px;
    margin-top: 85px;
    background-color: var(--gray);
}


.frequently-asked-questions > h2 {
    margin: 0;
    padding: 0;
    font-family: ActayWide;
    font-size: 40px;
    line-height: 50.52px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--black);
    text-transform: uppercase;
}


.mobile-filial-slider {
    width: 100%;
    position: relative;
    min-height: 270px;
    overflow: hidden;
}

.mobile-filial-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
    border-radius: 16px;
    background-color: white;
    height: auto !important;
    max-height: 100%;
}

.mobile-filial-slide .locations__city_popup__list-item_content {
    padding: 10px;
}


@media (max-width: 1300px) {
    .locations__cities {
        top: 100px !important;
    }
}

@media (max-width: 1200px) {
    .locations__cities {
        top: 150px !important;
    }
}

@media (max-width: 1000px) {
    .locations__cities-list-mask-one,
    .locations__cities-list-mask-two {
        min-width: 100% !important;
        height: 80px !important;
    }

    .request-form {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .request-form .request-form__fields,
    .request-form > div,
    .request-form > .request-form__items {
        width: 100% !important;
    }

    .request-form__map {
        height: 400px !important;
    }

    .locations {
        display: flex !important;
        flex-direction: column !important;
        padding: 60px 15px !important;
    }

    .locations__city_popup,
    .locations__cities {
        position: static !important;
    }

    .locations__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1 !important;
    }

    .locations__map {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2 !important;
    }

    .locations__cities {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3 !important;
        width: 100% !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center !important;
    }

    .locations__cities-list {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1 !important;
    }

    .locations__city_popup {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2 !important;
        min-width: auto !important;
        max-width: 100% !important;
        padding: 35px !important;
        background-color: var(--gray) !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .locations__city_popup.mobile {
        display: flex !important;
    }

    .locations__city_popup.desktop {
        display: none !important;
    }

    .active-city__bg {
        height: 30px !important;
        width: calc(100% - 70px) !important;
        top: calc(50% - 15px) !important;
    }
}

@media (max-width: 720px) {
    .video-banner {
        margin-bottom: 0 !important;
    }
    .new-equipment {
        height: 400px;
        background-size: 165%;
        background-position: 16% 57%;
    }

    .achievements__item p,
    .video-banner__slider-title,
    .video-banner__title {
        /*
        font-size: 35px !important;
        line-height: 37.45px !important;
        */
        font-size: 30px !important;
    	line-height: 32.45px !important;
    }

    .testimonials__title h2 > span,
    .new-equipment__content h2,
    .clents-slider__header h1,
    .process__preview-title,
    .process__content-title,
    .locations__title,
    .locations__city_popup-head h3,
    .general-goal__title,
    .trust-us__title,
    .share-experience__text h1,
    .frequently-asked-questions > h1,
    .frequently-asked-questions > h2,
    .request-form__items > h2 {
        font-size: 22px !important;
        line-height: 27.79px !important;
    }

    .video-reviews__slide__head-btn,
    .video-banner__button,
    .locations__cities-slide,
    .price-list__register,
    .share-experience__text button,
    .lazers__item-register-header p,
    .testimonials__title > span,
    .footer__copyright p,
    .footer__content-address p,
/*    .footer__content_links a,*/
    .request-form__policy,
    .request-form__policy a,
    .dropdown__selected,
    .dropdown__list-option,
    .input,
    .accordion-item .accordion-content p,
    .video-reviews__slide__head-contetn p,
    .locations__city_popup__list-item_content p,
    .locations__city_popup__list-item_content p,
    .locations__cities-title,
    .process__preview-play p,
    .clents-slider__swiper-slide a,
    .clents-slider__header span,
    .price-list__price-row__old-price,
    .price-list__price-row__title,
    .lazers__item p,
    .new-equipment__content span,
    .testimonials__item p,
    .achievements__item p {
        font-size: 14px !important;
        line-height: 17.39px !important;
    }

    .locations__cities {
        gap: 10px !important;
    }

    .locations__cities-title {
        text-align: center !important;
        max-width: 260px !important;
        margin-bottom: 3px !important;
    }

    .lazers__item h2,
    .lazers__item-register-header h1,
    .video-reviews > h1,
    .footer__copyright span,
    .lazers__item > h2,
    .process__content-text p,
    .video-reviews__slide__head-contetn h2,
    .trust-us__slide-head > h2,
    .accordion-header h2 {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .testimonials__title > span,
    .clents-slider__header span {
        text-transform: lowercase !important;
    }

    .testimonials__title > span:first-letter,
    .clents-slider__header span:first-letter {
        text-transform: uppercase !important;
    }



    .clents-slider {
        position: static !important;
        width: 100% !important;
        transform: translateY(0px) !important;
        margin-top: 60px !important;
    }

    .clents-slider__header {
        flex-direction: column-reverse !important;
        gap: 10px !important;
        align-items: start !important;
    }

    .testimonials__title > span,
    .clents-slider__header span {
        font-family: "Actay", sans-serif !important;
    }
    .testimonials__title > span,
    .clents-slider__header span {
        line-height: 16.32px !important;
        padding: 12px !important;
    }

    .general-goal__content {
        display: flex !important;
        flex-direction: column !important;
    }

    .general-goal__content > div {
        width: 100% !important;
    }

    .video-banner__slider-item {
        flex-direction: column !important;
        /*gap: 0 !important;*/
        row-gap: 10px !important;
    }

    .video-banner__slider-title {
        margin-left: -44px !important;
    }

    .video-banner__slider-text {
        font-size: 14px !important;
    }

/*
    .video-banner__content .video-banner__buttons, 
    .video-banner__content .video-banner__slider-slide_text {
        display: none !important;
    }*/
    
    .video-banner__content .video-banner__slider {
    	display: none !important;
    }

    .video-banner__content {
        left: 30px !important;
        bottom: 22px !important;
    }
    
    .banner__wrapper .mobile {
		display: block;
	}

    .mobile .video-banner__slider {
        position: static !important;
        display: flex !important;
        width: 100% !important;
    }

    .video-banner__buttons.mobile > button,
    .video-banner__buttons.mobile > a.video-banner__button,
    .video-banner__buttons.mobile > div {
        width: 50% !important;
    }

    .new-equipment__content {
        flex-direction: column !important;
        align-items: start !important;
        gap: 30px !important;
        padding: 15px !important;
        margin-bottom: 0 !important;
    }

    .new-equipment__content h2 {
        margin-left: 30px !important;
        padding-right: 30px !important;
    }

    .price-list {
        padding: 45px 15px !important;
    }

    .general-goal {
        padding: 25px 15px 48px 15px !important;
    }

    .general-goal__content {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .reviews-screen {
        order: 2 !important;
        height: 556px;
    }

    .reviews-screen {
        justify-content: center !important;
    }

    .frequently-asked-questions {
        padding: 0 15px !important;
        margin-top: 75px !important;
    }

    .clents-slider {
        padding: 35px !important;
    }

    .clents-slider__swiper {
        height: 226px !important;
    }

    .clents-slider__swiper-slide {
        height: 226px !important;
    }

    .testimonials__item .text {
        font-size: 14px !important;
    }
}

@media (max-width: 440px) {
    .price-list_buttons {
        height: 55px !important;
        margin-top: 10px !important;
    }

    .clents-slider__header h1 {
        max-width: 281px !important;
    }

    .locations__cities-list {
        height: 220px !important;
    }

    .locations__city_popup__list-item_slider {
        max-width: 100% !important;
        width: 100% !important;
    }


    .frequently-asked-questions > h1,
    .frequently-asked-questions > h2 {
        max-width: 315px !important;
    }

    .request-form {
        margin-top: 60px !important;
        padding: 0 15px !important;
    }

    footer {
        margin: 10px 15px 0 15px !important;
        padding: 30px 20px !important;
    }

    .footer__content-address {
        padding-bottom: 20px !important;
    }

    .new-equipment__content span {
        padding: 45px 14px 25px 30px !important;
    }

    .new-equipment__content span::before {
        left: 30px !important;
        top: 35px !important;
    }

    .locations__city_popup.mobile {
        padding: 20px !important;
    }

    .locations {
        padding-top: 0 !important;
    }

    .video-banner {
        height: 580px !important;
    }
}
@media (max-width: 400px) {
    .testimonials__title h2,
    .new-equipment__content h2,
    .clents-slider__header h1,
    .process__preview-title,
    .process__content-title,
    .locations__title,
    .locations__city_popup-head h3,
    .general-goal__title,
    .trust-us__title,
    .share-experience__text h1,
    .frequently-asked-questions > h1,
    .frequently-asked-questions > h2,
    .request-form__items > h2 {
        font-size: 18px  !important;
        line-height: 18.43px !important;
    }
    
    .share-experience__controls, .trust-us__slide__controls {
    	align-items: inherit;
    }
    
    .trust-us__slide__controls {
    	top: -18px;
    }
}
/* End */


/* Start:/local/templates/starta/search/search.css?17706740041891*/
.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search-container {
    position: absolute;
    top: 70px;
    right: 0;
    width: 350px;
    background-color: #ededed;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

.search-container.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-container::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 11px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ededed;
}

.search-toggle {
	aspect-ratio: 1;
	margin: 0 0 0 6px;
	padding: 0;
	width: 42px;
	height: 42px;
	background-image: url(/local/templates/starta/search/../assets/img/icon-search.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 21px 21px;
}

.search-toggle.active {
  background-color: var(--gray-hover);
}

.mobile__buttons-wrapper {
	display: none;
}

@media (max-width: 900px) {
	.mobile__buttons-wrapper {
		display: flex;
		column-gap: 6px;
	}

	.mobile__buttons-wrapper .search-toggle {
		width: 40px;
		height: 40px;
	}
}

/* Мобильная адаптация */
@media (max-width: 768px) {
    .search-container {
        width: 100%;
        max-width: 100%;
        right: 0;
        left: 0;
        
        border-radius: 0;
        position: fixed;

        box-shadow: none;
    }
    
    .search-container::before {
        display: none;
    }
    
    .search-container.active {
        transform: translateY(0);
    }
    
    .js-sticky-header.sticky .search-container {
    	margin: 0 15px;
    	width: auto;
    	top: 82px;
    }
    
}
/* End */


/* Start:/local/assets/css/common-js-support.css?17697069921937*/
/* Оптимизации для модального окна */
.full-screen_modal {
    will-change: opacity, visibility;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.modal-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Предотвращение скачков контента */
.full-screen_modal-content {
    contain: content;
}

/* Оптимизация анимаций для мобильных */
@media (max-width: 767px) {
    .full-screen_modal {
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
    
    .full-screen_modal-content {
        touch-action: manipulation;
        -webkit-overflow-scrolling: touch;
    }
}

/* Стили для состояния modal-open */
body.modal-open {
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    body.modal-open {
        overflow: hidden;
        height: 100vh;
    }
}

/* Убираем outline при фокусе, но оставляем для accessibility */
.full-screen_modal-content:focus {
    outline: none !important;
}

/* Стили для фокуса на кнопке закрытия */
.close-full:focus {
    outline: 2px solid rgba(0, 123, 255, 0.5);
    outline-offset: 2px;
}

/* Для модалки - скрываем outline на контенте */
.full-screen_modal *:focus {
    outline: none;
}

/* Но показываем для интерактивных элементов внутри модалки */
.full-screen_modal button:focus,
.full-screen_modal [tabindex="0"]:focus {
    outline: 2px solid rgba(0, 123, 255, 0.5);
    outline-offset: 2px;
}

/* Убираем стандартный синий outline у iframe */
.full-screen_modal iframe:focus {
    outline: none;
    border: none;
}
/* End */


/* Start:/local/assets/css/sticky-header.css?17697606483901*/
/* ============ ОСНОВНЫЕ СТИЛИ STICKY HEADER ============ */

.js-sticky-header-parent {
    transition: height 0.3s ease;
}

.js-sticky-header {
    will-change: transform, opacity;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    
	z-index: 1000;
	position: relative;
}

/* Sticky состояние - ТОЛЬКО ОСНОВНЫЕ СТИЛИ */
.js-sticky-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1410px;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent; /* Прозрачный фон */
}

/* Контейнер меню внутри sticky header */
.js-sticky-header.sticky .menu {
    padding: 15px 10px;
    background-color: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.2);
}

/* ============ БУРГЕР-МЕНЮ ВНУТРИ HEADER ============ */

/* Бургер-меню должно быть ВЫШЕ sticky header */
#burger-menu__open {
    position: relative;
    z-index: 1002 !important;
}

/* Когда меню открыто (body.active) - меняем z-index только бургера */
body.active .js-sticky-header.sticky {
    z-index: 999; /* Чуть меньше обычного, но не 5! */
}

body.active #burger-menu__open {
    z-index: 1003 !important; /* Еще выше при открытом меню */
}

/* Само мобильное меню (которое появляется при клике) */
.mobile-menu,
.burger-menu-content,
.menu-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1001 !important; /* Между бургером и header */
    background-color: white;
}

/* ============ АДАПТИВНЫЕ СТИЛИ ============ */

@media (max-width: 1410px) {
    .js-sticky-header.sticky {
        left: 0;
        margin-left: 0;
        max-width: 100%;
        transform: translateX(0);
    }
    
    .js-sticky-header.sticky .menu {
        margin: 0 10px;
    }
}

@media (max-width: 900px) {
    .js-sticky-header.sticky .menu {
        margin: 0;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .js-sticky-header.sticky .menu {
        margin: 0 15px;
        padding: 15px;
    }
    
    /* На мобильных делаем header более заметным */
    .js-sticky-header.sticky {
        -webkit-overflow-scrolling: touch;
    }
}

/* ============ ИСПРАВЛЕНИЕ РАЗМЕРА БУРГЕРА ============ */

/* Убедитесь, что бургер не растягивается */
.burger-menu {
    width: 40px !important; /* Фиксированная ширина */
    height: 40px !important; /* Фиксированная высота */
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    flex: 0 0 40px !important; /* Не растягивается */
}

/* Иконка бургера внутри */
.burger-menu::before,
.burger-menu::after,
.burger-menu span {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background-color: #000;
    margin: 4px auto;
    transition: 0.3s;
}

/* Состояние активного бургера */
.burger-menu.active::before {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger-menu.active::after {
    transform: rotate(-45deg) translate(7px, -6px);
}

.burger-menu.active span {
    opacity: 0;
}
/* End */


/* Start:/local/templates/starta/components/bitrix/menu/new-header/style.min.css?1731335024490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/starta/components/bitrix/menu/new-header/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/components/kda/search.box/templates/.default/style.css?17706691253821*/
.kda-search-box {
    position: relative;
    width: 100%;
    /*max-width: 400px;*/
}

.kda-search-input-wrapper {
    position: relative;
    display: flex;
}

.kda-search-input {
    width: 100%;
    padding: 10px 85px 10px 15px; /* Увеличили правый паддинг для двух кнопок */
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.kda-search-input:focus {
    outline: none;
    border-color: #e27d99;
}

/* Кнопка очистки (крестик) */
.kda-search-clear {
    position: absolute;
    right: 45px; /* Слева от лупы */
    top: 0;
    bottom: 0;
    width: 40px;
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s, opacity 0.3s;
    opacity: 0.7;
}

.kda-search-clear:hover {
    color: #333;
    opacity: 1;
}

.kda-search-clear:active {
    transform: scale(0.95);
}

/* Кнопка поиска (лупа) */
.kda-search-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
}

.kda-search-submit:hover {
    color: #0066cc;
}

/* Подсказки */
.kda-search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.kda-search-suggestions-visible {
    opacity: 1;
    visibility: visible;
}

.kda-search-suggestion-item {
    border-bottom: 1px solid #f0f0f0;
}

.kda-search-suggestion-item:last-child {
    border-bottom: none;
}

.kda-search-suggestion-link {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s;
}

.kda-search-suggestion-link:hover {
    background-color: #f8f8f8;
}

.kda-search-suggestion-text {
    display: block;
    font-weight: 500;
}

.kda-search-suggestion-category {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}

.kda-search-highlight {
    background-color: #fff9c4;
    font-weight: bold;
    padding: 0 1px;
    border-radius: 2px;
}

.kda-search-suggestion-all {
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
}

.kda-search-suggestion-all-link {
    display: block;
    padding: 10px 15px;
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
}

.kda-search-suggestion-all-link:hover {
    background-color: #e8f4ff;
}

/* Активная подсказка (при наведении или выборе клавиатурой) */
.kda-search-suggestion-item:hover,
.kda-search-suggestion-active {
    background-color: #f5f5f5;
}

/* Для анимации появления */
@keyframes kda-search-fade-in {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.kda-search-suggestions-visible {
    opacity: 1;
    visibility: visible;
    animation: kda-search-fade-in 0.2s ease-out;
}

/* Стили для контейнера подсказок */
.kda-search-suggestions {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* End */


/* Start:/local/templates/starta/components/bitrix/menu/new-footer/style.min.css?1731315700490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/starta/components/bitrix/menu/new-footer/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/starta/digital-cookies/digital-cookies.css?17516084632761*/
#digital-cookies {
    bottom: 20px;
    left: 50%;
    width: calc(100% - 60px);
    transform: translateX(-50%);

    box-shadow: 0 5px 20px 0 #0000001f;

    max-width: 1500px !important;

    position: fixed;
    min-width: 250px;
    background: #fff;
    
    max-height: 100%;

    border-radius: 4px;
    overflow: hidden;

    z-index: 2999;
    opacity: 0;
    display: none;
}

#digital-cookies.active {
    opacity: 1;
    display: block !important;
    animation: toggle_opacity .2s;
}

.dc-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: none;
    padding: 21px 40px 20px 26px;
    min-height: auto;
    max-height: 100dvh;
}

.dc-body__text a, .dc-body__text a:visited {
	text-decoration: underline;
}

.dc-body__text a:hover, .dc-body__text a:focus, .dc-body__text a:active {
	text-decoration: none;
}

.dc-boty__text-title {
    font-weight: bold;
    margin-bottom: 1rem;
}

.dc-body__btns {
    margin-left: 30px;
}

.dc-body__btns-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
}

.dc-body__btns-sub {
    display: flex;
    justify-content: end;
    margin-top: 1rem;
}

.dc-body__btns-btn {
    /*margin: 5px;*/
    background-color: #000;
    border-color: #000;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid;

    border-radius: 4px;
    padding: 9px 20px 10px;
    text-align: center;
    font-size: 11.995px
}

.dc-body__btns-btn2 {
    margin: 5px;
    font-size: 11.995px;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px dashed #000;
}

#digital-cookies-tune {
	/*display: none;*/
	overflow: hidden;
	height: 0px;
}

#digital-cookies-form {
	/*
	display: flex;
	flex-wrap: wrap;
	*/
	
	display: grid;
}

.bodysilk-reject-btn {
	font-size: 16px;
	padding: 11px 20px;
	background-color: var(--gray);
	border-radius: 6px;
	cursor: pointer;
	color: var(--black);
	
	opacity: 0.5;
}

.bodysilk-reject-btn:hover {
  background-color: var(--gray-hover);
  opacity: 1;
}

.bodysilk-accept-btn {
	font-size: 16px;
	padding: 11px 20px;
	background-color: var(--rouse);
	border-radius: 6px;
	cursor: pointer;
	color: #fff;
}

.bodysilk-accept-btn:hover {
	opacity: 0.8;
}

@keyframes toggle_opacity {
    0% { opacity: 0; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

@media (max-width: 991px) {
	
	#digital-cookies {
		bottom: 90px;
	}
	
	.dc-body {
        flex-wrap: wrap;
    }

    .dc-body__btns {
        width: 100%;
        margin: 1rem 0 0 0;
    }
}
/* End */


/* Start:/local/templates/starta/styles.css?177326650410151*/
html {
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}

body {
	font-family: "Actay",sans-serif;
}

.container {
    max-width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}

.main_title {
	font-family: "Actay Wide",sans-serif;
}

.h1, h1 {
	font-family: "Actay Wide",sans-serif;
}

.main_intro_stock h1 {
	font-family: "Actay",sans-serif;
	display: block;
	font-size: 1.17em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	unicode-bidi: isolate;
}

.stretched-link {
	
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* согласие на формах */
.form__confirm-box {
	display: flex;
	align-items: center;
	column-gap: 10px;
	margin: 1.5rem 0;
	
	position: relative;
}

.form__confirm-box input[name=confirm] {
	display: none;
}

.form__confirm-box label {
	display: block;
	cursor: pointer;
	
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #d6d6d6;
}

.form__confirm-box input[name=confirm]:checked ~ label {
    background-image: url(/local/templates/starta/assets/img/checkmark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    
    background-color: #eaeaea;
}

.form__confirm-box input[name=confirm].error ~ label {
	border: 2px solid #d6456c;
}

.form__confirm-box .modal_policy {
	text-align: left;
}

.form__confirm-box .modal_policy a, .form__confirm-box .modal_policy a:visited {
	text-decoration: underline;
}

.form__confirm-box .modal_policy a:hover, .form__confirm-box .modal_policy a:focus, .form__confirm-box .modal_policy a:active {
	text-decoration: none;
}

.form__confirm-box .error-message {
	position: absolute;
	bottom: -30px;
	padding: 5px 10px;
	background-color: rgba(0,0,0,0.6);
	border-radius: 6px;
	color: #fff;
}

	/* форма обратной связи в подвале */
	.callback_form_right .form__confirm-box {
		width: 100%;
		  max-width: 63%;
		  margin: auto;
	}

/* /согласие на формах */

.services-buttons-wrapper {
	display: flex;
	column-gap: 5px;
}

.services-buttons-wrapper a.stock__whatsapp {
	/*width: 100%;
	height: 100%;*/
	height: inherit;
	aspect-ratio: 1 / 1;
}

.services-buttons-wrapper a.stock__whatsapp:after {
	/*width: inherit;
	height: inherit;
	aspect-ratio: 1 / 1;*/
}

.expert-article-checked {
	display: flex;
	column-gap: 20px;
	margin-bottom: 20px;
	align-items: center;
	position: relative;
}

.expert-article-checked .avatar {
	min-width: 90px;
}

.expert-article-checked .img-expert {
	border-radius: 10px;
}

.expert-article-checked div > p:first-child {
	margin-bottom: 10px;
}

.expert-article-checked div > p span.name {
	font-weight: 600;
}
.expert-article-checked div > p span.spec {
	color: #b1b1b1;
}

h2.modal_title, h3.modal_title {
	font-weight: normal;
}

.front-video:before {
	height: 100%;
}

.video-wrapper {
	aspect-ratio: 560 / 315;
	width: 100%;
	max-width: 1000px;
	margin: 70px auto 0 auto;
}

.main_FAQ_form {
	position: relative;
}

.main_FAQ_form > * {
	position: relative;
	z-index: 2;
}

.main_FAQ_form:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
}

.main_FAQ_form select option {
  background: rgb(0, 0, 0);
  color: #fff;
}

.main_about_right_text {
	top: inherit;
	bottom: 20%;
}

.main_services_info_packet {
	color: rgba(35,35,35,0.4);
	font-family: sans-serif;
}

.review_img {
	border: 1px solid #dc6c8a;
	padding: 4px;
}

.review_big_img.no-photo {
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.1);
  	padding: 10px;
}

.review_big_img.no-photo img {
	height: auto;
}

.callback_form_left_marque{
	width:100%;
	background-color:#fff;
	overflow:hidden;
	padding:1.5rem 0;
	animation:marquee 100s linear infinite;
}

.callback_form_left_marque:before{
	content:"BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / BODY SILK / ";
	font-size:20px;
	line-height:1;
	white-space:nowrap;
	width: 0%;
    display: inline-block;
}

@keyframes marquee{from{text-indent:2%}to{text-indent:-500%}}

@media screen and (max-width: 1200px) {
  .review_big_img {
    display: none !important;
  }
}

@media (max-width: 600px) {
	.expert-article-checked {
		font-size: 14px;
	}
}

@media (max-width: 640px) {
	.header .header_main {
		color: #fff;
  		background-color: #000;
	}
}

@media (max-width: 4150px) {
	.expert-article-checked {
		flex-wrap: wrap;
	}
}

@media (max-width: 500px) {
	.city_accepter {
		padding: 4rem 2rem !important;
	}
}



@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 12s linear infinite;
  -moz-animation: rotating 12s linear infinite;
  -ms-animation: rotating 12s linear infinite;
  -o-animation: rotating 12s linear infinite;
  animation: rotating 12s linear infinite;
}
.rotating-stop {
	animation-play-state: paused;
}

.city_accepter {
	position: fixed;
	top: 50%;
	left: 50%;
/*	background-color: #fff;*/
	width: 100%;
	max-width: 42rem;
	max-height: 100vh;
	height: auto;
	z-index: 200;
	transition: all .5s cubic-bezier(.5,1,.89,1);
	transform: translateX(-50%) translateY(-50%) scale(0);
	opacity: 0;
	visibility: hidden;
	padding: 4rem 7rem;
	text-align: center;
	overflow: auto;
}

.city_accepter.is-active {
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.global_backdrop.is-active {
	backdrop-filter: blur(5px);
}

.article-dates {
	margin: 1vw 0 0.5vw 0;
	color: #9e9e9e;
}

.services_el_info, 
.services_el_img img,
.new_slide img,
.specialist_img,
.stock_img,
.callback_form_right {
	border-radius: 16px;
}

.clinic_img img {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.clinic_info {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

/* animate-btn с одним span */
.animate-btn-v2 div {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.animate-btn-v2 div::before {
	content: 'Записаться';
	display: inline;
}

.animate-btn-v2.design div::before {
	content: 'Оформить';
	display: inline;
}

.animate-btn-v2.select-procedure div::before {
	content: 'Выбрать процедуру';
	display: inline;
}

.animate-btn-v2.more-details div::before {
	content: 'Подробнее';
	display: inline;
}

.animate-btn-v2.watch-video-review div::before {
	content: 'Смотреть видеоотзыв';
	display: inline;
}

.animate-btn-v2.go-to-blog div::before {
	content: 'Перейти в блог';
	display: inline;
}

.animate-btn-v2.purchase div::before {
	content: 'Приобрести';
	display: inline;
}

.animate-btn-v2.name-price div::before {
	content: 'Прайс';
	display: inline;
}

.animate-btn-v2.name-reply div::before {
	content: 'Откликнуться';
	display: inline;
}

.animate-btn-v2.next-article div::before {
	content: 'Следующая статья';
	display: inline;
}

.animate-btn-v2.yes-true div::before {
	content: 'Да, верно';
	display: inline;
}

.animate-btn-v2.no-select div::before {
	content: 'Нет, выбрать';
	display: inline;
}

.animate-btn-v2.txt-send div::before {
	content: 'Отправить';
	display: inline;
}

.animate-btn-v2 div span,
.animate-btn-v2 div::before {
    text-align: center;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.animate-btn-v2 div span:last-child {
    -webkit-transform: translateY(55px);
    -ms-transform: translateY(55px);
    transform: translateY(55px);
    position: absolute;
    width: 100%;
}

.animate-btn-v2:hover div::before {
    -webkit-transform: translateY(-55px);
    -ms-transform: translateY(-55px);
    transform: translateY(-55px);
}

.animate-btn-v2:hover div span:last-child {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

/* End */
/* /local/templates/starta/assets/actay/stylesheet.css?17223644011852 */
/* /local/templates/starta/assets/css/app-src.css?1775069118155130 */
/* /local/templates/starta/assets/css/publocations-replacements.css?1753529752706 */
/* /local/templates/starta/template_styles.css?17713125878641 */
/* /local/templates/starta/assets/loader-header/loader.css?17441120811176 */
/* /local/assets/css/base.css?177506968458277 */
/* /local/templates/starta/search/search.css?17706740041891 */
/* /local/assets/css/common-js-support.css?17697069921937 */
/* /local/assets/css/sticky-header.css?17697606483901 */
/* /local/templates/starta/components/bitrix/menu/new-header/style.min.css?1731335024490 */
/* /local/components/kda/search.box/templates/.default/style.css?17706691253821 */
/* /local/templates/starta/components/bitrix/menu/new-footer/style.min.css?1731315700490 */
/* /local/templates/starta/digital-cookies/digital-cookies.css?17516084632761 */
/* /local/templates/starta/styles.css?177326650410151 */
