@charset "UTF-8";
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/Roboto-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

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

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

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

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

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

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Links */
.link {
    text-decoration: underline;
    color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

/* Text */
.text-blue {
    color: #1773ce !important;
}

.text-red {
    color: #ff5722 !important;
}

.text-green {
    color: #339e8b !important;
}

.text-white {
    color: #fff !important;
}

.text-alp8 {
    opacity: .8 !important;
}

.text-center {
    text-align: center;
}

.text-black {
    color: #4c4c4c;
}

/* Backgrounds*/
.bg-white {
    background-color: #fff !important;
}

.bg-blue {
    background-color: #1773ce !important;
}

.bg-green {
    background-color: #339e8b !important;
}

.bg-red {
    background-color: #ff5722 !important;
}

.p30 {
    padding: 30px 0;
}

.p50 {
    padding: 50px 0;
}

.pb50 {
    padding-bottom: 50px;
}

.mt50 {
    margin-top: 50px;
}

.mt100 {
    margin-top: 100px;
}

.mt200 {
    margin-top: 200px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb200 {
    margin-bottom: 200px;
}

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

img {
    max-width: 100%;
}

ul {
    list-style-type: none;
}

.article ul {
    list-style-type: disc;
    padding-left: 15px;
    color: #4c4c4c;
    color: #4c4c4c;
}

.article li {
    margin-top: 15px;
    margin-left: 15px;
}

ul.default {
    list-style-type: disc;
    padding-left: 15px;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

.ui-button {
    padding: 5px 45px;
    border-radius: 40px;
    background-color: #ff5722;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    height: 45px;
    font-size: 14px;
    font-weight: 500;

    text-align: center;
}

.ui-button.is-md {
    font-size: 16px;
    padding: 15px 60px;
    height: auto;
}

.ui-button.is-green {
    background-color: #45ac9a;
    color: #fff;
}

.ui-button.is-blue {
    background-color: #1773ce;
    color: #fff;
}

.ui-button > img {
    margin-left: 15px;
}

.ui-button.white-border {
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
}

.ui-button.white-border:hover {
    background-color: #fff;
    border-color: #fff;
    color: #1773ce;
}

.ui-button.is-white {
    background-color: rgba(255, 255, 255, 0.8);
}

.ui-button.is-white:hover {
    background-color: #fff;
    color: #4c4c4c !important;
}

.ui-input {
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 30px;
    font-family: inherit;
    outline: none;
}

.ui-button-inner {
    position: relative;
}

.ui-button-inner__content {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
}

.ui-button-inner__content > * {
    margin: 0 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.ui-button-inner__content svg {
    fill: #fff;
    margin-right: 10px;
    width: 17px;
    height: 19px;
}

.ui-button-inner__close {
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -11px;
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
    outline: none;
    background: transparent url(../images/button-inner-close.png) center center no-repeat;
    z-index: 5;
}

.ui-button-inner.js-open {
    cursor: default;
    padding-left: 20px;
}

.ui-button-inner.js-open .ui-button-inner__close {
    display: block;
}

.ui-button-inner.js-open .ui-button-inner__label {
    display: none;
}

.ui-button-inner.js-open .ui-button-inner__content {
    max-width: 50em;
}

.ui-search {
    background: url(../images/icon-search.png) center center no-repeat;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.ui-search form {
    display: none;
    height: 35px;
}

.ui-search form input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #e6e6e6;
    padding-left: 20px;
    outline: none;
    font-size: 14px;
}

.ui-search form input::-webkit-input-placeholder {
    color: #808080;
}

.ui-search form input::-moz-placeholder {
    color: #808080;
}

.ui-search form input:-ms-input-placeholder {
    color: #808080;
}

.ui-search form input::-ms-input-placeholder {
    color: #808080;
}

.ui-search form input::placeholder {
    color: #808080;
}

.ui-search form button {
    width: 110px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #1773ce;
    /*background-image: url(../images/icon-search-button.png) 20px center no-repeat;*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='475' height='475' viewBox='0 0 475.1 475.1' fill='rgb(255 255 255 / .5)'%3E%3Cpath d='M464.5 412.8l-97.9-97.9c23.6-34.1 35.4-72 35.4-113.9 0-27.2-5.3-53.2-15.9-78.1 -10.6-24.8-24.8-46.3-42.8-64.2 -18-18-39.4-32.3-64.2-42.8C254.2 5.3 228.2 0 201 0c-27.2 0-53.2 5.3-78.1 15.8C98.1 26.4 76.7 40.7 58.7 58.7c-18 18-32.3 39.4-42.8 64.2C5.3 147.8 0 173.8 0 201c0 27.2 5.3 53.2 15.8 78.1 10.6 24.8 24.8 46.2 42.8 64.2 18 18 39.4 32.3 64.2 42.8 24.8 10.6 50.9 15.8 78.1 15.8 41.9 0 79.9-11.8 113.9-35.4l97.9 97.6c6.9 7.2 15.4 10.8 25.7 10.8 9.9 0 18.5-3.6 25.7-10.8 7.2-7.2 10.8-15.8 10.8-25.7C475.1 428.5 471.6 419.9 464.5 412.8zM291.4 291.4c-25 25-55.1 37.5-90.4 37.5 -35.2 0-65.3-12.5-90.4-37.5 -25-25-37.5-55.1-37.5-90.4 0-35.2 12.5-65.3 37.5-90.4 25-25 55.2-37.5 90.4-37.5 35.2 0 65.3 12.5 90.4 37.5 25 25 37.5 55.2 37.5 90.4C328.9 236.2 316.4 266.3 291.4 291.4z'/%3E%3C/svg%3E%0A");
    background-size: 32px;
    background-repeat: no-repeat;
    padding-left: 10px;
}

.ui-search__close {
    display: none;
    width: 40px;
    height: 40px;
    background: transparent url(../images/button-inner-close.png) center center no-repeat;
    position: absolute;
    right: 10px;
    top: -2px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    border: none;
    outline: none;
}

.ui-search.js-open {
    max-width: 455px;
    width: 100%;
    background-image: none;
    -webkit-mask-image: none;
    mask-image: none;
    background-color: transparent;
}

.ui-search.js-open form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile_lang{
	display:none;
	background: url(../images/kz_small.svg) center center no-repeat !important;
    width: 36px;
    height: 36px;
    cursor: pointer;
    position: relative;
	margin-right: 20px;
	margin-left: auto;
}

.mobile_lang:hover,.mobile_lang:focus, .mobile_lang:active, .mobile_lang:visited, .mobile_lang:target{
	background: url(../images/kz_small_hover.svg) center center no-repeat !important;
}

.ui-lang {
    background: url(../images/kz.svg) center center no-repeat;
    border-radius: 40px;
    padding: 12px 20px;
    color: #808080;
    -ms-flex-item-align: center;
    align-self: center;
	text-indent: -9999px;
}

.ui-lang:hover,.ui-lang:focus, .ui-lang:active, .ui-lang:visited, .ui-lang:target{
	background: url(../images/kz_hover.svg) center center no-repeat;
}

.ui-comment {
    background: url(../images/comment-layer.png) top left no-repeat;
    max-width: 575px;
    min-height: 265px;
    position: relative;
    background-size: contain;
}

.ui-comment:after {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    left: 65px;
    width: 60px;
    height: 50px;
    background: url(../images/quotes.png) center center no-repeat;
}

.ui-comment__content {
    padding: 30px 30px 40px 160px;
    font-size: 14px;
    color: #4c4c4c;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.ui-comment__info {
    margin-top: 15px;
    font-style: italic;
}

.ui-checklist, .services-slider__item-checklist {
    margin-top: 20px;
    margin-left: 25px;
}

.ui-checklist li, .services-slider__item-checklist li {
    position: relative;
    font-size: 14px;
    color: #4c4c4c;
}

.ui-checklist li:before, .services-slider__item-checklist li:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -2px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ui-checklist li + li, .services-slider__item-checklist li + li {
    margin-top: 10px;
}

.ui-checklist.blue-icons li:before, .blue-icons.services-slider__item-checklist li:before {
    background-image: url(../images/icon-checklist-blue.png);
}

.ui-checklist.red-icons li:before, .red-icons.services-slider__item-checklist li:before {
    background-image: url(../images/icon-checklist-red.png);
}

.ui-checklist.green-icons li:before, .green-icons.services-slider__item-checklist li:before {
    background-image: url(../images/icon-checklist-green.png);
}

.ui-video {
    position: relative;
    width: 100%;
    max-width: calc(100vw - 30px);
    height: 315px;
    cursor: pointer;
    display: block;
}

.ui-video .video__play-button {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(51, 158, 139, 0.85) url(../images/icon-play.svg) center center no-repeat;
    cursor: pointer;
}

.ui-video__text {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 40px;
    z-index: 2;
}

.ui-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    max-width: initial;
    -o-object-fit: cover;
    object-fit: cover;
    right: 0 !important;
}

.ui-video iframe {
    width: 100%;
    height: 100%;
}

.ui-video--enabled img,
.ui-video--enabled span,
.ui-video--enabled div {
    display: none;
}

.ui-accordion__item {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.ui-accordion__item:after {
    content: '+';
    position: absolute;
    right: 50px;
    top: 33px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    background-color: #f0f6fb;
    color: #1773ce;
    pointer-events: none;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 300;
    border-radius: 50%;
}

.ui-accordion__item.js-open:after {
    content: '—';
}

.ui-accordion__item-hidden {
    display: none;
    padding-bottom: 25px;
    margin-top: -10px;
}

.ui-accordion__item:first-child {
    border-top: 1px solid #e5e5e5;
}

.ui-accordion__item-caption {
    font-size: 16px;
    color: #1773ce;
    padding: 25px 30% 25px 0;
    cursor: pointer;
}

.ui-accordion__item-text {
    color: #4c4c4c;
    max-width: 70%;
    position: relative;
    z-index: 2;
}

.ui-accordion__item-more {
    margin-top: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.ui-accordion__item-more span {
    text-decoration: underline;
}

.ui-sub {
    padding: 10px 10px 10px 20px;
    margin-top: 50px;
    background-color: #fff;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ui-sub input {
    min-width: 290px;
}

.ui-sub button {
    margin-left: 20px;
}

.flex-x-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 485px;
    padding: 45px 80px;
    font-family: "Roboto", "Arial", sans-serif;
}

.flex-x-block .list-wrpper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-x-block .list-wrpper ul {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-x-block .block-list--left {
    display: none;
}

.flex-x-block .block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 66px;
    border-top: 1px solid #cce7e2;
}

.block-first {
    width: 51%;
}

.block-list--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block-first .block-list--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block-list--left .block-item {
    padding-left: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #1976d2;
}

.flex-x-block > div > h3 {
    padding-top: 4px;
    padding-bottom: 6px;
    font-family: inherit;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: #4c4c4c;
}

.flex-x-block .block-first h3 {
    text-align: right;
    padding-right: 8%;
}

.block-list--right .block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-column,
.block-column {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-text {
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
}

.block-comments {
    padding: 0 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .flex-x-block {
        padding: 45px;
    }

    .block-list--left .block-item {
        padding-left: 0;
    }

    .flex-x-block .block-first h3 {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .flex-x-block.visual-table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 15px;
        background-color: transparent;
    }

    .block-list--left .block-item {
        padding-left: 44px;
    }

    .flex-x-block > div {
        width: 100%;
        margin-bottom: 50px;
        padding: 41px 40px;
        background-color: #ffffff;
    }

    .flex-x-block > div > h3 {
        padding-bottom: 30px;
        font-size: 42px;
    }

    .flex-x-block .block-first h3 {
        text-align: center;
    }

    .flex-x-block .block-list--left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .block-list .block-item {
        border-top: 2px solid rgba(51, 158, 139, 0.15);
    }

    section.section {
        margin-bottom: 150px;
        padding-bottom: 0;
    }

    section .section__button-wrapper {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 70%;
    }
}

@media (max-width: 750px) {
    .flex-x-block.visual-table {
        padding: 0;
    }

    .block-list--left .block-item {
        /*padding-left: 0;*/
    }

    .flex-x-block > div {
        padding: 20px 10px;
    }
}

@media (max-width: 750px) {
    .block-list--left .block-item {
        font-size: 14px;
    }
}

html.js-noscroll,
body.js-noscroll {
    overflow: hidden;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1190px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.container-small {
    max-width: 990px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

/* Header */
.header {
    padding: 25px 0 0;
}

.header__logo {
    width: 198px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    background-image: url(../images/logo.svg);
}

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

.header__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px;
    max-width: 230px;
    padding: 0px 20px;
    position: relative;
    height: 57px;
    margin-right: auto;
}

.header__label svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.header__label-year {
    font-size: 33px;
    color: #ff5722;
    font-weight: 900;
}

.header__label-text {
    font-size: 12px;
    color: #808080;
    line-height: 1;
    margin-left: 5px;
}

.header__search {
    margin-right: 20px;
}

.header__login .ui-button-inner__content > * + * {
    position: relative;
}

.header__login .ui-button-inner__content > * + *:before {
    content: '';
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: -15px;
    top: 0;
}

.header__login .ui-button-inner__content > * + *.js-orange {
    background-color: #ff5722;
    margin-right: 0;
    padding: 10px 30px;
}

.header__login .ui-button-inner__content > * + *.js-orange svg {
    fill: #fff;
}

.header__login > svg {
    display: none;
}

.header__login-mobile {
    display: none;
}

.header__login.js-open {
    margin-left: auto;
}

.header .hidden-login {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #ff5722;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    color: #fff;
    padding: 20px;
    z-index: 9999;
}

.header .hidden-login a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
}

.header .hidden-login a + a {
    margin-top: 20px;
}

.header .hidden-login svg {
    fill: #fff;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.header .hidden-login .close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    outline: none;
    border: none;
    background: url(../images/button-inner-close.png) center center no-repeat;
}

.header__lang {
    margin-left: 15px;
}

.header-menu {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-menu__link {
    color: #808080;
    margin: 0px 10px;
    padding: 30px 15px;
}

.header-menu > li {
    position: relative;
}

.header-menu > li:hover a, .header-menu > li.active a {
    background-color: #1773ce;
    color: #fff;
}

.header-menu > li:hover .submenu, .header-menu > li.active .submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-menu .submenu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    background-color: #1773ce;
    color: #fff;
    padding: 40px;
    z-index: 100;
    white-space: nowrap;
    margin-left: 10px;
    top: 45px;
}

.header-menu .submenu li + li {
    margin-top: 5px;
}

.header-menu .submenu a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-menu .submenu a:before {
    content: '';
    /*background: url(../images/submenu-item-arrow-light.png) left center no-repeat;*/
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52699 9L10.9815 4.54545L6.52699 0.0909092L5.76136 0.856534L8.91335 3.99858H0.75V5.09233H8.91335L5.76136 8.24432L6.52699 9Z' fill='%236699cc'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 11px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
    width: 15px;
    height: 10px;
}

.header__nav {
    color: #1773ce;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    margin-top: 25px;
}

.header.js-search-opened .header-menu {
    display: none !important;
}

.header.is-fixed {
    background-color: #f0f6fb;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 105;
    padding: 20px 0;
}

.header.is-fixed .nav {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 39%;
}

.header.is-fixed .header__label,
.header.is-fixed .header-menu {
    display: none !important;
}

.header.is-fixed .header__search {
    margin-left: auto;
}

.header.mob-search-open {
    background-color: #1773ce;
}

.header.mob-search-open .ui-search form button {
    background-color: #114e8a;
    font-size: 0;
    width: 60px;
}

#hamburger {
    display: none;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: transparent;
    /*background-image: url(../images/mobile-hamburger.png);*/
    background-color: #1773ce;
    position: absolute;
    right: 20px;
    top: 30px;
    border: none;
    border-radius: 100%;
    outline: none;
    cursor: pointer;
    z-index: 1000;
}
#hamburger span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    width: 40px;
    height: 4px;
    background-color: white;
}
#hamburger:after,
#hamburger:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 4px;
    background-color: white;
}
#hamburger:after {
    top: 27px;
}
#hamburger:before {
    bottom: 27px;
}

/*Mobile header*/
.header.js-open {
    background-color: #1773ce;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    /*z-index: 999;*/
    z-index: 1099;
}

.header.js-open .header__logo {
    background-image: url(../images/logo-white.svg);
}

.header.js-open .header__grid .header__login-mobile {
    display: none !important;
}

.header.js-open .header__search {
    display: none;
}

.header.js-open .mobile-nav .header__search,
.header.js-open .mobile-nav .nav,
.header.js-open .mobile-nav .header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header.js-open .mobile-nav .nav {
    background-color: transparent;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.header.js-open .header__nav {
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header.js-open .mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header.js-open .mobile-nav .header__login-mobile {
    font-size: 14px;
}

.mobile-nav {
    display: none;
    padding: 0 15px;
}

.mobile-nav .header__search {
    margin-bottom: 15px;
    margin-right: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
}

.mobile-nav .header__search form {
    height: 40px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.mobile-nav .header__search form button {
    background-color: #0a529b;
    font-size: 0;
    width: 60px;
    height: 40px;
}

.mobile-nav .ui-search__close {
    display: none !important;
}

.mobile-nav .ui-search.js-open {
    padding-right: 0;
}

.mobile-nav .header__login-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff5722;
    padding: 10px 20px;
    height: 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
}

.mobile-nav .header__login-mobile svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
}

.mobile-nav .header__nav {
    width: 100%;
    padding-left: 30px;
    margin-bottom: 50px;
}

.mobile-nav .header__nav li {
    width: 100%;
}

.mobile-nav .header__nav li:hover .submenu {
    max-height: 150rem;
}

.mobile-nav .header__nav > li > a {
    color: #fff;
}

.mobile-nav .header__nav .submenu__buttons-foot {
    margin-top: 15px !important;
}

.mobile-nav .header__nav > li > a:not(.ui-button) {
    padding: 10px 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav .header__nav > li > a:not(.ui-button):before {
    /*content: '';*/
    /*display: -webkit-inline-box;*/
    /*display: -ms-inline-flexbox;*/
    /*display: inline-flex;*/
    /*width: 15px;*/
    /*height: 10px;*/
    /*background: url(../images/icon-dropdown.png) left center no-repeat;*/
    /*margin-right: 10px;*/
}

.mobile-nav .header__nav .submenu {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    margin-left: -30px;
    max-width: initial;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile-nav .header__nav .submenu__column {
    padding: 20px !important;
}

.mobile-nav .header__nav .submenu .submenu__column + .submenu__column {
    border-left: none;
}

.mobile-nav .header__nav .submenu .caption {
    font-size: 14px;
}

.mobile-nav .header__nav .submenu a {
    font-size: 12px;
}

.mobile-nav .header__nav .submenu a:not(.ui-button) {
    padding: 5px 20px;
}

.mobile-nav .header__nav .submenu a:not(.ui-button):hover {
    background-color: #ff5722;
    color: #fff;
}

.mobile-nav .header__nav .submenu a:not(.ui-button):hover:before {
    /*background-image: url(../images/submenu-item-arrow-white.png);*/
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52699 9L10.9815 4.54545L6.52699 0.0909092L5.76136 0.856534L8.91335 3.99858H0.75V5.09233H8.91335L5.76136 8.24432L6.52699 9Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.mobile-nav .header__nav .submenu ul {
    margin-left: -20px;
    margin-right: -20px;
}

.nav {
    background-color: #f0f6fb;
}

.nav__list {
    position: relative;
}

.nav__list > li > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 25px 40px;
}

.nav__list > li:hover, .nav__list > li.active {
    background-color: #1773ce;
}

.nav__list > li:hover .submenu, .nav__list > li.active .submenu {
    max-height: 50rem;
    padding: 20px;
}

.nav__list > li:hover > a, .nav__list > li.active > a {
    color: #fff;
}

.nav__list > li > .submenu {
    position: absolute;
    top: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    max-width: 100vw;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    white-space: nowrap;
    background-color: #1773ce;
    padding: 0;
    z-index: 100;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.nav__list > li > .submenu .submenu__column:not(:nth-child(3)) {
    background-color: #fff;
    padding: 50px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.nav__list > li > .submenu .submenu__buttons {
    padding: 30px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 320px;
}

.nav__list > li > .submenu .submenu__buttons-foot {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.nav__list > li > .submenu .submenu__buttons-foot a {
    font-size: 15px;
}

.nav__list > li > .submenu .submenu__buttons-foot a + a {
    margin-top: 10px;
}

.nav__list > li > .submenu .submenu__column + .submenu__column {
    border-left: 1px solid #e6e6e6;
}

.nav__list > li > .submenu .caption {
    font-size: 17px;
    font-weight: bold;
}

.nav__list > li > .submenu ul {
    margin-top: 20px;
}

.nav__list > li > .submenu ul.red-icons a:before {
    /*background-image: url(../images/submenu-item-arrow-red.png);*/
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52699 9L10.9815 4.54545L6.52699 0.0909092L5.76136 0.856534L8.91335 3.99858H0.75V5.09233H8.91335L5.76136 8.24432L6.52699 9Z' fill='%23ff6633'/%3E%3C/svg%3E%0A");
    background-size: 11px;
}

.nav__list > li > .submenu ul li + li {
    margin-top: 5px;
}

.nav__list > li > .submenu ul a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

    color: #4c4c4c;
    font-weight: 400;
    font-size: 14px;
}

.nav__list > li > .submenu ul a:before {
    content: '';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-image: url(../images/submenu-item-arrow.png);*/
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52699 9L10.9815 4.54545L6.52699 0.0909092L5.76136 0.856534L8.91335 3.99858H0.75V5.09233H8.91335L5.76136 8.24432L6.52699 9Z' fill='%230066CC'/%3E%3C/svg%3E%0A");
    background-size: 11px;
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

/* Page head */
.page-head {
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
}

.page-head__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-head__grid.w50 .page-head__column {
    width: 50%;
}

.page-head__grid.w50 .page-head__column:nth-child(2) {
    padding-left: 100px;
}

.page-head__image {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 310px;
    min-width: 310px;
}

@media(min-width: 769px){
    .page-head__image{
        max-width: 310px;
    }
}

.page-head__image img {
    display: block;
    margin-left: auto;
}

.page-head__image.is-big img {
    max-width: initial;
    position: relative;
    z-index: 1;
    top: 180px;
}

.page-head__image.is-big .img2 {
    position: absolute;
    bottom: -20%;
    left: 58%;
    z-index: 0;
}

.page-head__title {
    font-size: 60px;
    color: #1773ce;
    font-weight: 900;
    margin-top: 50px;
}

.page-head__desc {
    font-size: 18px;
    /*color: #161a1d;*/
    color: #333333;
    margin-top: 40px;
}

.page-head__desc .big {
    font-weight: bold;
    font-size: 24px;
}

.page-head__menu {
    background-color: #f0f6fb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -70px;
}

.page-head__menu li {
    padding: 25px 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #1773ce;
    font-size: 17px;
    font-weight: 500;
}

.page-head__checklist {
    margin-top: 50px;
}

.page-head__checklist li {
    font-size: 16px;
}

.page-head__button {
    margin-top: 50px;
    margin-left: 30px;
}

/* Banner */
.main-banner {
    padding-top: 95px;
    padding-bottom: 140px;
    position: relative;
}

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

.main-banner__image {
    margin-left: -135px;
}

.main-banner__image img {
    max-width: initial;
}

.main-banner__title {
    margin-top: 20px;
    font-size: 55px;
    font-weight: 900;
    line-height: 50px;
}

.main-banner__comment {
    margin-top: 110px;
    margin-left: -90px;
}

.main-banner .paysend {
    position: absolute;
    right: 333px;
    bottom: 90px;
}
.main-banner .paysend img{
    display: block;
}

@media(min-width: 1025px){
    .main-banner .paysend{
        max-width: 181px;
    }
}

/* $ SECTIONS GLOBAL */
.section__title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 40px;
}

.section__title.is-sm {
    font-size: 36px;
}

.section__title.is-fm {
    font-weight: 500;
}

.section h3 {
    font-size: 25px;
    color: #4c4c4c;
    margin-bottom: 20px;
}

.section h4 {
    margin-bottom: 20px;
    font-size: 20px;
    margin-top: 50px;
    font-style: italic;
    color: #1773ce;
    text-align: center;
}

.page-head + .section h4 {
    margin-top: 0px;
}

.section__desc {
    font-size: 16px;
    color: #4c4c4c;
    margin-top: 40px;
    max-width: 80%;
}
.section__desc—margin-bottom {
    margin: 0 0 50px;
}

.section__desc.is-strong {
    font-weight: 500;
    font-size: 18px;
}

.section__desc.is-md {
    font-size: 18px;
    font-weight: 500;
}

.section__tel {
    font-weight: bold;
    color: #1773ce;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section__tel img {
    margin-left: 10px;
}

.section__button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.section__button-wrapper > * {
    margin: 0 5px;
}

.section__button-wrapper.after-slider {
    margin-top: 60px;
    padding-bottom: 50px;
}

.section__social {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.section__padding {
    padding: 100px 0;
}

.section.pb {
    padding-bottom: 100px;
}

.section.pt {
    padding-top: 100px;
}

.section p {
    color: #4c4c4c;
}

.section p + p {
    margin-top: 20px;
}

.section__box {
    margin-top: 50px;
    padding: 50px;
    background-color: #fff;
}

.section__box-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
}

.section__box-grid .col {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(50% - 40px);
}

.list-with-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
}

.list-with-icons ._item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 30px;
    text-align: center;
    width: calc(100% / 3 - 30px);
}

.list-with-icons ._item h6 {
    margin-top: 55px;
    font-size: 24px;
    font-weight: bold;
    height: 59px;
    overflow: hidden;
}

.list-with-icons ._item h6.is-auto {
    height: auto;
}

.list-with-icons ._item p {
    color: #4c4c4c;
    margin-top: 20px;
}

/* Advantages */
.s-advantages {
    background-color: #f0f6fb;
    height: 291px;
    margin-bottom: 50px;
}

.s-advantages__border {
    border: 1px solid #e6e6e6;
    position: relative;
    top: 15px;
    height: 285px;
}

.s-advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.s-advantages__item {
    position: relative;
}

.s-advantages__item:nth-child(1) {
    margin-top: -51px;
    margin-left: 33px;
}

.s-advantages__item:nth-child(1) .s-advantages__icon {
    margin-top: 60px;
}

.s-advantages__item:nth-child(1) .s-advantages__desc {
    margin-top: 9px;
    margin-left: 10px;
}

.s-advantages__item:nth-child(2) {
    margin-left: 136px;
    margin-top: 36px;
    max-width: 106px;
}

.s-advantages__item:nth-child(2) .s-advantages__title {
    position: absolute;
    -webkit-transform: rotate(-90deg) translateY(-100%);
    transform: rotate(-90deg) translateY(-100%);
    color: #1773ce;
    bottom: -40px;
    left: -56px;
}

.s-advantages__item:nth-child(2) .s-advantages__desc {
    margin-top: 22px;
}

.s-advantages__item:nth-child(3) {
    margin-top: -56px;
    margin-left: 82px;
}

.s-advantages__item:nth-child(3) .s-advantages__desc {
    margin-top: 3px;
    margin-bottom: 35px;
}

.s-advantages__item:nth-child(4) {
    margin-top: 40px;
    margin-left: 70px;
}

.s-advantages__item:nth-child(4) .s-advantages__desc {
    margin-top: 15px;
    margin-bottom: 15px;
}

.s-advantages__item:nth-child(4) .s-advantages__title {
    position: absolute;
    bottom: -82px;
    left: 4px;
}

.s-advantages__item:nth-child(5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
    margin-left: -36px;
    margin-top: -102px;
}

.s-advantages__item:nth-child(5) .s-advantages__title {
    /*letter-spacing: -1.25px;*/
    letter-spacing: 0.05px;
}

.s-advantages__item:nth-child(5) .s-advantages__desc {
    text-align: left;
    margin-right: 12px;
    margin-top: 16px;
    margin-bottom: 10px;
}

.s-advantages__title {
    font-weight: 900;
    line-height: 1;
    position: relative;
    white-space: nowrap;
}

.s-advantages h2 {
    font-size: 117px;
}

.s-advantages h3 {
    font-size: 98px;
}

.s-advantages h4 {
    margin-top: 0;
    font-style: normal;
    font-size: 66px;
}

.s-advantages h5 {
    font-size: 54px;
}

.s-advantages__desc {
    max-width: 160px;
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 991px) {
    .s-advantages .s-advantages__desc {
        margin-top: 0;
        margin-right: -21px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .s-advantages > .container {
        max-width: 95%;
        height: auto;
    }

    .s-advantages__item:nth-child(3),
    .s-advantages__item:nth-child(5) {
        width: 40%;
    }

    .s-advantages__item:nth-child(5) {
        width: 50%;
        padding-top: 124px;
    }

    .s-advantages__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px;
    }

    .s-advantages__item:nth-child(5) .s-advantages__icon {
        position: absolute;
        right: 0;
        bottom: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        margin-right: -50px;
        margin-top: -20px;
    }
}

@media (max-width: 768px) and (min-width: 577px) {
    .s-advantages__item:nth-child(3) {
        padding-top: 45px;
    }
}

@media (max-width: 750px) {
    .s-advantages > .container {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Econom */
.s-econom {
    padding-top: 100px;
    padding-bottom: 100px;
}

.s-econom__list:not(#pressa-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 1px;
    margin-top: 1px;
}
.s-pressa .slick-initialized .slick-slide{
    border-right: 1px solid #e6e6e6;
}
.s-econom__item {
    width: calc(50% + 1px);
    margin-left: -1px;
    margin-top: -1px;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex !important;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 210px;
    padding: 20px;
    padding-left: 60px;
}
@media(max-width: 1199px) and (min-width: 768px){
    .s-econom__item{
        padding-left: 30px;
    }
}

.s-econom__content {
    margin-left: 60px;
    max-width: 230px;
    color: #4c4c4c;
}

.s-econom__image {
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.s-econom__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s-econom__title {
    font-size: 18px;
    font-weight: bold;
}

.s-econom__text {
    margin-top: 15px;
    font-weight: 500;
}

/* Services */
.s-services {
    padding: 90px 0 70px;
    background-color: #1773ce;
    overflow: hidden;
}

.s-services .container {
    position: relative;
}

.s-services__buttons {
    margin-top: 60px;
}

.services-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
}

.services-slider__item {
    background-color: #fff;
    padding: 50px;
    overflow: hidden;
    height: 390px;
    max-width: 390px;
}

.services-slider__item + .services-slider__item {
    border-left: 1px solid #e6e6e6;
}

.services-slider__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -30px;
}

.services-slider__item-icon {
    width: 125px;
    min-width: 125px;
    height: 125px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -30px;
}

.services-slider__item-icon.border-blue {
    -webkit-box-shadow: 0 0 0 50px #f0f6fb;
    box-shadow: 0 0 0 50px #f0f6fb;
}

.services-slider__item-icon.border-red {
    -webkit-box-shadow: 0 0 0 50px #fff5f2;
    box-shadow: 0 0 0 50px #fff5f2;
}

.services-slider__item-icon.border-green {
    -webkit-box-shadow: 0 0 0 50px #f0f6fb;
    box-shadow: 0 0 0 50px #f0f6fb;
}

.services-slider__item-title {
    font-size: 22px;
    font-weight: 500;
    margin-left: 35px;
}

.services-slider.full-border .services-slider__item {
    border: 1px solid #e6e6e6;
}

.services-slider.full-border .services-slider__item + .services-slider__item {
    margin-left: -1px;
}

/* SLICK DEFAULT STYLES*/
.slick-slider .slick-slide {
    outline: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 0;
    border: none;
    background: #1366c9 url(../images/slider-arrow.png) center center no-repeat;
    outline: none;
    cursor: pointer;
    margin-top: -20px;
    z-index: 101;
}

.slick-slider .slick-arrow.slick-prev {
    left: -70px;
}

.slick-slider .slick-arrow.slick-next {
    left: 1200px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-slider .slick-dots {
    position: absolute;
    width: 1160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -30px;
    left: 0;
}

.slick-slider .slick-dots li {
    margin: 0 5px;
}

.slick-slider .slick-dots button {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 0;
    line-height: 0;
}

.slick-slider .slick-dots .slick-active button {
    background-color: #0e53a5;
}

.slick-slider.with-hidden:after {
    content: '';
    position: absolute;
    width: calc((100vw - 1174px) / 2);
    background-color: rgba(23, 115, 206, 0.75);
    left: 1171px;
    height: 100%;
    z-index: 100;
}

.slick-slider.gren-hidden:after {
    background-color: rgba(51, 158, 139, 0.75);
}

.slick-slider.white-hidden:after {
    background-color: rgba(255, 255, 255, 0.75);
}

.slick-slider.grey-buttons .slick-arrow {
    background: #f0f6fb url(../images/slider-arrow-blue.png) center center no-repeat;
}

.slick-slider.green-buttons .slick-arrow {
    background: #288c79 url(../images/slider-arrow.png) center center no-repeat;
}

.slick-slider.light-dots .slick-dots button {
    background-color: #1773ce;
}

.slick-slider.light-dots .slick-dots .slick-active button {
    background-color: #ff5722;
}

.slick-slider.green-dots .slick-dots button {
    background-color: #fff;
}

.slick-slider.green-dots .slick-dots .slick-active button {
    background-color: #1b7b69;
}

/* Firms */
.s-firms {
    padding: 100px 0;
}

.s-firms__slider {
    margin-top: 80px;
}

.firms-slider .item {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media(max-width: 750px){
    #firms-slider .slick-slide > div{
        display: flex;
        flex-wrap: wrap;
    }
    .firms-slider .item{
        flex-basis: 50%;
    }
}

/* Clients */
.s-clients {
    background-color: #339e8b;
    padding: 100px 0;
    overflow-x: hidden;
}

.s-clients .clients-slider:after {
    left: 1160px;
}

.clients-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
}

.clients-slider.full-border {
    margin-left: 1px;
}

.clients-slider.full-border .clients-slider__item {
    border: 1px solid #e6e6e6;
    margin-left: -1px;
}

.clients-slider__item {
    padding: 40px;
    background-color: #fff;
    max-width: 580px;
}

.clients-slider__item + .clients-slider__item {
    border-left: 1px solid #e6e6e6;
}

.clients-slider__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.clients-slider__item-info {
    padding-left: 15px;
}

.clients-slider__item-ava {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.clients-slider__item-ava img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.clients-slider__item-link {
    text-decoration: underline;
}

.clients-slider__item-text {
    margin-top: 15px;
    line-height: 21px;
    color: #4c4c4c;
    position: relative;
    height: 105px;
    overflow: hidden;
}

.clients-slider__item-text:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 25px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.5)));
    background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.5));
    left: 0;
    width: 100%;
}

.clients-slider__item-more {
    margin-top: 15px;
    border-bottom: 1px dashed currentColor;
    color: #4c4c4c;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 2px;
}

/* JOIN STEPS */
.s-join {
    padding: 100px 0;
}

.s-join__buttons {
    margin-top: 60px;
}

.join-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
}

.join-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% / 4 - 20px);
    margin: 0 20px;
}

.join-list__item-icon {
    padding-left: 10px;
}

.join-list__item-caption {
    color: #4c4c4c;
    font-weight: 500;
    font-size: 22px;
    margin-top: 35px;
    height: 55px;
}

.join-list__item-list {
    margin-top: 35px;
}

.join-list.with-padding {
    padding: 50px 30px;
}

/* Why join */
.s-whyjoin {
    padding-top: 70px;
    /*padding-bottom: 50px;*/
}
.s-whyjoin .container{
    padding-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
}

.s-whyjoin .why-join-list {
    padding-top: 50px;
}

.why-join-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.why-join-item {
    margin: 0 12.5px 25px 12.5px;
    width: calc(50% - 25px);
    background-color: #f0f6fb;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    min-width: 360px;
    max-width: calc(100vw - 30px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.why-join-item__content {
    padding: 20px;
}

.why-join-item__title {
    font-size: 20px;
    color: #1773ce;
    font-weight: bold;
}

.why-join-item__desc {
    color: #4c4c4c;
    margin-top: 20px;
}

.why-join-item__icon {
    background-color: #1773ce;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 130px;
}

.join-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px -10px -30px;
}

.join-options__item {
    width: calc(100% / 4 - 30px);
    min-width: 180px;
    max-width: calc(100vw - 30px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px 30px;
}

.join-options__item-icon {
    height: 65px;
}

.join-options__item-title {
    font-size: 18px;
    color: #339e8b;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.join-options__item-text {
    display: block;
    color: #4c4c4c;
    margin-top: 15px;
}

/* Questions */
.s-question {
    background-color: #1773ce;
    padding: 80px 0 100px;
    text-align: center;
}

.s-question .section__title {
    margin-bottom: 0;
}

.s-question__desc {
    font-size: 30px;
    font-weight: bold;
    color: #bfd9ef;
    line-height: 48px;
}

.s-question .ui-button--social {
    padding-right: 50px;
    cursor: auto;
}

.s-question .ui-button--social a {
    padding: 0;
    margin: 0 10px;
}

.s-question .ui-button--social a img {
    display: block;
    min-width: 20px;
}

.s-question .ui-button--social a:first-child img {
    min-width: 11px;
}

.s-question .section__button-wrapper {
    margin-top: 60px;
}

/* Whom checks*/
.s-whom-checks {
    padding: 100px 0;
}

.s-whom-checks__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.s-whom-checks__column {
    width: 50%;
}

.s-whom-checks__box {
    background-color: #0d56bf;
    padding: 100px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.s-whom-checks__box img {
    margin-right: 10px;
}

.s-whom-checks__box p {
    padding-left: 35px;
    margin-top: -30px;
}

.s-whom-checks-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    padding-left: 30px;
    padding-top: 15px;
}

.s-whom-checks-desc ._caption {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 16px;
}

.s-whom-checks-desc ._columns {
    width: calc(50% - 20px);
    margin: 40px 10px 0;
}

.s-whom-checks-desc ._text {
    margin-top: 35px;
}

/* How work checks*/
.how-work-checks {
    padding: 100px 0;
}

.how-work-checks__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.how-work-checks__view ._text {
    max-width: 205px;
}

.how-work-checks__view .item:nth-child(2) {
    margin-left: 50px;
}

.how-work-checks__view .item:nth-child(3) {
    margin-left: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.how-work-checks__view .item:nth-child(3):before {
    content: '';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 90px;
    height: 1px;
    background-color: #d9d9d9;
    margin-right: 20px;
}

.how-work-checks__view .item:nth-child(3):after {
    content: '';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: url(../images/page-checks/lines.png) top center no-repeat;
    width: 135px;
    height: 240px;
    opacity: .2;
    margin-right: 30px;
}

.how-work-checks__view ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 320px;
    color: #333;
}

.how-work-checks__view ul li img {
    margin-right: 30px;
}

.how-work-checks__view ul li + li {
    margin-top: 10px;
}

/* Checks advantages */
.checks-advantages {
    padding: 100px 0;
}

.checks-advantages .section__button-wrapper {
    margin-top: 50px;
}

.visual-table {
    background-color: #fff;
    padding: 50px 50px;
}

.visual-table__head {
    font-size: 16px;
    font-weight: bold;
    color: #4c4c4c;
}

.visual-table__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #4c4c4c;
}

.visual-table__content .visual-table__row {
    border-top: 1px solid #cce7e2;
}

.visual-table__content p {
    font-weight: bold;
    font-size: 16px;
    color: #1773ce;
}

.visual-table__content small {
    font-size: 12px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-top: 3px;
}

.visual-table__content img {
    margin-right: 5px;
}

.visual-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
}

.visual-table__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.visual-table__col:not(:nth-child(1)) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.visual-table__col:nth-child(1) {
    width: 30%;
}

.visual-table__col:nth-child(2) {
    width: calc(70% / 3);
}

.visual-table__col:nth-child(3) {
    width: calc(70% / 3);
}

.visual-table__col:nth-child(4) {
    width: calc(70% / 3);
}

.visual-table.mobile {
    padding: 20px;
    display: none;
    font-size: 12px;
}

.visual-table.mobile p {
    font-size: 12px;
}

.visual-table.mobile + .visual-table.mobile {
    margin-top: 20px;
}

.visual-table.mobile .visual-table__head .visual-table__col {
    text-align: center;
    width: 100% !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.visual-table.mobile .visual-table__head .visual-table__row {
    padding-top: 0;
}

.visual-table.mobile .visual-table__col {
    width: 50% !important;
}

.visual-table.mobile .visual-table__content .visual-table__col:not(:first-child) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Questions */
.questions {
    padding: 100px 0;
}

/* FINES */
.s-fines {
    padding-bottom: 100px;
}

.fines-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 100px -17.5px -30px;
}

.fines-list__item {
    width: calc(100% / 3 - 35px);
    margin: 0 17.5px 30px;
    min-width: 320px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fines-list__item-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #4c4c4c;
    height: 65px;
}

.fines-list__item-caption img {
    margin-right: 10px;
}

.fines-list__item-list {
    margin-top: 50px;
    padding-left: 40px;
}

.fines-list__item-list span {
    font-weight: bold;
}

.fines-list__item-list li + li {
    margin-top: 20px;
}

/* Cards */
.cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1px;
}

.cards-item {
    padding: 20px;
    border: 1px solid #e6e6e6;
    position: relative;
    margin-left: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cards-item--25 {
    width: 25%;
    min-width: 25%;
}

.cards-item__image {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.cards-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cards-item__content {
    padding-top: 20px;
    margin-bottom: auto;
}

.cards-item__title {
    font-size: 18px;
    color: #1773ce;
    font-weight: bold;
    height: 45px;
    max-width: 239px;
}

.cards-item__text {
    margin-top: 20px;
    color: #4c4c4c;
}

.cards-item__footer {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #d9d9d9;
}

.cards-item__more {
    line-height: 1;
    border-bottom: 1px solid #d9d9d9;
}

.cards-item__date {
    font-size: 12px;
}

.cards-item__comments {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cards-item__comments:before {
    content: '';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-mask: url(../images/icon-chat.svg) center center no-repeat;
    mask: url(../images/icon-chat.svg) center center no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #d9d9d9;
    margin-right: 5px;
    width: 15px;
    height: 15px;
}

.cards-item.mobile {
    display: none;
}

.card-box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-box {
    padding: 50px;
    color: #fff;
    width: calc(50% - 40px);
    margin: 0 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 290px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.card-box__content {
    max-width: 70%;
}

.card-box__title {
    font-size: 30px;
    font-weight: bold;
}

.card-box__text {
    font-size: 16px;
    margin-top: 20px;
}

.card-box__icon {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto;
}

.card-box__icon svg {
    fill: rgba(0, 0, 0, 0.3);
}

.card-box__button {
    margin-top: 20px;
}

.card-box.bordered {
    border: 3px solid transparent;
    background-color: transparent !important;
    color: #4c4c4c;
    padding: 40px;
}

.card-box.bordered.border-blue {
    border-color: #1773ce;
}

.card-box.bordered.border-blue .card-box__title {
    color: #1773ce;
}

.card-box.bordered.border-blue .card-box__icon svg {
    fill: #1773ce;
    width: 80px;
}

.card-box.bordered.border-red {
    border-color: #ff5722;
}

.card-box.bordered.border-red .card-box__title {
    color: #ff5722;
}

.card-box.bordered.border-red .card-box__icon svg {
    fill: #ff5722;
    width: 80px;
}

.card-box.bordered.border-green {
    border-color: #339e8b;
}

.card-box.bordered.border-green .card-box__title {
    color: #339e8b;
}

.card-box.bordered.border-green .card-box__icon svg {
    fill: #339e8b;
    width: 80px;
}

.check-card {
    width: calc(100% / 3);
    background-color: #fff;
    padding: 40px;
}

.check-card__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
}

.check-card__image img {
    height: 100px;
    width: 100px;
}

.check-card__title {
    color: #339e8b;
    height: auto;
}

@media (min-width: 751px) {
    .cards {
        max-width: 100%;
    }

    .cards .slick-track {
        width: 100% !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .cards .slick-track > div {
        width: 25%;
    }

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

    .cards-item {
        margin-left: 0;
    }

    .cards .slick-arrow {
        display: none !important;
    }

    .cards .slick-dots {
        display: none !important;
    }
}

/* Tarrifs */
.tarrifs__button {
    margin-top: 50px;
}

/* Tariff table */
.tariff-table {
    margin-top: 50px;
}

.tariff-table__head .tariff-table__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

.tariff-table__head .tariff-table__col img {
    margin-bottom: 15px;
}

.tariff-table__body {
    margin-top: 20px;
}

.tariff-table__body .tariff-table__row {
    padding: 20px 0;
    color: #4c4c4c;
}

.tariff-table__body .tariff-table__row:nth-child(odd) {
    background-color: #f0f6fb;
}

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

.tariff-table__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.tariff-table__col img {
    margin-left: 30px;
    margin-right: 30px;
}

.tariff-table__col:not(:first-child) {
    font-weight: 500;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.tariff-table__col:nth-child(1) {
    width: 30%;
}

.tariff-table__col:nth-child(2) {
    width: calc(70% / 4);
}

.tariff-table__col:nth-child(3) {
    width: calc(70% / 4);
}

.tariff-table__col:nth-child(4) {
    width: calc(70% / 4);
}

.tariff-table__col:nth-child(5) {
    width: calc(70% / 4);
}

.tariff-table.mobile {
    display: none;
}

.tariff-table.mobile .tariff-table__col {
    font-size: 12px;
}

.tariff-table.mobile .tariff-table__head .tariff-table__col {
    width: 100% !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
}

.tariff-table.mobile .tariff-table__body .tariff-table__col {
    width: 70%;
}

.tariff-table.mobile .tariff-table__body .tariff-table__col:not(:first-child) {
    width: 30%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Questions & Ansers section*/
.s-qa__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.s-qa__column1 {
    width: 65%;
}

.s-qa__column2 {
    width: 35%;
    padding-left: 40px;
}

.s-qa__box {
    border: 20px solid #1773ce;
}

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

.s-qa__box .cards-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.s-qa__box .cards-item__image {
    max-width: 290px;
}

.s-qa__box .cards-item__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    padding-left: 40px;
    padding-top: 0;
}

.s-qa__box .cards-item__title {
    height: auto;
    white-space: normal;
}

.s-qa__box .cards-item__more {
    color: #d9d9d9;
    margin-top: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.s-qa__box .cards.mobile {
    padding: 0;
}

.s-qa__box .cards.mobile .cards-item {
    background-color: #fff;
    border: none;
}

.s-qa__tags {
    margin-top: 100px;
}

.s-qa__banner {
    margin-top: 100px;
}

.s-qa__article {
    margin-top: 100px;
}

.last-news__caption {
    font-size: 24px;
    font-weight: bold;
    color: #339e8b;
}

.last-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
}

.last-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
}

.last-news__item + .last-news__item {
    margin-top: 20px;
}

.last-news__item span {
    color: #4c4c4c;
}

.last-news__item span:first-child {
    color: rgba(76, 76, 76, 0.5);
    margin-right: 30px;
}

.hash-tags {
    margin-left: -10px;
    margin-right: -10px;
}

.hash-tags a {
    font-size: 18px;
    font-weight: bold;
    color: #339e8b;
    margin: 5px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

/* Mini banner */
.banner-mini {
    position: relative;
    min-height: 290px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.banner-mini__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    background-color: #339e8b;
    color: #fff;
    font-size: 16px;
}

.banner-mini img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Article */
.article__title {
    font-size: 18px;
    font-weight: bold;
    color: #339e8b;
}

.article__text {
    margin-top: 20px;
}

.article__more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 20px;
    color: rgba(76, 76, 76, 0.5);
    text-decoration: underline;
}

h4 + img {
    margin: 25px 0 20px 0 !important;
}

section.article img {
    padding: 40px;
    border: 1px solid #eee;
    max-width: 100%;
    width: 100%;
    margin: 50px 0;
}

/* About page */
.about-head {
    padding-bottom: 100px;
}

.about-head__desc {
    max-width: 550px;
    margin-top: 70px;
}

.about-head .container {
    position: relative;
}

.about-head__img {
    height: 640px;
    width: 500px;
    position: absolute;
    right: -50px;
    bottom: -50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.about-head__img img {
    max-width: initial;
}

.about-head__img .img1 {
    position: absolute;
    z-index: 2;
    bottom: -186px;
    right: 75px;
}
@media(min-width: 751px){
    .about-head__img .img1{
        max-width: 254px;
    }
}

.about-head__img .img2 {
    height: 400px;
    overflow: hidden;
    width: 570px;
    position: absolute;
    bottom: -50px;
    z-index: 0;
}

/* Pressa about us */
.s-pressa .slick-initialized .slick-slide {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
}

.s-pressa-slider {
    background-color: #fff;
}

.s-pressa-slider .s-econom__title {
    color: #1773ce;
}

.s-pressa-slider .s-econom__item {
    height: 240px;
}

/* Sertificates */
.sertificates-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.sertificates-item {
    padding: 30px;
    background-color: #f0f6fb;
    margin-left: 10px;
    margin-right: 10px;
}

.sertificates-item__img {
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 220px;
}

.sertificates-item__img img {
    /*height: 100%; убрали иначе это ломало пропорции*/
}

.sertificates-item__text {
    margin-top: 40px;
    color: #4c4c4c;
}

/* Our products list section */
.s-products__list {
    margin-top: 100px;
}

.products-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.products-item {
    text-align: center;
    width: calc(100% / 3);
    max-width: 265px;
}

.products-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 125px;
}

.products-item__name {
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
}

.products-item__desc {
    font-size: 18px;
    margin-top: 20px;
}

/* Footer */
.footer {
    padding-top: 100px;
}

.footer__box {
    border: 1px solid #e6e6e6;
    padding: 50px;
}

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

.footer__nav-list {
    margin-top: 20px;
}

.footer__nav-list li + li {
    margin-top: 10px;
}

.footer__nav-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 150px;
}

.footer__nav-caption {
    color: #1976d2;
    font-weight: bold;
    height: 35px;
}

.footer__nav-caption + .footer__nav-caption {
    margin-top: 5px;
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0;
}

.footer__conf {
    color: #4c4c4c;
}

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

.footer__social > a {
    margin: 0 12.5px;
}

.footer__phone {
    color: #45ac9a;
    font-weight: bold;
    font-size: 18px;
}

.section.questions .ui-accordion__item-hidden {
    padding-top: 25px;
    padding-bottom: 0;
    color: #4c4c4c;
}

.section.questions .ui-accordion__item-hidden .ui-accordion__item-text {
    font-size: 14px;
}

.tariff-table.flex-x-block {
    padding: 45px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tariff-table.flex-x-block div h3 {
    padding-top: 90px;
    color: #1976d2;
    background-image: url("../images/icon-tariff-start.svg");
    background-repeat: no-repeat;
    background-size: 55px 55px;
    background-position: top center;
}

.tariff-table.flex-x-block div h3:last-child {
    background-image: url("../images/icon-tariff-max.svg");
}

.tariff-table.flex-x-block div:last-child h3 {
    background-image: url("../images/icon-tariff-max.svg");
}

.tariff-table.flex-x-block .block-first h3 {
    background-position-x: 88%;
}

.tariff-table.flex-x-block .block-column--green h3 {
    color: #339e8b;
    background-image: url("../images/icon-tariff-real.svg");
}

.tariff-table.flex-x-block .block-column--orange h3 {
    color: #ff5722;
    background-image: url("../images/icon-tariff-vip.svg");
}

.tariff-table .block-first ul:not(:first-child) .block-item {
    padding-right: 20%;
}

.tariff-table .block-item {
    height: 58px;
    font-weight: 400;
    color: #4c4c4c;
    background-color: #f0f6fb;
    border: 0;
}

.tariff-table .block-list--left .block-item {
    position: relative;
    padding-left: 90px;
    background-image: url("../images/icon-pay-card.png");
    background-repeat: no-repeat;
    background-position: 9% center;
}

.tariff-table .block-list--left .block-item:nth-child(2) {
    background-image: url("../images/icon-pay-tel.png");
    background-position: 9.5%;
}

.tariff-table .block-list--left .block-item:nth-child(3) {
    background-image: url("../images/icon-pay-coins.png");
}

.tariff-table .block-list--left .block-item:nth-child(5) {
    background-image: url("../images/icon-pay-simcard.png");
    background-position: 9.3%;
}

.tariff-table .block-list--left .block-item:nth-child(6) {
    background-image: url("../images/icon-pay-wallet.png");
}

.tariff-table .block-item:nth-child(2n) {
    background-color: transparent;
}

.tariff-table .block-wrapper p {
    font-size: 16px;
    font-weight: 500;
    color: #1976d2;
}

.tariff-table .block-column--green p {
    color: #339e8b;
}

.tariff-table .block-column--orange p {
    color: #ff5722;
}

@media (max-width: 900px) {
    .tariff-table.flex-x-block .block-first h3 {
        background-position-x: 95%;
    }
}

@media (max-width: 767px) {
    .tariff-table.flex-x-block {
        padding: 0;
        margin: 0;
    }

    .tariff-table.flex-x-block div h3 {
        padding-top: 110px;
        background-size: 97px;
    }

    .tariff-table.flex-x-block .block-first h3 {
        background-position-x: center;
    }

    .tariff-table.flex-x-block > div {
        margin-bottom: 0;
    }

    .tarrifs .section__desc.is-strong {
        margin: 0;
    }
}

@media (min-width: 577px) {
    .s-qa__box .cards.mobile > div {
        height: auto !important;
    }

    .s-qa__box .cards .slick-track > div {
        /*display: -webkit-box;*/
        /*display: -ms-flexbox;*/
        /*display: flex;*/
        /*width: 100%;*/
    }

    .s-qa__box .cards .slick-track .cards-item__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }

    .s-qa__box .cards .slick-track .cards-item__more {
        margin-top: auto;
        margin-bottom: 0;
    }

    .s-qa__box .cards-item.slick-slide.slick-cloned {
        display: none;
    }
}

.s-clients .clients-slider__item {
    height: 314px;
}

.title-search-result {
    background-color: rgba(255, 255, 255, 0.7);
    height: auto;
}

.search-page form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    max-width: 30%;
}

.search-page form input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #e6e6e6;
    padding: 0 20px;
    outline: none;
    font-size: 14px;
}

.search-page form input[type=submit] {
    width: 110px;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #1773ce url(../images/icon-search-button.png) 20px center no-repeat;
    padding-left: 50px;
}

.s-history .ui-sub.uniform {
    display: block;
}

@media (max-width: 767px) {
    section.section {
        margin-bottom: 70px;
    }

    section .section__button-wrapper {
        position: relative;
        width: 100%;
        padding-bottom: 55px;
    }
}

.banner-mini {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.banner-mini__content {
    position: initial;
}

.header.is-fixed .nav {
    /*max-width: 775px;*/
    max-width: 700px;
    width: 60%;
}

.header.is-fixed .header__nav {
    margin-top: 0;
}

.header.is-fixed .nav__list > li > a {
    padding: 33px 5px;
    font-size: 15px;
}

.header.is-fixed .nav__list .submenu {
    width: auto;
}

.header.is-fixed .nav {
    background-color: transparent;
}

.header.is-fixed .nav.fix-opened {
    display: none;
}

.header.is-fixed .nav.js-open {
    display: none;
}

.ui-search form input {
    min-width: 10px;
}

@media (max-width: 750px) {
    .header__logo img {
        display: none;
    }
}

@media (max-width: 750px) {
    .ui-search__close {
        right: 20px;
    }
}

.section.s-cards .slick-slide {
    height: auto;
    min-height: 327px;
    max-height: 403px;
}

@media (max-width: 1023px) {
    .header__login.is-open {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .header__login.is-open .ui-button-inner__content {
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        max-width: initial;
        height: auto;
        padding: 20px;
        color: #fff;
        background-color: #ff5722;
        z-index: 9999;
        cursor: auto;
    }

    .header__login.is-open .ui-button-inner__content svg {
        fill: #fff;
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }

    .header__login.is-open .ui-button-inner__content a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: inherit;
        font-size: 14px;
        font-weight: 400;
    }

    .header__login.is-open .ui-button-inner__content a::before {
        display: none;
    }

    .header__login.is-open .ui-button-inner__content a + a {
        margin-top: 20px;
    }

    .header__login.is-open .ui-button-inner__close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 10px;
        right: 10px;
        outline: none;
        border: none;
        background: url(../images/button-inner-close.png) center center no-repeat;
        z-index: 99999;
    }
}

@media (max-width: 1024px) {
    .section.s-clients {
        padding-bottom: 50px;
    }

    header.header {
        z-index: 105;
    }

    .header.js-open > .container {
        width: 90%;
    }

    .header.js-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 75px;
    }

    .header.js-open .header__search {
        display: block;
        width: 100%;
        height: auto;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .header.js-open .header__search .ui-search__close {
        display: none !important;
    }

    .header.js-open .header__search form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 95px;
    }

    .header.js-open .header__search input {
        padding-left: 50px;
        font-size: 29px;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .header.js-open .header__search button {
        font-size: 0;
        background-size: 32px;
        background-position: center;
        background-color: #0a529b;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .header.js-open .nav.burger-open {
        display: block !important;
        background-color: inherit;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 0;
    }

    .header.js-open .burger-open .header__nav {
        margin-bottom: 0;
    }

    .header.js-open .burger-open .header__nav a {
        padding-left: 20%;
        font-size: 38px;
        font-weight: 500;
        width: auto;
    }

    .header.js-open .burger-open .header__nav a::before {
        position: absolute;
        left: calc(20% - 20px);
        width: 35px;
        height: 35px;
        /*background-image: url("../images/arrow.svg");*/
        background-position: center;
        background-size: 24px 15px;
        opacity: 0.5;
    }

    .header.js-open .header__logo {
        position: absolute;
        top: 38px;
        left: 30px;
    }

    .header.js-open .header__login.burger-open {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto;
        height: 105px;
        padding: 5px 45px;
        margin: 0;
        color: #fff;
        font-size: 33px;
        font-weight: 500;
        background-color: #ff5722;
        border-radius: 50px;
        max-width: initial;
    }

    .header.js-open .header__login.burger-open > svg {
        position: absolute;
        left: 20%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 9;
        fill: white !important;
    }

    .header.js-open .submenu__column {
        max-width: initial !important;
    }

    .header.js-open .submenu__column a {
        font-size: 25px !important;
    }

    .header.js-open .header__grid {
        width: 100%;
        max-width: initial;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header.js-open .header__lang.burger-open {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 110px;
        height: 79px;
        font-size: 25px;
		background: #f0f6fb;
		text-indent:0;
    }

    .header.js-open .header-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        padding-left: 12.5%;
        padding-bottom: 25px;
        font-size: 38px;
        font-weight: 500;
    }

    .header.js-open .header-menu .header-menu__link {
        display: block;
        width: 100%;
        padding: 10px;
        color: white;
    }

    .header.js-open .burger-open .header__nav .no-arrow a {
        padding-left: 20%;
    }

    .header.js-open .burger-open .header__nav .no-arrow a::before {
        display: none;
    }

    .header.js-open .header-menu {
        padding-left: 0;
        width: 100%;
    }

    .header.js-open .header-menu li {
        width: 100%;
    }

    .header.js-open .header-menu .header-menu__link {
        padding-left: 13.5%;
    }

    .header.js-open .header-menu .submenu {
        width: 100%;
        left: -0;
        margin: 0;
        padding: 40px 0;
    }

    .header.js-open .header-menu .submenu a {
        padding-left: 13.5%;
    }

    .header.js-open .header-menu .no-arrow a {
        padding-left: 0;
    }

    .header.js-open .header-menu .no-arrow a::before {
        display: none;
    }

    .header.js-open .header-menu .header-menu__link {
        padding-left: 21%;
        margin: 0;
    }

    .header.js-open .header-menu .header-menu__link::before {
        position: absolute;
        left: calc(20% - 36px);
    }
}

@media (max-width: 750px) {
    .header.js-open .header-menu .header-menu__link {
        padding-left: 20%;
    }

    .header.js-open .header-menu .header-menu__link::before {
        top: -4%;
    }

    .header.js-open {
        padding-top: 65px;
    }

    .header.js-open .header__logo {
        top: 18px;
        left: 14px;
    }

    .header.js-open .header__nav {
        padding-left: 7px;
        padding-right: 7px;
    }

    .header.js-open .header__search {
        padding-bottom: 4vw;
    }

    .header.js-open .header__search form {
        height: 13vw;
    }

    .header.js-open .header__search form input {
        padding-left: 6.7vw;
        font-size: 3.9vw;
    }

    .header.js-open .header__search button {
        width: 17vw;
        background-size: 5.7vw;
    }

    .header.js-open .burger-open .header__nav a::before {
        left: calc(20% - 38px);
    }

    .header.js-open .burger-open .header__nav a {
        /*font-size: 20px;*/
        position: relative;
    }

    .header.js-open .submenu__column a {
        padding-right: 0;
        padding-left: 0;
        font-size: 15px !important;
        white-space: initial;
        /*text-align: center;*/
    }

    .header.js-open .header__login.burger-open {
        height: 14vw;
        padding: 6vw 0.67vw;
        font-size: 4.4vw;
    }

    .header.js-open .header__lang.burger-open {
        height: 10.6vw;
        width: 15vw;
        font-size: 4.4vw;
    }

    .header.js-open .header__login.burger-open svg {
        width: 4vw;
        height: 4vw;
    }

    .header.js-open .header-menu {
        padding-left: 0;
        /*font-size: 20px;*/
    }

    .s-advantages__item:nth-child(1) h5 {
        top: -10px;
    }
}

.s-history.article img {
    height: auto;
}

.section.s-qa .slick-dots button {
    background-color: #ffffff;
}

/* PC */
@media screen and (max-width: 1366px) {
    .main-banner__image {
        margin-left: -2vw;
    }
}

/* TABLET */
@media screen and (max-width: 1024px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #f0f6fb;
        padding-bottom: 25px;
        z-index: 99;
    }

    .header + * {
        margin-top: 96px;
    }

    .ui-search.js-open {
        max-width: initial;
        width: 100%;
        padding-right: 20px;
    }

    .ui-search.js-open .ui-search__close {
        display: block;
    }

    #hamburger {
        display: block;
    }

    .header__label,
    .header-menu,
    .nav,
    .header__lang {
        display: none !important;
    }

    .header__login {
        background-color: transparent;
        padding: 0;
        width: 30px;
        height: 30px;
        margin-right: 60px;
        font-size: 0;
    }

    .header__login.is-open ~ .hidden-login {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .header__login svg {
        display: block;
        width: 30px;
        height: 30px;
        fill: #ff5722;
    }

    .header__search {
        display:none;
    }
	
	.js-open .mobile_lang{
		display:none;
	}
	
	.mobile_lang{
		display:block;
	}

    .mobile-nav .header__lang {
        display: block !important;
    }

    .section__title {
        font-size: 36px;
    }

    .main-banner {
        padding-top: 50px;
    }

    .main-banner__image {
        margin-left: 0;
    }

    .main-banner__title {
        font-size: 40px;
        line-height: 1;
    }

    .main-banner__comment {
        margin-top: 30px;
    }

    .main-banner .paysend {
        max-width: 100px;
        bottom: 50px;
    }

    .s-econom__content {
        margin-left: 30px;
    }

    .s-advantages, .s-advantages__border {
        height: auto;
    }

    .s-advantages h5,
    .s-advantages h4 {
        font-size: 40px;
    }

    .s-advantages__item:nth-child(2) {
        margin-left: 70px;
    }

    .s-advantages h3 {
        font-size: 60px;
    }

    .s-advantages h2 {
        font-size: 86px;
    }

    .s-advantages__item:nth-child(5) {
        margin-left: -70px;
    }

    .slick-slider .slick-arrow.slick-prev {
        left: -15px;
    }

    .slick-slider .slick-arrow.slick-next {
        left: calc(100vw - 55px);
    }

    .slick-slider .slick-dots {
        width: 100%;
    }

    .join-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -50px;
    }

    .join-list__item {
        width: calc(100% / 2 - 60px);
        margin-bottom: 50px;
    }

    .section__button-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section__button-wrapper > * {
        margin: 5px 0;
    }

    .s-econom,
    .s-services,
    .s-firms,
    .s-clients,
    .s-join {
        padding: 50px 0;
    }

    .ui-search {
        background-image: url(../images/mobile-search.png);
    }
}

/* MOBILES */
@media screen and (max-width: 960px) {
    .main-banner__image img {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .footer__nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -30px;
        margin-bottom: -30px;
    }

    .footer__nav-column {
        max-width: 30%;
        margin: 30px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

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

    .main-banner__comment {
        margin-left: 0;
    }

    .main-banner .paysend {
        bottom: 30px;
        right: 30px;
    }

    .page-head__grid.w50 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 50px;
    }

    .page-head__grid.w50 .page-head__column {
        width: 100%;
    }

    .page-head__grid.w50 .page-head__column:nth-child(2) {
        padding-left: 0;
    }

    .page-head__menu {
        width: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-right: -15px;
        margin-top: 50px;
    }

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

    .s-whom-checks__column {
        width: 100%;
    }

    .how-work-checks__view {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 50px;
    }

    .how-work-checks__view ._text {
        max-width: 80vw;
    }

    .how-work-checks__view .item:nth-child(2) {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .how-work-checks__view .item:nth-child(3):before,
    .how-work-checks__view .item:nth-child(3):after {
        position: absolute;
    }

    .how-work-checks__view .item:nth-child(3) {
        margin-top: 100px;
        margin-bottom: 65px;
    }

    .how-work-checks__view .item:nth-child(3):before {
        -webkit-transform: rotate(-90deg) translateX(75%);
        transform: rotate(-90deg) translateX(75%);
        top: 0;
        left: 30px;
    }

    .how-work-checks__view .item:nth-child(3):after {
        background: url(../images/page-checks/lines-mobile.png) top center no-repeat;
        top: 137px;
        left: -35vw;
        height: 335px;
    }

    .how-work-checks__view .item:nth-child(4) {
        padding-left: 20vw;
    }

    .how-work-checks__view ul li img {
        max-width: 50px;
    }

    .how-work-checks__view ul li + li {
        margin-top: 20px;
    }

    .how-work-checks__view .item {
        margin-left: 0 !important;
    }

    .card-box-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }

    .card-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .list-with-icons ._item {
        margin: 0 10px;
        width: calc(100% / 3 - 10px);
    }

    .section__padding {
        padding: 50px 0;
    }

    .section.pb {
        padding-bottom: 50px;
    }

    .section.pt {
        padding-top: 50px;
    }

    .page-head__title {
        font-size: 40px;
    }

    .cards-item {
        width: calc(100% / 4);
    }

    .cards-item__image {
        height: 100px;
    }

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

    .cards-item__footer > * + * {
        margin-top: 10px;
    }

    .cards-item__title {
        height: auto;
    }

    .check-card {
        width: calc(100% / 3);
        padding: 20px;
    }

    .check-card__image img {
        width: 50px;
        height: 50px;
    }

    .page-head__image {
        min-width: 40%;
    }

    .tariff-table {
        display: none;
    }

    .tariff-table.mobile {
        display: block;
    }

    .about-head {
        margin-top: 25px;
    }

    .about-head__img .img1 {
        height: 340px;
        bottom: -23px;
    }

    .about-head__img {
        height: 290px;
        width: 300px;
        position: absolute;
        right: -105px;
        bottom: -100px;
    }

    .about-head__img .img2 {
        width: 300px;
    }

    .about-head__img .img2 img {
        max-width: 100%;
    }

    .about-head__desc {
        margin-top: 30px;
    }

    .s-pressa-slider .s-econom__item {
        width: auto !important;
        max-width: 100vw;
    }

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

    .s-qa__column1,
    .s-qa__column2 {
        width: 100%;
    }

    .s-qa__box .cards-item {
        width: 100%;
    }

    .s-qa__box .cards-item__image {
        height: 180px;
    }

    .s-qa__column2 {
        padding-left: 0;
        margin-top: 50px;
    }

    .page-head + .s-cards {
        margin-top: 35vw;
    }

    .s-qa .cards-item__title {
        font-size: 14px;
        margin-top: 20px;
    }

    .s-qa .cards-item__text {
        font-size: 12px;
    }

    .s-qa .cards-item__footer > * + * {
        margin-top: 0;
    }

    .s-qa .cards-item__more {
        margin-top: 0;
    }

    .s-qa .slick-slider .slick-arrow.slick-next {
        left: calc(100vw - 76px);
    }

    .s-qa .slick-slider .slick-arrow.slick-prev {
        left: -36px;
    }
}

@media screen and (min-width: 576px) {
    .mobile-show {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .mobile-hide {
        display: none;
    }

    .header {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header + * {
        /*margin-top: 65px;*/
        margin-top: 166px;
    }

    .header__logo {
        width: 146px;
    }

    .header__mobile-hamburger {
        width: 36px;
        height: 36px;
    }

    .header__mobile-login,
    .header__mobile-search {
        width: 22px;
        height: 22px;
    }

    #hamburger {
        top: 20px;
    }

    .page-head {
        position: relative;
    }

    .page-head img {
        position: absolute;
        right: -15%;
        top: 0;
        width: 50%;
    }

    .page-head__title {
        font-size: 36px;
        line-height: 2;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .page-head__column {
        width: 80%;
    }

    .page-head__desc {
        font-size: 12px;
        margin-top: 20px;
    }

    .page-head__grid + .page-head__grid {
        margin-top: 50px;
    }

    .page-head__menu {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-right: -30px;
        margin-top: 40vw;
    }

    .page-article .page-head__title,
    .page-article .page-head__desc {
        width: 100% !important;
        max-width: 100% !important;
    }

    .section__title {
        font-size: 26px;
    }

    .main-banner {
        padding-top: 10px;
        padding-bottom: 100px;
    }

    .main-banner__image {
        position: absolute;
        width: 100%;
        margin-left: -100px;
    }

    .ui-comment {
        max-width: 100%;
        width: 70%;
        background-size: contain;
        max-height: 185px;
    }

    .main-banner__comment {
        margin-left: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: -105px;
    }

    .ui-comment__content {
        padding: 20px 30px 30px 70px;
        font-size: 9px;
    }

    .ui-comment:after {
        width: 30px;
        height: 30px;
        background-size: contain;
        top: 17px;
        left: 30px;
    }

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

    .main-banner__image {
        position: relative;
    }

    .main-banner__title {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .main-banner__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-banner .paysend {
        bottom: auto;
        top: 50px;
        right: 35px;
    }

    .main-banner__title {
        margin-top: -55px;
        font-size: 26px;
    }

    .s-advantages__desc {
        font-size: 12px;
    }

    .s-advantages__item:nth-child(1) .s-advantages__icon {
        margin-top: 20px;
    }

    .s-advantages__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px;
        margin-top: -70px;
    }

    .s-advantages__icon {
        /*max-width: 80px;
        max-height: 90px;*/
    }

    .s-advantages__item {
        margin-left: 0 !important;
        margin-top: 0 !important;
        width: 50%;
    }

    .s-advantages__item:nth-child(2) {
        /*padding-left: 30px;
        padding-top: 70px;*/
        padding-left: 0;
        padding-top: 95px;
    }

    .s-advantages__item:nth-child(2) .s-advantages__title {
        left: 0;
    }

    .s-advantages__item:nth-child(3) {
        padding-top: 30px;
    }

    .s-advantages__item:nth-child(4) .s-advantages__icon {
        margin-left: auto;
    }

    .s-advantages__item:nth-child(5) {
        position: relative;
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 50px;
    }

    .s-advantages__item:nth-child(5) .s-advantages__icon {
        position: absolute;
        right: 0;
        bottom: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        margin-right: -50px;
        margin-top: -20px;
    }

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

    .s-econom__item {
        width: 100%;
    }

    .s-econom__image {
        width: 90px;
    }

    .s-econom__title {
        font-size: 14px;
    }

    .s-econom__text {
        font-size: 12px;
    }

    .s-econom__content {
        margin-left: 15px;
    }

    .ui-checklist li, .services-slider__item-checklist li, .services-slider__item-checklist li {
        font-size: 12px;
    }

    .firms-slider .item img {
        /*height: 20px;*/
    }

    .s-firms__slider {
        padding-left: 50px;
        padding-right: 50px;
    }

    .clients-slider__item {
        font-size: 12px;
        max-width: calc(100vw - 50px);
    }

    .join-list__item {
        width: 100%;
    }

    .join-list__item-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .join-list__item-caption {
        margin-top: 20px;
        height: auto;
    }

    .join-list__item-list {
        margin-top: 20px;
    }

    .join-list__item-icon img {
        max-width: 30vw;
    }

    .s-question {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .s-question .section__title {
        font-size: 21px;
    }

    .s-question__desc {
        font-size: 16px;
        line-height: 1.5;
    }

    .ui-button.is-md {
        /*width: 100%;*/
        width: auto;
        white-space: nowrap;
        /*font-size: 12px !important;*/
    }

    .visual-table {
        display: none;
    }

    .visual-table.mobile {
        display: block;
    }

    .ui-accordion__item-caption {
        font-size: 14px;
    }

    .ui-accordion__item:after {
        right: 0;
    }

    .ui-accordion__item-text,
    .ui-accordion__item-more {
        font-size: 12px;
    }

    .questions {
        padding: 50px 0;
    }

    .section__title.is-sm {
        font-size: 20px;
    }

    .fines-list {
        margin-top: 50px;
    }

    .fines-list__item-caption {
        font-size: 14px;
    }

    .fines-list__item-list {
        margin-top: 20px;
    }

    .s-whom-checks__box {
        padding: 30px;
    }

    .s-whom-checks-desc {
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .s-whom-checks-desc ._columns {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .s-whom-checks-desc ._icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .page-head__button {
        margin-left: 0;
        margin-right: 0;
    }

    .page-head__desc .big {
        font-size: 34px;
        max-width: 54%;
        display: inline-block;
    }

    .card-box {
        padding: 30px;
    }

    .card-box__content {
        max-width: 100%;
    }

    .card-box__icon svg {
        width: 80px;
    }

    .card-box__title {
        font-size: 21px;
    }

    .card-box__text {
        font-size: 12px;
    }

    .card-box .ui-button {
        width: auto;
    }

    .section__box {
        padding: 30px;
    }

    .list-with-icons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }

    .list-with-icons ._item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .list-with-icons ._item + ._item {
        margin-top: 30px;
    }

    .list-with-icons ._item h6 {
        margin-top: 30px;
    }

    .page-head__column:first-child {
        width: 100%;
    }

    .cards {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .check-card {
        width: 100%;
        border: none;
        padding: 40px 20px;
    }

    .cards-item__title {
        font-size: 14px;
    }

    .cards-item__text {
        font-size: 12px;
    }

    .cards-item__more {
        margin-top: 0px;
        font-size: 12px;
    }

    .cards-item__footer {
        margin-top: 20px;
    }

    .cards.mobile {
        display: block;
    }

    .cards.mobile + .cards {
        display: none;
    }

    .cards-item__footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cards-item {
        margin-left: 0;
        padding: 20px 40px;
    }

    .cards-item__image {
        height: 150px;
    }

    .section__button-wrapper {
        margin-top: 50px;
    }

    .page-head__title {
        margin-top: 10px;
    }

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

    .products-item {
        width: 100%;
        max-width: 100%;
    }

    .products-item + .products-item {
        margin-top: 50px;
    }

    .products-item__name {
        font-size: 17px;
    }

    .products-item__desc {
        font-size: 12px;
        padding: 0 10vw;
    }

    .s-qa__box {
        background-color: #1773ce;
        padding: 80px 10px;
        border: none;
        margin-left: -15px;
        margin-right: -20px;
    }

    .s-qa__box .cards.mobile {
        margin-right: -20px;
    }

    .s-qa__box .cards-item__content {
        padding-left: 0;
    }

    .s-qa__box .cards-item {
        width: 90vw;
    }

    .s-qa .slick-slider .slick-arrow.slick-next {
        left: calc(100vw - 43px);
    }

    .s-qa .slick-slider .slick-arrow.slick-prev {
        left: -5px;
    }

    .cards-item {
        width: 90vw;
    }

    .checks-advantages {
        padding: 50px 0;
    }

    .how-work-checks__view ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .how-work-checks__view ul li:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px;
    }

    .how-work-checks__view ul li:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .how-work-checks__view ul li:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0;
    }

    .how-work-checks__view ul li:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .fines-list {
        margin-left: 0;
        margin-right: 0;
    }

    .fines-list__item {
        width: 100%;
        min-width: initial;
        margin-left: 0;
    }

    .page-head__image {
        min-width: 30%;
    }

    .page-head__title {
        /*width: 70%;*/
    }

    .page-head__column {
        width: auto;
    }

    .page-head + .s-cards {
        margin-top: 0;
    }

    .page-head__desc {
        /*width: 90vw;*/
        width: 80vw;
    }

    .page-head {
        padding-bottom: 0;
    }

    .section__desc.is-md {
        font-size: 12px;
        margin-top: 10px;
    }

    .card-box.bordered {
        padding: 40px 10px 30px;
    }

    .card-box__icon {
        margin-top: 50px;
    }

    .card-box__icon svg {
        width: 70px !important;
    }

    .page-head__menu {
        width: auto;
        white-space: nowrap;
        margin-bottom: 50px;
    }

    .about-head {
        padding-bottom: 100px;
    }

    .mt200 {
        margin-top: 100px;
    }

    .s-pressa .slick-initialized .slick-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .s-pressa-slider .s-econom__title {
        margin-top: 20px;
    }

    .s-pressa-slider .s-econom__item {
        max-width: 90vw;
        width: 90vw !important;
    }

    .s-econom__list {
        margin-right: -20px;
    }

    .footer {
        padding-top: 50px;
    }

    .footer__box {
        padding: 50px 0;
    }

    .footer__nav-column {
        max-width: 100%;
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .footer__nav-caption {
        height: auto;
    }

    .footer__nav-list {
        display: none;
    }

    .footer__nav-column + .footer__nav-column {
        margin-top: 20px;
    }

    .footer__nav {
        margin-bottom: 0;
    }

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

    .footer__bottom > * + * {
        margin-top: 20px;
    }
}

@media screen and (max-width: 750px) {
    .ui-comment {
        width: 100%;
        max-width: initial;
        background-size: 100% 100% !important;
        margin-bottom: 70px;
        min-height: 170px;
    }

    .header__logo {
        width: 147px;
        height: 30px;
    }

    #hamburger {
        top: 16px;
    }

    .s-econom .s-econom__list {
        margin-right: 0;
    }

    .section__box-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }

    .section__box-grid .col {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .section__box-grid .col + .col {
        margin-top: 30px;
    }

    .services-slider__item-icon {
        width: 85px;
        height: 85px;
        min-width: 85px;
    }

    .services-slider__item-title {
        margin-left: 15px;
    }

    .section__desc {
        font-size: 12px;
        max-width: 100%;
    }

    .section__title {
        margin-bottom: 20px;
        line-height: 26px;
    }

    .s-firms__slider {
        margin-top: 20px;
    }

    .footer__nav-caption + .footer__nav-caption {
        margin-top: 20px;
    }

    .join-list__item {
        margin-left: 0;
    }

    .join-list.with-padding {
        padding: 50px 10px 0;
    }

    .why-join-item {
        min-width: initial;
        width: 100%;
        height: auto;
        min-height: initial;
    }

    .s-whyjoin .why-join-list {
        padding-top: 20px;
    }

    .why-join-item__title {
        font-size: 12px;
    }

    .why-join-item__icon {
        min-width: 60px;
    }

    .why-join-item__icon img {
        max-width: 50%;
    }

    .why-join-item__desc {
        /*font-size: 11px;*/
        margin-top: 10px;
    }

    .how-work-checks__view .item:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 30px;
        font-size: 11px;
    }

    .how-work-checks__view .item:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .how-work-checks__view .item:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .how-work-checks__view .item:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .how-work-checks__view ul li {
        /*font-size: 11px;*/
    }

    .how-work-checks {
        padding: 50px 0;
    }

    .page-head__desc {
        /*max-width: 55vw;*/
    }

    .page-head {
        padding-bottom: 20px;
    }

    .ui-sub {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 0;
        width: 100%;
    }

    .ui-sub button {
        margin-left: 0;
        margin-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .ui-sub > * {
        width: 100%;
        min-width: initial !important;
    }
}

@media screen and (max-width: 750px) {
    .header__search {
        margin-right: 10px;
    }

    .header__login-mobile {
        margin-right: 50px;
    }

    .s-advantages h5,
    .s-advantages h4 {
        font-size: 30px;
    }

    .services-slider__item {
        max-width: 90vw;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .nav__list > li > .submenu {
        width: 995px;
    }
}


[data-e-id=zone].content-zone--rounded .elements-list{
    background: none !important;
}



/* task 4397 */
.testing-attention {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 20px 20px 25px 60px;
    border-radius: 4px
}

.testing-attention--white {
    background-color: #FBE9E7
}

.testing-attention--black {
    background: rgba(139,122,121,0.4)
}

.testing-attention__title {
    position: relative;
    margin-bottom: 11px;
    font-family: "Roboto","Arial",sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px
}

.testing-attention__title::before {
    content: "";
    position: absolute;
    display: block;
    content: '!';
    top: 0;
    left: -40px;
    width: 24px;
    height: 24px;
    font-family: "Roboto Condensed","Arial",sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    background-color: #FF7043;
    border-radius: 50%
}

.testing-attention__title--white {
    color: #37474F
}

.testing-attention__title--black {
    color: #F8FCFE
}

.testing-attention__text {
    position: relative;
    margin-bottom: 11px;
    font-family: "Roboto","Arial",sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.testing-attention__text::before {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px
}

.testing-attention__text--white {
    color: #546E7A
}

.testing-attention__text--black {
    color: #ECEFF1
}

.testing-attention__text-word {
    padding: 0 5px;
    /*font-family: "FiraMono","Arial",sans-serif;*/
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #37474F;
    background: #FDC5B3;
    border: 1px solid #F1B8A6;
    box-sizing: border-box;
    border-radius: 4px
}

.script-attention {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 20px 20px 25px 60px;
    border-radius: 4px
}

.script-attention--white {
    background-color: #FBE9E7
}

.script-attention--black {
    background: rgba(139,122,121,0.4)
}

.script-attention__title {
    position: relative;
    margin-bottom: 11px;
    font-family: "Roboto","Arial",sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px
}

.script-attention__title::before {
    content: "";
    position: absolute;
    display: block;
    content: '!';
    top: 0;
    left: -40px;
    width: 24px;
    height: 24px;
    font-family: "Roboto Condensed","Arial",sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    background-color: #FF7043;
    border-radius: 50%
}

.script-attention__title--white {
    color: #37474F
}

.script-attention__title--black {
    color: #F8FCFE
}

.script-attention__text {
    position: relative;
    margin-bottom: 11px;
    font-family: "Roboto","Arial",sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.script-attention__text:last-of-type {
    margin-bottom: 0
}

.script-attention__text::before {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px
}

.script-attention__text--white {
    color: #546E7A
}

.script-attention__text--black {
    color: #ECEFF1
}

.script-attention__text-word {
    padding: 0 5px;
    /*font-family: "FiraMono","Arial",sans-serif;*/
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #37474F;
    background: #FDC5B3;
    border: 1px solid #F1B8A6;
    box-sizing: border-box;
    border-radius: 4px
}

.script-attention__text-bold {
    font-weight: 700
}

.script-attention__link {
    color: #1E88E5
}

.script-attention__parameter {
    padding: 0 5px;
    /*font-family: "FiraMono","Arial",sans-serif;*/
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px
}

.script-attention__parameter--white {
    color: #37474F;
    background: #FDC5B3;
    border: 1px solid #F1B8A6
}

.script-attention__parameter--black {
    color: #37474F;
    background: #FFAB91;
    border: 1px solid #D9A190
}

.testing-parameters__main-text {
    position: relative;
    margin-bottom: 12px;
    font-family: "Roboto","Arial",sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}
.testing-parameters__main-text--first-line:before,
.testing-parameters__string--line:before,
.testing-parameters__item--line:before,
.testing-parameters__main-text--last-line:before{
    display: none !important;
}

.testing-parameters__main-text--white {
    color: #546E7A
}

.testing-parameters__main-text--black {
    color: #ECEFF1
}

.testing-parameters__header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 8px
}

.testing-parameters__header-button {
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0;
    background-color: #EBF1F4;
    border-radius: 2px;
    transition: 0.4s
}

.testing-parameters__header-button::before {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 1px);
    left: calc(50% - 6px);
    width: 12px;
    height: 2px;
    background-color: #37474F
}

.testing-parameters__header-button::after {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 1px);
    left: calc(50% - 6px);
    width: 12px;
    height: 2px;
    background-color: #37474F
}

.testing-parameters__header-button--rotate::before {
    animation-duration: 1s;
    animation-name: button-rotate;
    animation-fill-mode: forwards;
    transition-timing-function: linear
}

.testing-parameters__header-text {
    margin-left: 10px;
    font-family: "Roboto","Arial",sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px
}

.testing-parameters__header-text--white {
    color: #37474F
}

.testing-parameters__header-text--black {
    color: #FFFFFF
}

.testing-parameters__item {
    position: relative;
    padding: 20px 0
}

.testing-parameters__item--white {
    border-bottom: 1px solid #DFEBF1
}

.testing-parameters__item--black {
    border-bottom: 1px solid #5B7887
}

.testing-parameters__item:last-of-type {
    border: none
}

.testing-parameters__string {
    display: none
}

.testing-parameters__text {
    font-family: "Roboto","Arial",sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 0.02em;
    font-variant: small-caps;
    color: #90A4AE
}

.testing-parameters__text-bold {
    font-weight: 700
}

.testing-parameters__item-string {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.testing-parameters__item-string--single {
    padding: 15px 0
}

.testing-parameters__item-name {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%
}

.testing-parameters__name {
    margin: 0 auto auto 0;
    padding: 0 5px;
    /*font-family: "FiraMono","Arial",sans-serif;*/
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px
}

.testing-parameters__name::before {
    display: none
}

.testing-parameters__name--main {
    margin: 0 auto auto 0
}

.testing-parameters__name--main::before {
    display: none
}

.testing-parameters__name--white {
    color: #EA9427;
    background: #F7FAFC;
    border: 1px solid #E0E8EC
}

.testing-parameters__name--black {
    color: #FFECB3;
    background: #4D626D;
    border: 1px solid #668492
}

.testing-parameters__name--main-black {
    color: #81D4FA;
    background-color: #4D626D;
    border: 1px solid #5B7581
}

.testing-parameters__name--main-white {
    color: #1565C0;
    background-color: #F7FAFC;
    border: 1px solid #E0E8EC
}

.testing-parameters__name--blue-white {
    color: #1565C0;
    background-color: #F7FAFC;
    border: 1px solid #E0E8EC
}

.testing-parameters__name--blue-black {
    color: #81D4FA;
    background-color: #4D626D;
    border: 1px solid #5B7581
}

.testing-parameters__name--red-white {
    color: #37474F;
    background: #FDC5B3;
    border: 1px solid #F1B8A6
}

.testing-parameters__name--red-black {
    color: #37474F;
    background: #FFAB91;
    border: 1px solid #D9A190
}

.testing-parameters__name--green {
    color: #37474F;
    background: #C5E1A5;
    border: 1px solid #AED581
}

.testing-parameters__name--yellow {
    color: #37474F;
    background: #FDF291;
    border: 1px solid #FFEB3B
}

.testing-parameters__name--end-white {
    color: #1565C0;
    background-color: #F7FAFC;
    border: 1px solid #E0E8EC
}

.testing-parameters__name--end-black {
    color: #81D4FA;
    background-color: #4D626D;
    border: 1px solid #5B7581
}

.testing-parameters__item-value {
    width: 100%;
    padding-top: 10px
}

.testing-parameters__item-comment {
    width: 100%;
    padding-top: 10px
}

.testing-parameters__value {
    font-family: "Roboto","Arial",sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px
}

.testing-parameters__value--first {
    margin-bottom: 30px
}

.testing-parameters__value--white {
    color: #546E7A
}

.testing-parameters__value--black {
    color: #ECEFF1
}

.testing-parameters__value-bold {
    font-family: "Roboto","Arial",sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px;
    word-break: break-all
}

.testing-parameters__value-bold--white {
    color: #37474F
}

.testing-parameters__value-bold--black {
    color: #FFFFFF
}

.testing-parameters__info {
    position: relative;
    padding: 0 5px;
    /*font-family: "FiraMono","Arial",sans-serif;*/
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px
}

.testing-parameters__info::before {
    content: "";
    position: absolute;
    display: block;
    content: '=';
    top: -3px;
    left: -14px;
    width: 10px;
    height: 22px;
    /*font-family: "FiraMono","Arial",sans-serif;*/
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%
}

.testing-parameters__info--white {
    color: #EA9427;
    background: #F7FAFC;
    border: 1px solid #E0E8EC
}

.testing-parameters__info--white::before {
    color: #37474F
}

.testing-parameters__info--black {
    color: #FFECB3;
    background: #4D626D;
    border: 1px solid #668492
}

.testing-parameters__info--black::before {
    color: #FFFFFF
}

.testing-parameters__content {
    max-height: 0;
    transition: max-height 0.3s line;
    overflow: hidden
}

.testing-parameters__content--show {
    overflow: auto;
    max-height: none
}

.testing-parameters__number {
    display: none
}

@media (min-width: 768px) {
    .testing-parameters {
        /*padding-left:65px;*/
    }

    .testing-parameters__main-text::before {
        content: "";
        position: absolute;
        display: block;
        top: 35px;
        left: -48px;
        width: 2px;
        background-color: #E0E8EC;
        /*border: 0.5px solid #E0E8EC;*/
        z-index: 10
    }

    .testing-parameters__main-text--first-line::before {
        height: 100%
    }

    .testing-parameters__main-text--second-line::before {
        height: calc(100% - 22px)
    }

    .testing-parameters__main-text--last-line::before {
        display: none
    }

    .testing-parameters__text--left {
        width: 35%
    }

    .testing-parameters__text--left-triple {
        width: 33%
    }

    .testing-parameters__text--center {
        width: 33%
    }

    .testing-parameters__text--right {
        width: 65%
    }

    .testing-parameters__text--right-triple {
        width: 33%
    }

    .testing-parameters__string {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding: 10px 0
    }

    .testing-parameters__string--line::before {
        content: "";
        position: absolute;
        display: block;
        top: 5px;
        left: -48px;
        height: 100%;
        width: 2px;
        background-color: #E0E8EC;
        /*border: 0.5px solid #E0E8EC;*/
        z-index: 10
    }

    .testing-parameters__string--white {
        border-bottom: 1px solid #DFEBF1
    }

    .testing-parameters__string--black {
        border-bottom: 1px solid #5B7887
    }

    .testing-parameters__item-string {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start
    }

    .testing-parameters__item-string::before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 1px;
        width: 1px;
        height: 100%;
        border-left: 1px dashed #C3C9CC
    }

    .testing-parameters__item-string--subline::after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 21px;
        width: 1px;
        height: 100%;
        border-left: 1px dashed #C3C9CC
    }

    .testing-parameters__item-string--subline-halfup::after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 21px;
        width: 1px;
        height: 50%;
        border-left: 1px dashed #C3C9CC
    }

    .testing-parameters__item-string--subline-halfdown::after {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        left: 21px;
        width: 1px;
        height: 50%;
        border-left: 1px dashed #C3C9CC
    }

    .testing-parameters__item-string--halfup::before {
        height: 50%
    }

    .testing-parameters__item-string--outline::before {
        display: none
    }

    .testing-parameters__item-string--single {
        padding: 15px 0
    }

    .testing-parameters__item-string:last-of-type::before {
        height: 50%
    }

    .testing-parameters__item-string:only-child::before {
        display: none
    }

    .testing-parameters__item {
        position: relative;
        padding: 30px 0
    }

    .testing-parameters__item--white {
        border-bottom: 1px solid #DFEBF1
    }

    .testing-parameters__item--black {
        border-bottom: 1px solid #5B7887
    }

    .testing-parameters__item:last-of-type {
        border: none
    }

    .testing-parameters__item--line::before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: -48px;
        height: 100%;
        width: 2px;
        background-color: #E0E8EC;
        /*border: 0.5px solid #E0E8EC;*/
        z-index: 10
    }

    .testing-parameters__item-name {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 50%
    }

    .testing-parameters__item-name--triple {
        width: 33%
    }

    .testing-parameters__item-value {
        width: 50%;
        padding-top: 0
    }

    .testing-parameters__item-value--center {
        width: 33%
    }

    .testing-parameters__item-comment {
        width: 33%
    }

    .testing-parameters__name {
        margin: auto auto auto 20px
    }

    .testing-parameters__name::before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 50%;
        width: 20px;
        height: 1px;
        border-top: 1px dashed #C3C9CC
    }

    .testing-parameters__name--subname {
        margin: auto auto auto 40px
    }

    .testing-parameters__name--subname::before {
        content: "";
        position: absolute;
        display: block;
        left: 20px;
        top: 50%;
        width: 20px;
        height: 1px;
        border-top: 1px dashed #C3C9CC
    }

    .testing-parameters__name--main {
        margin: 0 auto auto 0
    }

    .testing-parameters__name--main::before {
        display: none
    }

    .testing-parameters__number {
        position: absolute;
        top: 0;
        left: -65px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        font-family: "Roboto","Arial",sans-serif;
        font-weight: 700;
        font-size: 17px;
        line-height: 25px;
        text-align: center;
        color: #263238;
        border-radius: 50%;
        border: 1px solid #E0E8EC;
        box-sizing: border-box;
        z-index: 20
    }

    .testing-parameters__number--white {
        color: #263238
    }

    .testing-parameters__number--black {
        color: #ECEFF1
    }
}

@media (min-width: 1200px) {
    .testing-parameters__item-name {
        width:35%
    }

    .testing-parameters__item-name--triple {
        width: 33%
    }

    .testing-parameters__item-value {
        width: 65%
    }

    .testing-parameters__item-value--center {
        width: 33%
    }

    .testing-parameters__item-comment {
        width: 33%
    }
}

.testing-code {
    margin-bottom: 28px
}

.testing-code__header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 13px 20px;
    border-radius: 4px 4px 0px 0px
}

.testing-code__header--white {
    background: linear-gradient(0deg, #525669, #525669),linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%)
}

.testing-code__header--black {
    background: linear-gradient(0deg, #2B383E, #2B383E),linear-gradient(180deg, #3A3E3F 0%, #2F3234 100%)
}

.testing-code__name {
    text-transform: uppercase;
    /*font-family: "FiraMono","Arial",sans-serif;*/
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #F7FCFF
}

.testing-code__button {
    padding: 0;
    margin: auto 0 auto auto;
    background-color: transparent;

    box-shadow: none;
    border: 0;
}

.testing-code__pre {
    position: relative;
    overflow: auto;
    box-sizing: border-box;
    border-radius: 0px 0px 4px 4px
}

.testing-code__pre--white {
    background-color: #F2F6F8;
    border: 1px solid #D7E2E8
}

.testing-code__pre--black {
    background-color: #455A64;
    border: 1px solid #5B7887
}

.testing-code__content {
    /*font-family: "FiraMono","Arial",sans-serif;*/
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #546E7A
}

.testing-code__content-main {
    /*font-family: "FiraMono","Arial",sans-serif;*/
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #546E7A;
    /*margin-left: 20px;*/
}

.testing-code__content-wrapper {
    /*font-family: "FiraMono","Arial",sans-serif;*/
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px
}

.testing-code__content-wrapper--white {
    color: #1565C0
}

.testing-code__content-wrapper--black {
    color: #81D4FA
}

.testing-code__title {
    color: #1565C0
}

.testing-code__title--white {
    color: #1565C0
}

.testing-code__title--black {
    color: #81D4FA
}

.testing-code__text {
    /*font-family: "FiraMono","Arial",sans-serif;*/
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px
}

.testing-code__text--white {
    color: #EA9427
}

.testing-code__text--black {
    color: #FFECB3
}

.testing-code__numbers-list {
    position: absolute;
    top: 0;
    left: 20px;
    width: 40px
}

.testing-code__number {
    /*font-family: "FiraMono","Arial",sans-serif;*/
    font-weight: 500;
    font-size: 16px;
    line-height: 23px
}

.testing-code__number--white {
    color: #90A4AE
}

.testing-code__number--black {
    color: rgba(255,255,255,0.5)
}

pre.testing-code__pre {
    white-space: pre-wrap;
    padding-left: 50px;
}
pre.testing-code__pre:before {
    counter-reset: listing;
}
pre.testing-code__pre code {
    counter-increment: listing;
}
pre.testing-code__pre code::before {
    content: counter(listing) ". ";
    display: inline-block;
    width: auto;
    margin-left: auto;
    text-align: right;
    position: absolute;
    left: 20px;
}


/* task 4778 */
.s-join .tariff-table.flex-x-block{
    margin-top: 0;
    padding-top: 0;
}
.s-firms .tarrifs{
    padding-bottom: 50px;
}
.tarrifs + .s-clients{
    padding-top: 0;
}
.tarrifs + .s-clients .container{
    padding-top: 100px;
    border-top: 1px solid #e6e6e6;
}
.s-clients + .uniform{
    display: block;
    margin: 0 auto !important;
    max-width: 650px;
    padding: 50px 0;
}
.page-head + .s-whyjoin,
.page-head + .s-whyjoin .why-join-list{
    padding-top: 0;
}
.tarrifs.section__padding{
    padding: 50px 0;
}
.tarrifs .tariff-table{
    margin-top: 0;
}

/* Constantine add*/
.header__search.ui-search.js-open button{
    background-image: none;
}

/* редизайн */

.s-hero__wrapp {
    display: flex;
    flex-wrap: wrap;
}
.s-hero__left {
    width: calc(100% - 345px);
    min-width: calc(100% - 345px);
    padding-top: 20px;
}
.s-hero__right {
    width: 345px;
    min-width: 345px;
}
.s-econom--bg {
    background-color: #f5f5f5;
}
.ekonom-wrapper {
    padding: 10px 20px;
    background-color: #fff;
}
.holder-ui-button {
    margin-top: 20px;
    padding: 20px 0 0 0;
}
.advantages-property {
    margin-right: -15px;
}
.property-advantages {
    display: flex;
    padding: 20px 25px;
    background-color: #f0f6fb;
}
.property-advantages:first-child {
    padding-top: 40px;
}
.property-advantages:last-child {
    padding-bottom: 40px;
}
.property-advantages__icon {
    width: 70px;
    min-width: 70px;
    margin-right: 20px;
}
.property-advantages__title {
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
}
.property-advantages__desc {
    text-transform: lowercase;
    font-weight: 500;
    font-size: 16px;
}
.section__desc--big {
    font-size: 27px;
}

@media (max-width: 900px) {
    .s-hero__wrapp {
        flex-direction: column;
    }
    .s-hero__left {
        width: 100%;
        min-width: 100%;
        padding-top: 20px;
        padding-bottom: 65px;
    }
    .s-hero__right {
        width: 100%;
        min-width: 100%;
    }
    .advantages-property {
        margin: 0 -30px;
    }
    .property-advantages {
        padding: 20px 30px;
    }
    .property-advantages:not(:last-child) {
        margin-bottom: 10px;
    }
    .property-advantages__icon {
        width: 100px;
        min-width: 100px;
        margin-right: 35px;
    }
    .property-advantages__title {
        font-size: 50px;
    }
    .property-advantages__desc {
        font-size: 26px;
    }
    .section__desc--big {
        margin-top: 0!important;
    }
    section.section.s-econom {
        margin-bottom: 0;
    }
}
