﻿@import url('Serverlease.css');
@font-face {
    font-family: 'SF UI Display';
    src: url(../fonts/SFUIDisplay-Black.ttf);
    font-weight: 900;
    font-display: swap
}

@font-face {
    font-family: 'SF UI Display';
    src: url(../fonts/SFUIDisplay-Bold.ttf);
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: 'SF UI Display';
    src: url(../fonts/SFUIDisplay-Semibold.ttf);
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: 'SF UI Display';
    src: url(../fonts/SFUIDisplay-Medium.ttf);
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: 'SF UI Display';
    src: url(../fonts/SFUIDisplay-Regular.ttf);
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: 'SF UI Display';
    src: url(../fonts/SFUIDisplay-Light.ttf);
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: 'SF UI Display';
    src: url(../fonts/SFUIDisplay-Thin.ttf);
    font-weight: 200;
    font-display: swap
}

html {
    font-family: "SF UI Display",Arial,sans-serif;
    font-size: 16
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
    min-height: 100vh;
    position: relative;
    -webkit-animation: fadeIn .2s ease;
    animation: fadeIn .2s ease
}

    body:after {
        content: '';
        position: absolute;
        left: -100%;
        top: 0;
        opacity: 0;
        height: 100%;
        width: 100%;
        z-index: 9;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    body.has_bg:after {
        height: 100%;
        background-color: rgba(0,0,0,.2);
        left: 0;
        opacity: 1
    }

    body.preload * {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important
    }

    body.has_open_modal {
        overflow: hidden
    }

::-moz-selection {
    color: #000;
    background-color: #32d4ad
}

::selection {
    color: #000;
    background-color: #32d4ad
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    max-width: 100%
}

    img.bordered {
        border: 1px dashed #dadada
    }

picture {
    width: 100%;
    height: auto
}

h1, h2, h3, h4 {
    margin: 0
}

a {
    color: inherit;
    text-decoration: none
}

p {
    margin: 0
}

b, strong {
    font-weight: 700
}

table {
    border-collapse: collapse
}

ol, ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

input, select, textarea {
    outline: 0;
    font-size: inherit;
    font-family: inherit;
    border: none
}

button {
    padding: 0;
    background-color: transparent;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    border: none;
    background-color: transparent
}

textarea {
    resize: none
}

.desktop_appear {
    display: none !important
}

@media all and (max-width:1320px) {
    .desktop_appear {
        display: block !important
    }
}

@media all and (max-width:1320px) {
    .desktop_appear_type_link {
        display: inline-block !important
    }
}

@media all and (max-width:1320px) {
    .desktop_disappear {
        display: none !important
    }
}

.tablet_wide_appear {
    display: none !important
}

@media all and (max-width:1024px) {
    .tablet_wide_appear {
        display: block !important
    }
}

@media all and (max-width:1024px) {
    .tablet_wide_appear_type_link {
        display: inline-block !important
    }
}

@media all and (max-width:1024px) {
    .tablet_wide_disappear {
        display: none !important
    }
}

.tablet_appear {
    display: none !important
}

@media all and (max-width:768px) {
    .tablet_appear {
        display: block !important
    }
}

@media all and (max-width:768px) {
    .tablet_appear_type_link {
        display: inline-block !important
    }
}

@media all and (max-width:768px) {
    .tablet_disappear {
        display: none !important
    }
}

.phone_appear {
    display: none !important
}

@media all and (max-width:500px) {
    .phone_appear {
        display: block !important
    }
}

@media all and (max-width:768px) {
    .phone_appear_type_link {
        display: inline-block
    }
}

@media all and (max-width:500px) {
    .phone__disappear {
        display: none !important
    }
}

.one_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .one_line > :first-child {
        margin: 0
    }

.one_line_baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    width: 100%
}

.main-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding-top: 74px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.section {
    position: relative;
    margin-bottom: 80px
}

    .section.bottom_bordered .wrapper {
        padding-bottom: 80px;
        border-bottom: 1px dashed #b6ced7
    }

@media all and (max-width:768px) {
    .section {
        padding: 0;
        margin-bottom: 40px
    }

        .section.bottom_bordered .wrapper {
            padding-bottom: 40px
        }
}

.wrapper {
    max-width: 1280px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto
}

@media all and (max-width:1350px) {
    .wrapper {
        padding: 0 20px
    }
}

.intro .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.intro__left {
    margin-right: 60px
}

.intro__right {
    max-width: 685px;
    width: 100%;
    height: 568px;
    -webkit-animation: intro .3s ease;
    animation: intro .3s ease
}

.intro__text {
    margin-top: 20px
}

@media all and (max-width:1800px) {
    .intro {
        min-height: 580px
    }

    .intro__right {
        position: absolute;
        right: 0
    }
}

@media all and (max-width:1320px) {
    .intro {
        margin-bottom: 110px;
        min-height: unset
    }

    .intro__right {
        margin-right: -20px;
        position: unset
    }
}

@media all and (max-width:768px) {
    .intro {
        margin-bottom: 40px
    }

        .intro .wrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column
        }

    .intro__left {
        margin-right: 0;
        width: 100%
    }

    .intro__right {
        position: relative;
        height: 70vw;
        max-width: 100%;
        margin-top: 30px;
        margin-right: 0;
        -webkit-animation: none;
        animation: none
    }
}

@-webkit-keyframes intro {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes intro {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.lazyload, .lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.u-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

    .u-container.aligned_top {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .u-container.item_count_2 .u-container__item {
        max-width: -webkit-calc(100% / 2);
        max-width: calc(100% / 2)
    }

    .u-container.item_count_3 .u-container__item {
        max-width: -webkit-calc(100% / 3);
        max-width: calc(100% / 3)
    }

    .u-container.item_count_4 .u-container__item {
        max-width: -webkit-calc(100% / 4);
        max-width: calc(100% / 4)
    }

    .u-container.item_count_5 .u-container__item {
        max-width: -webkit-calc(100% / 5);
        max-width: calc(100% / 5)
    }

    .u-container.item_count_8 .u-container__item {
        max-width: -webkit-calc(100% / 8);
        max-width: calc(100% / 8)
    }

.u-container_reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.u-container_bordered {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .u-container_bordered .u-container__item {
        border: 1px solid #edeeee
    }

        .u-container_bordered .u-container__item > * {
            position: relative;
            z-index: 2
        }

        .u-container_bordered .u-container__item.u-bg_type_dots:after {
            background: url(img/dots_bg_small.svg) no-repeat;
            width: 57px;
            height: 57px;
            background-size: auto;
            right: unset;
            top: -46px;
            z-index: 0;
            left: -20px;
            background-color: #fff;
            padding: 18px
        }

@media all and (max-width:768px) {
    .u-container_bordered .u-container__item.u-bg_type_dots:after {
        background-size: 55px
    }
}

.u-container_pros .u-container__item {
    padding: 28px 25px;
    margin-right: 20px
}

.u-container_numbers {
    padding-top: 15px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .u-container_numbers .u-list li, .u-container_numbers .u-text, .u-list .u-container_numbers li {
        margin-top: 5px
    }

    .u-container_numbers .u-container__item {
        margin: 0 20px
    }

.u-container__item {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .u-container__item:last-child {
        margin-right: 0
    }

@media all and (max-width:768px) {
    .u-container_numbers {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .u-container_numbers .u-container__item {
            max-width: -webkit-calc(100% / 2 - 10px) !important;
            max-width: calc(100% / 2 - 10px) !important;
            margin-bottom: 35px;
            margin-left: 0;
            margin-right: 0
        }
}

.pros {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.pros__title {
    margin-top: 20px;
    display: block
}

.pros__text {
    margin-top: 15px
}

.pros__link {
    margin-top: 10px
}

.pros__icon {
    width: 70px;
    height: 60px;
    background-position: left !important;
    background-size: auto !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media all and (max-width:768px) {
    .pros__text {
        margin-top: 10px
    }
}

.u-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.u-description_img_left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.u-description__text_wrap {
    max-width: 680px;
    width: 100%
}

.u-description__text {
    margin-top: 15px
}

.u-description__text_mob {
    display: none
}

.u-description__slider_wrap {
    width: 512px;
    height: 479px;
    background-color: #f8f8f8;
    position: relative
}

    .u-description__slider_wrap.a_left {
        margin-right: 110px
    }

@media all and (max-width:1320px) {
    .u-description__slider_wrap.a_left {
        margin-left: -20px
    }
}

@media all and (max-width:1024px) {
    .u-description__slider_wrap.a_left {
        margin-right: 0
    }
}

.u-description__slider_wrap.a_left .slider_controls {
    right: -20px
}

.u-description__slider_wrap.a_right {
    margin-left: 110px
}

@media all and (max-width:1320px) {
    .u-description__slider_wrap.a_right {
        margin-right: -20px
    }
}

@media all and (max-width:1024px) {
    .u-description__slider_wrap.a_right {
        margin-left: 0
    }
}

.u-description__slider_wrap.a_right .slider_controls {
    left: -20px
}

.u-description__slider_wrap.slider_controls_bottom .slider_controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    top: auto;
    bottom: -75px;
    left: auto;
    right: 0
}

.u-description__slider_wrap.slider_controls_bottom .slider_controls__btn {
    margin: 0 5px
}

@media all and (max-width:1024px) {
    .u-description__slider_wrap.slider_controls_bottom .slider_controls {
        bottom: auto;
        top: -webkit-calc(50% - 40px / 2);
        top: calc(50% - 40px / 2)
    }
}

.u-description__slider_controls {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.u-description__slider_btn {
    margin-bottom: 12px
}

.u-description__slider {
    width: 100%;
    height: 100%
}

.u-description__link, .u-description__list {
    margin-top: 20px
}

.u-description__slider_shadow {
    background-color: rgba(0,0,0,.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
    z-index: -1
}

    .u-description__slider_shadow .u-link {
        color: #fff
    }

.u-description .has_shadow:hover .u-description__slider_shadow {
    opacity: 1;
    z-index: 1
}

@media all and (max-width:1280px) {
    .u-description__slider_wrap {
        width: 47vw;
        height: 37vw
    }
}

@media all and (max-width:1024px) {
    .u-description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .u-description__text_wrap {
        max-width: 100%
    }

    .u-description__text_will_fade {
        display: none
    }

    .u-description__text_mob {
        display: block
    }

    .u-description__slider_wrap {
        margin: 20px 0 !important;
        width: 95%;
        height: 50vw;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }

    .u-description__slider_controls {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        right: -15px !important;
        left: unset !important;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .u-description__slider_btn {
        margin-top: 0;
        margin-bottom: 0
    }

    .u-description__slider_shadow {
        display: none
    }
}

@media all and (max-width:768px) {
    .u-description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .u-description__slider_wrap {
        width: 100%;
        height: 70vw
    }

    .u-description__img {
        margin: 30px 0 0 0 !important;
        width: 100% !important;
        height: 70vw !important
    }
}

.has_sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.has_sidebar__content {
    margin-right: 130px;
    width: -webkit-calc(77% - 130px);
    width: calc(77% - 130px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.has_sidebar__sidebar {
    width: 23%
}

.has_sidebar [data-content=news] .sidebar__text {
    line-height: 22px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    max-height: 48px
}

@media all and (max-width:1320px) {
    .has_sidebar__content {
        margin-right: 100px;
        width: -webkit-calc(73% - 100px);
        width: calc(73% - 100px)
    }

    .has_sidebar__sidebar {
        width: 27%
    }
}

@media all and (max-width:1024px) {
    .has_sidebar__content {
        margin-right: 80px;
        width: -webkit-calc(68% - 80px);
        width: calc(68% - 80px)
    }

    .has_sidebar__sidebar {
        width: 32%
    }
}

@media all and (max-width:768px) {
    .has_sidebar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .has_sidebar__content {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
        width: 100%
    }

    .has_sidebar__sidebar {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 40px
    }
}

.sidebar .arrow_thin {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.sidebar__item .one_line {
    width: 100%
}

.sidebar__item_link {
    margin-top: 5px;
    line-height: 22px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box !important;
    max-height: 48px
}

.sidebar__item.animated .arrow_thin {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.sidebar__item:not(:first-child) {
    margin-top: 30px
}

.sidebar__bottom {
    margin-top: 20px !important
}

.sidebar__text_wrap {
    margin-top: 20px
}

.sidebar__text {
    margin-top: 10px
}

.u-h1 {
    font-size: 38px;
    font-weight: 700;
    width: 100%;
    max-width: 540px;
    margin-bottom: 40px
}

.u-h1_centered {
    text-align: center
}

@media all and (max-width:1024px) {
    .u-h1 {
        font-size: 30px
    }
}

@media all and (max-width:768px) {
    .u-h1 {
        margin-left: 0;
        margin-bottom: 30px
    }
}

@media all and (max-width:500px) {
    .u-h1 {
        font-size: 22px
    }
}

.u-after_h1 {
    margin-left: 30px;
    max-width: 450px
}

@media all and (max-width:1320px) {
    .u-after_h1 {
        margin-left: 0
    }
}

@media all and (max-width:768px) {
    .u-after_h1 {
        max-width: 100%
    }
}

.u-h2 {
    font-size: 26px;
    line-height: 31px;
    font-weight: 700;
    margin-bottom: 30px
}

.u-h2_centered {
    text-align: center
}

    .u-h2_centered.u-bg_type_dots:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

.u-h2_uppercase {
    text-transform: uppercase
}

@media all and (max-width:1024px) {
    .u-h2 {
        font-size: 23px
    }

        .u-h2.u-bg_type_dots {
            margin-top: 0
        }
}

@media all and (max-width:768px) {
    .u-h2 {
        margin-bottom: 20px
    }
}

@media all and (max-width:500px) {
    .u-h2 {
        font-size: 21px
    }

    .u-h2_centered {
        text-align: left
    }
}

.u-h3, .u-list_type_long_lined span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500
}

.u-h3_bold {
    font-weight: 700
}

.u-h3_gray {
    color: #545454
}

.u-h3_centered {
    text-align: center
}

@media all and (max-width:500px) {
    .u-h3, .u-list_type_long_lined span {
        font-size: 16px
    }
}

.u-h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600
}

.u-h4_gray {
    color: #545454
}

.u-h4_centered {
    text-align: center
}

@media all and (max-width:500px) {
    .u-h4 {
        font-size: 15px
    }
}

@media all and (max-width:1320px) {
    .u-h1.u-bg_type_dots:after, .u-h2.u-bg_type_dots:after, .u-h3.u-bg_type_dots:after, .u-list_type_long_lined span.u-bg_type_dots:after {
        display: none
    }
}

.u-list li, .u-text {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 20px;
    color: #545454
}

.u-text_small {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px
}

.u-text_medium {
    font-weight: 500
}

.u-text_semibold {
    font-weight: 600
}

.u-text_bold {
    font-weight: 700
}

.u-text_dark {
    color: #333
}

.u-text_centered {
    text-align: center
}

.u-text_with_brackets {
    position: relative;
    padding-left: 90px
}

    .u-text_with_brackets:after {
        position: absolute;
        content: '';
        width: 60px;
        height: 64px;
        background-image: url(/img/icons/brackets.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        top: -5px;
        left: 0
    }

.u-list li.has_margin, .u-text.has_margin {
    margin-bottom: 15px
}

@media all and (max-width:768px) {
    .u-text_with_brackets {
        padding-left: 40px
    }

        .u-text_with_brackets:after {
            width: 20px;
            height: 24px
        }
}

@media all and (max-width:500px) {
    .u-list li, .u-text {
        font-size: 14px
    }

    .u-text_small {
        font-size: 12px
    }

    .u-text_centered {
        text-align: left
    }
}

.u-link {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: font-weight .1s ease-in-out;
    -o-transition: font-weight .1s ease-in-out;
    transition: font-weight .1s ease-in-out
}

.u-link_underlined {
    position: relative;
    padding-bottom: 8px
}

    .u-link_underlined:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        height: 4px;
        width: 60%;
        background-color: #32d4ad;
        -webkit-transition: width .2s ease-in-out;
        -o-transition: width .2s ease-in-out;
        transition: width .2s ease-in-out
    }

    .u-link_underlined:hover:after {
        width: 100%
    }

.u-link_underlined_full {
    color: #32d4ad
}

    .u-link_underlined_full:after {
        width: 100%
    }

.u-link_underlined_centered:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

    .u-link_underlined_centered:after:hover:after {
        width: 100%
    }

.u-link_hovered {
    font-weight: 500;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

    .u-link_hovered:hover {
        color: #1bc89e
    }

.u-link_green {
    color: #1bc89e;
    text-decoration: underline;
    font-weight: 400;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

    .u-link_green:hover {
        color: #32d4ad
    }

@media all and (max-width:500px) {
    .u-link {
        font-size: 14px
    }
}

.u-number_green {
    font-weight: 600;
    font-size: 72px;
    line-height: 86px;
    letter-spacing: 1px;
    color: #32d4ad
}

    .u-number_green.u-bg_type_dots:after {
        top: -16px
    }

@media all and (max-width:768px) {
    .u-number_green {
        font-size: 48px
    }

        .u-number_green.u-bg_type_dots:after {
            top: -6px;
            left: -10px
        }
}

.dots_after {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1
}

.u-btn {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    height: 42px;
    margin-top: 30px;
    padding: 12px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #32d4ad;
    color: #fff;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

    .u-btn:hover {
        background-color: #1bc89e
    }

    .u-btn:active, .u-btn:focus {
        outline: 0;
        background-color: #1abf97
    }

.u-btn_centered {
    margin-left: auto;
    margin-right: auto
}

.u-btn_white {
    background-color: #fff;
    color: #32d4ad
}

    .u-btn_white:hover {
        background-color: inherit;
        color: #32d4ad
    }

.u-btn_type_header {
    padding: 27px 25px;
    height: 74px;
    font-size: 16px;
    text-align: center;
    margin-top: 0
}

@media all and (max-width:768px) {
    .u-btn {
        width: 100%;
        margin-top: 20px
    }
}

.close-btn {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #32d4ad;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

    .close-btn:hover {
        background-color: #1bc89e
    }

    .close-btn:after, .close-btn:before {
        position: absolute;
        content: '';
        width: 25px;
        height: 1px;
        left: -webkit-calc(50% - 25px / 2);
        left: calc(50% - 25px / 2);
        top: 25px;
        background-color: #fff
    }

    .close-btn:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .close-btn:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.slider_controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.slider_controls__btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    z-index: 2
}

@media all and (max-width:1024px) {
    .slider_controls.wide_btn_right .slider_controls__btn {
        margin-left: 30px
    }
}

@media all and (max-width:1024px) {
    .slider_controls.wide_btn_left .slider_controls__btn {
        margin-right: 30px
    }
}

.slider_controls.vertical .slider_controls__btn.prev {
    margin-top: 9px
}

.slider_controls_green .slider_controls__btn {
    background-color: #32d4ad;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

    .slider_controls_green .slider_controls__btn:hover {
        background-color: #1bc89e
    }

@media all and (max-width:768px) {
    .slider_controls_green .slider_controls__btn {
        width: 30px;
        height: 30px
    }
}

.arrow_thick {
    border: none;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff
}

    .arrow_thick.left {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .arrow_thick.right {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

.arrow_thin {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/img/icons/arrow.svg);
    width: 17px;
    height: 17px
}

    .arrow_thin.right {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .arrow_thin.left {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .arrow_thin.down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

@media all and (max-width:768px) {
    .arrow_thin {
        width: 15px;
        height: 15px
    }
}

.play_btn {
    display: block;
    cursor: pointer;
    -webkit-mask-image: url(/img/icons/play.svg);
    mask-image: url(/img/icons/play.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 80px;
    height: 80px;
    background-color: #32d4ad;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

    .play_btn:hover {
        background-color: #1bc89e
    }

@media all and (max-width:1024px) {
    .play_btn {
        width: 50px;
        height: 50px
    }
}

.u-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%
}

.u-img_size_cover {
    background-size: cover
}

.u-img_size_auto {
    background-size: auto
}

.u-icon, .u-submit.search:after {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.u-icon_plus {
    background-image: url(/img/icons/plus.svg)
}

.u-icon_minus {
    background-image: url(/img/icons/minus.svg)
}

.u-icon_gear {
    background-image: url(/img/icons/gear_alt.svg)
}

.u-bg_type_dots {
    position: relative
}

    .u-bg_type_dots:after {
        position: absolute;
        content: '';
        width: 67px;
        height: 67px;
        background-image: url(/img/dots_sq.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        left: -22px;
        top: -35px;
        z-index: -1
    }

.u-bg_type_square {
    position: relative
}

    .u-bg_type_square:after {
        position: absolute;
        content: '';
        width: 257px;
        height: 257px;
        border: 1px solid #32d4ad;
        z-index: -1
    }

    .u-bg_type_square.small:after {
        height: 147px
    }

    .u-bg_type_square.extra_small:after {
        height: 120px
    }

    .u-bg_type_square.smallest:after {
        height: 89px
    }

    .u-bg_type_square.left_top:after {
        left: -20px;
        top: -20px
    }

    .u-bg_type_square.left_bottom:after {
        left: -20px;
        bottom: -20px
    }

    .u-bg_type_square.right_top:after {
        right: -20px;
        top: -20px
    }

    .u-bg_type_square.right_bottom:after {
        right: -20px;
        bottom: -20px
    }

@media all and (max-width:1024px) {
    .u-bg_type_square:after {
        width: 150px;
        height: 150px
    }

    .u-bg_type_square.extra_small:after {
        width: 257px
    }

    .u-bg_type_square.small:after {
        height: 89px;
        width: 257px
    }

    .u-bg_type_square.left_top:after {
        left: -10px;
        top: -10px
    }

    .u-bg_type_square.left_bottom:after {
        left: -10px;
        bottom: -10px
    }

    .u-bg_type_square.right_top:after {
        right: -10px;
        top: -10px
    }

    .u-bg_type_square.right_bottom:after {
        right: -10px;
        bottom: -10px
    }
}

@media all and (max-width:768px) {
    .u-bg_type_square.extra_small:after {
        height: 62px;
        width: 40%
    }

    .u-bg_type_square.smallest:after {
        display: none
    }
}

.u-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.u-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .u-table__row:nth-child(2n+3) {
        background-color: #f8f8f8
    }

    .u-table__row:last-child {
        border-bottom: 1px dashed rgba(182,206,215,.51)
    }

.cells_count_2 .u-table__cell:first-child {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3)
}

.cells_count_2 .u-table__cell:last-child {
    width: -webkit-calc(100% - 100% / 3);
    width: calc(100% - 100% / 3)
}

.cells_count_3 .u-table__cell {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3)
}

.u-table__head {
    background-color: #272b2a;
    color: #fff
}

    .u-table__head .u-table__cell {
        border-color: transparent !important
    }

    .u-table__head .u-table__text {
        margin: 0
    }

.u-table__cell {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 45px;
    border-left: 1px dashed rgba(182,206,215,.51)
}

    .u-table__cell:last-child {
        border-right: 1px dashed rgba(182,206,215,.51)
    }

    .u-table__cell:not(:first-child) {
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

.u-table .minus, .u-table .plus {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto
}

.u-table .plus {
    background-image: url(/img/icons/plus.svg)
}

.u-table .minus {
    background-image: url(/img/icons/minus.svg)
}

@media all and (max-width:768px) {
    .u-table__cell {
        padding: 15px 20px
    }
}

@media all and (max-width:500px) {
    .cells_count_2 .u-table__cell:first-child {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }

    .cells_count_2 .u-table__cell:last-child {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }

    .cells_count_3 .u-table__cell {
        width: unset
    }

        .cells_count_3 .u-table__cell:first-child {
            -webkit-flex-basis: 40%;
            -ms-flex-preferred-size: 40%;
            flex-basis: 40%
        }

        .cells_count_3 .u-table__cell:not(:first-child) {
            -webkit-flex-basis: 30%;
            -ms-flex-preferred-size: 30%;
            flex-basis: 30%
        }

    .u-table__cell {
        padding: 15px
    }

    .u-table__text {
        font-size: 12px
    }
}

.u-list {
    counter-reset: item
}

    .u-list li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px
    }

        .u-list li:after {
            position: absolute;
            content: "";
            left: 0
        }

.u-list_type_dots li:not(:last-child) {
    margin-bottom: 15px
}

.u-list_type_dots li:after {
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: #32d4ad;
    left: 6px;
    top: 7px
}

.u-list_type_dots.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .u-list_type_dots.row li {
        margin-bottom: 5px;
        padding-left: 10px;
        padding-right: 5px
    }

        .u-list_type_dots.row li:after {
            left: 0
        }

        .u-list_type_dots.row li:first-of-type {
            padding-left: 0 !important
        }

            .u-list_type_dots.row li:first-of-type:after {
                display: none
            }

.u-list_type_arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .u-list_type_arrows li {
        font-weight: 500;
        padding-left: 20px;
        margin-left: 12px;
        margin-bottom: 5px
    }

        .u-list_type_arrows li:after {
            width: 8px;
            height: 12px;
            background: url(/img/icons/list_arrow.svg) no-repeat center/contain;
            top: 4px;
            left: 0
        }

        .u-list_type_arrows li:first-child {
            padding-left: 0;
            margin-left: 0
        }

            .u-list_type_arrows li:first-child:after {
                display: none
            }

.u-list_type_numbers li {
    counter-increment: item
}

    .u-list_type_numbers li:not(:last-child) {
        margin-bottom: 15px
    }

    .u-list_type_numbers li:after {
        content: counter(item) ".";
        left: 0;
        top: 0;
        color: #32d4ad;
        font-weight: 600
    }

    .u-list_type_numbers li > * {
        margin-bottom: 5px
    }

.u-list_type_lined {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .u-list_type_lined li {
        max-width: 260px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 20px
    }

        .u-list_type_lined li:after {
            position: absolute;
            content: '';
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain
        }

    .u-list_type_lined.short {
        text-align: left
    }

        .u-list_type_lined.short li {
            padding-left: 30px
        }

            .u-list_type_lined.short li:after {
                background-image: url(/img/icons/list_decoration.svg);
                width: 25px;
                height: 6px;
                top: 6px
            }

        .u-list_type_lined.short.right {
            text-align: right
        }

            .u-list_type_lined.short.right li {
                padding-left: 0;
                padding-right: 30px
            }

                .u-list_type_lined.short.right li:after {
                    -webkit-transform: scaleX(-1);
                    -ms-transform: scaleX(-1);
                    transform: scaleX(-1);
                    left: auto;
                    right: 0
                }

    .u-list_type_lined.long {
        text-align: left;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .u-list_type_lined.long li {
            padding-left: 45px
        }

            .u-list_type_lined.long li:after {
                background-image: url(/img/icons/long_list_decoration.svg);
                width: 35px;
                height: 6px;
                top: 8px
            }

        .u-list_type_lined.long.right {
            text-align: right;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end
        }

            .u-list_type_lined.long.right li {
                padding-left: 0;
                padding-right: 45px
            }

                .u-list_type_lined.long.right li:after {
                    -webkit-transform: scaleX(-1);
                    -ms-transform: scaleX(-1);
                    transform: scaleX(-1);
                    left: auto;
                    right: 0
                }

    .u-list_type_lined.column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .u-list_type_lined.unlimited li {
        max-width: none
    }

    .u-list_type_lined.no_padding p {
        margin-top: 12px;
        margin-left: -45px
    }

.u-list_type_long_lined li {
    padding: 0;
    overflow: hidden
}

    .u-list_type_long_lined li:not(:last-of-type) {
        margin-bottom: 60px
    }

.u-list_type_long_lined span {
    display: inline-block;
    position: relative
}

    .u-list_type_long_lined span:before {
        content: '';
        position: absolute;
        top: -webkit-calc(50% - 5px / 2);
        top: calc(50% - 5px / 2);
        width: 5px;
        height: 5px;
        background-color: #32d4ad;
        border-radius: 50%;
        left: 100%
    }

    .u-list_type_long_lined span:after {
        content: '';
        position: absolute;
        top: -webkit-calc(50% - 1px / 2);
        top: calc(50% - 1px / 2);
        width: 25vw;
        height: 1px;
        background-color: #32d4ad;
        left: 100%
    }

.u-list_type_long_lined.left li {
    text-align: left;
    padding-left: 30%
}

.u-list_type_long_lined.left span {
    padding-left: 15px
}

    .u-list_type_long_lined.left span:before {
        left: auto;
        right: 100%
    }

    .u-list_type_long_lined.left span:after {
        left: auto;
        right: 100%
    }

.u-list_type_long_lined.right li {
    text-align: right;
    padding-right: 30%
}

.u-list_type_long_lined.right span {
    padding-right: 15px
}

    .u-list_type_long_lined.right span:before {
        right: auto;
        left: 100%
    }

    .u-list_type_long_lined.right span:after {
        right: auto;
        left: 100%
    }

.u-list_labeled li {
    margin-bottom: 20px
}

    .u-list_labeled li .u-h3:focus, .u-list_labeled li .u-h3:hover, .u-list_labeled li .u-list_type_long_lined span:focus, .u-list_labeled li .u-list_type_long_lined span:hover, .u-list_labeled li.active .u-h3, .u-list_labeled li.active .u-list_type_long_lined span, .u-list_type_long_lined .u-list_labeled li span:focus, .u-list_type_long_lined .u-list_labeled li span:hover, .u-list_type_long_lined .u-list_labeled li.active span {
        color: #32d4ad
    }

    .u-list_labeled li .u-h3:active, .u-list_labeled li .u-list_type_long_lined span:active, .u-list_type_long_lined .u-list_labeled li span:active {
        color: #1bc89e
    }

.u-list_labeled .u-h3, .u-list_labeled .u-list_type_long_lined span, .u-list_type_long_lined .u-list_labeled span {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.u-list__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.u-list h1, .u-list h2, .u-list h3, .u-list h4 {
    color: #333
}

.column_count_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px
}

@media all and (max-width:768px) {
    .column_count_2 {
        -webkit-column-count: unset;
        -moz-column-count: unset;
        column-count: unset
    }
}

.u-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .u-form input, .u-form textarea {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .u-form.type_one_line {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

@media all and (max-width:768px) {
    .u-form input:not([type=submit]), .u-form textarea {
        padding: 10px 10px
    }

    .u-form input::-webkit-input-placeholder {
        font-size: 14px
    }

    .u-form input::-moz-placeholder {
        font-size: 14px
    }

    .u-form input:-ms-input-placeholder {
        font-size: 14px
    }

    .u-form input::-ms-input-placeholder {
        font-size: 14px
    }

    .u-form input::placeholder {
        font-size: 14px
    }
}

.u-input {
    font-size: 15px;
    background-color: #f8f8f8;
    padding: 10px 20px;
    width: 100%;
    height: 44px;
    border-left: 2px solid transparent;
    -webkit-transition: border-left .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: border-left .2s ease-in-out,background-color .2s ease-in-out;
    transition: border-left .2s ease-in-out,background-color .2s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

    .u-input:focus, .u-input:not([required]):not(:placeholder-shown), .u-input[required]:valid {
        border-left: 2px solid #32d4ad
    }

    .u-input:focus {
        background-color: #e9e9e9
    }

.u-textarea {
    background-color: #f8f8f8;
    padding: 10px 20px;
    width: 100%;
    min-height: 117px;
    border-left: 2px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .u-textarea.not_empty, .u-textarea:focus {
        border-left: 2px solid #32d4ad
    }

    .u-textarea:focus {
        background-color: #e9e9e9
    }

.u-form_text {
    margin-top: 10px
}

.u-submit {
    position: relative;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 44px
}

    .u-submit:hover .u-submit__btn {
        background-color: #1bc89e
    }

    .u-submit:after {
        content: "";
        display: block;
        position: absolute
    }

    .u-submit.search:after {
        background-image: url(/img/icons/search.svg);
        width: 20px;
        height: 20px;
        top: -webkit-calc(50% - 10px);
        top: calc(50% - 10px);
        left: -webkit-calc(50% - 10px);
        left: calc(50% - 10px)
    }

    .u-submit.arrow_right:after {
        top: -webkit-calc(50% - 5px);
        top: calc(50% - 5px);
        left: -webkit-calc(50% - 2.5px);
        left: calc(50% - 2.5px);
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #fff
    }

    .u-submit.arrow_top:after {
        top: -webkit-calc(50% - 3px);
        top: calc(50% - 3px);
        left: -webkit-calc(50% - 5px);
        left: calc(50% - 5px);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #fff
    }

    .u-submit.arrow_down:after {
        top: -webkit-calc(50% - 3px);
        top: calc(50% - 3px);
        left: -webkit-calc(50% - 5px);
        left: calc(50% - 5px);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff
    }

.u-submit__btn {
    cursor: pointer;
    width: 44px;
    height: 44px;
    background-color: #32d4ad;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    border-radius: 0;
    -webkit-appearance: none
}

.u-popup_wrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    top: 0;
    z-index: 1002;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.u-popup {
    background-color: #fff;
    position: relative;
    width: 522px;
    padding: 70px;
    background-image: url(/img/application.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .u-popup.has_slider {
        padding: 20px
    }

        .u-popup.has_slider .slider_controls {
            position: absolute;
            top: 10px;
            left: 20px
        }

        .u-popup.has_slider .slider_controls__btn {
            margin-right: 10px
        }

@media all and (max-width:768px) {
    .u-popup__close-btn {
        width: 40px;
        height: 40px
    }

        .u-popup__close-btn:after, .u-popup__close-btn:before {
            top: 20px
        }
}

@media all and (max-width:500px) {
    .u-popup {
        width: 100%;
        height: 100%;
        padding: 90px 20px;
        margin-top: 0
    }
}

.u-popup__btn {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.u-popup__input {
    margin-top: 20px
}

.u-popup__text {
    margin-top: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.u-popup__close-btn {
    position: absolute;
    top: 0;
    right: 0
}

.u-popup__file_select {
    margin-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .u-popup__file_select :first-child {
        margin-right: 40px
    }

    .u-popup__file_select > div :first-child {
        margin-bottom: 20px
    }

    .u-popup__file_select .file_name {
        max-width: 175px
    }

.u-popup_slider {
    background-color: #f8f8f8
}

[data-name=contact_manager_popup] .u-popup {
    width: 550px;
    padding: 70px;
    overflow-y: auto
}

[data-name=contact_manager_popup] iframe {
    min-height: 678px
}

@media all and (max-width:500px) {
    [data-name=contact_manager_popup] .u-popup {
        padding: 60px 20px
    }
}

@media all and (max-height:900px) {
    [data-name=contact_manager_popup] .u-popup {
        height: 100%
    }
}

.u-centered_slider_wrap {
    position: relative;
    margin-top: 30px
}

    .u-centered_slider_wrap .slider_controls {
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .u-centered_slider_wrap .slider_controls .slick-disabled {
            cursor: initial;
            -webkit-filter: grayscale(1);
            filter: grayscale(1)
        }

@media all and (max-width:768px) {
    .u-centered_slider_wrap {
        margin-top: 20px
    }

        .u-centered_slider_wrap .slider_controls {
            width: -webkit-calc(100% + 30px);
            width: calc(100% + 30px);
            margin-left: -15px
        }
}

.u-centered_slider_wrap .u-centered_slider {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

    .u-centered_slider_wrap .u-centered_slider.slick-initialized {
        opacity: 1
    }

    .u-centered_slider_wrap .u-centered_slider:not(.slick-initialized) {
        height: 268px
    }

    .u-centered_slider_wrap .u-centered_slider .slick-list {
        position: relative;
        width: 1105px;
        max-width: -webkit-calc(100% - 80px);
        max-width: calc(100% - 80px);
        margin: 0 auto;
        overflow: hidden
    }

@media all and (max-width:768px) {
    .u-centered_slider_wrap .u-centered_slider .slick-list {
        max-width: 100%;
        z-index: -1
    }
}

.u-centered_slider_wrap .u-centered_slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    height: 268px
}

@media all and (max-width:1024px) {
    .u-centered_slider_wrap .u-centered_slider .slick-track {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: auto
    }
}

.u-centered_slider_wrap .u-centered_slider .slick-slide {
    margin: 0 25px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    border: 1px dashed #dadada;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

@media all and (max-width:1024px) {
    .u-centered_slider_wrap .u-centered_slider .slick-slide {
        margin: 0 10px
    }
}

@media all and (max-width:768px) {
    .u-centered_slider_wrap .u-centered_slider .slick-slide {
        margin: 0
    }
}

.u-centered_slider_wrap .u-centered_slider .slick-slide:nth-of-type(2) {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

@media all and (max-width:1024px) {
    .u-centered_slider_wrap .u-centered_slider .slick-slide:nth-of-type(2) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.u-labeled_slider_wrap {
    position: relative
}

    .u-labeled_slider_wrap.u-description__slider_wrap {
        background-color: transparent;
        width: 570px;
        height: 342px;
        max-width: 100%
    }

@media all and (max-width:1024px) {
    .u-labeled_slider_wrap.u-description__slider_wrap {
        margin: 0 !important;
        height: auto
    }
}

.u-labeled_slider_wrap.u-description__slider_wrap .u-description__slider {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%;
    height: auto
}

    .u-labeled_slider_wrap.u-description__slider_wrap .u-description__slider.slick-initialized {
        opacity: 1
    }

    .u-labeled_slider_wrap.u-description__slider_wrap .u-description__slider:not(.slick-initialized) {
        height: 342px
    }

    .u-labeled_slider_wrap.u-description__slider_wrap .u-description__slider .slick-list {
        overflow: hidden
    }

    .u-labeled_slider_wrap.u-description__slider_wrap .u-description__slider .slick-track {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .u-labeled_slider_wrap.u-description__slider_wrap .u-description__slider .slick-slide {
        outline: 0;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

.u-labeled_slider_wrap.u-description__slider_wrap .u-description__slider_shadow {
    top: 34px;
    left: 76px;
    width: 409px;
    height: 264px
}

.u-labeled_slider_wrap.u-description__slider_wrap.has_shadow .u-description__slider:hover ~ .u-description__slider_shadow {
    opacity: 1;
    z-index: 1
}

.u-labeled_slider_wrap.u-description__slider_wrap .u-description__slider_label {
    margin-top: 25px;
    pointer-events: none
}

@media all and (max-width:1024px) {
    .u-labeled_slider_wrap.u-description__slider_wrap .u-description__slider_label {
        text-align: center;
        margin-top: 10px
    }
}

.u-switch {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.u-switch__slider {
    display: block;
    width: 36px;
    height: 20px;
    border-radius: 20px;
    background-color: #32d4ad;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

    .u-switch__slider:hover {
        background-color: #1bc89e
    }

.u-switch__switch {
    display: block;
    background-color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
    left: 4px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}

.u-switch.animated .u-switch__switch {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px)
}

.u-accordion > :first-child {
    cursor: pointer
}

.u-accordion__hidden {
    display: none
}

.header {
    height: 74px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001
}

    .header .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0
    }

@media all and (max-width:1800px) {
    .header .wrapper {
        max-width: 100%
    }
}

@media all and (max-width:1024px) {
    .header {
        border-bottom: 1px solid rgba(182,206,215,.51);
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .header .header-button {
            display: none
        }

        .header .header-link {
            margin: 0 20px !important;
            font-weight: 500 !important
        }

        .header .u-btn_white {
            background-color: #f8f8f8;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            text-align: left
        }

        .header .u-btn_green {
            display: none
        }
}

@media all and (max-width:500px) {
    .header .u-btn_white {
        background-color: transparent
    }
}

.header__left span {
    display: block;
    text-align: right;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #545454
}

@media all and (max-width:1800px) {
    .header__left {
        padding-left: 30px
    }
}

@media all and (max-width:1024px) {
    .header__left {
        padding-left: 0
    }
}

.header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .header__right.active {
        left: 0
    }

@media all and (max-width:1024px) {
    .header__right {
        position: absolute;
        top: 74px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: #f8f8f8;
        min-width: 50%;
        left: -100%;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        height: auto;
        max-height: -webkit-calc(100vh - 74px);
        max-height: calc(100vh - 74px);
        overflow-y: auto
    }
}

@media all and (max-width:500px) {
    .header__right {
        background-image: url(../img/city_mob.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom right;
        width: 100%;
        height: -webkit-calc(100vh - 74px);
        height: calc(100vh - 74px)
    }
}

.top-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 74px
}

@media all and (max-width:1024px) {
    .top-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 100%
    }
}

.top-nav__category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 0 36px 0 18px;
    cursor: pointer
}

@media all and (max-width:1024px) {
    .top-nav__category {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 20px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }
}

.top-nav__category .nav-text:after {
    border-top: 5px solid #959595;
    right: -15px;
    top: 50%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.top-nav__category .nav-text.active:after {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    border-top: 5px solid #32d4ad
}

@media all and (max-width:1024px) {
    .top-nav__category .nav-text {
        width: 100%;
        padding: 10px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-left: 3px solid transparent;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

        .top-nav__category .nav-text.active {
            border-left: 3px solid #32d4ad
        }

        .top-nav__category .nav-text:after {
            right: 20px
        }
}

@media all and (max-width:1024px) {
    .top-nav__category.lang-select {
        display: none
    }
}

.top-nav__category.lang-select .nav-text img {
    vertical-align: middle
}

.top-nav__category.lang-select .top-nav__category-list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.top-nav__category.lang-select .top-nav__category-list img {
    margin-left: 10px;
    width: 14px;
    height: 10px
}

.top-nav__category.lang-select-mob {
    border-top: 1px dashed rgba(182,206,215,.51);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    display: none
}

@media all and (max-width:1024px) {
    .top-nav__category.lang-select-mob {
        display: block
    }
}

.top-nav__category.lang-select-mob .nav-text img {
    vertical-align: middle;
    width: 14px;
    height: 10px;
    margin-right: 7px
}

.top-nav__category.lang-select-mob .top-nav__category-item::after {
    content: none
}

.top-nav__category.lang-select-mob .top-nav__category-item a {
    padding-left: 0
}

.top-nav__category.lang-select-mob .top-nav__category-item img {
    vertical-align: middle;
    width: 14px;
    height: 10px;
    margin-right: 7px
}

.top-nav__category.lang-select-mob .nav-text {
    font-size: 14px
}

.top-nav__category.lang-select-mob .top-nav__category-list {
    padding-bottom: 15px
}

.top-nav__category-list {
    position: absolute;
    width: 100%;
    left: 0;
    top: -webkit-calc(50% + 20px);
    top: calc(50% + 20px);
    background-color: #edeeee;
    border-top: 3px solid #32d4ad;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media all and (max-width:1024px) {
    .top-nav__category-list {
        position: unset;
        background-color: unset;
        border-top: none;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: none
    }
}

.top-nav__category-item {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-size: 14px
}

    .top-nav__category-item a {
        padding: 12px 18px 12px 18px;
        display: block
    }

    .top-nav__category-item:hover {
        background-color: #272b2a;
        color: #fff
    }

@media all and (max-width:1024px) {
    .top-nav__category-item {
        position: relative;
        font-weight: 600
    }

        .top-nav__category-item a {
            padding: 25px 0 0 20px
        }

        .top-nav__category-item:hover {
            background-color: unset;
            color: unset
        }

        .top-nav__category-item:after {
            position: absolute;
            content: '';
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            background-image: url(../img/icons/list_decoration.svg);
            width: 25px;
            height: 6px;
            left: -10px;
            bottom: 5px
        }
}

.nav-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1px;
    position: relative
}

    .nav-text:after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent
    }

.burger {
    display: none;
    width: 30px;
    height: 20px;
    padding: 20px;
    cursor: pointer
}

@media all and (max-width:1024px) {
    .burger {
        display: block
    }
}

@media all and (max-width:500px) {
    .burger {
        width: 25px
    }
}

.burger.active span {
    position: absolute;
    top: -webkit-calc(100% - 11px);
    top: calc(100% - 11px);
    left: 0
}

    .burger.active span:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .burger.active span:last-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .burger.active span:nth-child(2) {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

.burger__wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    width: 100%
}

.burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #32d4ad;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.mob-btn {
    background-image: url(../img/icons/pdf.svg);
    background-size: auto;
    width: 30px;
    height: 30px;
    padding: 20px;
    display: none
}

@media all and (max-width:1024px) {
    .mob-btn {
        display: block
    }
}

.footer {
    overflow-x: hidden;
    margin-top: auto;
    background-color: #fff;
    position: relative
}

    .footer .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .footer .u-img {
        background-image: url(../img/uptr-logo.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 217px;
        height: 32px;
        display: block
    }

        .footer .u-img span {
            position: relative;
            width: 100%;
            height: 100%;
            display: block
        }

@media all and (max-width:1320px) {
    .footer .u-img {
        background-image: url(../img/logo_mob.svg);
        width: 138px;
        height: 20px;
        position: relative
    }

        .footer .u-img:after, .footer .u-img:before {
            position: absolute;
            content: ''
        }

        .footer .u-img:before {
            width: 50vw;
            height: 1px;
            background-color: rgba(255,255,255,.3);
            left: -webkit-calc(-50vw - 40px);
            left: calc(-50vw - 40px);
            top: 8px
        }

        .footer .u-img:after {
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: rgba(255,255,255,.3);
            left: -40px;
            top: 6px
        }

        .footer .u-img span:after, .footer .u-img span:before {
            position: absolute;
            content: ''
        }

        .footer .u-img span:before {
            width: 50vw;
            height: 1px;
            background-color: rgba(255,255,255,.3);
            right: -webkit-calc(-50vw - 40px);
            right: calc(-50vw - 40px);
            top: 8px
        }

        .footer .u-img span:after {
            width: 5px;
            height: 5px;
            border-radius: 50px;
            background-color: rgba(255,255,255,.3);
            right: -40px;
            top: 6px
        }
}

.footer__contacts {
    padding-top: 40px;
    padding-right: 90px;
    padding-bottom: 20px;
    position: relative
}

    .footer__contacts:before {
        position: absolute;
        content: '';
        border-top: 1px dashed rgba(182,206,215,.51);
        height: 1px;
        width: 100vw;
        top: 0;
        right: 0
    }

    .footer__contacts img {
        width: 217px;
        height: 32px
    }

    .footer__contacts ul {
        margin-top: 70px
    }

    .footer__contacts li {
        padding-left: 30px;
        margin-top: 25px;
        position: relative;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

        .footer__contacts li:after {
            position: absolute;
            content: '';
            width: 20px;
            height: 20px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            opacity: .5;
            left: 0;
            top: 0
        }

        .footer__contacts li.phone:after {
            background-image: url(../img/icons/phone_gray.svg)
        }

        .footer__contacts li.email:after {
            background-image: url(../img/icons/envelope_gray.svg)
        }

    .footer__contacts .u-list li, .footer__contacts .u-text, .u-list .footer__contacts li {
        margin-top: 55px
    }

@media all and (max-width:1320px) {
    .footer__contacts {
        padding-right: 0;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .footer__contacts:before {
            display: none
        }

        .footer__contacts ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            margin-top: 30px
        }

        .footer__contacts li {
            margin: 0 30px
        }

            .footer__contacts li:after {
                opacity: 1
            }

        .footer__contacts .footer__social-links {
            margin-top: 40px
        }

        .footer__contacts .u-list li, .footer__contacts .u-text, .u-list .footer__contacts li {
            margin-top: 25px
        }
}

@media all and (max-width:500px) {
    .footer__contacts ul {
        width: 100%
    }

    .footer__contacts li {
        margin: 0;
        font-size: 14px
    }
}

@media all and (max-width:375px) {
    .footer__contacts li {
        font-size: 13px;
        padding-left: 25px
    }
}

.footer__social-links {
    margin-top: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

    .footer__social-links a {
        display: block;
        width: 20px;
        height: 20px;
        background-color: #32d4ad;
        -webkit-transition: background-color .2s ease-in-out;
        -o-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out
    }

        .footer__social-links a:not(:last-of-type) {
            margin-right: 20px
        }

        .footer__social-links a.medium {
            -webkit-mask: url(/img/icons/medium.svg) no-repeat center/contain;
            mask: url(/img/icons/medium.svg) no-repeat center/contain
        }

        .footer__social-links a.facebook {
            -webkit-mask: url(/img/icons/facebook.svg) no-repeat center/contain;
            mask: url(/img/icons/facebook.svg) no-repeat center/contain
        }

        .footer__social-links a.linkedin {
            -webkit-mask: url(/img/icons/linkedin.svg) no-repeat center/contain;
            mask: url(/img/icons/linkedin.svg) no-repeat center/contain
        }

        .footer__social-links a:hover {
            background-color: #1bc89e
        }

.footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: 50px;
    padding-left: 60px;
    padding-bottom: 20px;
    z-index: 1
}

    .footer__nav:after {
        position: absolute;
        content: '';
        width: 100vw;
        height: 100%;
        background-color: #272b2a;
        top: 0;
        left: 0;
        z-index: -1
    }

    .footer__nav ul {
        min-width: 220px;
        margin-right: 30px;
        color: #fff
    }

        .footer__nav ul:first-child .footer__nav--category:after {
            background-image: url(../img/icons/longest_list_decoration.svg);
            width: 90px;
            left: -100px
        }

    .footer__nav li {
        margin-bottom: 20px
    }

        .footer__nav li a {
            border-bottom: 1px solid transparent;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

            .footer__nav li a:hover {
                border-bottom: 1px solid #fff
            }

.footer__nav--category {
    font-weight: 600;
    position: relative
}

    .footer__nav--category:after {
        position: absolute;
        content: ''
    }

    .footer__nav--category:after {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url(../img/icons/list_decoration.svg);
        width: 25px;
        height: 6px;
        left: -40px;
        top: -webkit-calc(50% - 3px);
        top: calc(50% - 3px)
    }

@media all and (max-width:1320px) {
    .footer__nav {
        display: none
    }
}

@media all and (max-width:1320px) {
    .footer {
        background-color: #272b2a
    }

        .footer *, .footer .u-list li, .footer .u-text, .u-list .footer li {
            color: #fff
        }
}

.left-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 100%;
    position: absolute;
    color: #fff;
    background-color: #272b2a;
    left: 0;
    top: 0
}

.left-nav__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    position: relative;
    width: 100%;
    height: 100%
}

    .left-nav__inner:after {
        position: absolute;
        content: '';
        background-color: #272b2a;
        height: 40px;
        width: 385px;
        top: 0;
        right: 0
    }

.left-nav__category {
    text-align: center;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: scaleX(-1) scaleY(-1);
    -ms-transform: scaleX(-1) scaleY(-1);
    transform: scaleX(-1) scaleY(-1)
}

    .left-nav__category:first-child {
        max-height: 260px;
        height: 100%;
        position: relative
    }

    .left-nav__category:last-child {
        max-height: 400px;
        height: 100%
    }

    .left-nav__category .nav-text {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin: auto 0
    }

        .left-nav__category .nav-text:after {
            border-top: 5px solid #fff;
            bottom: -15px;
            left: -webkit-calc(50% - 6px);
            left: calc(50% - 6px);
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg)
        }

.left-nav__outer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%
}

.left-nav__category-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 100px;
    position: absolute
}

    .left-nav__category-list:last-child {
        top: 260px
    }

.left-nav__bottom {
    width: 40px;
    height: 385px
}

.left-nav__btn {
    display: none
}

@media all and (max-width:1024px) {
    .left-nav {
        position: unset;
        min-height: 450px;
        max-height: 450px;
        width: 50px
    }

    .left-nav__category .nav-text {
        margin: auto 0 0 0;
        padding-bottom: 30px
    }

        .left-nav__category .nav-text:after {
            display: none
        }

    .left-nav__category:first-child:before {
        width: 50px;
        right: -17px
    }

    .left-nav__category-list {
        padding-left: 60px
    }

        .left-nav__category-list:first-child {
            top: 222px
        }

        .left-nav__category-list:last-child {
            top: 245px
        }

    .left-nav__btn {
        display: block;
        margin-top: 10px;
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important
    }

    .left-nav__inner:after {
        height: 25px;
        width: 120px
    }
}

@media all and (max-width:645px) {
    .left-nav {
        z-index: 1
    }

    .left-nav__category-list:last-child {
        background-color: rgba(255,255,255,.8);
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 20px
    }

    .left-nav__btn {
        margin-left: 25px
    }

    .left-nav__category .nav-text {
        padding-bottom: -webkit-calc(50% - 75px);
        padding-bottom: calc(50% - 75px)
    }
}

.breadcrumbs {
    margin-top: 20px;
    margin-bottom: 90px;
    display: block
}

.breadcrumbs__link:not(:first-child) {
    position: relative;
    padding-left: 20px
}

    .breadcrumbs__link:not(:first-child):after {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50px;
        background-color: #32d4ad;
        left: 6px;
        top: 6px
    }

@media all and (max-width:1320px) {
    .breadcrumbs {
        margin-bottom: 20px
    }
}

.partners {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .partners .u-icon[data-index="1"], .partners .u-submit.search[data-index="1"]:after {
        background-image: url(../img/partners_logos/partner1.svg)
    }

    .partners .u-icon[data-index="2"], .partners .u-submit.search[data-index="2"]:after {
        background-image: url(../img/partners_logos/partner2.svg)
    }

    .partners .u-icon[data-index="3"], .partners .u-submit.search[data-index="3"]:after {
        background-image: url(../img/partners_logos/partner3.svg)
    }

    .partners .u-icon[data-index="4"], .partners .u-submit.search[data-index="4"]:after {
        background-image: url(../img/partners_logos/partner4.svg)
    }

    .partners .u-icon[data-index="5"], .partners .u-submit.search[data-index="5"]:after {
        background-image: url(../img/partners_logos/partner5.svg)
    }

    .partners .u-icon[data-index="6"], .partners .u-submit.search[data-index="6"]:after {
        background-image: url(../img/partners_logos/partner6.svg)
    }

    .partners .u-icon[data-index="7"], .partners .u-submit.search[data-index="7"]:after {
        background-image: url(../img/partners_logos/partner7.svg)
    }

    .partners .u-icon[data-index="8"], .partners .u-submit.search[data-index="8"]:after {
        background-image: url(../img/partners_logos/partner8.svg)
    }

    .partners .u-icon[data-index="9"], .partners .u-submit.search[data-index="9"]:after {
        background-image: url(../img/partners_logos/partner9.svg)
    }

    .partners .u-icon[data-index="10"], .partners .u-submit.search[data-index="10"]:after {
        background-image: url(../img/partners_logos/partner10.svg)
    }

    .partners .u-icon[data-index="11"], .partners .u-submit.search[data-index="11"]:after {
        background-image: url(../img/partners_logos/partner11.svg)
    }

    .partners .u-icon[data-index="12"], .partners .u-submit.search[data-index="12"]:after {
        background-image: url(../img/partners_logos/partner12.svg)
    }

    .partners .u-icon[data-index="13"], .partners .u-submit.search[data-index="13"]:after {
        background-image: url(../img/partners_logos/partner13.svg)
    }

    .partners .u-icon[data-index="14"], .partners .u-submit.search[data-index="14"]:after {
        background-image: url(../img/partners_logos/partner14.svg)
    }

    .partners .u-icon[data-index="15"], .partners .u-submit.search[data-index="15"]:after {
        background-image: url(../img/partners_logos/partner15.svg)
    }

    .partners .u-icon[data-index="16"], .partners .u-submit.search[data-index="16"]:after {
        background-image: url(../img/partners_logos/partner16.svg)
    }

.partners__item .u-icon, .partners__item .u-submit.search:after {
    height: 70px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: auto !important
}

    .partners__item .u-icon:first-child, .partners__item .u-submit.search:first-child:after {
        margin-bottom: 30px
    }

    .partners__item .u-icon:hover, .partners__item .u-submit.search:hover:after {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }

@media all and (max-width:1024px) {
    .partners {
        overflow-x: scroll;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .partners__item {
        max-width: -webkit-calc(100% / 5) !important;
        max-width: calc(100% / 5) !important;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .partners .u-icon[data-index="15"], .partners .u-submit.search[data-index="15"]:after {
        background-size: 40% !important
    }
}

@media all and (max-width:768px) {
    .partners__item {
        max-width: -webkit-calc(100% / 3) !important;
        max-width: calc(100% / 3) !important;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media all and (max-width:500px) {
    .partners__item {
        max-width: -webkit-calc(100% / 2) !important;
        max-width: calc(100% / 2) !important;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .partners .u-icon, .partners .u-submit.search:after {
        background-size: contain
    }
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination__bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.pagination__dots {
    width: 34px;
    height: 34px;
    margin: 0 2px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination__btn {
    cursor: pointer
}

    .pagination__btn.prev {
        margin-right: 20px
    }

    .pagination__btn.next {
        margin-left: 20px
    }

    .pagination__btn.unclickable {
        pointer-events: none;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: .5
    }

.pagination__num {
    width: 34px;
    height: 34px;
    margin: 0 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    color: #545454;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    cursor: pointer
}

    .pagination__num.active {
        border: 1px solid #32d4ad;
        color: #000
    }

    .pagination__num:not(.active):hover {
        color: #000
    }

@media all and (max-width:500px) {
    .pagination {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .pagination__bar {
        width: -webkit-calc(90% - 30px);
        width: calc(90% - 30px)
    }

    .pagination__num {
        width: -webkit-calc(90% / 7);
        width: calc(90% / 7);
        height: 10vw
    }
}

.paginationjs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.paginationjs-prev {
    font-size: 0;
    margin-right: 20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
    background: url(../img/icons/arrow.svg) center/contain no-repeat;
    width: 17px;
    height: 17px
}

    .paginationjs-prev.disabled {
        pointer-events: none;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: .5
    }

.paginationjs-next {
    font-size: 0;
    margin-left: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
    background: url(../img/icons/arrow.svg) center/contain no-repeat;
    width: 17px;
    height: 17px
}

    .paginationjs-next.disabled {
        pointer-events: none;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: .5
    }

.paginationjs-page {
    width: 34px;
    height: 34px;
    margin: 0 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    color: #545454;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    cursor: pointer
}

    .paginationjs-page.active {
        border: 1px solid #32d4ad;
        color: #000
    }

    .paginationjs-page:not(.active):hover {
        color: #000
    }

.datepicker_wrap {
    margin-top: 20px
}

@media all and (max-width:768px) {
    .datepicker_wrap {
        margin-top: 0;
        display: none
    }
}

@media all and (max-width:375px) {
    .datepicker_wrap {
        margin-top: 20px
    }
}

.datepicker {
    width: 100%
}

.datepicker__popup {
    height: auto;
    padding: 70px 20px
}

    .datepicker__popup .ui-datepicker {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto
    }

.datepicker_trigger {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 20px;
    padding-left: 35px;
    position: relative
}

    .datepicker_trigger.faded {
        display: none !important
    }

    .datepicker_trigger:after {
        content: "";
        display: block;
        position: absolute;
        background-image: url(../img/icons/calendar.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 22px;
        height: 22px;
        left: 3px;
        top: -webkit-calc(50% - 11px);
        top: calc(50% - 11px)
    }

.ui-datepicker {
    background-color: #f8f8f8;
    padding: 27px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    color: #545454;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 350px
}

.ui-datepicker-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 22px;
    font-size: 15px;
    font-weight: 500;
    max-width: 264px;
    margin: 0 auto
}

.ui-datepicker-next {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.ui-datepicker-calendar {
    margin: 0 auto;
    position: relative
}

    .ui-datepicker-calendar:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: .5px;
        background-color: #545454;
        top: 35px;
        left: 0
    }

    .ui-datepicker-calendar thead span {
        font-weight: 300
    }

.ui-datepicker td, .ui-datepicker th {
    padding: 9px;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.ui-datepicker .ui-priority-secondary, .ui-datepicker .ui-state-disabled {
    opacity: .3
}

.ui-datepicker th {
    padding-bottom: 25px !important
}

.ui-datepicker .ui-datepicker-current-day {
    color: #000;
    background-color: #fff;
    font-weight: 500;
    position: relative
}

    .ui-datepicker .ui-datepicker-current-day:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid #32d4ad;
        left: 0;
        top: 0
    }

    .ui-datepicker .ui-datepicker-current-day .ui-priority-secondary {
        opacity: 1
    }

.ui-datepicker .ui-datepicker-prev {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/icons/arrow.svg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 17px;
    height: 17px
}

    .ui-datepicker .ui-datepicker-prev.ui-state-disabled {
        opacity: .3
    }

.ui-datepicker .ui-datepicker-next {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/icons/arrow.svg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 17px;
    height: 17px
}

    .ui-datepicker .ui-datepicker-next.ui-state-disabled {
        opacity: .3
    }

@media all and (max-width:1320px) {
    .ui-datepicker td, .ui-datepicker th {
        padding: 9px 5px
    }
}

@media all and (max-width:768px) {
    .ui-datepicker td, .ui-datepicker th {
        padding: 9px 10px
    }
}

@media all and (max-width:320px) {
    .ui-datepicker td, .ui-datepicker th {
        padding: 8px
    }
}

#ui-datepicker-div {
    display: none !important
}

.quotes_wrapper {
    color: #fff;
    font-size: 15px;
    font-weight: 400
}

    .quotes_wrapper .quotes {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding: 0 10px
    }

        .quotes_wrapper .quotes > div {
            padding: 0 5px
        }

    .quotes_wrapper .tab_name {
        font-weight: 500;
        font-size: 17px;
        padding: 0 10px
    }

    .quotes_wrapper .symbol {
        padding-left: 15px
    }

        .quotes_wrapper .symbol .down {
            color: #ff5249
        }

        .quotes_wrapper .symbol .up {
            color: #32d4ad
        }

    .quotes_wrapper .table__spread--down {
        color: #ff5249
    }

    .quotes_wrapper .table__spread--up {
        color: #32d4ad
    }
.mt.intro .u-img {
    background-image: url(/img/intros/mt_intro.jpg);
    background-color: #f2f3f5
}

@media all and (max-width:500px) {
    .mt.intro .u-img {
        background-image: url(/img/intros/mt_intro_mob.jpg);
        background-color: #f2f3f5
    }
}

.branding .features__pro_1 .u-icon {
    background: url(img/brand.svg)
}

.branding .features__pro_2 .u-icon {
    background: url(img/conditions.svg)
}

.branding .features__pro_3 .u-icon {
    background: url(img/currencies.svg)
}

.branding .features__pro_4 .u-icon {
    background: url(img/markup_plans.svg)
}

.branding .features__pro_5 .u-icon {
    background: url(img/branding.svg)
}

.branding .features__pro_6 .u-icon {
    background: url(img/leverage.svg)
}

.branding .features__pro_7 .u-icon {
    background: url(img/limited_rights.svg)
}

.branding .features__pro_8 .u-icon {
    background: url(img/risk_management.svg)
}

.branding .features__pro_9 .u-icon {
    background: url(img/statements.svg)
}

.branding .solution__pro_1 .u-icon {
    background: url(img/sales.svg)
}

.branding .solution__pro_2 .u-icon {
    background: url(img/profit.svg)
}

.mt_versions .u-description {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mt_versions .u-description__img {
    max-width: 600px;
    margin-right: 50px
}

@media all and (max-width:1024px) {
    .mt_versions .u-description__img {
        margin-right: 0
    }
}

@media all and (max-width:768px) {
    .mt_versions .u-description__img {
        margin: 10px 0 0 !important;
        height: auto !important
    }
}

.how_it_works__screenshot {
    display: block;
    width: 522px;
    margin: 0 auto;
    margin-top: 30px
}

.how_it_works .top_platforms {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 125px
}

.how_it_works .top_platforms__description, .how_it_works .top_platforms__responsibilities {
    width: 50%
}

.how_it_works .top_platforms__description {
    margin-right: 100px
}

.how_it_works .u-container__item {
    padding: 50px 60px
}

    .how_it_works .u-container__item .u-h3 {
        margin-bottom: 12px
    }

    .how_it_works .u-container__item.u-bg_type_dots:after {
        top: -2px;
        left: -2px;
        width: 51px;
        height: 51px;
        background-size: 51px;
        background-position: 0 0;
        padding: 0 145px 60px 0
    }

@media all and (max-width:1024px) {
    .how_it_works__screenshot {
        margin-top: 20px
    }

    .how_it_works .top_platforms__description {
        margin-right: 50px
    }
}

@media all and (max-width:768px) {
    .how_it_works .top_platforms {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 50px
    }

    .how_it_works .top_platforms__description, .how_it_works .top_platforms__responsibilities {
        width: 100%
    }

    .how_it_works .top_platforms__description {
        margin-right: 0;
        margin-bottom: 35px
    }

    .how_it_works .u-container__item {
        padding: 40px 20px 20px
    }

        .how_it_works .u-container__item.u-bg_type_dots:after {
            top: -20px
        }
}

.branding .u-icon {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 25px;
    left: 25px
}

.branding .u-container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 40px 20px
}

.branding .u-container__item {
    padding: 30px 25px 25px 100px
}

    .branding .u-container__item .u-h3 {
        margin-bottom: 20px
    }

    .branding .u-container__item .u-list li {
        padding-left: 15px;
        padding-right: 10px
    }

    .branding .u-container__item.u-bg_type_dots:after {
        top: -20px;
        left: -2px;
        width: 51px;
        height: 51px;
        background-size: 51px;
        background-position: 0 0;
        padding: 0 145px 60px 0
    }

.branding .features {
    margin: 50px 0 40px
}

    .branding .features .u-container__item-alt {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 50px
    }

        .branding .features .u-container__item-alt.u-bg_type_dots:after {
            padding: 0 70px 50px 0
        }

        .branding .features .u-container__item-alt:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: -webkit-calc(100% - 40px);
            width: calc(100% - 40px);
            height: -webkit-calc(100% - 40px);
            height: calc(100% - 40px);
            border: 1px solid #32d4ad;
            margin: 20px
        }

@media all and (max-width:768px) {
    .branding .features .u-container__item-alt:before {
        display: none
    }
}

.branding .features .u-container__item-alt .u-h3 {
    margin-bottom: 10px
}

.branding .features .u-container__item-alt .u-btn {
    margin: 0
}

@media all and (max-width:768px) {
    .branding .features .u-container__item-alt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 45px 20px 20px
    }

        .branding .features .u-container__item-alt.u-bg_type_dots:after {
            padding: 0 35px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            background-position: center
        }

        .branding .features .u-container__item-alt .u-btn {
            margin-top: 20px
        }
}

@media all and (max-width:500px) {
    .branding .features {
        margin: 30px 0
    }

        .branding .features .u-container__item-alt {
            margin-top: 40px
        }
}

.branding .solution > .u-h3 {
    margin-bottom: 15px
}

.branding .solution .u-list {
    margin-bottom: 20px
}

.branding .solution .u-description {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 80px 0 50px
}

    .branding .solution .u-description > * {
        width: 50%
    }

.branding .solution .u-description__img {
    margin-left: 50px
}

@media all and (max-width:1024px) {
    .branding .solution .u-description > * {
        width: 100%
    }

    .branding .solution .u-description__img {
        margin: 30px 0 0 !important;
        text-align: center
    }
}

@media all and (max-width:768px) {
    .branding .solution .u-description__img {
        height: auto !important
    }
}

@media all and (max-width:500px) {
    .branding .solution > .u-h3 {
        text-align: left
    }

    .branding .solution .u-description {
        margin: 50px 0 30px
    }
}

@media all and (max-width:950px) {
    .branding .u-container {
        grid-template-columns: 1fr
    }
}

@media all and (max-width:500px) {
    .branding .u-container {
        grid-gap: 25px
    }

    .branding .u-container__item:not(.u-container__item-alt) {
        border: none;
        padding: 0 0 0 55px
    }

        .branding .u-container__item:not(.u-container__item-alt) .u-icon {
            top: 0;
            left: 0
        }

        .branding .u-container__item:not(.u-container__item-alt) .u-h3 {
            margin-top: 12px
        }

        .branding .u-container__item:not(.u-container__item-alt) .u-list, .branding .u-container__item:not(.u-container__item-alt) .u-text {
            margin-left: -55px
        }

        .branding .u-container__item:not(.u-container__item-alt).u-bg_type_dots:after {
            display: none
        }
}

.cost .u-container__item {
    padding: 100px 80px
}

    .cost .u-container__item .u-text:not(:last-of-type) {
        margin-bottom: 40px
    }

    .cost .u-container__item:before {
        content: '';
        position: absolute;
        top: 20px;
        left: 20px;
        border: 1px solid #32d4ad;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        height: -webkit-calc(100% - 40px);
        height: calc(100% - 40px)
    }

@media all and (max-width:500px) {
    .cost .u-container__item:before {
        display: none
    }
}

.cost .u-container__item.u-bg_type_dots:after {
    background-size: 51px;
    background-position: top;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 35px 35px
}

@media all and (max-width:768px) {
    .cost .u-container__item {
        padding: 60px 40px
    }
}

@media all and (max-width:500px) {
    .cost .u-container__item {
        border: none;
        padding: 0
    }

        .cost .u-container__item.u-bg_type_dots:after {
            display: none
        }

        .cost .u-container__item .u-text:not(:last-of-type) {
            margin-bottom: 15px
        }
}

.wow.fadeInDown {
    visibility: visible !important;
}