@-webkit-keyframes sliderProgress {
    0% {
        stroke-dashoffset: 334
    }
    to {
        stroke-dashoffset: 258
    }
}

@keyframes sliderProgress {
    0% {
        stroke-dashoffset: 334
    }
    to {
        stroke-dashoffset: 258
    }
}

@-webkit-keyframes Mouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    50% {
        opacity: 1
    }
    65% {
        -webkit-transform: translateY(18px);
        transform: translateY(18px);
        opacity: 0
    }
    68% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
    69% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
    75% {
        opacity: 1
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes Mouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    50% {
        opacity: 1
    }
    65% {
        -webkit-transform: translateY(18px);
        transform: translateY(18px);
        opacity: 0
    }
    68% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
    69% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
    75% {
        opacity: 1
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.main-block {
    color: #fff;
    overflow: hidden;
    height: 100vh
}

.main-block video {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.main-block .logo {
    position: absolute;
    left: 48px;
    top: 40px;
    opacity: 1;
    z-index: 3;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.main-block .logo img {
    display: inline-block;
    vertical-align: bottom;
    width: 228px;
    height: auto
}

.main-block .text {
    position: absolute;
    left: 50%;
    top: calc(50% - 20px);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    z-index: 3;
    width: 960px
}

.main-block .text .simple-text {
    font-size: 11.37777778px
}

@media screen and (min-width: 1024px) {
    .main-block .text .simple-text {
        font-size: calc(11.37777778px + 4.62222222 * ((100vw - 1024px) / 416))
    }
}

@media screen and (min-width: 1440px) {
    .main-block .text .simple-text {
        font-size: 16px
    }
}

.main-block .text .name-text-big {
    font-size: 19.91111111px
}

@media screen and (min-width: 1024px) {
    .main-block .text .name-text-big {
        font-size: calc(19.91111111px + 17.42222222 * ((100vw - 1024px) / 896))
    }
}

@media screen and (min-width: 1920px) {
    .main-block .text .name-text-big {
        font-size: 37.33333333px
    }
}

.main-block .text .title {
    white-space: nowrap;
    font-size: 32.71111111px
}

@media screen and (min-width: 1024px) {
    .main-block .text .title {
        font-size: calc(32.71111111px + 28.62222222 * ((100vw - 1024px) / 896))
    }
}

@media screen and (min-width: 1920px) {
    .main-block .text .title {
        font-size: 61.33333333px
    }
}

.main-block .text .uppercase-text {
    font-size: 8.53333333px
}

@media screen and (min-width: 1024px) {
    .main-block .text .uppercase-text {
        font-size: calc(8.53333333px + 3.46666667 * ((100vw - 1024px) / 416))
    }
}

@media screen and (min-width: 1440px) {
    .main-block .text .uppercase-text {
        font-size: 12px
    }
}

.main-block .text .info {
    width: 960px;
    height: 136px;
    background: url("/assets/desktop/images/bilet.svg") no-repeat 50%;
    background-size: 100% 100%;
    margin-top: 40px
}

.main-block .text .info .simple-btn {
    position: absolute;
    right: 49px;
    top: 36px
}

.main-block .text .info .items {
    position: absolute;
    left: 44px;
    top: 44px
}

.main-block .text .info .items .item {
    display: inline-block;
    vertical-align: top
}

.main-block .text .info .items .item:first-child {
    margin-right: 53px
}

.main-block .text .info .items .item .image {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px
}

.main-block .text .info .items .item .right {
    display: inline-block;
    vertical-align: middle;
    color: #333
}

.main-block .text .info .items .item .right .small-text {
    opacity: .5
}

.main-block .text .slide .simple-text, .main-block .text .slide .title, .main-block .text .slide .uppercase-text {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: .4s;
    transition: .4s
}

.main-block .text .slide .simple-text, .main-block .text .slide .title {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.main-block .text .slide .info, .main-block .text .slide .simple-btn {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.main-block .text .slide.active .info, .main-block .text .slide.active .simple-btn, .main-block .text .slide.active .simple-text, .main-block .text .slide.active .title, .main-block .text .slide.active .uppercase-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.main-block .text.first-anim .uppercase-text {
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.main-block .text.first-anim .simple-text, .main-block .text.first-anim .title {
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.main-block .text.first-anim .info, .main-block .text.first-anim .simple-btn {
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

.main-block .phone {
    position: absolute;
    right: 244px;
    top: 65px;
    opacity: 1;
    z-index: 3;
    text-align: right;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.main-block .phone .subphone-text {
    color: hsla(0, 0%, 100%, .9);
    margin-top: 2px
}

.main-block .phone.phone2 {
    right: 252px
}

.main-block .phone.phone1 {
    right: 470px
}

.main-block .scroll-down {
    position: absolute;
    left: 48px;
    bottom: 48px;
    opacity: 1;
    z-index: 3;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
    cursor: pointer
}

.main-block .scroll-down .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px
}

.main-block .scroll-down .icon div {
    width: 28px;
    height: 46px;
    border-radius: 13px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff));
    background-image: linear-gradient(0deg, #ddd, #fff)
}

.main-block .scroll-down .icon span {
    width: 7px;
    height: 7px;
    background-color: #287ff9;
    position: absolute;
    left: 11px;
    top: 11px;
    border-radius: 100%;
    -webkit-animation-name: Mouse;
    animation-name: Mouse;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.main-block .scroll-down .uppercase-text {
    display: inline-block;
    vertical-align: middle
}

.main-block .dots {
    padding: 16px 24px;
    border-radius: 31px;
    background-color: #fff;
    position: absolute;
    right: 48px;
    bottom: 48px;
    opacity: 1;
    z-index: 3;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
    font-size: 0
}

.main-block .dots div {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin-right: 10px;
    cursor: pointer
}

.main-block .dots div:last-child {
    margin-right: 0 !important
}

.main-block .dots div:after {
    content: "";
    width: 8px;
    height: 8px;
    opacity: .2;
    background-color: #287ff9;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    -webkit-transition: .3s;
    transition: .3s
}

.main-block .dots div .progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.main-block .dots div .progress svg.circle, .main-block .dots div .progress svg.circle-timer {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 27px;
    height: 27px;
    stroke: #d4e5fe;
    stroke-width: 2px;
    fill: none;
    z-index: 1
}

.main-block .dots div .progress svg.circle-timer {
    top: -1px;
    stroke-dasharray: 334;
    stroke-dashoffset: 334;
    stroke: #287ff9;
    stroke-width: 2px;
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.main-block .dots.autoplay-start .active .progress, .main-block .dots div.active:after, .main-block .dots div:hover:after {
    opacity: 1
}

.main-block .dots.autoplay-start .active .progress svg.circle-timer {
    -webkit-animation-name: sliderProgress;
    animation-name: sliderProgress
}

.main-block.main-page:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(46, 58, 66, .8)
}

.main-block.main-page .text .simple-text {
    margin: 11px 0 64px
}

.main-block.main-page .text .uppercase-text {
    margin-bottom: 40px;
    color: #4f98ff
}

.main-block.contacts-page:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(46, 58, 66, .8)
}

.main-block.contacts-page .text {
    width: 960px;
    left: 50%;
    top: calc(50% - 40px);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0)
}

.main-block.contacts-page .text .it {
    display: inline-block;
    vertical-align: top;
    margin-right: 120px;
    margin-bottom: 48px
}

.main-block.contacts-page .text .it a {
    -webkit-transition: .3s;
    transition: .3s
}

.main-block.contacts-page .text .it a:hover {
    color: #4f98ff
}

.main-block.contacts-page .text .simple-text {
    margin: 8px 0 0
}

.main-block.contacts-page .text .name-text-big {
    color: #fff;
    display: block
}

.main-block.contacts-page .text .simple-btn {
    width: 283px;
    display: block
}

.number-block {
    overflow: hidden
}

.number-block, .number-block .container {
    height: 500px;
    will-change: transform
}

.number-block .number {
    font-family: Oswald, sans-serif;
    font-size: 320px;
    font-weight: 500;
    letter-spacing: -10px;
    line-height: .81;
    position: absolute;
    left: 0;
    top: 120px;
    white-space: nowrap;
    text-transform: uppercase;
    will-change: transform
}

.number-block .name-text {
    position: absolute;
    left: 160px;
    top: 236px
}

.number-block.light {
    color: #333;
    background: #fff
}

.number-block.light .number {
    color: #eff5f9
}

.number-block.dark {
    color: #fff;
    background: #333
}

.number-block.dark .number {
    color: #2a2a2a
}

.number-block.blue {
    color: #fff;
    background: #3760e2
}

.number-block.blue .number {
    color: #fff;
    opacity: .1
}

.number-block img {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: auto
}

.contacts-map-block {
    height: 600px;
    background-color: #f2f5fa;
    position: relative;
    z-index: 10;
    color: #333;
    margin-bottom: 40px
}

.contacts-map-block .map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.contacts-map-block .map.show {
    opacity: 1;
    z-index: 1
}

.contacts-map-block .wrap {
    width: 960px;
    height: 347px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: -174px;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.contacts-map-block .wrap .video {
    width: 560px;
    height: 347px;
    background: #333;
    overflow: hidden
}

.contacts-map-block .wrap .video, .contacts-map-block .wrap .video img {
    position: absolute;
    left: 0;
    top: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.contacts-map-block .wrap .video img, .contacts-map-block .wrap .video video {
    width: 100%;
    height: auto
}

.contacts-map-block .wrap .cities {
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 347px
}

.contacts-map-block .wrap .cities .moscow, .contacts-map-block .wrap .cities .rostov {
    padding: 19px 48px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.contacts-map-block .wrap .cities .moscow .city-name svg, .contacts-map-block .wrap .cities .rostov .city-name svg {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle
}

.contacts-map-block .wrap .cities .moscow .city-name .name, .contacts-map-block .wrap .cities .rostov .city-name .name {
    font-family: var(--inter-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -.4px;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .3s;
    transition: .3s
}

.contacts-map-block .wrap .cities .moscow .info .small-text, .contacts-map-block .wrap .cities .rostov .info .small-text {
    color: rgba(51, 51, 51, .5);
    margin-top: 2px
}

.contacts-map-block .wrap .cities .moscow .info .sb, .contacts-map-block .wrap .cities .rostov .info .sb {
    margin: 13px 0 40px;
    color: #333
}

.contacts-map-block .wrap .cities .moscow .drop, .contacts-map-block .wrap .cities .rostov .drop {
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 34px;
    top: 32px;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1
}

.contacts-map-block .wrap .cities .moscow.active, .contacts-map-block .wrap .cities .rostov.active {
    padding: 40px 48px 44px
}

.contacts-map-block .wrap .cities .moscow.active .drop, .contacts-map-block .wrap .cities .rostov.active .drop {
    opacity: 0
}

.contacts-map-block .wrap .cities .rostov {
    border-top: 1px solid rgba(51, 51, 51, .1)
}

.download-block {
    padding: 40px 0 0
}

.download-block .items .item {
    display: inline-block;
    vertical-align: top;
    width: 304px;
    height: 498px;
    border-radius: 4px;
    background-color: #f2f5fa;
    padding: 32px 40px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 19px
}

.download-block .items .item:last-child {
    margin-right: 0 !important
}

.download-block .items .item .image {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    border-radius: 4px
}

.download-block .items .item .image img {
    width: 100%;
    height: auto
}

.download-block .items .item .name-text-big {
    margin: 32px 0 16px
}

.download-block .items .item .simple-text {
    white-space: nowrap
}

.download-block .items .item .simple-btn {
    margin-top: 32px;
    width: 100%
}

.contacts-form-block {
    padding: 120px 0
}

.contacts-form-block .title-box {
    display: none;
    margin-bottom: 25px
}

.contacts-form-block .title-box.active {
    display: block
}

.contacts-form-block .title-box .simple-text {
    color: rgba(51, 51, 51, .8)
}

.contacts-form-block .managers {
    display: inline-block;
    vertical-align: top;
    margin-right: 76px
}

.contacts-form-block .managers .tabs {
    margin-top: 40px;
    border: 1px solid #E5EBF9;
    height: max-content;
    border-radius: 100px;
}

.contacts-form-block .managers .tabs div {
    width: 72px;
    height: 72px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    cursor: pointer;
    border: 6px solid transparent;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0.5;
}

.contacts-form-block .managers .tabs div.active {
    opacity: 1;
}

.contacts-form-block .managers .tabs div img {
    width: 72px;
    height: 72px
}

.contacts-form-block .managers .tabs div:hover {
    opacity: 1;
}

.contacts-form-block .managers .item {
    height: 460px;
    width: 320px;
    background: #f2f5fa;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: none
}

.contacts-form-block .managers .item.active {
    display: block
}

.contacts-form-block .managers .item .image {
    width: 320px;
    height: 358px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #dee5ef;
    position: relative
}

.contacts-form-block .managers .item .image .play-btn {
    position: absolute;
    left: 32px;
    bottom: 32px
}

.contacts-form-block .managers .item .image img {
    width: 100%;
    height: auto
}

.contacts-form-block .managers .item .simple-text {
    padding: 24px 40px 4px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: -.2px
}

.contacts-form-block .managers .item .small-text {
    padding: 0 40px
}

.contacts-form-block .form-wrap {
    display: inline-block;
    vertical-align: top;
    max-width: 56%;
    width: 100%;
}

.contacts-form-block .form-wrap form {
    width: 480px
}

.contacts-form-block .form-wrap form .input {
    margin-bottom: 14px
}

.contacts-form-block .form-wrap form .submit {
    margin-top: 24px
}

.contacts-form-block .form-wrap form .submit button {
    width: 480px
}

.contacts-form-block .form-wrap form .small-text {
    margin-top: 32px;
    color: rgba(51, 51, 51, .3)
}

@font-face {
    font-display: fallback;
    font-family: Oswald;
    src: url("/wp-content/themes/reboot_child/assets/fonts/Oswald-Medium.ttf");
    font-weight: 500
}

@font-face {
    font-family: Manrope;
    src: url("/wp-content/themes/reboot_child/assets/fonts/Manrope-Regular.ttf");
    font-weight: 400
}

@font-face {
    font-family: Manrope;
    src: url("/wp-content/themes/reboot_child/assets/fonts/Manrope-Bold.ttf");
    font-weight: 700
}

@font-face {
    font-family: 'SF Pro Display';
    src: url("/wp-content/themes/reboot_child/assets/fonts/SF-Pro-Display-Regular.otf");
    font-weight: 400;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url("/wp-content/themes/reboot_child/assets/fonts/SF-Pro-Display-Medium.otf");
    font-weight: 500;
}

:root {
    --inter-font-family: 'Inter', sans-serif;
    --default-font-family: 'Lato', sans-serif;
    --manrope-font-family: 'Manrope', sans-serif;
    --evomgt-org-azure-radiance: #0af;
    --evomgt-org-black: #000;
    --evomgt-org-black-200: rgba(0, 0, 0, 0.2);
    --evomgt-org-black-squeeze: #f2f5fa;
    --evomgt-org-botticelli: #dee5ef;
    --evomgt-org-cerulean-blue: #3264c3;
    --evomgt-org-cod-gray: #1a1a1a;
    --evomgt-org-dodger-blue: #4382f6;
    --evomgt-org-dodger-blue: #4f98ff;
    --evomgt-org-dove-gray: #666;
    --evomgt-org-hawkes-blue: #e0e9fd;
    --evomgt-org-link-water: #e5ebf9;
    --evomgt-org-malibu: #88b5fd;
    --evomgt-org-malibu: #6ea9ff;
    --evomgt-org-malibu: #7af;
    --evomgt-org-mercury: #e6e6e6;
    --evomgt-org-mine-shaft: #333;
    --evomgt-org-mine-shaft: #2b2b2b;
    --evomgt-org-mine-shaft-300: rgba(51, 51, 51, 0.3);
    --evomgt-org-mine-shaft-500: rgba(51, 51, 51, 0.5);
    --evomgt-org-mine-shaft-800: rgba(51, 51, 51, 0.8);
    --evomgt-org-outer-space-800: rgba(46, 58, 66, 0.8);
    --evomgt-org-periwinkle: #b9d1fe;
    --evomgt-org-portage: #7d9ce8;
    --evomgt-org-red-orange: #ff4638;
    --evomgt-org-red-orange: #f43;
    --evomgt-org-sail: #a9c2fb;
    --evomgt-org-san-juan: #2d4570;
    --evomgt-org-selago: #e7effc;
    --evomgt-org-supernova: #fc0;
    --evomgt-org-white: #fff;
    --evomgt-org-white: #fff;
    --evomgt-org-white-100: rgba(255, 255, 255, 0.1);
    --evomgt-org-white-400: rgba(255, 255, 255, 0.4);
    --evomgt-org-white-700: rgba(255, 255, 255, 0.7);
    --evomgt-org-white-750: rgba(255, 255, 255, 0.75);
    --evomgt-org-white-800: rgba(255, 255, 255, 0.8);
    --evomgt-org-white-lilac: #f2f5fa;
    --evomgt-org-white-lilac: #f6f8fc;
    --evomgt-org-white-white: #fff;
    --color-white-solid: #fff;
    --color-grey-20: #333;
    --color-grey-96: #f2f5fa;
    --color-grey-90: #dee5ef;
    --color-azure-65: #4f98ff;
    --color-grey-20-800: rgba(51, 51, 51, 0.8);
    --color-grey-98: #f6f8fc;
    --color-grey-94: #e5ebf9;
    --color-azure-31: #2d4570;
    --color-grey-20-300: rgba(51, 51, 51, 0.3);
    --color-white--100: rgba(255, 255, 255, 0.1);
    --color-red-61: #ff4638;
    --color-white--800: rgba(255, 255, 255, 0.8);
    --color-grey-10: #1a1a1a;
    --color-azure-22-800: rgba(46, 58, 66, 0.8);
    --color-white--400: rgba(255, 255, 255, 0.4);
    --color-black--200: rgba(0, 0, 0, 0.2);
    --color-black-solid: #000;
    --color-white--700: rgba(255, 255, 255, 0.7);
    --color-white--750: rgba(255, 255, 255, 0.75);
    --color-grey-20-500: rgba(51, 51, 51, 0.5);
    --space: 120px;
}

* {
    position: relative;
}

a {
    text-decoration: none;
}

#content {
    padding: 0;
}

.form form .input {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.form form .input:before {
    border: 2px solid #ccd7ec;
    border-radius: 4px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    transition: .3s
}

.form form .input:after, .form form .input:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form form .input:after {
    border-radius: 4px;
    z-index: 2;
    display: none;
    background-color: rgba(246, 248, 252, .6)
}

.form form .input:hover:before {
    opacity: 1
}

.form form .input input, .form form .input textarea {
    width: 100%;
    height: 64px;
    border-radius: 4px;
    border: 1px solid #e5ebf9;
    background-color: #f6f8fc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 23px 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: .5;
    color: #2d4570
}

.form form .input textarea {
    padding: 34px 23px 0;
    display: block
}

.form form .input .placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: .67;
    color: #2d4570;
    position: absolute;
    left: 23px;
    top: 29px;
    opacity: .4;
    z-index: 1;
    -webkit-transition: .25s;
    transition: .25s
}

.form form .input .btn-text-small {
    display: none;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: calc(100% - 3px);
    left: 0;
    padding: 15px 0 14px 20px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #f8374d;
    letter-spacing: 0;
    line-height: 1.57;
    -webkit-transition: .3s;
    transition: .3s
}

.form form .input.focused .placeholder {
    font-size: 12px;
    top: 16px
}

.form form .input.has-error {
    z-index: 1
}

.form form .input.has-error:before {
    opacity: 1;
    border: 2px solid #f8374d
}

.form form .input.has-error .btn-text-small {
    display: block
}

.form form .input.has-error:hover {
    z-index: 3
}

.form form .input.has-error:hover .btn-text-small {
    opacity: 1
}

.form form .submit {
    display: inline-block;
    vertical-align: top
}

.form form .submit button {
    font-family: var(--inter-font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: .5;
    letter-spacing: 0;
    text-transform: none;
    padding: 28px 0;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    color: #333;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd000), to(#ffb120));
    background-image: linear-gradient(180deg, #ffd000, #ffb120);
    border: none;
    text-align: center
}

.form form .submit button span {
    position: relative;
    z-index: 2
}

.form form .submit button:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd000), to(#ffb120));
    background-image: linear-gradient(180deg, #ffd000, #ffb120)
}

.form form .submit button:after, .form form .submit button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px
}

.form form .submit button:after {
    z-index: 1;
    opacity: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fe0), to(#ffd200));
    background-image: linear-gradient(180deg, #fe0, #ffd200);
    -webkit-transition: .3s;
    transition: .3s
}

.form form .submit button:hover:after {
    opacity: 1
}

.form form .submit .onsend {
    display: none
}

.form form .submit .load {
    display: none;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -40px;
    top: 18px;
    border-radius: 100%;
    -webkit-animation-name: formLoader;
    animation-name: formLoader;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.form form .submit .load i {
    position: absolute;
    left: -3px;
    top: -3px;
    bottom: -3px;
    width: 15px;
    height: 30px;
    overflow: hidden
}

.form form .submit .load i:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    border-radius: 100%
}

.form form .submit .load.white {
    border: 3px solid hsla(0, 0%, 100%, .2)
}

.form form .submit .load.white i:before {
    border: 3px solid #fff
}

.form form .submit .load.blue {
    border: 3px solid rgba(40, 127, 249, .2)
}

.form form .submit .load.blue i:before {
    border: 3px solid #287ff9
}

.form .thank {
    display: none
}

.form.sending form .input:after, .form.sending form .submit .onsend {
    display: block
}

.form.sending form .submit .default {
    display: none
}

.form.sending form .submit .load {
    display: block
}


.menu-btn {
    top: 28px
}

.menu .phone {
    top: 38px
}

.menu .main-menu {
    top: 54px
}

.simple-btn {
    font-family: var(--inter-font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: .5;
    letter-spacing: 0;
    text-transform: none;
    padding: 28px 40px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.simple-btn span {
    position: relative;
    z-index: 2
}

.simple-btn:after, .simple-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px
}

.simple-btn:after {
    z-index: 1;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.simple-btn.orange {
    color: #333
}

.simple-btn.orange:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd000), to(#ffb120));
    background-image: linear-gradient(180deg, #ffd000, #ffb120)
}

.simple-btn.orange:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fe0), to(#ffd200));
    background-image: linear-gradient(180deg, #fe0, #ffd200)
}

.simple-btn.orange:hover:after {
    opacity: 1
}


.policy-header {
    border-bottom: 1px solid rgba(51, 51, 51, .1);
    height: 112px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px
}

.policy-header .logo {
    float: left;
    padding: 22px 0 0
}

.policy-header .phone {
    margin-right: 204px;
    padding: 38px 0 0;
    float: right;
    text-align: right
}

.policy-header .phone .subphone-text {
    opacity: .5;
    padding-top: 2px
}

.policy-header .subscribers {
    padding: 38px 0 0;
    float: right;
    text-align: right;
    margin-right: 74px
}

.policy-header .subscribers .subphone-text {
    opacity: .5;
    padding-top: 2px
}

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

.flex-block_column {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}

.flex-block_s-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flex-block_j-center {
    justify-content: center;
    -webkit-justify-content: center;
}

.flex-block_a-center {
    align-items: center;
    -webkit-align-items: center;
}

.image-header {
    width: 100%;
    height: 500px;
    position: relative;
    box-sizing: border-box;
    padding: 28px 0 0 0;
    margin-bottom: var(--space);
}

.image-header img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    object-fit: cover;
    -o-object-fit: cover;
}

.custom-container {
    width: 1200px;
    margin: 0 auto;
}

.image-header .custom-container {
    position: relative;
    z-index: 2;
}

.contacts-new * {
    font-family: var(--inter-font-family);
    box-sizing: border-box;
}

.breadcrumbs__item {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #999;
    text-decoration: none;
}

.breadcrumbs__item_split {
    margin: 0 8px;
}

.breadcrumbs_inner {
    margin-bottom: 136px;
}

.page-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: var(--evomgt-org-white);
    margin-bottom: 24px;
}

.max-content {
    width: max-content;
}

.contacts-new .simple-btn {
    height: 76px;
    display: flex;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    white-space: nowrap;
}

.contacts-container {
    margin: 0 80px;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.contacts-info__item-head {
    font-weight: 600;
    font-size: 23px;
    line-height: 122%;
    color: var(--evomgt-org-mine-shaft);
    margin-bottom: 10px;
}

.contacts-info__item-val {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: var(--evomgt-org-mine-shaft);
    text-decoration: none;
}

.contacts-info__item {
    display: flex;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    margin-bottom: 35px;
}

.contacts-info__item:last-of-type {
    margin-bottom: 0;
}

.contacts-info__item-val_under {
    text-decoration: underline;
}

.contacts-info__item-footer {
    margin-top: 5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 171%;
    color: var(--evomgt-org-mine-shaft);
}

.contacts-info__soc a {
    margin-right: 15px;
}

.contacts-details {
    width: 100%;
    background: #f3f4f5;
    padding: 25px 30px;
    margin-top: 50px;
}

.contacts-details .contacts-info__item-val {
    line-height: 144%;
}

.contacts-feedback {
    background: #333;
    width: 100%;
    margin-top: var(--space);
    padding: var(--space) 0;
}

.contacts-feedback .custom-container {
    background: var(--evomgt-org-white);
    padding: 64px 62px;
    box-sizing: border-box;
    display: flex;
    gap: 62px;
}

.contacts-form-block .custom-container .form-wrap form {
    width: 576px;
}

.contacts-form-block .custom-container .form-wrap form .wrap__item {
    display: flex;
    gap: 15px;
}

.contacts-form-block .custom-container .form-wrap form label {
    width: 100%;
}

.contacts-form-block .custom-container .form-wrap form .submit button {
    width: 100%;
}

.contacts-map {
    position: relative;
    width: 581px;
    height: 538px;
}

.contacts-map * {
    width: 100%;
    height: 100%;
}

.ymaps-2-1-79-controls__control * {
    width: auto;
    height: auto;
}

.contacts-map .map {
    display: none;
}

.contacts-map .map.show {
    display: block;
}

.js-contacts-map {
    position: relative;
    width: 100%;
    height: 100%;
}

.contacts-form-block .custom-container .managers .item {
    width: 350px;
    height: 480px;
}

.contacts-form-block .custom-container .managers .item .image {
    width: 350px;
    height: 395px;
    display: flex;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.contacts-form-block .custom-container .managers .item .manager-post {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px 30px;
}

.contacts-form-block .custom-container .managers .item .simple-text {
    /*padding: 22px 38px 0 38px;*/
    padding: 0 !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: var(--evomgt-org-mine-shaft);
}

.contacts-form-block .custom-container .managers .item .small-text {
    /*padding: 6px 38px 0 38px;*/
    padding: 0 !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: var(--evomgt-org-mine-shaft);
}

.contacts-form-block .title-box .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 112%;
    color: var(--evomgt-org-mine-shaft);
    margin: 15px 0;
}

.contacts-form-block .custom-container .managers {
    margin-right: 0;
    position: relative;
    display: flex;
    gap: 10px;
}

.contacts-form-block .custom-container .form-wrap form .small-text {
    font-weight: 400;
    font-size: 11px;
    line-height: 183%;
    color: var(--evomgt-org-mine-shaft-300);
    margin-top: 24px;
}

.contacts-form-block .custom-container .form-wrap form textarea {
    height: 153px;
}

.contacts-form-block .custom-container .managers .tabs {
    margin: 0;
    display: flex;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    /* position: absolute;
     right: -70px;
     top: 0;*/
    z-index: 9;
}

.contacts-form-block .custom-container .managers .tabs div {
    margin: 0;
}

.contacts-form-block .custom-container .managers .tabs div[data-id="2"] {
    margin-top: -5px;
}

.contacts-form-block .custom-container .form-wrap form .submit {
    margin-top: 0;
}

.contacts-form-block .managers .tabs div img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
}

.overlay {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
    min-height: 100%;
    padding: 60px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    height: 100%;
}

.overlay.visible {
    visibility: visible;
}

.overlay.resizable {
    display: block;
}

.overlay, .overlay .overlay-popup {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.overlay .overlay-popup {
    position: relative;
    background: #fff;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    margin: 0 auto;
    z-index: 1;
    width: 728px;
    padding: 56px;
    border-radius: 4px;
}

.overlay.open .overlay-popup {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 50%;
    transform: translateY(-50%);
}

.overlay.open {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
}

.overlay.consult-overlay .overlay-popup {
    width: 480px;
}

.overlay .overlay-popup .overlay-content {
    position: relative;
}

.overlay .overlay-popup div.close {
    position: absolute;
    top: 53px;
    right: -29px;
    width: 56px;
    height: 56px;
    cursor: pointer;
    background-image: -webkit-gradient(linear, right top, left top, from(#3fb2ff), to(#5582ff));
    background-image: linear-gradient(270deg, #3fb2ff, #5582ff);
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thank {
    position: relative;
}

.js-popup form .name-text {
    padding: 16px 0 32px;
}

.js-popup form label.input {
    width: 368px;
    margin-bottom: 14px;
    height: 64px;
}

.js-popup .form form input {
    margin-bottom: 14px;
}

.js-popup .form form label.submit, .form form button {
    width: 100%;
}

.js-popup .form form .small-text {
    margin-top: 24px;
    opacity: .5;
}

@media (max-width: 1200px) {
    .custom-container {
        width: 100%;
        padding: 0 15px;
    }

    .policy-header {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 0 0
    }

    .policy-header .logo img {
        width: 169px
    }

    .policy-header .menu-btn {
        position: fixed;
        right: 0;
        top: 0;
        width: 70px;
        height: 70px;
        background: url("/assets/mobile/images/menu-bg.svg") no-repeat 50%;
        background-size: 100% 100%;
        z-index: 4;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease
    }

    .policy-header .menu-btn img {
        position: absolute;
        top: 16px;
        left: 29px
    }

    .policy-header .menu-btn.hide {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    .image-header {
        padding-top: 145px;
        margin-bottom: 0;
    }

    .page-title {
        font-weight: 700;
        font-size: 22px;
        line-height: 140%;
        margin-bottom: 30px;
    }

    .contacts-new .simple-btn {
        height: 68px;
    }

    .contacts-absolute {
        margin-top: -140px;
        position: relative;
        z-index: 2;
        background: var(--evomgt-org-white);
        margin-left: 15px;
        margin-right: 15px;
    }

    .contacts-container {
        margin: 0;
    }

    .contacts-container.mobile-map {
        margin-bottom: 350px;
    }

    .contacts-absolute .contacts-info {
        padding-top: 30px;
    }

    .contacts-details {
        margin-top: 30px;
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        padding: 25px 15px;
    }

    .contacts-new .contacts-details .simple-btn {
        height: 74px;
        margin-top: 30px;
    }

    .contacts-map {
        width: 100%;
        height: 320px;
        position: absolute;
        bottom: -635px;
        left: 0;
    }

    html body .contacts-feedback {
        margin-top: 60px;
        padding: 60px 15px;
    }

    .contacts-feedback .custom-container {
        margin: 0;
        padding: 35px 15px;
        flex-direction: column;
        gap: 20px;
    }

    .contacts-form-block .custom-container .managers {
        margin-right: 0;
        width: 100%;
    }

    .contacts-form-block .custom-container .managers .item {
        width: 100%;
        height: max-content;
    }

    .contacts-form-block .custom-container .managers .item .image {
        width: 100%;
        height: auto;
    }

    .contacts-form-block .custom-container .managers .item .simple-text {
        /*padding: 19px 19px 0 32px;*/
        font-size: 16px;
    }

    .contacts-form-block .custom-container .managers .item .small-text {
        /*padding: 0 19px 20px 32px;*/
        font-size: 14px;
    }

    .form-wrap {
        width: 100%;
        max-width: 100%;
    }

    .contacts-form-block .custom-container .form-wrap form {
        width: 100%;
    }

    .contacts-form-block .title-box {
        margin-bottom: 10px
    }

    .contacts-form-block .title-box .title {
        margin: 10px 0;
        font-weight: 600;
        font-size: 26px;
        line-height: 120%;
        width: 100%;
        word-break: break-all;
    }

    .contacts-form-block .title-box .title br {
        display: none;
    }

    .contacts-form-block .custom-container .form-wrap form .small-text {
        font-size: 10px;
        margin-bottom: 14px;
    }

    .contacts-form-block .custom-container .managers .tabs {
        position: absolute;
        top: 0;
        right: 10px;
        background: #fff;
        border-color: #fff;
    }

    .contacts-form-block .form-wrap {
        max-width: 100%;
        width: 100%;
    }

    .form form .input input, .form form .input textarea {
        font-size: 12px;
    }
}