@charset "UTF-8";

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

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

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

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

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

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

[class*=" _icon-"]:before,
[class^=_icon-]:before {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=" _icon-"]:before,
[class^=_icon-]:before {
    display: block
}

._icon-instagram:before {
    content: "";
    color: #fff
}

._icon-telegram:before {
    content: "";
    color: #fff
}

._icon-whatsapp:before {
    content: "";
    color: #fff
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

aside,
footer,
header,
nav,
section {
    display: block
}

html {
    font-size: 17pxpx
}

body,
html {
    height: 100%;
    min-width: 320px
}

body {
    line-height: 1;
    font-family: Montserrat;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button,
input,
textarea {
    font-family: Montserrat;
    font-size: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer;
    background-color: inherit
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

body {
    background-color: #000;
    color: #fff;
    font-family: Montserrat;
    font-size: 17px
}

body._lock {
    overflow: hidden
}

.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

._container {
    max-width: 1270px;
    margin: 0 auto
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 0
}

.btn._fw {
    width: 100%
}

.select {
    position: relative
}

.select__item {
    position: relative
}

.select__title {
    color: #000;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px
}

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 30px;
    padding: 0 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.select__value span {
    height: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.select__value:before {
    content: "";
    display: inline-block;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 11px;
    height: 7px;
    background: url(../img/icons/select.svg) center/100% no-repeat
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%
}

.select__options {
    color: #000;
    position: absolute;
    top: 29px;
    border-radius: 0 0 4px 4px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border: 1px solid #d9d9d9;
    border-top: 0;
    font-size: 14px;
    padding: 10px 0 5px 0
}

.select__option {
    cursor: pointer;
    padding: 5px 15px;
    margin: 0
}

.select._active {
    z-index: 5
}

.select._active .select__value:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.select._active .select__options {
    display: block
}

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

input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
    outline: 0
}

.input {
    border-radius: 0 !important;
    width: 100%;
    display: block;
    padding: 0 20px
}

textarea.input {
    resize: none;
    padding: 0 0
}

.checkbox {
    position: relative
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden
}

.checkbox__input:checked+.checkbox__text:before {
    background: #fff url(../img/icons/check.svg) center no-repeat
}

.checkbox__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #fff;
    letter-spacing: -.3px;
    line-height: calc(20 / 16);
    cursor: pointer
}

.checkbox__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 14px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid #a7a9ac
}

.checkbox a {
    color: #fff;
    text-decoration: underline
}

.checkbox._error .checkbox__text:before {
    border: 1px solid #ee1212
}

.options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.options__item {
    position: relative;
    cursor: pointer
}

.options__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    left: 0;
    top: 0;
    visibility: hidden
}

.options__input:checked+.options__text:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.options__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #fff;
    letter-spacing: -.3px;
    line-height: calc(20 / 16)
}

.options__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 14px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid #a7a9ac
}

.options__text:after {
    content: "";
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #77243a;
    position: absolute;
    left: 5px;
    top: 4px
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 40px;
    line-height: .75;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

.rating.rating_sending {
    opacity: .2
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
    cursor: pointer
}

.rating__body {
    position: relative
}

.rating__body::before {
    content: "★★★★★";
    display: block
}

.rating__active {
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
}

.rating__active::before {
    content: "★★★★★";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #ffd300
}

.rating__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.rating__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    height: 100%;
    opacity: 0
}

.rating__value {
    font-size: 50%;
    line-height: 1;
    padding: 0 0 0 10px
}

.quantity {
    width: 88px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(166, 166, 166, .45)
}

.quantity__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    position: relative;
    cursor: pointer
}

.quantity__button::after,
.quantity__button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin: 0 0 0 -4.5px;
    background-color: #a6a6a6;
    width: 9px;
    height: 1px
}

.quantity__button_plus::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.quantity__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.quantity__input input {
    height: 100%;
    color: #a6a6a6;
    font-size: 12px;
    width: 100%;
    text-align: center
}

.row:after {
    display: block;
    content: "";
    clear: both
}

.rub:after {
    content: "₽"
}

ol.counter {
    list-style-type: none;
    counter-reset: item
}

ol.counter li {
    position: relative;
    padding: 0 0 0 45px
}

ol.counter li:before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    color: #818181;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 1px solid #4274bb
}

.ellipsis {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.es {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.table {
    display: table;
    font-size: 0;
    width: 100%
}

.trow {
    display: table-row
}

.cell {
    display: table-cell
}

.cell.full {
    width: 100%
}

._ibg {
    position: relative
}

._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

body.ie ._ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

body.ie ._ibg img {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden
}

._video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%
}

._video embed,
._video iframe,
._video object,
._video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.videobg embed,
.videobg iframe,
.videobg object,
.videobg video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover
}

._more-content {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    overflow: hidden
}

._more-link {
    cursor: pointer
}

._more-link span {
    font-style: normal
}

._more-link span:first-child {
    display: block
}

._more-link span:last-child {
    display: none
}

._more-link._active span {
    font-style: normal
}

._more-link._active span:first-child {
    display: none
}

._more-link._active span:last-child {
    display: block
}

#map {
    background: url(../img/icons/loading.gif) center/50px no-repeat
}

._swiper {
    overflow: hidden
}

._swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

._swiper.swiper-container-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

._swiper.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.swiper-container-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

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

.swiper-button-lock {
    display: none !important
}

._tabs-block {
    display: none
}

._tabs-block._active {
    display: block
}

.mirror {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.nicescroll-rails {
    z-index: 1000 !important
}

._custom-scroll {
    position: fixed;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    z-index: 1000
}

._custom-scroll__line {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 3px 0 0 3px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%
}

.popup {
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    padding: 30px 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: visibility .8s ease 0s;
    -o-transition: visibility .8s ease 0s;
    transition: visibility .8s ease 0s;
    visibility: hidden
}

.popup::before {
    content: "";
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .8s ease 0s;
    -o-transition: opacity .8s ease 0s;
    transition: opacity .8s ease 0s
}

.popup.show {
    visibility: visible;
    overflow: auto
}

.popup.show::before {
    opacity: 1
}

.popup.show .popup__body {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.popup._active {
    overflow: auto;
    visibility: visible
}

.popup._active::before {
    opacity: 1
}

.popup._active .popup__body {
    -webkit-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s;
    transition: all .3s ease .2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center
}

.popup__body {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: #000;
    padding: 50px 70px;
    width: 100%;
    max-width: 800px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px 5px rgba(190, 255, 159, .2);
    box-shadow: 0 0 20px 5px rgba(190, 255, 159, .2)
}

.popup__close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 44px;
    right: 44px;
    cursor: pointer;
    z-index: 30;
    background: url(../img/icons/close.svg) 0 0 no-repeat
}

._anim-items {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s
}

._anim-items._active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.header.fixed {
    position: fixed;
    background: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 100
}

.header.fixed .header__body {
    padding: 20px 15px;
    position: relative
}

.header.fixed .icon-menu {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5
}

.header.fixed .icon-menu span {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    top: calc(50% - 1px);
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff
}

.header.fixed .icon-menu span:first-child {
    top: 0
}

.header.fixed .icon-menu span:last-child {
    top: auto;
    bottom: 0
}

.header.fixed .icon-menu._active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.header.fixed .icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px)
}

.header.fixed .icon-menu._active span:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 1px)
}

.header__body {
    max-width: 1270px;
    margin: 0 auto;
    padding: 53px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header__phone {
    font-family: inherit;
    color: #e22dff;
    font-weight: 700;
    background: -webkit-gradient(linear, left top, right top, color-stop(33%, #2befcc), color-stop(66%, #e22dff), to(#632dff));
    background: -o-linear-gradient(left, #2befcc 33%, #e22dff 66%, #632dff);
    background: linear-gradient(90deg, #2befcc 33%, #e22dff 66%, #632dff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 5
}

.page-menu {
    position: absolute;
    z-index: 50
}

.menu {
    position: absolute;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.menu__item {
    position: relative;
    margin-bottom: 11px
}

.menu__item:nth-child(2) .menu__ellipse::before {
    background: -o-linear-gradient(344.66deg, #ff2dd1 21.99%, rgba(43, 86, 239, .97) 73.71%);
    background: linear-gradient(105.34deg, #ff2dd1 21.99%, rgba(43, 86, 239, .97) 73.71%)
}

.menu__item:nth-child(3) .menu__ellipse::before {
    background: -o-linear-gradient(291.8deg, #96ffc0 29.17%, #33a9ff 76.43%);
    background: linear-gradient(158.2deg, #96ffc0 29.17%, #33a9ff 76.43%)
}

.menu__item:nth-child(4) .menu__ellipse::before {
    background: -webkit-gradient(linear, right top, left top, from(#ff2828), color-stop(75%, #f90));
    background: -o-linear-gradient(right, #ff2828 0, #f90 75%);
    background: linear-gradient(270deg, #ff2828 0, #f90 75%)
}

.menu__item:nth-child(5) .menu__ellipse::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#14ce32), color-stop(70.83%, #faff00));
    background: -o-linear-gradient(top, #14ce32 0, #faff00 70.83%);
    background: linear-gradient(180deg, #14ce32 0, #faff00 70.83%)
}

.menu__item:nth-child(6) .menu__ellipse::before {
    background: -o-linear-gradient(225deg, #3e1fff 15%, #b4ff54 85%);
    background: linear-gradient(225deg, #3e1fff 15%, #b4ff54 85%)
}

.menu__item:nth-child(7) .menu__ellipse::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#ef1c75), color-stop(85%, #4e0d82));
    background: -o-linear-gradient(top, #ef1c75 0, #4e0d82 85%);
    background: linear-gradient(180deg, #ef1c75 0, #4e0d82 85%)
}

.menu__item:nth-child(8) .menu__ellipse::before {
    background: -o-linear-gradient(346.76deg, #322ed2 24.27%, #1cff17 82.14%);
    background: linear-gradient(103.24deg, #322ed2 24.27%, #1cff17 82.14%)
}

.menu__item:nth-child(9) .menu__ellipse::before {
    background: -o-linear-gradient(324.78deg, #ff7a00 23.17%, #faff03 57.77%, #03c3ff 89.66%);
    background: linear-gradient(125.22deg, #ff7a00 23.17%, #faff03 57.77%, #03c3ff 89.66%)
}

.menu__item:nth-child(10) .menu__ellipse::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16.67%, #f09), to(#ffe600));
    background: -o-linear-gradient(top, #f09 16.67%, #ffe600 100%);
    background: linear-gradient(180deg, #f09 16.67%, #ffe600 100%)
}

.menu__ellipse {
    display: block;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    cursor: pointer;
    position: relative;
    padding-bottom: 10px
}

.menu__ellipse::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: -o-linear-gradient(305.94deg, #ff7a7a 37.81%, #e5ff46 100%);
    background: linear-gradient(144.06deg, #ff7a7a 37.81%, #e5ff46 100%);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.menu__ellipse .menu__link {
    padding-left: 20px;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.menu__ellipse:hover::before {
    width: 88px;
    border-radius: 0
}

.menu__ellipse:hover .menu__link {
    opacity: 1;
    visibility: visible
}

.menu.open {
    opacity: 1;
    visibility: visible;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 98;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.menu.open .menu__ellipse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu.open .menu__ellipse::before {
    width: 0;
    height: 0
}

.menu.open .menu__link {
    opacity: 1;
    visibility: visible;
    text-align: center;
    text-transform: uppercase
}

.icon-menu {
    display: none
}

.section-top {
    position: relative;
    min-height: 100vh;
    width: 100%;
    min-height: 100vh
}

.section-top__body {
    max-width: 1045px;
    height: 100vh;
    margin: 0 auto;
    padding: 53px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-top__up {
    max-width: 380px;
    line-height: 21px;
    -webkit-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-150%, 0);
    -ms-transform: translate(-150%, 0);
    transform: translate(-150%, 0)
}

.section-top__up::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 295px;
    height: 1px;
    background: #fff
}

.section-top__content {
    -webkit-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.section-top__title {
    text-align: center;
    max-width: 585px;
    margin: 0 auto;
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 11px;
    position: relative
}

.section-top__text {
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    max-width: 740px;
    margin: 0 auto
}

.section-top__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0)
}

.section-top__bottom span {
    max-width: 385px;
    line-height: 21px;
    position: relative
}

.section-top__bottom span::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -50%;
    width: 295px;
    height: 1px;
    background: #fff
}

.section-cases {
    padding: 150px 0 500px;
    background: url(../img/block2-bg.svg) no-repeat;
    background-position: right 130%
}

.section-cases__container {
    max-width: 930px;
    margin: 0 auto;
    padding: 0 15px
}

.section-cases__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 35px;
    text-align: center;
    font-family: inherit;
    color: #00d1ff;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: .03em;
    text-transform: uppercase;
    background: -o-linear-gradient(15deg, #00d1ff 13%, #001bff 46%, #c0f);
    background: linear-gradient(75deg, #00d1ff 13%, #001bff 46%, #c0f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.section-cases__text {
    max-width: 485px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .03em;
    color: #fff;
    margin-bottom: 120px
}

.section-cases__bottom-text {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .03em;
    color: #fff;
    margin-bottom: 46px
}

.section-cases__bottom-subtext {
    max-width: 501px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .03em;
    color: #fff
}

.cases-block {
    max-width: 785px;
    margin: 0 auto;
    position: relative
}

.cases-block::before {
    content: "";
    position: absolute;
    width: 580px;
    height: 40px;
    left: 50%;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #a4fffa;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.cases-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 -37px
}

.cases-block__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    margin: 0 37px;
    max-width: 205px;
    height: 205px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 3px solid #00f0ff
}

.cases-block__shaddow {
    margin: 120px auto 80px;
    width: 100%;
    max-width: 740px;
    height: 20px;
    background: -o-radial-gradient(50% 50%, 50% 50%, #71ddff 0, #a4fffa 31.77%, rgba(164, 255, 250, 0) 82.29%);
    background: radial-gradient(50% 50% at 50% 50%, #71ddff 0, #a4fffa 31.77%, rgba(164, 255, 250, 0) 82.29%);
    opacity: .6;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.cases-item {
    position: relative
}

.cases-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    z-index: 7
}

.cases-item__block {
    width: 98%;
    height: 98%;
    border-radius: 50%;
    background: #000;
    position: relative;
    z-index: 8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cases-item__num {
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    letter-spacing: .03em
}

.cases-item__text {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    letter-spacing: .03em
}

.cases-item__separator {
    width: 54px;
    height: 1px;
    margin: 15px auto
}

.cases-item__title {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px
}

.cases-item-1::before {
    background: -o-linear-gradient(287.2deg, #00f0ff 9.61%, #4200ff 93.59%);
    background: linear-gradient(162.8deg, #00f0ff 9.61%, #4200ff 93.59%)
}

.cases-item-1::after {
    content: "";
    position: absolute;
    width: 335px;
    height: 320px;
    background: url(../img/izgib-1.svg) no-repeat;
    background-size: contain;
    right: -211px;
    top: -57px
}

.cases-item-1 .cases-item__num {
    color: #00f0ff
}

.cases-item-1 .cases-item__separator {
    background: #00f0ff
}

.cases-item-2::before {
    background: -o-linear-gradient(94.93deg, #8f00ff 3.26%, #8f00ff 35.78%, #fa00ff 99.32%);
    background: linear-gradient(355.07deg, #8f00ff 3.26%, #8f00ff 35.78%, #fa00ff 99.32%)
}

.cases-item-2::after {
    content: "";
    position: absolute;
    width: 335px;
    height: 320px;
    background: url(../img/izgib-2.svg) no-repeat;
    background-size: contain;
    right: -213px;
    top: -57px
}

.cases-item-2 .cases-item__num {
    color: #db07ac
}

.cases-item-2 .cases-item__separator {
    background: #db07ac
}

.cases-item-3::before {
    background: -o-linear-gradient(287.2deg, #00f0ff 9.61%, #4200ff 93.59%);
    background: linear-gradient(162.8deg, #00f0ff 9.61%, #4200ff 93.59%)
}

.cases-item-3 .cases-item__num {
    color: #eeaf0f
}

.cases-item-3 .cases-item__separator {
    background: #f90
}

.section-concept {
    padding: 0 0 120px;
    color: #000;
    background: #fff;
    position: relative;
    z-index: 15
}

.section-concept::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 600px;
    background: #fff;
    -webkit-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    transform: rotate(11deg);
    top: -175px;
    left: -10%
}

.section-concept__container {
    position: relative;
    z-index: 10;
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto
}

.section-concept__title {
    margin-bottom: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 38px;
    line-height: 46px;
    letter-spacing: .03em;
    text-transform: uppercase;
    background: -o-linear-gradient(45deg, #062ebe 30%, #000 70%);
    background: linear-gradient(45deg, #062ebe 30%, #000 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.section-concept__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px
}

.section-concept__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    margin: 0 10px
}

.concept-item__title {
    width: 295px;
    height: 126px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    padding: 20px 15px;
    margin-bottom: 30px
}

.concept-item__num {
    position: absolute;
    font-weight: 500;
    font-size: 120px;
    line-height: 1;
    letter-spacing: .03em;
    text-transform: uppercase;
    -webkit-transform: translate(-25px, -45px);
    -ms-transform: translate(-25px, -45px);
    transform: translate(-25px, -45px)
}

.concept-item__text {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #000;
    padding-left: 65px
}

.concept-item__list {
    padding: 0 15px
}

.concept-item__list-item {
    padding-left: 30px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    position: relative
}

.concept-item__list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 15px;
    height: 1px;
    background: #000
}

.concept-item-1 .concept-item__num {
    background: -webkit-gradient(linear, left top, right top, from(#8d0cba), to(#0a40ff));
    background: -o-linear-gradient(left, #8d0cba, #0a40ff);
    background: linear-gradient(90deg, #8d0cba, #0a40ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.concept-item-2 .concept-item__num {
    background: -o-linear-gradient(45deg, #ffb800, #e301cd);
    background: linear-gradient(45deg, #ffb800, #e301cd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.concept-item-3 .concept-item__num {
    background: -o-linear-gradient(45deg, #0cba1e, #0ba2e2);
    background: linear-gradient(45deg, #0cba1e, #0ba2e2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.concept-item-4 .concept-item__num {
    background: -o-linear-gradient(135deg, #ca0333, #760aff);
    background: linear-gradient(-45deg, #ca0333, #760aff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.section-journey {
    color: #000;
    padding: 0 0 120px;
    position: relative;
    z-index: 14
}

.section-journey::before {
    content: "";
    position: absolute;
    width: 140%;
    height: 1300px;
    background: #fff;
    top: -150px;
    left: -20%;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    -webkit-box-shadow: 0 0 10px #0300a7;
    box-shadow: 0 0 10px #0300a7
}

.section-journey__container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 15px
}

.section-journey__title {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase;
    background: -o-linear-gradient(45deg, #00d1ff, #001bff, #c0f);
    background: linear-gradient(45deg, #00d1ff, #001bff, #c0f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 22px;
    position: relative;
    z-index: 20
}

.section-journey__subtitle {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .03em;
    color: #000;
    margin-bottom: 24px
}

.section-journey__otdel {
    max-width: 575px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-journey__otdel-item {
    padding-left: 38px;
    position: relative;
    margin: 0 22px
}

.section-journey__otdel-item::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section-journey__block {
    margin-top: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-journey__circle {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    padding-right: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .03em;
    color: #fff;
    position: relative;
    z-index: 1
}

.section-journey__circle::before {
    content: "";
    position: absolute;
    width: 458px;
    height: 458px;
    background: #000;
    border-radius: 50%;
    top: -120px;
    left: -120px;
    z-index: -1
}

.section-journey__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -37px;
    padding-left: 40px
}

.section-journey__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin: 0 37px
}

.otdel-left::before {
    background: -o-linear-gradient(45deg, #14d528 43.63%, #0ba2e2 73.26%);
    background: linear-gradient(45deg, #14d528 43.63%, #0ba2e2 73.26%)
}

.otdel-right::before {
    background: -o-linear-gradient(135deg, #00d1ff -6.05%, #001bff 41.26%, #c0f 78.06%);
    background: linear-gradient(-45deg, #00d1ff -6.05%, #001bff 41.26%, #c0f 78.06%)
}

.journey-list-item {
    min-height: 140px;
    position: relative
}

.journey-list-item__num {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    letter-spacing: .03em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.journey-list-item__num::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 70px;
    background: #000;
    bottom: -70px;
    left: 35px
}

.journey-list-item:last-child .journey-list-item__num::after {
    width: 0;
    height: 0
}

.journey-list-item__title {
    border-bottom: 1px solid #000;
    margin-left: 30px;
    padding: 0 0 10px 56px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #000
}

.journey-list-item__text {
    padding: 0 20px 0 96px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .03em;
    color: #000
}

.circle-green {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: -o-linear-gradient(45deg, #14d528 43.63%, #0ba2e2 73.26%);
    background: linear-gradient(45deg, #14d528 43.63%, #0ba2e2 73.26%)
}

.circle-blue {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: -o-linear-gradient(135deg, #00d1ff -6.05%, #001bff 41.26%, #c0f 78.06%);
    background: linear-gradient(-45deg, #00d1ff -6.05%, #001bff 41.26%, #c0f 78.06%)
}

.section-result {
    position: relative
}

.section-result::after {
    content: "";
    position: absolute;
    top: -450px;
    left: -20%;
    width: 140%;
    height: 300px;
    background: #f5f5f5;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    z-index: 10
}

.section-result__body {
    padding: 120px 0 190px;
    background: url(../img/block5-bg.png) no-repeat #000;
    background-position: right -200px;
    background-size: auto
}

.section-result__title {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-weight: 500;
    font-size: 70px;
    line-height: 85px;
    letter-spacing: .03em;
    text-transform: uppercase;
    background: -o-linear-gradient(45deg, #ffd600 13%, #ff00d6 46%, #2ebfd2);
    background: linear-gradient(45deg, #ffd600 13%, #ff00d6 46%, #2ebfd2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 480px
}

.result-form {
    max-width: 1035px;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 65px
}

.result-form__title {
    font-weight: 500;
    font-size: 38px;
    line-height: 170%;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff
}

.result-form__text {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff
}

.result-form__grad-text {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, color-stop(33%, #00d1ff), color-stop(66%, #ffe600), to(#c0f));
    background: -o-linear-gradient(left, #00d1ff 33%, #ffe600 66%, #c0f);
    background: linear-gradient(90deg, #00d1ff 33%, #ffe600 66%, #c0f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px
}

.result-form__btn {
    margin-top: 40px;
    background: #fff;
    border-radius: 10px;
    width: 294px;
    height: 46px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.result-form__btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    letter-spacing: .03em;
    background: -webkit-gradient(linear, left top, right top, color-stop(33%, #110dcf), color-stop(66%, #1890ff), to(#0c880a));
    background: -o-linear-gradient(left, #110dcf 33%, #1890ff 66%, #0c880a);
    background: linear-gradient(90deg, #110dcf 33%, #1890ff 66%, #0c880a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.result-form__btn span img {
    margin-left: 10px
}

.result-form__btn:hover {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.section-team__title {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
    font-weight: 500;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(#faff00), to(#c0f));
    background: -o-linear-gradient(left, #faff00, #c0f);
    background: linear-gradient(90deg, #faff00, #c0f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.section-team__subtitle {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .03em;
    color: #fff;
    margin-bottom: 132px
}

.section-team__personal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -20px
}

.black-row {
    background: #000
}

.white-row {
    background: #fff
}

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

.team-personal1__comp {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.team-personal1__comp-text {
    padding: 20px 0 287px 30px
}

.team-personal1__comp-text span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.team-personal1__comp-text ul {
    margin-top: 12px
}

.team-personal1__comp-text ul li {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    list-style-type: disc;
    margin-bottom: 5px
}

.team-personal1__col1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    margin: 0 20px;
    position: relative
}

.team-personal1__col2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    margin: 0 20px;
    position: relative
}

.team-personal1__title {
    padding-left: 105px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-weight: 500;
    font-size: 25px;
    line-height: 170%;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 34px;
    position: relative
}

.team-personal1__title::before {
    content: "";
    width: 700px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 15px;
    bottom: -15px
}

.team-personal1__label {
    position: absolute;
    max-width: 140px;
    left: 0;
    top: 80px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .03em;
    color: #fff
}

.team-personal1__text {
    padding-left: 210px;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 15px
}

.team-personal2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -20px
}

.team-personal2__comp {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    margin: 0 20px;
    margin-bottom: 120px;
    padding: 20px 45px 0 210px
}

.team-personal2__comp-text {
    color: #000
}

.team-personal2__comp span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.team-personal2__comp ul {
    margin-top: 12px
}

.team-personal2__comp ul li {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    list-style-type: disc;
    margin-bottom: 5px
}

.team-personal2__text {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 20px;
    max-width: 486px
}

.team-personal2__col1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    margin: 0 20px;
    position: relative
}

.team-personal2__col2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    margin: 0 20px;
    position: relative
}

.team-personal2__title {
    color: #000;
    margin-left: 305px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-weight: 500;
    font-size: 25px;
    line-height: 170%;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-bottom: 34px;
    position: relative
}

.team-personal2__title::before {
    content: "";
    width: 700px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 15px;
    bottom: -15px
}

.team-personal2__label {
    color: #000;
    position: absolute;
    right: 0;
    top: 75px;
    max-width: 140px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .03em
}

.comp-mb {
    margin-bottom: 220px
}

.team-photo-1 {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 395px;
    border-radius: 20px;
    z-index: 1
}

.team-photo-1 img {
    width: 100%;
    height: auto;
    max-width: 395px;
    border-radius: 20px
}

.team-photo-1::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 15px;
    top: 15px;
    background: -o-linear-gradient(279.27deg, #faff00 4.67%, #f40000 49.93%, #2009b1 96.15%);
    background: linear-gradient(170.73deg, #faff00 4.67%, #f40000 49.93%, #2009b1 96.15%);
    border-radius: 20px;
    z-index: -1
}

.team-photo-2 {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 395px;
    border-radius: 20px;
    right: 30px;
    top: 0;
    z-index: 1
}

.team-photo-2 img {
    width: 100%;
    height: auto;
    max-width: 395px;
    border-radius: 20px
}

.team-photo-2::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -17px;
    top: 16px;
    background: -o-linear-gradient(299.15deg, #faff00 11.91%, #691aec 49.8%, #23cc08 88.49%);
    background: linear-gradient(150.85deg, #faff00 11.91%, #691aec 49.8%, #23cc08 88.49%);
    border-radius: 20px;
    z-index: -1
}

.team-photo-3 {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 395px;
    border-radius: 20px;
    z-index: 1
}

.team-photo-3 img {
    width: 100%;
    height: auto;
    max-width: 395px;
    border-radius: 20px
}

.team-photo-3::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 15px;
    top: 15px;
    background: -o-linear-gradient(279.27deg, #00fff0 4.67%, #6c00f4 46.98%, #ffbd14 96.15%);
    background: linear-gradient(170.73deg, #00fff0 4.67%, #6c00f4 46.98%, #ffbd14 96.15%);
    border-radius: 20px;
    z-index: -1
}

.team-photo-4 {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 395px;
    border-radius: 20px;
    right: 30px;
    top: 0;
    z-index: 1
}

.team-photo-4 img {
    width: 100%;
    height: auto;
    max-width: 395px;
    border-radius: 20px
}

.team-photo-4::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -17px;
    top: 16px;
    background: -o-linear-gradient(299.15deg, #faff00 11.91%, #691aec 49.8%, #23cc08 88.49%);
    background: linear-gradient(150.85deg, #faff00 11.91%, #691aec 49.8%, #23cc08 88.49%);
    border-radius: 20px;
    z-index: -1
}

.section-reviews {
    background: url(../img/blcok6-bg.svg) no-repeat #000;
    background-position: left 80px;
    padding-bottom: 210px
}

.section-reviews__title {
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: .03em;
    text-transform: uppercase;
    background: -o-linear-gradient(45deg, #d3b200, #ff00d6, #ad6cff);
    background: linear-gradient(45deg, #d3b200, #ff00d6, #ad6cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-bottom: 630px;
    margin-left: 30%
}

.section-reviews__subtitle {
    font-weight: 500;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 60px
}

.reviews-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px
}

.reviews-slider__img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(328.25deg, #ff00e5 9.75%, #0037fb 84.61%);
    background: linear-gradient(121.75deg, #ff00e5 9.75%, #0037fb 84.61%);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 10px
}

.reviews-slider__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    margin: 0 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.reviews-slider__item:nth-child(2) .reviews-slider__img-wrap {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe600), to(#f20083));
    background: -o-linear-gradient(top, #ffe600 0, #f20083 100%);
    background: linear-gradient(180deg, #ffe600 0, #f20083 100%)
}

.reviews-slider__item:nth-child(3) .reviews-slider__img-wrap {
    background: -webkit-gradient(linear, left top, left bottom, from(#00c8f4), to(#11ab2a));
    background: -o-linear-gradient(top, #00c8f4 0, #11ab2a 100%);
    background: linear-gradient(180deg, #00c8f4 0, #11ab2a 100%)
}

.reviews-slider__item:nth-child(4) .reviews-slider__img-wrap {
    background: -webkit-gradient(linear, left top, left bottom, from(red), to(#ffe600));
    background: -o-linear-gradient(top, red 0, #ffe600 100%);
    background: linear-gradient(180deg, red 0, #ffe600 100%)
}

.reviews-slider__img {
    position: relative;
    top: 4px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.reviews-slider__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.popup_video .popup__body {
    padding: 0
}

.gray-separator {
    width: 100%;
    height: 330px;
    background: #f5f5f5;
    -webkit-box-shadow: 0 -4px 10px rgba(0, 240, 255, .7);
    box-shadow: 0 -4px 10px rgba(0, 240, 255, .7)
}

.section-servises {
    background: #fff;
    position: relative;
    z-index: 10;
    padding-bottom: 75px;
    -webkit-box-shadow: 0 4px 10px #c1fbff, 0 -4px 4px rgba(252, 0, 0, .1);
    box-shadow: 0 4px 10px #c1fbff, 0 -4px 4px rgba(252, 0, 0, .1)
}

.section-servises::before {
    content: "";
    position: absolute;
    top: -200px;
    left: -25%;
    width: 150%;
    height: 500px;
    background: #fff;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    z-index: 9
}

.section-servises__body {
    margin-top: -150px;
    position: relative;
    z-index: 11
}

.section-servises__title {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-weight: 500;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin: 0 auto 90px;
    background: -webkit-gradient(linear, left top, right top, from(#f90), to(#c0f));
    background: -o-linear-gradient(left, #f90, #c0f);
    background: linear-gradient(90deg, #f90, #c0f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.servises-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px
}

.servises-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    padding: 0 8px;
    margin-bottom: 50px
}

.servises-list__icon {
    margin-bottom: 20px
}

.servises-list__text {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #000
}

.servises-list__text span {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    font-style: italic
}

.section-contacts {
    padding: 156px 0 140px;
    position: relative
}

.section-contacts::before {
    content: "";
    position: absolute;
    width: 454px;
    height: 940px;
    right: 0;
    top: 50%;
    background: url(../img/contacts-bg.svg) no-repeat;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%)
}

.contacts-intervyu {
    margin-top: 173px
}

.contacts-intervyu__body {
    width: 70%;
    margin-left: -5%;
    height: 673px;
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5c00), to(#680099));
    background: -o-linear-gradient(top, #ff5c00 0, #680099 100%);
    background: linear-gradient(180deg, #ff5c00 0, #680099 100%);
    position: relative;
    top: 20px;
    left: 20px;
    z-index: 2
}

.contacts-intervyu__body::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -20px;
    top: -20px;
    border-radius: 20px;
    background: #fff;
    z-index: -1
}

.contacts-intervyu__title {
    max-width: 680px;
    margin: 40px auto;
    padding-top: 40px;
    font-weight: 500;
    font-size: 38px;
    line-height: 46px;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-align: center;
    color: #000
}

.contacts-intervyu__label {
    position: absolute;
    width: 450px;
    right: 80px;
    padding: 32px 46px 50px;
    background: #fff;
    -webkit-box-shadow: 0 -4px 4px rgba(0, 0, 0, .1), 0 4px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 -4px 4px rgba(0, 0, 0, .1), 0 4px 4px rgba(0, 0, 0, .1);
    border-radius: 20px;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #000;
    z-index: 5
}

.contacts-intervyu__label a {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 266px;
    height: 38px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1;
    padding-bottom: 2px;
    border: 1px solid #000;
    color: #000;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.contacts-intervyu__label a:hover {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.contacts-intervyu__img {
    position: absolute;
    right: 416px;
    top: 203px;
    z-index: 4
}

.contacts-intervyu__logo {
    position: absolute;
    right: 50px;
    bottom: 20px;
    z-index: 4
}

.contacts {
    margin-top: 340px
}

.contacts__title {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto 65px;
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase;
    background: -o-linear-gradient(45deg, #d3b200, #ff00d6, #ad6cff);
    background: linear-gradient(45deg, #d3b200, #ff00d6, #ad6cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.contacts__social {
    max-width: 620px;
    margin: 0 auto 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts__link {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.contacts__link img {
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: 100%
}

.contacts__link:hover {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.raspisanie__title {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 50px
}

.raspisanie__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.raspisanie__row::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#ff1616), to(#7002fc));
    background: -o-linear-gradient(left, #ff1616, #7002fc);
    background: linear-gradient(90deg, #ff1616, #7002fc)
}

.raspisanie__row:last-child::before {
    width: 0;
    height: 0
}

.raspisanie__col-time {
    width: 16%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    color: #fff
}

.raspisanie__col {
    width: 12%;
    height: 93px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff
}

.first-row .raspisanie__col {
    position: relative
}

.first-row .raspisanie__col::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 660px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff1616), to(#7002fc));
    background: -o-linear-gradient(#ff1616, #7002fc);
    background: linear-gradient(#ff1616, #7002fc)
}

.col-zan {
    color: #ffc9c9
}

.col-svob {
    color: #beff9f
}

.col-svob a {
    color: #beff9f
}

.footer {
    background: #fff;
    padding: 50px 0 65px
}

.footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -30px
}

.footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    margin: 0 30px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px
}

.footer__logo span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 57px
}

.footer__menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin: 0 30px
}

.footer__menu-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -26px
}

.footer__menu-row ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin: 0 20px
}

.footer__menu-row ul li {
    margin-bottom: 20px
}

.footer__menu-row ul li:last-child {
    margin-bottom: 0
}

.footer__menu-row ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000
}

.footer__menu-row ul li a:hover {
    text-decoration: underline
}

.footer-contacts {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    margin: 0 30px
}

.footer-contacts__consult {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-weight: 500;
    font-size: 15px;
    line-height: 170%;
    text-align: center;
    letter-spacing: .03em;
    color: #000;
    margin-bottom: 20px
}

.footer-contacts__consult img {
    margin-left: 10px
}

.footer-contacts__consult:hover {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.footer-contacts__phone {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: .03em;
    color: #000;
    display: block;
    margin-bottom: 15px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.footer-contacts__phone:hover {
    text-decoration: underline
}

.footer-contacts__cos {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-contacts__cos a {
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 15px
}

.footer-contacts__cos a img {
    width: 28px;
    height: 28px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.footer-contacts__cos a img:hover {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.footer-contacts__policy {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.footer-contacts__policy:hover {
    text-decoration: underline
}

.black-square {
    position: relative;
    width: 100%;
    height: 100%
}

.black-square::before {
    content: "";
    position: absolute;
    width: 391px;
    height: 391px;
    background: #000;
    right: 0;
    top: 50%;
    -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(50%) translateY(-50%) rotate(45deg);
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    z-index: 24
}

.black-square::after {
    content: "";
    position: absolute;
    width: 519px;
    height: 278px;
    background: url(../img/block3-bg.svg) no-repeat;
    background-size: contain;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-70%) translateX(10%);
    -ms-transform: translateY(-70%) translateX(10%);
    transform: translateY(-70%) translateX(10%);
    z-index: 25
}

.page__canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    z-index: 1
}

.page__canvas-nav {
    display: none
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.paints {
    height: 100vh;
    width: 100vw
}

.sticky-whatsapp {
    position: fixed;
    left: 68px;
    bottom: 175px;
    z-index: 200;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.sticky-whatsapp:hover {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.sticky-whatsapp a {
    display: block;
    width: 28px;
    height: 28px
}

.sticky-whatsapp a img {
    width: 100%;
    height: 100%
}

.sticky-calc {
    position: fixed;
    left: 68px;
    bottom: 100px;
    width: 107px;
    height: 52px;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
    z-index: 200;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.sticky-calc:hover {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.sticky-calc a {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #fff
}

.popup_form__title {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    background: -webkit-gradient(linear, left top, right top, from(#00d1ff), color-stop(#ffe600), to(#c0f));
    background: -o-linear-gradient(left, #00d1ff, #ffe600, #c0f);
    background: linear-gradient(90deg, #00d1ff, #ffe600, #c0f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 auto 40px;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    letter-spacing: .03em;
    text-transform: uppercase
}

.popup_form__subtitle {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.03em;
    margin-bottom: 40px;
}

.popup_calc .popup_form__subtitle {
    color: #000;
}

.site-form {
    max-width: 620px;
    margin: 0 auto
}

.site-form__input-info,
.site-form__input .wpcf7-list-item {
    width: 100%;
    min-height: 46px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 40px;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .03em;
    color: #000;
    position: relative;
}

.site-form__input .wpcf7-list-item input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

.site-form__input .wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
}

.site-form__input .wpcf7-list-item .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border: 2px solid #919191;
    border-radius: 50%;
}

.site-form__input .wpcf7-list-item input:checked+.wpcf7-list-item-label:before {
    background: #919191;
}

.site-form__input .wpcf7-list-item-label {
    cursor: pointer;
    padding-left: 40px;
}

.site-form__input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: .03em;
    color: #000
}

.site-form__input::-moz-placeholder {
    font-weight: 500;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: .03em;
    color: #000
}

.site-form__input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: .03em;
    color: #000
}

.site-form__input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: .03em;
    color: #000
}

.site-form__input::placeholder {
    font-weight: 500;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: .03em;
    color: #000
}

.site-form__submit {
    margin: 0 auto;
    background: #000;
    color: #fff;
    width: 200px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 170%;
    text-align: center;
    letter-spacing: .03em;
    margin-top: 50px;
    cursor: pointer
}

.popup_calc .popup__body {
    background-color: #fff;
    background-image: url(../img/form-bg.svg);
    background-repeat: no-repeat;
    background-position: -20px 110%
}

.popup_calc .popup__close {
    background: url(../img/icons/close-black.svg) 0 0 no-repeat
}

.popup_calc .popup_form__title {
    background: -webkit-gradient(linear, left top, right top, from(red), color-stop(#4200ff), to(#c0f));
    background: -o-linear-gradient(left, red, #4200ff, #c0f);
    background: linear-gradient(90deg, red, #4200ff, #c0f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.popup_calc .site-form__input-info,
.popup_calc .site-form__input .wpcf7-list-item {
    border: 1px solid #000
}

.popup_calc .site-form__input label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

.popup_calc .site-form__input label input {
    margin-top: 2px;
    margin-right: 20px
}

.popup_calc .site-form__submit {
    color: #000;
    background: #fff;
    border-color: #000
}

.popup_quiz-podarok .site-form__input label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

.popup_quiz-podarok .site-form__input label input {
    margin-top: 2px;
    margin-right: 20px
}

.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

:active,
:focus,
:visited {
    outline: 0
}

@media (min-width:767.98px) {
    .page-menu {
        left: 75px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width:991.98px) {

    .quantity__button:hover::after,
    .quantity__button:hover::before {
        background-color: rgba(0, 0, 0, .5)
    }
}

@media (min-width:992px) {
    .select__option:hover {
        background: #d9d9d9
    }

    .checkbox a:hover {
        text-decoration: none
    }
}

@media (max-width:1282px) {
    ._container {
        max-width: 970px
    }

    .menu {
        opacity: 0;
        visibility: hidden
    }

    .icon-menu {
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
        width: 30px;
        height: 18px;
        cursor: pointer;
        z-index: 5
    }

    .icon-menu span {
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        top: calc(50% - 1px);
        left: 0;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #fff
    }

    .icon-menu span:first-child {
        top: 0
    }

    .icon-menu span:last-child {
        top: auto;
        bottom: 0
    }

    .icon-menu._active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    .icon-menu._active span:first-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1px)
    }

    .icon-menu._active span:last-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: calc(50% - 1px)
    }

    .section-top__up {
        font-size: 15px;
        text-align: center;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 80px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .section-top__up::before {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .section-top__bottom {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 100%;
        padding: 0 20px
    }

    .section-top__bottom span {
        font-size: 15px;
        text-align: center;
        max-width: 100%;
        margin-top: 30px
    }

    .section-top__bottom span::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

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

    .section-concept__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        margin: 0 0 40px;
        padding: 0 10px
    }

    .section-journey__block {
        display: block;
        margin-top: 40px
    }

    .section-journey__circle {
        color: #000;
        text-align: center;
        max-width: 500px;
        margin: 0 auto 40px;
        font-size: 15px;
        line-height: 1.2
    }

    .section-journey__circle::before {
        width: 0;
        height: 0
    }

    .section-journey__list {
        padding: 0
    }

    .team-personal2__title {
        margin-left: 105px
    }

    .team-personal2__label {
        right: -70px
    }

    .contacts-intervyu__body {
        width: 90%
    }
}

@media (max-width:991.98px) {
    ._container {
        max-width: 750px
    }

    .select__title {
        font-size: 18px
    }

    .select__options {
        font-size: 18px
    }

    .section-result__body {
        padding: 60px 0
    }

    .section-result__title {
        text-align: center;
        font-size: 62px;
        line-height: 1.2;
        max-width: 100%;
        margin-bottom: 100px
    }

    .section-team__subtitle {
        margin-bottom: 50px
    }

    .section-team__personal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }

    .team-personal1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .team-personal1__comp {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin: 0;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .team-personal1__comp-text {
        padding: 20px 0 40px 30px
    }

    .team-personal1__title {
        padding: 0;
        text-align: center;
        margin: 0 auto 34px
    }

    .team-personal1__title::before {
        width: 120%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .team-personal2__comp {
        margin-bottom: 40px
    }

    .team-personal2__title {
        padding: 0;
        text-align: center;
        margin: 0 auto 34px
    }

    .team-personal2__title::before {
        width: 120%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .team-personal2__label {
        right: 0
    }

    .team-photo-1 {
        position: relative;
        margin: 0 auto 40px
    }

    .team-photo-2 {
        position: relative;
        right: -20px;
        margin: 0 auto 40px
    }

    .team-photo-3 {
        position: relative;
        margin: 0 auto 40px
    }

    .team-photo-4 {
        position: relative;
        margin: 0 auto 40px;
        right: -20px
    }

    .section-reviews {
        padding-top: 60px;
        background-position: -170px 230px;
        padding-bottom: 110px
    }

    .reviews-slider {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -20px
    }

    .reviews-slider__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        margin: 0 0 20px;
        padding: 0 20px
    }

    .servises-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
        flex: 0 1 33.333%
    }

    .section-contacts::before {
        width: 0;
        height: 0
    }

    .contacts-intervyu__body {
        width: 90%;
        margin: 0 auto
    }

    .contacts__title {
        margin: 0 auto 30px
    }

    .contacts__social {
        max-width: 420px;
        margin: 0 auto 50px
    }

    .contacts__link img {
        max-width: 70px;
        max-height: 70px
    }

    .raspisanie__col-time {
        font-size: 12px;
        line-height: 1.2
    }

    .raspisanie__col {
        font-size: 12px;
        height: 60px
    }

    .first-row .raspisanie__col::before {
        height: 420px
    }

    .footer__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0
    }

    .footer__logo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        margin: 0
    }

    .footer__menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 0 40px
    }

    .footer-contacts {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
        margin: 0
    }

    .black-square::before {
        width: 0;
        height: 0
    }

    .black-square::after {
        width: 0;
        height: 0
    }
}

@media (max-width:767.98px) {
    ._container {
        max-width: none;
        padding: 0 10px
    }

    .popup__body {
        padding: 30px
    }

    .popup__close {
        top: 20px;
        right: 20px
    }

    .header {
        z-index: 202
    }

    .header.fixed {
        z-index: 202
    }

    .header__body {
        padding: 20px 15px
    }

    .menu.open {
        z-index: 201
    }

    .section-top__body {
        padding: 80px 15px 150px
    }

    .section-top__content {
        width: 100%;
        padding: 0 20px
    }

    .section-top__title {
        font-size: 34px;
        line-height: 1.2
    }

    .section-top__text {
        font-size: 15px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }

    .section-cases {
        padding: 50px 0;
        background: #000;
        position: relative;
        z-index: 203
    }

    .section-cases__title {
        font-size: 30px;
        margin-bottom: 25px;
        background: -o-linear-gradient(15deg, #00d1ff 23%, #001bff 50%, #c0f);
        background: linear-gradient(75deg, #00d1ff 23%, #001bff 50%, #c0f);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .section-cases__text {
        font-size: 15px;
        margin-bottom: 40px
    }

    .section-cases__bottom-text {
        font-size: 15px
    }

    .cases-block::before {
        top: 50%
    }

    .cases-block__list {
        display: block;
        margin: 0
    }

    .cases-block__item {
        margin: 0 auto 30px
    }

    .cases-block__shaddow {
        margin: 40px auto;
        height: 0;
        background: 0 0
    }

    .cases-item-1::after {
        width: 0;
        height: 0
    }

    .cases-item-2::after {
        width: 0;
        height: 0
    }

    .section-concept {
        padding: 50px 0
    }

    .section-concept::before {
        width: 0;
        height: 0
    }

    .section-concept__title {
        font-size: 30px;
        line-height: 1.2
    }

    .section-concept__list {
        display: block
    }

    .section-concept__item {
        width: 100%;
        margin: 0 0 30px;
        padding: 0 20px
    }

    .concept-item__title {
        width: 100%;
        height: auto;
        min-height: 110px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .concept-item__num {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        font-size: 80px
    }

    .concept-item__text {
        padding-left: 30px
    }

    .section-journey {
        background: #fff;
        padding: 0 0 40px
    }

    .section-journey::before {
        width: 0;
        height: 0
    }

    .section-journey__list {
        display: block;
        margin: 0
    }

    .section-journey__column {
        margin: 0
    }

    .journey-list-item__num::after {
        width: 0;
        height: 0
    }

    .section-result::after {
        width: 0;
        height: 0
    }

    .section-result__body {
        padding: 30px 0
    }

    .section-result__title {
        font-size: 48px;
        margin-bottom: 50px
    }

    .result-form {
        padding: 30px
    }

    .result-form__title {
        font-size: 28px
    }

    .result-form__text {
        font-size: 15px
    }

    .result-form__grad-text {
        font-size: 15px
    }

    .team-personal1__comp {
        padding-left: 20px
    }

    .team-personal1__label {
        position: initial;
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px
    }

    .team-personal1__text {
        padding-left: 0;
        text-align: center
    }

    .team-personal2__comp {
        padding: 20px
    }

    .team-personal2__text {
        text-align: center;
        margin-bottom: 30px;
        max-width: 100%
    }

    .team-personal2__label {
        position: initial;
        text-align: center;
        margin-bottom: 30px;
        max-width: 100%
    }

    .team-photo-1 {
        left: -20px
    }

    .team-photo-3 {
        left: -20px
    }

    .section-reviews {
        background: 0 0;
        padding-bottom: 50px
    }

    .section-reviews__title {
        font-size: 28px;
        line-height: 1.2;
        text-align: center;
        margin: 0 0 40px 0
    }

    .section-reviews__subtitle {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 40px
    }

    .reviews-slider {
        margin: 0
    }

    .reviews-slider__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin: 0 0 20px;
        padding: 0
    }

    .servises-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }

    .section-contacts {
        padding: 60px 0
    }

    .contacts-intervyu {
        margin-top: 50px
    }

    .contacts-intervyu__body {
        width: 90%;
        margin: 0 0 0 2%;
        height: auto;
        padding: 0 30px
    }

    .contacts-intervyu__body::before {
        left: 0;
        top: 0
    }

    .contacts-intervyu__title {
        font-size: 26px;
        line-height: 1.2
    }

    .contacts-intervyu__label {
        position: initial;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        padding: 32px 46px
    }

    .contacts-intervyu__label a {
        margin: 20px auto 0;
        max-width: 100%
    }

    .contacts-intervyu__img {
        position: initial;
        margin: 0 auto 30px;
        width: auto;
        max-width: 100%
    }

    .contacts-intervyu__img img {
        display: block;
        margin: 0 auto 30px;
        width: auto;
        max-width: 100%
    }

    .contacts-intervyu__logo {
        position: initial
    }

    .contacts-intervyu__logo img {
        display: block;
        margin: 0 auto
    }

    .contacts {
        margin-top: 60px
    }

    .raspisanie__block {
        width: auto;
        overflow: scroll;
        max-width: 100%
    }

    .raspisanie__row::before {
        width: 800px
    }

    .raspisanie__col-time {
        min-width: 100px
    }

    .raspisanie__col {
        min-width: 100px
    }

    .page__canvas {
        z-index: 200
    }

    .page__canvas-nav {
        display: block;
        height: 100px;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 200;
        background: rgba(0, 0, 0, .5)
    }

    .page__canvas-nav::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 48%;
        width: 30px;
        height: 2px;
        background: #fff;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .page__canvas-nav::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 48%;
        width: 30px;
        height: 2px;
        background: #fff;
        -webkit-transform: translate(20%, -50%) rotate(-45deg);
        -ms-transform: translate(20%, -50%) rotate(-45deg);
        transform: translate(20%, -50%) rotate(-45deg)
    }

    .page__canvas-nav a {
        display: block;
        width: 100%;
        height: 100%
    }

    .site-form__input {
        padding: 10px 20px
    }
}

@media (max-width:479.98px) {
    .concept-item__text {
        padding-left: 20px;
        font-size: 13px
    }

    .journey-list-item {
        margin-bottom: 20px;
        min-height: auto
    }

    .journey-list-item__num {
        width: 50px;
        height: 50px
    }

    .journey-list-item__title {
        padding: 0 0 10px 30px
    }

    .journey-list-item__text {
        padding: 0 0 0 60px
    }

    .section-result__title {
        font-size: 32px
    }

    .result-form__btn {
        width: 100%
    }

    .team-photo-1 {
        left: -10px
    }

    .team-photo-2 {
        right: -10px
    }

    .team-photo-3 {
        left: -10px
    }

    .team-photo-4 {
        right: -10px
    }

    .gray-separator {
        display: none
    }

    .section-servises {
        padding: 70px 0
    }

    .section-servises::before {
        width: 0;
        height: 0
    }

    .section-servises__body {
        margin-top: 0
    }

    .section-servises__title {
        font-size: 28px;
        line-height: 1.2;
        margin: 0 auto 40px
    }

    .servises-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-bottom: 30px
    }

    .servises-list__icon {
        margin: 0 auto 20px
    }

    .servises-list__text {
        text-align: center;
        margin: 0 auto;
        max-width: 320px
    }

    .contacts-intervyu__body {
        margin: 0 0 0 -1%
    }

    .contacts__social {
        max-width: 300px
    }

    .contacts__link img {
        max-width: 40px;
        max-height: 40px
    }

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

    .footer__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .footer__logo span {
        margin-bottom: 20px
    }

    .footer__menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }

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

    .footer__menu-row ul {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px
    }

    .footer__menu-row ul:last-child {
        margin-bottom: 0
    }

    .footer__menu-row ul li a {
        text-align: center
    }

    .footer-contacts {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px
    }

    .footer-contacts__consult {
        max-width: 300px;
        margin: 0 auto 20px
    }

    .sticky-whatsapp {
        display: none
    }

    .sticky-calc {
        display: none
    }
}


.fm-quiz-step {
    display: none;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes scale-up-hor-left {
    0% {
        transform: scaleX(0);
        transform-origin: 0% 0%;
    }

    100% {
        transform: scaleX(1);
        transform-origin: 0% 0%;
    }
}

.fade-in {
    animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-out {
    animation: fade-out 1s ease-out both;
}

.scale-up-hor-left {
    animation: scale-up-hor-left 0.5s ease-out both;
}

.fm-step-active {
    display: block;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
}

.popup_calc .wpcf7 form.invalid .wpcf7-response-output,
.popup_calc .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #000;
}

.podarok-end {
    display: none;
}

.calc-end {
    display: none;
}

.site-form__submit-whatsapp {
    background: #ffffff;
    color: #000;
    width: auto;
    max-width: 400px;
}

.page-content-wrap {
    margin-top: 150px;
}

.page-content-body {
    background: #fff;
    border-radius: 20px;
    padding: 64px 48px;
}

.page-title {
    max-width: max-content;
    font-weight: 500;
    font-size: 38px;
    line-height: 46px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, color-stop(33%, #00D1FF), color-stop(66%, #001BFF), to(#CC00FF));
    background: -o-linear-gradient(left, #00D1FF 33%, #001BFF 66%, #CC00FF);
    background: linear-gradient(90deg, #00D1FF 33%, #001BFF 66%, #CC00FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 53px;
}

.page-content {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #000000;
}

.page-content p {
    margin-bottom: 20px;
}

.page-contacts .contacts {
    margin-top: 0;
}

@media (max-width:768px) {
    .page-content-wrap {
        margin-top: 80px;
    }

    .page-content-body {
        padding: 20px;
    }

    .page-title {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    .page-content {
        font-size: 15px;
    }
}