@font-face {
    font-family: BerlingskeSerif-Bold;
    src: local("BerlingskeSerif-Bold"), local("BerlingskeSerif Bold"), url(../fonts/BerlingskeSerif-Bold.woff2) format("woff2"), url(../fonts/BerlingskeSerif-Bold.woff) format("woff"),
        url(../fonts/BerlingskeSerif-Bold.ttf) format("truetype"), url(../fonts/BerlingskeSerif-Bold.otf) format("opentype"), url(../fonts/BerlingskeSerif-Bold.eot), url(../fonts/BerlingskeSerif-Bold.eot?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: BerlingskeSerif-MdItalic;
    src: local("BerlingskeSerif-MdItalic"), local("BerlingskeSerif-MdItalic"), url(../fonts/BerlingskeSerif-MdItalic.woff2) format("woff2"), url(../fonts/BerlingskeSerif-MdItalic.woff) format("woff"),
        url(../fonts/BerlingskeSerif-MdItalic.ttf) format("truetype"), url(../fonts/BerlingskeSerif-MdItalic.otf) format("opentype"), url(../fonts/BerlingskeSerif-MdItalic.eot),
        url(../fonts/BerlingskeSerif-MdItalic.eot?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: FuturaBookC;
    src: local("BerlingskeSerif-DBd"), local("BerlingskeSerif DBd"), url(../fonts/FuturaBookC.woff2) format("woff2"), url(../fonts/FuturaBookC.woff) format("woff"), url(../fonts/FuturaBookC.ttf) format("truetype"),
        url(../fonts/FuturaBookC.otf) format("opentype"), url(../fonts/FuturaBookC.eot), url(../fonts/FuturaBookC.eot?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: SeroPro-Bold;
    src: local("SeroPro-Bold"), local("SeroPro Bold"), url(../fonts/SeroPro-Bold.woff2) format("woff2"), url(../fonts/SeroPro-Bold.woff) format("woff"), url(../fonts/SeroPro-Bold.ttf) format("truetype"),
        url(../fonts/SeroPro-Bold.otf) format("opentype"), url(../fonts/SeroPro-Bold.eot), url(../fonts/SeroPro-Bold.eot?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: SeroPro-Extralight;
    src: local("SeroPro-Extralight"), local("SeroPro Extralight"), url(../fonts/SeroPro-Extralight.woff2) format("woff2"), url(../fonts/SeroPro-Extralight.woff) format("woff"), url(../fonts/SeroPro-Extralight.ttf) format("truetype"),
        url(../fonts/SeroPro-Extralight.otf) format("opentype"), url(../fonts/SeroPro-Extralight.eot), url(../fonts/SeroPro-Extralight.eot?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: SeroPro-Light;
    src: local("SeroPro-Light"), local("SeroPro Light"), url(../fonts/SeroPro-Light.woff2) format("woff2"), url(../fonts/SeroPro-Light.woff) format("woff"), url(../fonts/SeroPro-Light.ttf) format("truetype"),
        url(../fonts/SeroPro-Light.otf) format("opentype"), url(../fonts/SeroPro-Light.eot), url(../fonts/FuturaLightC.eot?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: SeroPro-Medium;
    src: local("SeroPro-Medium"), local("SeroPro Medium"), url(../fonts/SeroPro-Medium.woff2) format("woff2"), url(../fonts/SeroPro-Medium.woff) format("woff"), url(../fonts/SeroPro-Medium.ttf) format("truetype"),
        url(../fonts/SeroPro-Medium.otf) format("opentype"), url(../fonts/SeroPro-Medium.eot), url(../fonts/SeroPro-Medium.eot?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaBookC';
    src: url('../fonts/futurabookc.eot'); /* IE 9 Compatibility Mode */
    src: url('../fonts/futurabookc.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('../fonts/futurabookc.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/futurabookc.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('../fonts/futurabookc.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/futurabookc.svg#futurabookc') format('svg'); /* Chrome < 4, Legacy iOS */
}@font-face {
    font-family: 'FuturaLightC';
    src: url('../fonts/futuralightc.eot'); /* IE 9 Compatibility Mode */
    src: url('../fonts/futuralightc.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('../fonts/futuralightc.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/futuralightc.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('../fonts/futuralightc.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/futuralightc.svg#futuralightc') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-size--root: 16px;
* {
    box-sizing: border-box;
    outline: none;
}
:after,
:before {
    box-sizing: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
ol,
ul {
    margin: 0;
}
ol.no-style,
ul.no-style {
    padding: 0;
    list-style: none;
}
button {
    outline: none;
}
button,
img {
    border: none;
}
a {
    text-decoration: none;
    color: inherit;
}
[contenteditable="true"]:empty:before {
    content: attr(data-placeholder);
    color: #131313;
    font-size: inherit;
    display: block;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: FuturaBookC, sans-serif;
}
h1 {
    font-size: 50px;
    line-height: 65px;
}
h2 {
    font-size: 45px;
    line-height: 55px;
}
@media screen and (max-width: 575px) {
    h2 {
        font-size: 28px;
        line-height: 35px;
    }
}
h3 {
    font-size: 35px;
    line-height: 40px;
}
@media screen and (max-width: 575px) {
    h3 {
        font-size: 20px;
        line-height: 25px;
    }
}
input,
textarea {
    font-size: 16px;
    line-height: 30px;
    color: #1e2b38;
    background-color: #fff;
    outline: none;
    border-radius: 0;
    border: none;
    width: 100%;
    transition: border-color 0.2s linear;
    padding: 0 10px;
}
input[type="submit"] {
    width: auto;
}
input {
    height: 46px;
}
textarea {
    height: 100px;
    resize: none;
    padding-top: 10px;
}
::-webkit-input-placeholder {
    color: hsla(30, 25%, 98%, 0.75);
}
:-moz-placeholder,
::-moz-placeholder {
    color: hsla(30, 25%, 98%, 0.75);
}
:-ms-input-placeholder {
    color: hsla(30, 25%, 98%, 0.75);
}
body {
    font-family: FuturaLightC, sans-serif;
    font-size: 15px;
    line-height: normal;
    overflow-x: hidden;
    background-color: #000;
    color: #000;
    position: relative;
    margin: 0;
    padding: 0;
}
.container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 10px;
}
@media screen and (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
}
[data-parallax-scroll] {
    pointer-events: none;
    z-index: 2;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.apple-fix {
    width: 100%;
    position: fixed;
}
.no-scroll {
    overflow: hidden;
}
.img-wrapper {
    display: inline-block;
}
.img-wrapper img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.pt90{
    padding-top: 90px;
}
.wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
}
.wrapper .header {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.wrapper main {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.wrapper .footer {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.sec-dark {
    color: #fff;
}
.sec-light {
    color: #000;
    background-color: #c6c6c6;
}
.decor {
    position: relative;
    z-index: 1;
}
.decor .square {
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    margin-left: -14px;
    background-color: #e31e24;
    z-index: -1;
    transform: rotate(45deg);
}
.decor .square:after,
.decor .square:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    transform: translate(-50%, -50%);
    border: 1px solid #e31e24;
}
.decor .square:before {
    width: 96px;
    height: 96px;
    border-color: #e31e24;
    opacity: 0.5;
}
.decor .square:after {
    width: 144px;
    height: 144px;
    border-color: #e31e24;
    opacity: 0.25;
}
.wrapper-dark-map,
.wrapper-dark-map > * {
    position: relative;
}
.wrapper-dark-map .bg-map {
    position: absolute;
    top: 86px;
    left: 0;
    width: 100%;
}
.link {
    font-family: SeroPro-Medium, sans-serif;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.9px;
    color: #30436e;
    border-bottom: 1px solid rgba(91, 142, 196, 0.25);
    cursor: pointer;
    transition: border, color 0.2s linear;
}
.link:hover {
    color: #ffb16f;
    border-color: rgba(255, 177, 111, 0.25);
}
.link:active {
    border-color: transparent;
}
.link-dot {
    font-family: SeroPro-Medium, sans-serif;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.9px;
    color: #30436e;
    border-bottom: 1px dotted #30436e;
    cursor: pointer;
    transition: border, color 0.2s linear;
}
.main-contacts__mark .link-dot, .main-contacts__mark .link {
    color: #ffb16f
}
.link-dot:hover {
    color: #ffb16f;
    border-color: rgba(255, 177, 111, 0.25);
}
.link-dot:active {
    border-color: transparent;
}
.input-group input {
    font-family: FuturaLightC, sans-serif;
    font-size: 18px;
    color: #000;
    box-shadow: inset 0 -15px 125px 0 #2d3038;
    background-color: #000;
    height: 80px;
    border: none;
    border-bottom: 1px solid hsla(30, 25%, 98%, 0.25);
    padding: 2px 29px 0;
}
@media screen and (max-width: 480px) {
    .input-group input {
        font-size: 13.5px;
        padding-left: 22px;
        height: 60px;
    }
}
.input-group input.valid,
.input-group input:active,
.input-group input:focus {
    background-color: #fff;
    box-shadow: none;
}
.input-group input.error {
    color: #ff5730;
    box-shadow: inset 0 -15px 125px 0 rgba(45, 48, 56, 0.25);
    background-color: #000;
    border-color: #ff5730;
}
.input-group input.error::-webkit-input-placeholder {
    color: #ff5730;
}
.input-group input.error:-moz-placeholder,
.input-group input.error::-moz-placeholder {
    color: #ff5730;
}
.input-group input.error:-ms-input-placeholder {
    color: #ff5730;
}
.input-group label.error {
    display: none !important;
}
@media screen and (max-width: 1200px) {
    .diamond-parallax {
        display: none;
    }
}
.btn {
    position: relative;
    width: 430px;
    height: 100px;
    padding: 0;
    text-align: center;
    font-family: SeroPro-Bold, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #181a1f;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-radius: 50px;
    box-shadow: 0 25px 50px 0 rgba(251, 195, 98, 0.25);
    background-color: #e34449;
    transition: 0.25s linear;
    transition-property: background-color, box-shadow;
    z-index: 1;
    cursor: pointer;
}
.btn,
.btn span.btn__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn span.btn__text {
    width: 100%;
    color: #ffffff;
}
.btn:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-image: linear-gradient(-45deg, #e31e24, #e31e24);
    opacity: 1;
    transition: opacity 0.25s linear;
    z-index: -1;
}
.btn:after,
.btn:before {
    content: "";
    position: absolute;
}
.btn:after {
    left: -15px;
    top: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border: 1px solid #e31e24;
    border-radius: 65px;
    opacity: 0.25;
    transition: border-color 0.25s linear;
}
.btn:focus,
.btn:hover {
    box-shadow: none;
}
.btn:focus:before,
.btn:hover:before {
    opacity: 0;
}
.btn:focus:after,
.btn:hover:after {
    border-color: #e31e24;
}
.btn:active {
    background-color: #ffb16f;
    box-shadow: none;
}
.btn:active:before {
    opacity: 0;
}
.btn:active:after {
    border-color: #e31e24;
}
.btn[disabled] {
    background-color: #e2e0dc;
    pointer-events: none;
}
.btn[disabled]:before {
    background: #e2e0dc;
}
.btn-play {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 90px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 25px 50px 0 rgba(251, 195, 98, 0.25);
    background-color: #e31e24;
    transition: 0.25s linear;
    transition-property: background-color, box-shadow;
    z-index: 1;
    cursor: pointer;
}
.btn-play:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    /*background-image: linear-gradient(-45deg, #fbc362, #fcd27b);*/
    opacity: 1;
    transition: opacity 0.25s linear;
    z-index: -1;
}
.btn-play:after {
    content: "";
    position: absolute;
    left: -16%;
    top: -16%;
    width: 132%;
    height: 132%;
    border: 1px solid #e31e24;
    border-radius: 50%;
    opacity: 0.25;
    transition: border-color 0.25s linear;
}
.btn-play:focus,
.btn-play:hover {
    box-shadow: none;
}
.btn-play:focus:before,
.btn-play:hover:before {
    opacity: 0;
}
.btn-play:focus:after,
.btn-play:hover:after {
    border-color: #fbc362;
}
.btn-play:active {
    background-color: #ffb16f;
    box-shadow: none;
}
.btn-play:active:before {
    opacity: 0;
}
.btn-play:active:after {
    border-color: #ffb16f;
}
.btn-play svg {
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 39px;
}
@media screen and (max-width: 992px) {
    .btn-play {
        width: 90px;
        height: 90px;
    }
    .btn-play svg {
        width: 20px;
        height: 27px;
    }
}
@media screen and (max-width: 768px) {
    .btn {
        height: 76px;
        font-size: 12px;
        line-height: 16px;
        border-radius: 38px;
    }
    .btn:after {
        width: calc(100% + 22px);
        height: calc(100% + 22px);
        top: -11px;
        left: -11px;
        border-radius: 49px;
    }
}
@media screen and (max-width: 480px) {
    .btn {
        width: 286px;
    }
}
.selectmenu {
    font-family: SeroPro-Medium, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #181a1f;
    letter-spacing: 0.9px;
    position: relative;
}
.selectmenu__main {
    border-radius: 25px;
    border: 1px solid rgba(24, 26, 31, 0.1);
    min-width: 90px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 20px 0 10px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    background-color: #b0b0b0;
    transition: background-color 0.2s linear;
}
.selectmenu__main:after {
    content: "";
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid rgba(24, 26, 31, 0.25);
    border-right: 2px solid rgba(24, 26, 31, 0.25);
    width: 7px;
    height: 7px;
}
.selectmenu__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    background-color: #dedcd8;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all 0.2s linear;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 60px;
    border-radius: 0 0 25px 25px;
    padding: 0 20px 12px 10px;
}
.selectmenu.active .selectmenu__main {
    background-color: #fff;
}
.selectmenu.active .selectmenu__main:after {
    transform: rotate(225deg);
}
.selectmenu.active .selectmenu__dropdown {
    transform: scaleY(1);
}
.slick-slider .arrow {
    width: 35px;
    height: 73px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.slick-slider .arrow .cls-1,
.slick-slider .arrow .cls-2 {
    transition: all 0.2s linear;
}
.slick-slider .arrow:hover .cls-1,
.slick-slider .arrow:hover .cls-2 {
    stroke: #fff;
}
.slick-slider .arrow-right {
    right: 50px;
}
.slick-slider .arrow-left {
    left: 50px;
}
.slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
}
.slick-dots button {
    font-size: 0;
    width: 60px;
    height: 2px;
    background-color: hsla(0, 0%, 100%, 0.1);
    padding: 0;
    cursor: pointer;
    transition: all 0.2s linear;
}
.slick-dots li {
    cursor: pointer;
}
.slick-dots li.slick-active button,
.slick-dots li:hover button {
    background-color: #fff;
}
.slick-dots li:not(:last-child) {
    margin-right: 7px;
}
@media screen and (max-width: 768px) {
    .slick-slider .arrow .cls-1,
    .slick-slider .arrow .cls-2 {
        stroke: hsla(0, 0%, 100%, 0.5);
    }
}
@media screen and (max-width: 480px) {
    .slick-slider .arrow-left {
        left: 10px;
    }
    .slick-slider .arrow-right {
        right: 10px;
    }
}
.checkbox {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
}
.checkbox input {
    display: none;
}
.checkbox__custom {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #507cab;
    background-color: #181a1f;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.checkbox__text {
    color: #fff;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.9px;
    margin-left: 9px;
    margin-top: 6px;
}
.checkbox input:checked ~ .checkbox__custom {
    border-color: transparent;
    background-color: #282a31;
}
.checkbox input:checked ~ .checkbox__custom:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(40deg);
}
.checkbox label.error {
    display: none !important;
}
.checkbox input.error ~ .checkbox__custom {
    border-color: #ff5730;
}
.default-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: auto;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-overflow-scrolling: touch;
}
.default-modal.active {
    opacity: 1;
    visibility: visible;
    z-index: 1001;
}
.default-modal.active .default-modal__content {
    opacity: 1;
    transform: translateY(0);
}
.default-modal .input-group:not(:first-child) {
    margin-top: 10px;
}
.default-modal__close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -60px;
    top: 0;
    cursor: pointer;
}
.default-modal__close:after,
.default-modal__close:before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: 19px;
    height: 3px;
    background-color: #2a2c32;
    transition: background-color 0.2s linear;
}
.default-modal__close:before {
    transform: rotate(45deg);
}
.default-modal__close:after {
    transform: rotate(-45deg);
}
.default-modal__close:hover:after,
.default-modal__close:hover:before {
    background-color: #fff;
}
.default-modal__content {
    width: 510px;
    margin: auto;
    opacity: 0;
    transform: translateY(-40%);
    transition: all 0.3s ease-in-out;
    color: #fff;
    background-image: url(../images/bg/business-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    padding: 54px 40px 60px;
    text-align: center;
    position: relative;
}
.default-modal__content:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 15px solid rgba(40, 42, 49, 0.8);
}
.default-modal__title {
    color: #fff;
}
.default-modal .input-group__label {
    margin: 20px 0 10px;
}
.default-modal__agree {
    text-align: left;
    margin-top: 30px;
}
.modal-order .modal-diamond,
.modal-plan .modal-diamond {
    position: absolute;
    left: -39%;
    top: 25px;
}
.modal-order .phone,
.modal-plan .phone {
    position: absolute;
    left: -470px;
    bottom: 0;
    transform: rotate(-12deg);
}
.modal-order .hand,
.modal-plan .hand {
    width: 100px;
    height: 148px;
    position: absolute;
    right: 15px;
    bottom: 65px;
    z-index: 1;
    pointer-events: none;
}
.modal-order .default-modal__agree,
.modal-plan .default-modal__agree {
    margin-top: 35px;
}
.modal-order .default-modal__title,
.modal-plan .default-modal__title {
    text-align: left;
}
.modal-order .default-modal__subtitle,
.modal-plan .default-modal__subtitle {
    margin: 10px 0 25px;
}
.modal-order .default-modal__content,
.modal-plan .default-modal__content {
    position: relative;
    left: 100px;
    padding: 70px;
    width: 570px;
    text-align: left;
}
.modal-order .default-modal__content:before,
.modal-plan .default-modal__content:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 15px solid rgba(40, 42, 49, 0.8);
}
.modal-order form,
.modal-plan form {
    position: relative;
}
.modal-order__btn,
.modal-plan__btn {
    width: 100%;
    margin-top: 45px;
    height: 100px;
}
.modal-plan .default-modal__content {
    left: 0px;
}
.modal-plan.active .business__journal {
    opacity: 1;
}
.modal-plan .input-group {
    margin-bottom: 10px;
}
.modal-plan .business__journal {
    position: absolute;
    bottom: auto;
    right: 41%;
    top: 30px;
    pointer-events: none;
    opacity: 0;
    width: 1516px;
    height: 985px;
}
.modal-plan .business__hand {
    right: -55px;
    bottom: -13px;
}
.modal-thx .default-modal__title {
    margin: 12px 0;
}
.modal-confid__text,
.modal-perdata__text {
    margin-top: 20px;
    text-align: left;
}
.modal-confid__list,
.modal-perdata__list {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 15px;
}
.modal-confid__list-item,
.modal-perdata__list-item {
    padding-left: 0;
}
.modal-confid__list-item:before,
.modal-perdata__list-item:before {
    display: none;
}
.modal-confid .default-modal__content,
.modal-perdata .default-modal__content {
    width: 80vw;
    text-align: left;
}
@media screen and (min-width: 2100px) {
    .modal-plan .business__journal {
        right: auto;
        left: -14%;
    }
}
@media screen and (max-width: 1200px) {
    .modal-order .default-modal__content,
    .modal-plan .default-modal__content {
        left: auto;
    }
    .modal-order .modal-diamond,
    .modal-order .phone,
    .modal-plan .modal-diamond,
    .modal-plan .phone {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .modal-order .business__hand,
    .modal-plan .business__hand {
        width: 70px;
        height: 103px;
        right: -40px;
    }
    .modal-order .default-modal__content,
    .modal-plan .default-modal__content {
        width: 400px;
        padding: 40px;
    }
    .modal-order .default-modal__title,
    .modal-plan .default-modal__title {
        font-size: 24px;
        line-height: 30px;
    }
    .modal-order .btn,
    .modal-plan .btn {
        width: 100%;
    }
    .modal-order .btn {
        height: 76px;
    }
    .modal-order .hand {
        width: 70px;
        height: 103px;
        right: 0;
    }
    .default-modal__close {
        right: -30px;
        width: 30px;
        height: 30px;
    }
    .default-modal__close:after,
    .default-modal__close:before {
        height: 2px;
        background-color: #fff;
    }
    .modal-confid .default-modal__content,
    .modal-perdata .default-modal__content {
        width: 90vw;
    }
}
@media screen and (max-width: 575px) {
    .default-modal__title {
        font-size: 24px;
        line-height: 30px;
    }
}
@media screen and (max-width: 480px) {
    .default-modal__content {
        width: calc(100vw - 50px);
        padding: 47px 10px 52px;
    }
    .default-modal__close {
        right: 5px;
    }
    .modal-order__btn {
        height: 60px;
        margin-top: 40px;
    }
    .modal-thx .default-modal__content {
        padding: 65px 15px 50px;
    }
    .modal-confid .default-modal__content,
    .modal-perdata .default-modal__content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .modal-confid .default-modal__content:before,
    .modal-perdata .default-modal__content:before {
        border-width: 10px;
    }
    .modal-order .hand,
    .modal-plan .hand {
        display: none;
    }
    .modal-order .default-modal__content,
    .modal-plan .default-modal__content {
        width: 300px;
        padding: 30px;
    }
    .modal-order .default-modal__content:before,
    .modal-plan .default-modal__content:before {
        border-width: 10px;
    }
    .modal-order .default-modal__title,
    .modal-plan .default-modal__title {
        font-size: 20px;
    }
    .modal-order .business__hand,
    .modal-plan .business__hand {
        display: none;
    }
    .modal-order .business__header,
    .modal-plan .business__header {
        margin-left: 0;
    }
    .modal-order .business__graph-text,
    .modal-order .business__header-img-wrap,
    .modal-plan .business__graph-text,
    .modal-plan .business__header-img-wrap {
        display: none;
    }
    .modal-order .btn,
    .modal-plan .btn {
        height: 60px;
        padding: 0 20px;
    }
}
.header {
    letter-spacing: 0.9px;
    color: #181a1f;
    position: relative;
}
.header__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 33px;
}
.header__logo {
    width: 253px;
    height: 58px;
    margin-right: 32px;
    padding-top: 10px;
}
.header__since {
    font-size: 8px;
    line-height: 10px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    text-align: center;
    width: 102px;
    height: 51px;
    position: absolute;
    left: 141px;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__since:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 51px;
    border-right-width: 51px;
    border-top: 51px solid #dedcd8;
}
.header__since span {
    position: relative;
    margin-top: -4px;
}
.header__text {
    font-size: 12px;
    text-transform: uppercase;
    max-width: 200px;
}
.header__text span {
    display: none;
}
.header__loc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}
.header__loc-num {
    font-size: 60px;
    line-height: 60px;
    font-family: FuturaBookC, sans-serif;
    margin-right: 12px;
    position: relative;
}
.header__loc-num:after {
    content: "";
    position: absolute;
    right: -16px;
    top: -11px;
    width: 17px;
    height: 24px;
    /*background-image: url(../images/icons/ic_marker-sm.svg);*/
}
.header__loc-text {
    font-size: 12px;
    line-height: 15px;
    max-width: 110px;
    text-transform: uppercase;
    padding-top: 5px;
}
.header__contacts {
    margin-left: 90px;
}
.contacts__tel {
    font-family: SeroPro-Bold, sans-serif;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1.6px;
    display: inline-block;
    margin-bottom: 5px;
}
.contacts__soc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.contacts__soc-wa {
    width: 18px;
    height: 18px;
    margin-right: 9px;
}
.contacts__soc-tm {
    width: 16px;
    height: 16px;
}
.contacts__recall {
    text-transform: uppercase;
    border-bottom: 1px dotted #30436e;
    margin-left: auto;
}
.contacts__recall-hand {
    width: 26px;
    height: 19px;
    position: absolute;
    right: -35px;
    bottom: -20px;
    opacity: 0.5;
}
@media screen and (max-width: 1300px) {
    .contacts__recall-hand {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .header__contacts {
        margin-left: 40px;
    }
}
@media screen and (max-width: 992px) {
    .header__wrap {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header__loc {
        display: none;
    }
    .header__contacts {
        margin-left: 20px;
    }
}
@media screen and (max-width: 768px) {
    .header__logo {
        width: 162px;
        height: 53px;
    }
    .header .selectmenu {
        display: block;
        position: absolute;
        margin: 0;
        right: -5px;
        top: 5px;
    }
    .selectmenu__main  {
        padding: 4px 10px 0 0;
        min-width: 75px;
        height: 30px;
    }
    .selectmenu__dropdown {
        height: 50px;
        top: 20px;
    }
}
@media screen and (max-width: 640px) {
    .header {
        background-color: #fff;
        text-align: center;
    }
    .header__wrap {
        padding: 33px 0 27px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header__logo {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .header__since {
        display: none;
    }
    .header__text {
        max-width: 240px;
        margin-bottom: 30px;
    }
    .header__text span {
        display: inline;
    }
    .header__contacts {
        margin-left: 0;
    }
    .contacts__tel {
        margin-bottom: 8px;
    }
}
.footer {
    padding: 45px 0;
    background-image: linear-gradient(0deg, #000 82%, rgba(19, 21, 24, 0.8));
    background-color: transparent;
    margin-top: -70px;
    position: relative;
}
.footer__top {
    color: #fff;
}
.footer__logo {
    width: 176px;
    height: 58px;
}
.footer__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(39, 41, 48, 0.5);
}
.footer__confid {
    text-transform: uppercase;
    margin-top: 10px;
}
.footer__contacts,
.footer__dev {
    margin-top: 10px;
}
.footer__dev {
    letter-spacing: 0.8px;
}
.footer__dev-link {
    font-size: 15px;
    letter-spacing: 0.3px;
    padding-bottom: 3px;
}
.footer__bot {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #282a31;
    font-size: 12px;
    letter-spacing: 0.2px;
    padding-top: 45px;
}
.footer__req {
    margin-right: 265px;
}
.footer__req span {
    margin-left: 20px;
}
.thx-footer {
    margin-top: 0;
}
@media screen and (max-width: 992px) {
    .footer {
        background-color: #000;
        padding: 59px 0 45px;
    }
    .footer__bot,
    .footer__top {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__logo {
        width: 162px;
        height: 53px;
        margin-bottom: 55px;
    }
    .footer__confid {
        margin-bottom: 49px;
    }
    .footer__contacts {
        margin-bottom: 50px;
    }
    .footer__req {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 480px) {
    .footer,
    .footer__dev {
        text-align: center;
    }
    .footer__dev {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__dev span {
        display: none;
    }
}
.hero {
    color: #181a1f;
    overflow: hidden;
}
.hero .header {
    -ms-flex: none;
    flex: none;
}
.hero__main {
    padding: 59px 0 100px;
}
.hero__currency {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hero__cur-item {
    font-size: 12px;
    border-radius: 15px;
    background-color: rgba(24, 26, 31, 0.1);
    color: #181a1f;
    text-transform: uppercase;
    padding: 9px 15px 6px;
}
.hero__cur-item span {
    font-family: SeroPro-Bold, sans-serif;
    margin-right: 3px;
}
.hero__cur-item:not(:last-child) {
    margin-right: 10px;
}
.hero__title {
    text-align: center;
    max-width: 1080px;
    margin: 30px auto 14px;
    color: #181a1f;
    position: relative;
    font-size: 49px;
    line-height: 56px;
}
.hero__title span {
    color: #e31e24;
}
.hero__subtitle {
    text-align: center;
    max-width: 1080px;
    margin: 0 auto 30px;
    position: relative;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: 0.3px;
    color: #000;
    font-family: "FuturaLightC", sans-serif;
}
.hero__inner {
    border: 15px solid #d7d8db;
    padding: 55px 75px 55px 85px;
    position: relative;
    max-width: 940px;
    width: 100%;
    margin: auto;
}
.hero__inner-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hero__inner-title {
    font-family: SeroPro-Extralight, sans-serif;
    font-size: 20px;
    line-height: 25px;
    max-width: 335px;
}
.hero__inner-title .square {
    top: -8px;
}
.hero__inner-title-bold {
    font-family: SeroPro-Bold, sans-serif;
}
.hero__btn {
    width: 380px;
    padding: 0 35px 0 35px;
    position: absolute;
    right: 360px;
    top: -59px;
}
.hero__btn img {
    width: 191px;
    height: 143px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.hero__mobile-btn {
    display: none;
    position: relative;
    right: auto;
    top: auto;
}
.hero__home {
    position: absolute;
    top: 105px;
    left: 50%;
    transform: translateX(-50%);
}
.hero__home-img-wrap {
    width: 1154px;
    height: 778px;
}
.hero__home-text {
    position: absolute;
    left: 20%;
    bottom: 53px;
    font-size: 12px;
    letter-spacing: 0.9px;
    text-align: center;
    color: rgba(24, 26, 31, 0.5);
    max-width: 90px;
}
.hero__home-text:before {
    top: -40px;
    right: -20px;
    width: 31px;
    height: 46px;
    background-image: url(../images/visual/arc.png);
}
.hero__home-text:after,
.hero__home-text:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero__home-text:after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    width: 26px;
    height: 19px;
    background-image: url(../images/icons/ic_hand.svg);
    opacity: 0.35;
}
.hero__mark {
    position: absolute;
    z-index: 2;
}
.hero__mark:hover .hero__mark-main {
    background-color: #ffb16f;
}
.hero__mark:hover .hero__mark-plus:after,
.hero__mark:hover .hero__mark-plus:before {
    background-color: #181a1f;
}
.hero__mark:hover .hero__mark-inner {
    transform: scale(1);
}
.hero__mark-main {
    background-color: #fff;
    width: 42px;
    height: 42px;
    transform: rotate(45deg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s linear;
    position: relative;
    z-index: 3;
}
.hero__mark-plus {
    width: 16px;
    height: 16px;
    position: relative;
}
.hero__mark-plus:after,
.hero__mark-plus:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    height: 5px;
    background-color: #fbc362;
    box-shadow: 0 10px 20px 0 rgba(251, 195, 98, 0.8);
    transition: background 0.2s linear;
}
.hero__mark-plus:before {
    transform: rotate(-45deg);
}
.hero__mark-plus:after {
    transform: rotate(45deg);
}
.hero__mark-inner {
    width: 230px;
    transform: scale(0);
    transition: transform 0.2s linear;
    position: absolute;
    bottom: 50%;
    padding-bottom: 50px;
    left: calc(50% - 115px);
}
.hero__mark-text {
    font-size: 12px;
    line-height: 15px;
    color: #181a1f;
    letter-spacing: 0.9px;
    background-color: #fff;
    position: relative;
    padding: 16px 15px 20px 16px;
}
.hero__mark-text:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background-color: #fff;
    width: 15px;
    height: 15px;
}
.pandemia{
    text-align: center;
    font-size: 30px;
    line-height: 37px;
}
.pandemia span{font-size: 42px;}
.btn_pandem{
    margin: 40px auto;
}
.btn_warranty{
    margin: 80px auto 125px;
}
.hero__cities {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: SeroPro-Bold, sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4px;
    /*padding-left: 85px;*/
}
.hero__cities span {
    font-family: FuturaLightC, sans-serif;
}
.hero__cities-title {
    text-align: right;
    margin-right: 49px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hero__cities-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hero__cities-item {
    width: 50%;
}
.hero_subt{
    margin-bottom: 0;
}
.hero__diamond-1 {
    position: absolute;
    left: -160px;
    top: -145px;
}
.hero__diamond-2 {
    position: absolute;
    right: -180px;
    top: 281px;
}
.wlocations__slider__item .map{
    margin-top: 8px !important;
    margin-bottom: 16px !important;
}



@media screen and (max-width: 1200px) {
    .hero__home-text,
    .hero__mark {
        display: none;
    }
    .hero__home-img-wrap {
        width: 807px;
        height: 544px;
    }
    .hero__btn {
        right: 0;
    }
    .hero__cities {
        margin-top: 560px;
        padding-left: 0;
    }
}
@media screen and (max-width: 1610px) {
    .top-left, .top-right{display: none}
}
@media screen and (max-width: 992px) {
    .hero__title {
        font-size: 40px;
        line-height: 50px;
    }
    .hero__subtitle {
        font-size: 22px;
        line-height: 26px;
    }
    .hero__inner {
        padding-left: 40px;
        padding-right: 30px;
    }
    .hero__home-img-wrap {
        width: 645px;
        height: 435px;
    }
    .hero__btn {
        font-size: 12px;
        width: 286px;
        height: 76px;
        padding: 0 90px 0 35px;
    }
    .hero__btn img {
        width: 146px;
        height: 108px;
    }
    .hero__cities {
        margin-top: 450px;
    }
}
@media screen and (max-width: 768px) {
    .hero {
        text-align: center;
    }
    .hero__inner-title {
        margin: 30px 0 40px;
    }
    .hero__inner-title .square {
        display: none;
    }
    .hero__home {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        -ms-flex-order: -1;
        order: -1;
    }
    .hero__btn {
        display: none;
    }
    .hero__mobile-btn {
        display: -ms-flexbox;
        display: flex;
    }
    .hero__inner {
        border: none;
        padding: 0;
    }
    .hero__inner-top {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hero__home-img-wrap {
        max-width: 645px;
        max-height: 435px;
        width: auto;
        height: auto;
    }
    .hero__cities {
        display: block;
        margin-top: 45px;
    }
    .hero__cities-title {
        text-align: left;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .hero__cities-title br {
        display: none;
    }
    .hero__cities-list {
        text-align: left;
    }
}
@media screen and (max-width: 480px) {
    .pandemia{font-size: 22px; line-height: 25px;}
    .pandemia span{
        font-size: 25px;
    }
    .hero__main {
        padding: 50px 0 70px;
    }
    .hero__title {
        font-size: 28px;
        line-height: 35px;
        text-align: center;
    }
    .hero__subtitle {
        font-size: 18px;
        line-height: 22px;
    }
    .hero__title:before {
        content: "";
        position: absolute;
        right: 34px;
        top: -37px;
        width: 29px;
        height: 49px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .hero__currency {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .hero__cur-item {
        font-size: 10px;
        padding: 5px 8px 2px 9px;
    }
    .hero__cur-item:not(:last-child),
    .hero__cur-item {
        margin: 0 auto 10px;
    }
    .hero__inner-title {
        font-size: 17px;
        line-height: 25px;
    }
    .hero__inner-title-bold {
        display: block;
    }
    .hero__cities {
        font-size: 17px;
        line-height: 30px;
    }
    .hero__cities-title {
        text-align: center;
        margin-bottom: 10px;
    }
    .hero ul.hero__cities-list {
        padding-left: 15px;
    }
}
.business {
    display: none;
    padding: 100px 0 0;
    position: relative;
}
.business .container {
    padding-bottom: 270px;
    position: relative;
}
.business__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.business__about {
    max-width: 500px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 75px;
    position: relative;
}
.business__form-block {
    max-width: 570px;
    background-image: url(../images/bg/business-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 70px 70px 80px;
    background-color: #000;
}
.business__form-block:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 15px solid rgba(40, 42, 49, 0.8);
}
.business__list {
    counter-reset: a;
    list-style-type: none;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
}
.business__item,
.business__list {
    display: -ms-flexbox;
    display: flex;
}
.business__item {
    font-size: 15px;
    font-family: FuturaLightC, sans-serif;
    color: #fff;
    width: 50%;
    padding-right: 10px;
    z-index: 2;
}
.business__item:before {
    counter-increment: a;
    content: "0" counters(a, ".");
    color: #fbc362;
    font-family: FuturaBookC, sans-serif;
    margin-right: 14px;
}
.business__item:not(:last-child) {
    margin-bottom: 25px;
}
.business__journal {
    position: absolute;
    width: 126.333%;
    right: 310px;
    bottom: 0;
    top: -55px;
    pointer-events: none;
}
.business__journal .cut {
    width: 111px;
    height: 188px;
    -o-object-fit: none;
    object-fit: none;
    position: absolute;
    right: 13.3%;
    top: 23%;
    z-index: 1;
}
.business__form-title {
    margin-right: -15px;
}
.business__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 17px;
    position: relative;
}
.business__header-img-wrap {
    width: 106px;
    height: 83px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
}
.business__graph-text {
    font-family: FuturaBookC, sans-serif;
    font-size: 35px;
    line-height: 35px;
    color: #fbc362;
}
.business .input-group {
    z-index: 1;
    position: relative;
}
.business .input-group:not(:first-child) {
    margin-top: 10px;
}
.business__btn {
    margin-top: 45px;
    margin-bottom: 35px;
}
.business__hand {
    width: 100px;
    height: 148px;
    position: absolute;
    right: 15px;
    bottom: 65px;
    z-index: 1;
}
.business .checkbox {
    position: relative;
    z-index: 2;
}
.business__diamond {
    position: absolute;
    top: -223px;
    left: -20px;
}
.business__about-img-wrap {
    display: none;
}
.business__btn {
    display: block;
}
.business__btn .mobile {
    display: none;
}


@media screen and (max-width: 1200px) {
    .business .container {
        padding-bottom: 100px;
    }
    .business__journal {
        display: none;
    }
    .business__about-img-wrap {
        display: block;
    }
    .business__about-img-wrap img {
        -o-object-fit: contain;
        object-fit: contain;
    }
    .business__grid {
        display: block;
    }
    .business__about {
        max-width: none;
        padding-top: 0;
    }
    .business__form-block {
        margin: auto;
    }
}
@media screen and (max-width: 575px) {
    .business__btn {
        width: 100%;
        padding: 0 35px;
    }
    .business__btn .desktop {
        display: none;
    }
    .business__btn .mobile {
        display: inline;
    }
}
@media screen and (max-width: 480px) {
    .business {
        padding-top: 75px;
    }
    .business .container {
        padding: 0;
    }
    .business__item {
        width: 100%;
    }
    .business__about {
        padding: 0 15px 250px;
    }
    .business__about-img-wrap {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -40px;
        z-index: 1;
        height: 337px;
        width: 520px;
    }
    .business__form-block {
        padding: 65px 30px 50px;
        margin-left: -15px;
        margin-right: 10px;
    }
    .business__form-block:before {
        border-width: 10px;
    }
    .business__header {
        margin: 29px 0 25px -35px;
    }
    .business__graph-text {
        position: absolute;
        top: -25px;
        left: 30px;
    }
    .business__hand {
        width: 75px;
        height: 111px;
        right: -10px;
    }
}
.cycle {
    background-image: url(../images/bg/cycle-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    padding: 88px 0 110px;
    position: relative;
}
.cycle__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.cycle__left {
    max-width: 550px;
}
.cycle__title {
    font-size: 36px;
    line-height: 42px;
}
.cycle__diamond {
    width: 71px;
    height: 215px;
    bottom: -30px;
    left: 60%;
    transform: translateX(-50%);
}
.cycle__diamond,
.cycle__diamond-part {
    position: absolute;
}
.cycle__diamond1 {
    bottom: 140px;
    left: 60%;
}
.cycle__diamond2 {
    bottom: 72px;
    left: 61%;
}
.cycle__diamond3 {
    bottom: -30px;
    left: 60%;
}
.cycle__title {
    margin-bottom: 35px;
}
.cycle__text {
    letter-spacing: 0.3px;
    margin-bottom: 37px;
}
.cycle__time {
    color: #e31e24;
    position: relative;
    margin-left: 22px;
}
.cycle__circle {
    margin-right: 7px;
}
.cycle__circle:before {
    content: "";
    position: absolute;
    left: -10px;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    width: 30px;
    height: 35px;
    /*background-image: url(../images/icons/ic_circle.png);*/
    background-repeat: no-repeat;
    background-size: cover;
}
.cycle__video {
    position: relative;
    width: 570px;
    height: 320px;
}
.cycle .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cycle__time {
    display: inline;
}
@media screen and (max-width: 992px) {
    .cycle__diamond {
        width: 50px;
        height: 150px;
        bottom: -120px;
    }
    .cycle__wrap {
        display: block;
    }
    .cycle__left {
        max-width: 100%;
    }
    .cycle__right {
        width: 100%;
        max-width: 570px;
        margin: 35px auto 0;
    }
}
@media screen and (max-width: 768px) {
    .cycle {
        padding-bottom: 80px;
        background-position: 75%;
    }
    .cycle__video {
        width: 100%;
        height: auto;
    }
    .cycle__title {
        font-size: 28px;
        line-height: 35px;
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .cycle__diamond {
        width: 35px;
        height: 105px;
        bottom: -83px;
        left: 85%;
    }
    .cycle .btn-play {
        width: 90px;
        height: 90px;
    }
    .cycle .btn-play svg {
        width: 20px;
        height: 26px;
    }
    .cycle__text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        max-width: 285px;
    }
    .cycle__time {
        margin-right: 20px;
    }
    .cycle__video {
        margin: 0 auto;
        min-width: 310px;
    }
}
.quotes {
    padding: 90px 0;
}
.quotes1 {
    padding: 0 0 90px;
}
.quotes .container {
    display: flex;
    align-items: center;
}
.quotes__image {
    max-width: 400px;
    width: 100%;
    border: 15px solid #d7d8db;
    display: flex;
    align-items: center;
    padding: 10px;
}
.quotes__image img {
    width: 100%;
}
.quotes__text {
    margin: 0 0 0 50px;
    /* font-family: 'FuturaBookC', sans-serif; */
    font-size: 22px;
    line-height: 32px;   
    /*max-width: 550px;*/
    width: 100%;
    font-weight: 400;
    font-style: italic;
    position: relative;
}
.quotes__text .btn__text{font-style:normal}
.quotes__text::before {
    content: '"';
    position: absolute;
    left: -50px;
    top: -43px;
    font-family: 'FuturaBookC', sans-serif;
    font-size: 100px;
    line-height: 1;
}
.quotes__author {
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: 'FuturaBookC', sans-serif;
    font-weight: 500;
    font-style: normal;
}
.presentation-inner{
    position: relative;
}
.presentation-inner p{
    font-size: 17px;
}
.presentation-inner .right-img{
    position: absolute;
    right: -180px;
    padding-top: 32px;
}
.presentation-inner .left-img{
    position: absolute;
    left: -230px;
}
.support{
    max-width: 475px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 120px;
}
.support p{font-size: 23px; padding-top: 20px;}
.hero{
    position: relative;
}
.top-right{
    position: absolute;
    right:40px;
    top:320px;
}
.top-left{
    position: absolute;
    left:0;
    top:380px;
}
@media screen and (max-width: 992px) {
    .quotes .container {
        display: block;
    }
    .quotes__image {
        margin: 0 auto;
    }
    .quotes__text {
        text-align: center;
        margin: 15px auto 0;
    }
}
@media screen and (max-width: 768px) {
    .quotes__text {
        font-size: 16px;
        line-height: 22px;
        margin-top: 35px;
    }
    .quotes__text::before {
        left: -15px;
        top: -35px;
        font-size: 70px;
    }
    .quotes__author {
        font-size: 20px;
        line-height: 24px;
    }
}

.goods {
    text-align: center;
    padding: 119px 0 120px;
}
.goods__title {
    max-width: 1080px;
    margin: auto;
    position: relative;
    z-index: 1;
}
.goods__title span {
    text-decoration: underline;
}
.goods__subtitle-bot,
.goods__subtitle-top {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.4px;
}
.goods .decor {
    z-index: 0;
}
.goods__subtitle-top {
    display: inline-block;
    margin-top: 36px;
}
.goods__subtitle-top .square {
    top: -10px;
    background-color: #2a2c33;
}
.goods__subtitle-top .square:after,
.goods__subtitle-top .square:before {
    border-color: rgba(42, 44, 51, 0.5);
}
.goods__subtitle-bot {
    max-width: 360px;
    margin: auto;
    position: relative;
}
.goods__subtitle-bot span {
    font-family: SeroPro-Bold, sans-serif;
    display: block;
}
.goods__subtitle .square {
    background-color: #2a2c33;
}
.goods__subtitle .square:after,
.goods__subtitle .square:before {
    border-color: rgba(42, 44, 51, 0.5);
}
.goods__grid {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px;
}
.goods__grid,
.goods__item {
    display: -ms-flexbox;
    display: flex;
}
.goods__item {
    width: calc(50% - 7px);
    height: 431px;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    box-shadow: none;
    transition: 0.25s linear;
    transition-property: box-shadow;
    background-color: #000;
}
.goods__item-img-wrap,
.goods__item-img-wrap:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.goods__item-img-wrap:after {
    content: "";
    background: #17191c;
    opacity: 0;
    transition: opacity 0.25s linear;
}
.goods__header {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
}
.goods__header,
.goods__header-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
}
.goods__header-item {
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    /*background-color: #121619;*/
    border-radius: 30px;
    padding: 12px 17px 10px;
    color:#000;
}
.goods__header-item:not(:last-child) {
    margin-right: 20px;
}
.goods__text-wrap {
    padding: 0 30px;
}
.goods__item-title,
.goods__text {
    position: relative;
    color: #fcfdfe;
}
.goods__item-title {
    font-family: FuturaBookC, sans-serif;
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 10px;
}
.goods__desc {
    margin: 25px auto 0;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.4px;
    width: 100%;
}
.goods__desc span {
    font-weight: 700;
    font-family: "SeroPro-Bold", sans-serif;
}
@media screen and (max-width: 992px) {
    .goods__grid {
        display: block;
    }
    .goods__item {
        margin: 0 auto 15px;
        width: 443px;
        height: 327px;
    }
    .goods__item-title {
        font-size: 45px;
    }
    .goods__header-item {
        font-size: 10px;
    }
}
@media screen and (max-width: 480px) {
    .goods {
        padding: 90px 0 77px;
    }
    .goods__title {
        text-align: center;
    }
    .goods__subtitle-top {
        display: block;
    }
    .goods__subtitle-bot,
    .goods__subtitle-top {
        font-size: 17px;
        text-align: left;
        margin-left: 45px;
    }
    .goods__desc {
        margin: 35px 0 0 0;
        font-size: 17px;
        text-align: left;
        padding-left: 45px;
        padding-right: 10px;
    }
    .goods__desc br::after {
        content: '';
        margin-left: 5px;
    }
    .goods__item {
        width: 294px;
        height: 216px;
    }
    .goods__item-title {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 3px;
    }
    .goods__text {
        font-size: 12px;
    }
    .goods__header {
        top: 15px;
    }
    .goods__header-item {
        font-size: 8px;
        padding: 8px 10px 6px;
    }
    .goods__header-item:not(:last-child) {
        margin-right: 10px;
    }
    .presentation-block-3 .block-lc p {
        text-align: center;
    }
}
.work {
    text-align: center;
    overflow: hidden;
}
.work__wrap {
    background-image: url(../images/bg/work-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 100px;
}
.map_block{
    max-width: 900px;
    margin: auto;
}
.excursion__title span{font-family: sans-serif}
.cycle__text, .cycle__text2, .map_block p{font-size: 17px;}
.work__title {
    /*max-width: 900px;*/
    margin: auto;
}
.work__title span{
    color: #e31e24;
    font-size: 60px;
}
.work__subtitle {
    margin-top: 15px;
    letter-spacing: 0.3px;
    color: rgba(19, 21, 24, 0.5);
}
.work__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}
.work__text-block {
    margin-top: 30px;
}
.work__item:not(:first-child) {
    margin-top: 40px;
}
.work__item:first-child .work__item-title:before {
    content: "";
    position: absolute;
    right: -16px;
    top: -11px;
    width: 17px;
    height: 24px;
    /*background-image: url(../images/icons/ic_marker-sm.svg);*/
}
.work__text-block {
    max-width: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}
.work__item-title {
    font-family: FuturaBookC, sans-serif;
    font-size: 60px;
    line-height: 60px;
    color: #181a1f;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
.work__item-text {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    color: #181a1f;
}
.work__item-noone {
    position: absolute;
    top: calc(100% + 123px);
}
.work__item-noone .work__item-text {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.3px;
    text-transform: none;
    color: #fff;
    position: relative;
}
.work__item-noone .work__item-text:before {
    content: "";
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100px;
    background-color: #fbc466;
}
.work__slider-block {
    position: relative;
    width: calc(100% - 200px);
    max-height: 600px;
}
.work__slider {
    margin-bottom: -50%;
}
.work__diamond-block {
    position: absolute;
    bottom: calc(100% - 30px);
    right: -40px;
    z-index: 2;
}
.work .countries-grid {
    margin-top: 35px;
    color: #ffffff;
}
.reviews {
    margin-top: 60px;
}
@media screen and (max-width: 992px) {
    .work__grid {
        display: block;
        margin-top: 35px;
    }
    .work__text-block {
        max-width: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .work__item {
        width: calc(50% - 15px);
    }
    .work__item:not(:first-child) {
        margin-top: 0;
    }
    .work__item:first-child {
        margin-right: 30px;
    }
    .work__item br {
        display: none;
    }
    .work__item-noone {
        position: relative;
        top: auto;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .work__item-noone .work__item-text {
        color: rgba(24, 26, 31, 0.5);
    }
    .work__item-noone .work__item-text:before {
        display: none;
    }
    .work__slider-block {
        max-width: 750px;
        max-height: 460px;
        margin: auto;
    }
    .work__slider {
        margin-bottom: -30%;
    }
}
@media screen and (max-width: 768px) {
    .work__wrap {
        padding-top: 60px;
    }
    .work__slider-block {
        width: 100%;
        max-width: 740px;
        max-height: 450px;
    }
    .work__subtitle {
        text-align: center;
    }
}
@media screen and (max-width: 575px) {
    .work__slider-block {
        max-width: 550px;
        max-height: 340px;
    }
}
@media screen and (max-width: 480px) {
    .work {
        text-align: left;
    }
    .work__wrap {
        padding-top: 50px;
    }
    .work__slider-block {
        margin-left: -15px;
        min-width: 310px;
        min-height: 190px;
        max-width: 470px;
        max-height: 287px;
    }
    .work__text-block {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .work__title {
        text-align: center;
    }
}
.analytics {
    padding: 90px 0 120px;
}
.analytics .container {
    position: relative;
}
.analytics__diamond {
    position: absolute;
    left: 0;
    top: 250px;
}
.analytics__wrap {
    background-image: url(../images/bg/analytics-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 980px;
    position: relative;
    margin-left: auto;
    padding: 90px 30px 100px;
}
.analytics__wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 15px solid rgba(40, 42, 49, 0.8);
}
.analytics__wrap:after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 220px;
    width: 127px;
    height: 124px;
    background-image: url(../images/visual/hand-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}
.analytics__title {
    margin-bottom: 45px;
}
.analytics__bot,
.analytics__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.analytics__top {
    margin-bottom: 30px;
}
.analytics__item {
    border: 1px solid #282a31;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 190px;
    letter-spacing: 0.3px;
}
.analytics__item-title {
    font-family: SeroPro-Bold, sans-serif;
}
.analytics__title-block {
    padding: 0 50px;
    position: relative;
}
.analytics__title-block:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #282a31;
}
.analytics__inner-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #fbc466;
    letter-spacing: 1.5px;
    width: 180px;
    background-color: #000;
    position: relative;
}
.analytics__btn {
    margin: 55px auto 0;
    padding: 0 90px;
}
@media screen and (max-width: 1200px) {
    .analytics {
        padding-top: 340px;
    }
    .analytics__wrap {
        margin: auto;
    }
}
@media screen and (max-width: 992px) {
    .analytics {
        padding-top: 250px;
    }
    .analytics__wrap:after {
        right: 21%;
    }
}
@media screen and (max-width: 768px) {
    .analytics {
        padding-bottom: 60px;
    }
    .analytics__wrap:after {
        right: 10%;
    }
    .analytics__bot,
    .analytics__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .analytics__top {
        margin-bottom: 35px;
    }
    .analytics__title-block {
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .analytics__title-block:before {
        display: none;
    }
    .analytics__inner-title {
        width: 100%;
    }
    .analytics__item:first-child {
        margin-right: 5px;
    }
    .analytics__btn {
        width: 100%;
        max-width: 380px;
    }
}
@media screen and (max-width: 575px) {
    .analytics {
        padding-top: 200px;
    }
    .analytics__wrap:after {
        right: 4%;
    }
}
@media screen and (max-width: 480px) {
    .analytics {
        padding-top: 150px;
    }
    .analytics__wrap {
        padding: 50px 20px 80px;
        margin-left: -20px;
    }
    .analytics__wrap:before {
        border-width: 10px;
    }
    .analytics__wrap:after {
        width: 74px;
        height: 111px;
        right: -15px;
        bottom: 11px;
        background-image: url(../images/visual/hand.png);
    }
    .analytics__item {
        width: 130px;
        padding: 18px;
        text-align: center;
    }
    .analytics__bot,
    .analytics__top {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .analytics__btn {
        max-width: none;
        padding: 0 25px;
    }
}
.excursion .container {
    position: relative;
}
.excursion__diamond {
    position: absolute;
    right: -50px;
    top: -300px;
}
.excursion__wrap {
    /*background-image: url(../images/bg/excursion-bg.png);*/
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 125px 0;
    background-size: auto;
}
.excursion_block{
    margin-bottom: 80px;
}
.excursion__title {
    text-align: center;
    margin-bottom: 35px;
}
.excursion_text{
    text-align: center;
    font-size: 30px;
    margin-bottom: 100px;
}
.excursion__btn {
    padding: 0 94px;
    margin: 0 auto;
}

.excursion__wrap .item{
    width:24%;
    display: inline-block;
    text-align: center;
}
.excursion__wrap .item .top{
    font-size: 45px;
    font-weight: bold;
}
.excursion__wrap .item .bottom{
    font-size:20px;
}



@media screen and (max-width: 768px) {
    .excursion__wrap {
        padding: 60px 0 70px;
    }
}
@media screen and (max-width: 480px) {
    .excursion__btn {
        padding: 0 50px;
        margin: 0 auto;
    }
    .excursion__title {
        text-align: center;
    }
}
.salon-opening {
    padding-top: 110px;
    padding-bottom: 45px;
}
.salon-opening h2 {
    max-width: 1040px;
    margin: 0 auto 40px;
    text-align: center;
}
.sot {
    border: 15px solid #d7d8db;
    position: relative;
}
.sot:after {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    bottom: -15px;
    height: 37%;
    pointer-events: none;
    z-index: 1;
}
.sot .colored {
    display: inline-block;
    height: 20px;
    border-radius: 10px;
}
.sot .period {
    position: absolute;
    top: 50%;
    left: -5px;
    margin-top: -10px;
    width: calc(100% + 10px);
    z-index: 1;
}
.sot .period--1 {
    width: calc(15% + 10px);
}
.sot .period--3 {
    width: calc(45% + 10px);
}
.left-1{
    left:15% !important;
}
.left-2{
    left:30% !important;
}
.left-3{
    left:45% !important;
}
.left-4{
    left:60% !important;
}
.left-6{
    left:85% !important;
}
.sot .period--5 {
    width: calc(70% + 10px);
}
.sot .period--200 {
    width: calc(200% + 10px);
}
.sot .period--300 {
    width: calc(300% + 10px);
}
.sot .period--400 {
    width: calc(400% + 10px);
}
.sot__row {
    display: -ms-flexbox;
    display: flex;
}
.sot__row:first-child .colored {
    background-color: #8fe0f2;
}
.sot__row:nth-child(2) .colored {
    background-color: #f391a8;
}
.sot__row:nth-child(3) .colored {
    background-color: #a5d773;
}
.sot__row:nth-child(4) .colored {
    background-color: #d37efe;
}
.sot__row:nth-child(5) .colored {
    background-color: #fada6d;
}
.sot__row:nth-child(6) .colored {
    background-color: #fbb170;
}
.sot__row:nth-child(7) .colored {
    background-color: #d3b9ff;
}
.sot__row:nth-child(8) .colored {
    background-color: #5dd2ec;
}
.sot__row:nth-child(9) .colored {
    background-color: #fb6285;
}
.sot__row:nth-child(10) .colored {
    background-color: #81ca34;
}
.sot__row:nth-child(11) .colored {
    background-color: #9743ff;
}
.sot__row:nth-child(12) .colored {
    background-color: #a5d773;
}
.sot__td,
.sot__th {
    position: relative;
    width: 7.7%;
    border-left: 1px solid #d7d8db;
    border-bottom: 1px solid #d7d8db;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.sot__td:first-child,
.sot__th:first-child {
    width: 38%;
    border: none;
    padding-left: 38px;
    padding-right: 15px;
}
.sot__td:first-child span,
.sot__th:first-child span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 68px;
    height: auto;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-right: 10px;
    font-family: SeroPro-Bold, sans-serif;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
.sot__td:first-child p,
.sot__th:first-child p {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.3px;
}
.sot__th {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-family: SeroPro-Bold, sans-serif;
}
@media screen and (max-width: 992px) {
    .sot:after {
        display: none;
    }
    .sot__td:first-child,
    .sot__th:first-child {
        padding-left: 15px;
    }
}
@media screen and (max-width: 768px) {
    .salon-opening {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sot .colored {
        height: 14px;
        border-radius: 7px;
        margin-top: -7px;
    }
    .sot__td:first-child span,
    .sot__th:first-child span {
        font-size: 10px;
        padding-top: 3px;
        padding-bottom: 1px;
        width: 55px;
    }
    .sot__th {
        font-size: 10px;
    }
    .sot__th span {
        transform: rotate(45deg);
    }
    .sot__td {
        height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
@media screen and (max-width: 575px) {
    .salon-opening h2 {
        margin-bottom: 15px;
    }
    .sot {
        border-width: 10px;
    }
    .sot .colored {
        height: 10px;
        border-radius: 5px;
        margin-top: -5px;
    }
    .sot__row:first-child .sot__td {
        height: 35px;
    }
    .sot__row:first-child .sot__td:first-child span {
        margin-top: 12.5px;
    }
    .sot__row:first-child .sot__td .period {
        margin-top: 2.5px;
    }
    .sot__row:last-child .sot__td {
        height: 35px;
    }
    .sot__row:last-child .sot__td .period,
    .sot__row:last-child .sot__td:first-child span {
        margin-top: -12.5px;
    }
    .sot__td,
    .sot__th {
        width: calc((100% - 85px) / 6);
        height: 20px;
    }
    .sot__td:first-child,
    .sot__th:first-child {
        width: 85px;
    }
    .sot__td:first-child span,
    .sot__th:first-child span {
        font-size: 8px;
        padding-top: 2px;
        padding-bottom: 0;
        font-family: SeroPro-Medium, sans-serif;
    }
    .sot__td:first-child p,
    .sot__th,
    .sot__th:first-child p {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .salon-opening h2 {
        text-align: center;
    }
}
.center-title {
    max-width: 1120px;
    text-align: center;
    padding: 0 15px;
    margin: 0 auto 55px;
}
.center-grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.center-grid,
.center-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.center-item {
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    width: 20%;
    height: 252px;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
}
.center-item--text-block {
    padding: 35px 42px;
    z-index: 1;
    overflow: visible;
}
.center-item--text-block:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #eeede8;
    z-index: -1;
}
.center-item--text-block:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(19, 21, 24, 0.1);
}
.center-item--text-block svg {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.25;
}
.center-item--text-block p {
    line-height: 1.25;
    letter-spacing: 0.4px;
    color: #000;
    width: 100%;
    margin: 0 auto;
}
.center-item--text-block b {
    display: block;
    font-family: SeroPro-Bold, sans-serif;
}
.center-item__photo {
    width: 100%;
    height: 100%;
    background: 50% / cover no-repeat;
}
@media screen and (max-width: 1500px) {
    .center-item--text-block {
        padding: 35px 20px;
    }
}
@media screen and (max-width: 1400px) {
    .center-item--text-block {
        font-size: 18px;
    }
    .center-item svg {
        top: 8px;
        right: 8px;
    }
}
@media screen and (max-width: 1300px) {
    .center-item {
        height: 200px;
    }
}
@media screen and (max-width: 1200px) {
    .center-grid {
        padding: 0 15px;
    }
    .center-item {
        width: 25%;
    }
    .center-item--text-block {
        font-size: 16px;
    }
    /*.center-item:nth-child(6),
    .center-item:nth-child(10) {
        display: none;
    }*/
}
@media screen and (max-width: 900px) {
    .center-grid {
        padding: 0 15px;
    }
    .center-item {
        width: 50%;
    }
    /*.center-item:first-child {
        -ms-flex-order: 1;
        order: 1;
    }
    .center-item:nth-child(2) {
        -ms-flex-order: 3;
        order: 3;
    }
    .center-item:nth-child(3) {
        -ms-flex-order: 7;
        order: 7;
    }
    .center-item:nth-child(4) {
        -ms-flex-order: 8;
        order: 8;
    }
    .center-item:nth-child(5) {
        -ms-flex-order: 4;
        order: 4;
    }
    .center-item:nth-child(6) {
        display: none;
    }
    .center-item:nth-child(7) {
        -ms-flex-order: 2;
        order: 2;
    }
    .center-item:nth-child(8) {
        -ms-flex-order: 5;
        order: 5;
    }
    .center-item:nth-child(9) {
        -ms-flex-order: 6;
        order: 6;
    }
    .center-item:nth-child(10) {
        display: none;
    }*/
}
@media screen and (max-width: 575px) {
    .center {
        padding-bottom: 65px;
    }
    .center-title {
        text-align: center;
        margin-bottom: 22px;
    }
    .block-lc h2 {
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .center-item {
        width: 100%;
    }
}
.presentation {
    padding-top: 125px;
    background-repeat: no-repeat;
    background-position: calc(50% - 80px) 109%;
    position: relative;
}
.p-bg{
    background-image: url(../images/bg/bg1.jpg);
    background-position:center top 60px;
    background-color: #000;
    padding-bottom: 210px;
}
.block-bc .btn{margin: 0 auto; margin-top:85px;}
.presentation:after {
    content: "";
    position: absolute;
    bottom: -20%;
    height: 55%;
    left: 0;
    right: 0;
    background-image: radial-gradient(circle, hsla(0, 0%, 100%, 0.04), transparent 55%);
    z-index: -1;
}
.presentation-block-1 {
    background: url(../images/bg/pres1.png) 100% / contain no-repeat;
    padding-top: 50px;
    padding-bottom: 90px;
    text-align: center;
}
.presentation-block-1 h2 {
    max-width: 520px;
    margin-bottom: 20px;
}
.presentation-block-1 p {
    position: relative;
    max-width: 520px;
    align-items: center;
    line-height: 25px;
}
/*.presentation-block-1 p:before {
    content: "+";
    display: inline-block;
    color: #e31e24;
    margin-right: 15px;
    font-size: 35px;
    line-height: 1;
    font-family: FuturaBookC, sans-serif;
}*/
.presentation-block-2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 70px;
    padding-top: 60px;
    background: url(../images/bg/pres2.png) 15% / contain no-repeat;
    text-align: center;
}
.presentation-block-2:before {
    content: "";
    position: absolute;
    left: -257px;
    top: -150px;
    height: calc(100% + 150px + 185px);
    width: calc(100% + 257px * 2);
    background: url(../images/bg/presentation-bg.png) 50% / contain no-repeat;
    z-index: -1;
}
.presentation-block-2 h2 {
    max-width: 525px;
    margin-bottom: 30px;
}
.presentation-block-2 p {
    max-width: 525px;
    line-height: 25px;
}
.presentation-block-3 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 120px;
}
.presentation-block-3 .wrapper-d {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.presentation-block-3 .wrapper-d img {
    position: absolute;
}
.presentation-block-3 .wrapper-d img:first-child {
    left: -30px;
    bottom: 515px;
}
.presentation-block-3 .wrapper-d img:nth-child(2) {
    left: 30px;
    bottom: 440px;
}
.presentation-block-3 .wrapper-d img:nth-child(3) {
    right: 0;
    bottom: 430px;
}
.presentation-block-3 .wrapper-d img:nth-child(4) {
    right: 10%;
    bottom: -15px;
}
.presentation-block-3 .block-lc {
    width: calc(100% - 360px);
    padding-top: 20px;
}
.presentation-block-3 .block-lc h2 {
    max-width: 475px;
    margin-bottom: 20px;
    margin: 0 0 0 auto;
    text-align: center;
}
.presentation-block-3 .block-lc p {
    max-width: 475px;
    line-height: 1.67;
    margin: 0 0 0 auto;
    text-align: center;
}
.presentation-block-3 .block-rc {
    width: 310px;
}
.presentation-block-3 .block-rc p {
    position: relative;
    max-width: 210px;
    line-height: 20px;
    margin: 20px auto 0;
}
.presentation-block-3 .block-rc p svg {
    position: absolute;
    left: 100%;
    bottom: 78%;
}
.presentation-block-3 .video-box {
    position: relative;
    width: 380px;
    height: 240px;
}
.presentation-block-3 .video-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.presentation-block-3 .video-box .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    width: 90px;
    height: 90px;
}
.presentation-block-3 .block-bc {
    margin-top: -100px;
    width: 100%;
}
.presentation-block-3 .block-bc .get-presentation {
    margin: 0 auto;
}
.btn.get-presentation{color:#fff}
@media screen and (max-width: 992px) {
    .presentation {
        padding-top: 0;
        background-size: auto 490px;
        background-position: 50% 99%;
    }
    .presentation-block-1,
    .presentation-block-2 {
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
    }
    .presentation-block-1:after,
    .presentation-block-2:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(0deg, #1c1d2b, #11121b 60%);
        z-index: -1;
    }
    .presentation-block-1 {
        padding: 130px 0 120px 70px;
        background: url(../images/bg/monitor.png) 92% no-repeat;
        margin-bottom: 0;
    }
    .presentation-block-2 {
        padding: 100px 30px 100px 0;
        background: url(../images/bg/terminal.png) 8% no-repeat;
    }
    .presentation-block-2:before {
        display: none;
    }
    .presentation-block-3 .wrapper-d img:first-child {
        bottom: 450px;
    }
    .presentation-block-3 .wrapper-d img:nth-child(2) {
        left: 80px;
        bottom: 380px;
    }
    .presentation-block-3 .wrapper-d img:nth-child(3) {
        bottom: 370px;
    }
}
@media screen and (max-width: 900px) {
    .presentation-block-1 h2,
    .presentation-block-1 p,
    .presentation-block-2 h2,
    .presentation-block-2 p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .bg2{background-image: unset}
    .presentation-block-1 {
        padding: 400px 15px 60px;
        background: url(../images/bg/monitor.png) 50% 50px no-repeat;
        background-size: auto 325px;
    }
    .presentation-block-1 h2 {
        margin-bottom: 0;
    }
    .presentation-block-1 p {
        display: block;
    }
    .presentation-block-1 p:before {
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .presentation-block-2 {
        display: block;
        padding: 370px 15px 60px;
        background: url(../images/bg/terminal.png) 50% 50px no-repeat;
        background-size: auto 250px;
    }
}
@media screen and (max-width: 768px) {
    .presentation {
        background-size: auto 380px;
    }
    .presentation-block-2 {
        margin-bottom: 50px;
    }
    .presentation-block-2 h2 {
        margin-bottom: 14px;
    }
    .presentation-block-3 {
        padding-bottom: 80px;
        -ms-flex-align: center;
        align-items: center;
    }
    .presentation-block-3 .block-lc {
        padding-top: 0;
        width: 100%;
        margin-bottom: 22px;
        text-align: center;
    }
    .presentation-block-3 .block-lc h2 {
        margin-bottom: 14px;
    }
    .presentation-block-3 .block-lc h2,
    .presentation-block-3 .block-lc p,
    .presentation-block-3 .block-rc {
        margin-left: auto;
        margin-right: auto;
    }
    .presentation-block-3 .block-bc {
        margin-top: 40px;
    }
    .presentation-block-3 .wrapper-d img {
        display: none;
    }
    .presentation-block-3 .wrapper-d img:nth-child(4) {
        display: block;
    }
}
@media screen and (max-width: 575px) {
    .presentation {
        background-size: auto 340px;
        background-position: 50% 96.5%;
    }
}
@media screen and (max-width: 480px) {
    .presentation-block-3 .block-lc {
        text-align: left;
    }
    .presentation-block-3 .block-rc {
        width: 100%;
    }
    .presentation-block-3 .block-rc .video-box {
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media screen and (max-width: 400px) {
    .presentation-block-1 {
        background-position: calc(100% - 15px) 50px;
    }
    .presentation-block-2 {
        background-position: 100% 50px;
    }
}
.expert-inner {
    position: relative;
    padding-top: 115px;
}
.expert-inner h2 {
    max-width: 860px;
    margin: 0 auto 10px;
    text-align: center;
}
.expert-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding-top: 75px;
    padding-bottom: 170px;
}
.expert-item__col-text {
    position: relative;
    z-index: 1;
    margin-left: 510px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 290px;
    padding-left: 20px;
}
.expert-item__photo {
    display: none;
}
.expert-item__title {
    letter-spacing: 0.3px;
    color: #000;
    margin-bottom: 8px;
}
.expert-item__name {
    font-family: FuturaBookC, sans-serif;
    font-size: 35px;
    line-height: 1.14;
    margin-bottom: 35px;
}
.expert-item__info {
    color: #000;
}
.expert-item__info p {
    margin-bottom: 15px;
}
.expert-item__info p:last-child {
    margin-bottom: 0;
}
.expert-item__info p span {
    display: block;
    margin-bottom: 5px;
}
.expert-item__col-letter,
.expert-item__col-photo {
    position: absolute;
    font-size: 0;
}
.expert-item__col-letter {
    left: -60px;
    bottom: -65px;
}
.expert-item__col-photo {
    right: -75px;
    bottom: 0;
}
.expert-item__col-photo img {
    max-width: 100%;
}
.expert-fact {
    position: absolute;
    left: 50%;
    bottom: -106px;
    margin-left: -106px;
    width: 212px;
    height: 212px;
    color: #181a1f;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px;
    text-transform: uppercase;
}
.expert-fact > * {
    position: relative;
}
.expert-fact__val {
    font-size: 60px;
    line-height: 1;
    font-family: FuturaBookC, sans-serif;
    font-style: italic;
    margin-bottom: 9px;
}
.expert-fact__val span {
    font-size: 36px;
    vertical-align: middle;
    margin-bottom: 14px;
    display: inline-block;
}
.expert-fact__descr {
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.9px;
}
.expert-fact svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1199px) {
    .expert-item__col-letter {
        left: -235px;
    }
    .expert-item__col-text {
        margin-left: 32%;
    }
    .expert-item__col-photo {
        width: 40%;
        right: 0;
    }
}
@media screen and (max-width: 992px) {
    .expert-item__col-letter {
        display: none;
    }
    .expert-item__col-text {
        margin-left: 0;
    }
    .expert-item__col-photo {
        width: calc(100% - 290px);
        text-align: center;
    }
    .expert-item__col-photo img {
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .expert-inner {
        padding-top: 60px;
    }
    .expert-item {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .expert-item__col-photo {
        width: calc(100% - 290px);
        text-align: center;
    }
    .expert-item__col-photo img {
        max-width: 390px;
    }
}
@media screen and (max-width: 575px) {
    .expert-inner h2 {
        margin-bottom: 20px;
    }
    .expert-item {
        padding-top: 0;
        padding-bottom: 100px;
    }
    .expert-item__col-photo {
        display: none;
    }
    .expert-item__col-text {
        width: 100%;
        padding: 0;
    }
    .expert-item__header {
        margin-bottom: 30px;
    }
    .expert-item__header,
    .expert-item__photo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .expert-item__photo {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100px;
        height: 125px;
        margin-right: 10px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        overflow: hidden;
    }
    .expert-item__photo:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #fbc363;
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
    .expert-item__photo img {
        position: relative;
        max-width: 100%;
    }
    .expert-item__name {
        font-size: 28px;
        line-height: 1.25;
        margin-bottom: 10px;
    }
    .expert-fact {
        width: 158px;
        height: 158px;
        bottom: -79px;
        margin-left: -79px;
        padding: 30px;
    }
    .expert-fact__val {
        font-size: 45px;
    }
    .expert-fact__val span {
        font-size: 28px;
    }
    .expert-fact__descr {
        font-size: 9px;
        line-height: 1.28;
        letter-spacing: 0.7px;
    }
}
@media screen and (max-width: 480px) {
    .expert-inner h2 {
        text-align: left;
    }
}
.countries {
    padding-top: 200px;
    padding-bottom: 140px;
}
.countries-title {
    text-align: center;
    max-width: 940px;
    margin: 0 auto 30px;
}
.countries-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 640px;
    margin: 0 auto -34px;
}
.countries-item-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 156px;
    height: 196px;
    margin: 0 auto;
    text-align: center;
    background: url(../images/shield-g.svg) 50% / contain no-repeat;
}
.countries-item {
    width: 33.33333%;
    margin-bottom: 34px;
}
.countries-item--mt {
    margin-top: 20px;
}
.countries-item__emblem {
    margin-bottom: 18px;
}
.countries-item__emblem img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.countries-item__name {
    letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
    .countries {
        padding-top: 110px;
        padding-bottom: 56px;
    }
    .countries-title p {
        font-size: 15px;
        line-height: 25px;
        font-family: FuturaLightC, sans-serif;
        font-weight: 400;
        margin-top: 12px;
    }
}
@media screen and (max-width: 575px) {
    .countries-item-inner {
        width: 117px;
        height: 148px;
    }
    .countries-item__emblem {
        width: 70px;
        height: 66px;
        margin-bottom: 15px;
    }
    .countries-item__name {
        font-size: 12px;
    }
    .work .countries-grid {
        justify-content: center;
    }
}
@media screen and (max-width: 480px) {
    .countries-title {
        text-align: left;
    }
    .countries-grid {
        margin-bottom: -22px;
    }
    .countries-item {
        width: 50%;
        margin-bottom: 22px;
    }
    .countries-item--mt {
        margin-top: 0;
    }
    .item-empty {
        display: none;
    }
}
.reviews-title {
    max-width: 750px;
    margin: 0 auto 15px;
    text-align: center;
}
.reviews-subtitle {
    margin: 0 auto 45px;
    text-align: center;
    font-size: 17px;
}
.reviews-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -40px;
}
.reviews-item {
    width: calc(50% - 30px);
    margin-bottom: 40px;
}
.reviews-item__cover {
    position: relative;
    width: 100%;
    height: 320px;
    margin-bottom: 28px;
    overflow: hidden;
}
.reviews-item__cover:hover:before {
    opacity: 0.5;
}
.reviews-item__cover:hover img {
    transform: scale(1.02);
}
.reviews-item__cover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #17191c;
    opacity: 0;
    transition: opacity 0.25s linear;
    z-index: 1;
}
.reviews-item__cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.25s linear;
}
.reviews-item .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.reviews-item p {
    padding: 0 15px 10px;
    text-align: center;
}
.get-plane {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 20px;
}
.get-plane-bg {
    position: absolute;
    top: 0;
    right: 425px;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.get-plane-rb {
    position: relative;
    padding-top: 72px;
    margin: auto;
    padding-bottom: 120px;
    width: 630px;
}
.get-plane-rb h3 {
    text-align: center;
    margin-bottom: 40px;
}
.get-plane-rb .btn{
    margin: auto;
    color:#fff;
}
.main-contacts__soc-item.site img{
    max-height: 70%;
}
@media screen and (max-width: 992px) {
    .reviews-grid {
        margin-bottom: -30px;
    }
    .reviews-item {
        width: calc(50% - 10px);
        margin-bottom: 30px;
    }
    .reviews-item__cover {
        height: 240px;
    }
    .get-plane-bg {
        right: 25%;
    }
}
@media screen and (max-width: 575px) {
    .reviews-item {
        width: 100%;
    }
    .reviews-item__cover {
        margin-bottom: 18px;
    }
    .get-plane-bg {
        top: auto;
        bottom: 107px;
        right: 22px;
        width: 402px;
        height: 270px;
        overflow: visible;
    }
    .get-plane-bg img {
        max-width: 100%;
    }
    .get-plane {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .get-plane-rb {
        padding-top: 56px;
        padding-bottom: 82px;
    }
    .get-plane-rb h3 {
        margin-bottom: 150px;
    }
    .get-plane-rb .btn {
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
    .reviews-title {
        text-align: center;
        margin-bottom: 10px;
    }
    .reviews-subtitle {
        text-align: center;
        margin-bottom: 34px;
    }
    .reviews-grid {
        margin-left: -15px;
        margin-right: -15px;
    }
    .reviews-item p {
        text-align: left;
    }
}
.manager {
    padding-top: 116px;
    padding-bottom: 120px;
}
.manager__descr,
.manager__title {
    text-align: center;
}
.manager__title {
    margin-bottom: 14px;
}
.manager__descr {
    margin-bottom: 8px;
    line-height: 1.67;
    letter-spacing: 0.3px;
    color: #000;
}
.manager__descr{font-size: 17px}
.manager-grid {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.manager-grid,
.manager-item,
.manager-item__photo {
    display: -ms-flexbox;
    display: flex;
}
.manager-item__photo {
    position: relative;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 150px;
    height: 188px;
    margin-right: 15px;
    border-bottom-left-radius: 75px;
    border-bottom-right-radius: 75px;
    overflow: hidden;
}
.manager-item__photo:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fbc363;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.manager-item__photo img {
    position: relative;
    max-width: 100%;
    border-bottom-left-radius: 75px;
    border-bottom-right-radius: 75px;
}
.manager-item__text {
    max-width: 200px;
    padding-top: 48px;
    padding-right: 20px;
}
.manager-item__name {
    font-family: FuturaBookC, sans-serif;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 18px;
}
.manager-item__post {
    line-height: 1.33;
    letter-spacing: 0.3px;
    color: #292929;
}
.manager-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 0 58px 15px 22px;
    z-index: 1;
}
.manager-block:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    border: 15px solid #d7d8db;
    z-index: -1;
}
.manager-block-image {
    width: 48%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}
.manager-block-image img {
    max-width: 100%;
}
.manager-block-image .line {
    position: absolute;
    bottom: 33px;
    left: 325px;
    pointer-events: none;
    z-index: 2;
}
.manager-block-text {
    max-width: 435px;
    padding-top: 150px;
    padding-bottom: 70px;
}
.manager-block-text h3 {
    margin-bottom: 5px;
}
.manager-block-text p {
    margin-bottom: 35px;
    font-size: 17px;
}
.manager-block-text button {
    width: 380px;
}
@media screen and (max-width: 1100px) {
    .manager-item {
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .manager-item__photo {
        width: 114px;
        height: 144px;
        border-bottom-left-radius: 57px;
        border-bottom-right-radius: 57px;
    }
    .manager-item__photo:before {
        width: 114px;
        height: 114px;
    }
    .manager-item__photo img {
        border-bottom-left-radius: 57px;
        border-bottom-right-radius: 57px;
    }
    .manager-item__text {
        padding-top: 0;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 992px) {
    .manager-grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -15px;
    }
    .manager-grid,
    .manager-item {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .manager-item {
        width: 50%;
        margin-bottom: 15px;
    }
    .manager-block-image {
        -ms-flex-align: center;
        align-items: center;
    }
    .manager-block-image .line {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .manager {
        padding-top: 58px;
        padding-bottom: 80px;
    }
    .manager-block {
        margin-left: -15px;
        margin-right: 0;
        margin-top: 5px;
        width: auto;
        max-width: none;
    }
    .manager-block:before {
        left: auto;
        right: 0;
        width: 150vw;
    }
    .manager-block-image {
        position: absolute;
        right: -20px;
        top: 0;
        width: 38%;
    }
    .manager-block-text {
        padding-top: 130px;
        padding-bottom: 52px;
    }
}
@media screen and (max-width: 700px) {
    .manager-item {
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .manager-item__name {
        display: block;
        font-size: 19px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .manager-item__post {
        line-height: 19px;
        font-size: 12px;
    }
    .manager-block {
        padding: 0 10px 10px;
        margin-right: -5px;
    }
    .manager-block:before {
        border-width: 10px;
    }
    .manager-block-image {
        right: -15px;
    }
    .manager-block-text h3 {
        font-size: 28px;
        line-height: 35px;
    }
    .manager-block-text button {
        width: 270px;
    }
}
@media screen and (max-width: 480px) {
    .manager-item {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .manager-item__text {
        padding-right: 0;
    }
    .manager__descr,
    .manager__title {
        text-align: center;
    }
    .manager-block-image {
        width: 54%;
    }
    .manager-block-text {
        max-width: 300px;
    }
}
.main-contacts {
    position: relative;
    text-align: center;
    color: #fff;
}
.main-contacts__map {
    width: 100%;
    height: 1050px;
}
.main-contacts #map {
    width: 100%;
    height: 100%;
}
.main-contacts__wrap {
    position: absolute;
    left: 50%;
    top: 12%;
    transform: translateX(-50%);
}
.main-contacts__title {
    margin-bottom: 75px;
}
.main-contacts .main-contacts__title {
    color:#30436e;
}
.main-contacts__mark {
    background-image: url(../images/visual/marker-full.png);
    background-repeat: no-repeat;
    width: 305px;
    height: 430px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 60px;
    position: relative;
}
.main-contacts__diamond {
    position: absolute;
    left: 0;
    top: 15px;
}
.main-contacts__city,
.main-contacts__wright {
    font-family: FuturaBookC, sans-serif;
    font-size: 25px;
    margin-bottom: 5px;
}
.main-contacts__street {
    margin-bottom: 35px;
}
.main-contacts__tel {
    font-family: SeroPro-Bold, sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
}
.main-contacts__recall {
    text-transform: uppercase;
    margin-bottom: 40px;
}
.main-contacts__mail {
    font-family: FuturaLightC, sans-serif;
    font-size: 15px;
}
.main-contacts__soc {
    margin-top: 75px;
}
.main-contacts__soc,
.main-contacts__soc-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-contacts__soc-item {
    width: 68px;
    height: 68px;
    background-color: #282a31;
    border-radius: 50%;
    position: relative;
    transition: all 0.2s linear;
}
.main-contacts__soc-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    transition: all 0.2s linear;
    opacity: 0;
}
.main-contacts__soc-item:hover:before {
    opacity: 1;
}
.main-contacts__soc-item img {
    position: relative;
}
.main-contacts__soc-item.vk:before {
    background-image: linear-gradient(180deg, #86a2c3, #5c82ae);
}
.main-contacts__soc-item.site:before {
    background-image: linear-gradient(180deg, #fff, #fff);
}
.main-contacts__soc-item.vk img {
    width: 31px;
}
.main-contacts__soc-item.facebook:before {
    background-image: linear-gradient(180deg, #7287b6, #4763a0);
}
.main-contacts__soc-item.facebook img {
    width: 40px;
}
.main-contacts__soc-item.youtube:before {
    background-image: linear-gradient(180deg, #ef8573, #e64a32);
}
.main-contacts__soc-item.youtube img {
    width: 38px;
}
.main-contacts__soc-item.instagram:hover {
    background-color: transparent;
}
.main-contacts__soc-item.instagram:before {
    background-image: url(../images/visual/instagram-bg.png);
    background-repeat: no-repeat;
}
.main-contacts__soc-item.instagram img {
    width: 34px;
    height: 33px;
}
.main-contacts__soc-item:not(:last-child) {
    margin-right: 20px;
}
@media screen and (max-width: 768px) {
    .main-contacts__map {
        height: 1015px;
    }
}
@media screen and (max-width: 480px) {
    .main-contacts__wrap {
        top: 10%;
    }
    .main-contacts__title {
        margin-bottom: 30px;
    }
    .main-contacts__soc {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 160px;
        margin: 75px auto 0;
    }
    .main-contacts__soc-item {
        margin-bottom: 20px;
    }
    .main-contacts__soc-item:not(:last-child) {
        margin-right: 0;
    }
}
.thx-hero {
    -ms-flex-direction: column;
    flex-direction: column;
}
.thx-hero,
.thx-hero__main {
    display: -ms-flexbox;
    display: flex;
}
.thx-hero__main {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 60px 0;
}
.thx-hero__title {
    margin-bottom: 40px;
}
.thx-hero__subtitle {
    font-size: 20px;
    margin-bottom: 10px;
}
.thx-hero__text {
    font-size: 18px;
}
/*# sourceMappingURL=style.min.css.map */
