.text-red{
	color: #ff5722;
}
.ui-comment__info {
	margin-top: 15px;
    font-style: italic;
}

.fancybox-content {
    max-width: 800px;
    padding: 0;
    max-height: 766px;
}
.fancybox-content.m_modal .scroller {
    max-height: none;
    height: auto;
    padding: 0;
    overflow: visible;
}

html, body {
    width: 100%;
    height: 100%;
}
.footer__social > a {
    width: 24px;
    height: 30px;
}
.footer__social > a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}


.sub-arrow {
    position: absolute;
    top: 18px;
    left: 0;
    display: block;
    width: 35px;
    height: 35px;
    background-image: url(./frontend/images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 15px;
    opacity: 0.5;
    z-index: 2;
}
.section__desc.is-strong  br {
    display: none;
}
.ui-accordion__item-more span {
    position: relative;
    text-decoration: none;
    padding-right: 14px;
    line-height: 1;
    font-size: 14px;
    letter-spacing: 0.05rem;
    border-bottom: 1px solid #4c4c4c;
}
.ui-accordion__item-more span:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 11px;
    height: 12px;
    margin-top: 1px;
    background-image: url("./frontend/images/arrow-more-black.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.search-page hr {
    margin: 20px 0;
}
.search-page p {
    margin: 10px 0;
}
.search-page small {
    display: inline-block;
    margin-bottom: 5px;
}
.title-search-result {
    padding: 10px;
}
.title-search-result > .title-search-result {
    /*background: transparent;*/
}
.title-search-result tr {
    display: block;
    padding: 5px 0;
}
.title-search-item a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.title-search-item a img {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}
.title-search-item a b {
    margin-right: 4px;
}

@media (min-width: 751px) {
    .main-banner__title {
        letter-spacing: -0.1rem;
        margin-left: -15px;
    }
    #hamburger span {
        width: 16px;
        height: 2px;
    }
    #hamburger:after, #hamburger:before {
        width: 16px;
        height: 2px;
    }
    #hamburger:before {
        bottom: 22px;
    }
    #hamburger:after {
        top: 22px;
    }
    .ui-search {
        background-size: 24px;
    }
}
@media (max-width: 750px) {
	
	.mobile_lang.ui-lang{
		width:49px;
		height: 49px;
	}
	
    html, body {
        font-size: 24px;
    }
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .search-page hr {
        margin: 35px 0;
    }
    .search-page p {
        margin: 20px 0;
    }
    .search-page small {
        margin-bottom: 10px;
    }
    .header {
        padding: 33px 0;
        background-color: white;
    }
    .header__logo {
        width: 335px;
        height: 77px;
    }
    .header__login {
        width: 49px;
        height: 49px;
        margin-right: 48px;
    }
    .header__login svg {
        width: 100%;
        height: 100%;
    }
    .header__search {
        margin-right: 50px;
        width: 47px;
        height: 47px;
        background-size: contain;
    }
    .header__login.is-open .ui-button-inner__content {
        padding: 50px 45px 65px;
    }
    .header__login.is-open .ui-button-inner__content a {
        font-size: 33px;
    }
    .header__login.is-open .ui-button-inner__content a.header__login-pertner svg {
        margin-right: 24px;
        width: 44px;
        height: 44px;
    }
    .header__login.is-open .ui-button-inner__content a.header__login-client svg {
        margin-right: 29px;
        width: 32px;
        height: 32px;
    }
    .header__login.is-open .ui-button-inner__content a + a {
        margin-top: 69px;
        margin-left: 22px;
    }
    .header__login.is-open .ui-button-inner__close {
        top: 83px;
        right: 50px;
        background-image: none;
    }
    .header__login.is-open .ui-button-inner__close:before,
    .header__login.is-open .ui-button-inner__close:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: white;
    }
    .header__login.is-open .ui-button-inner__close:before {
        transform: rotate(-45deg);
    }
    .header__login.is-open .ui-button-inner__close:after {
        transform: rotate(45deg);
    }
    .header.mob-search-open {
        padding: 26px 0;
    }
    .header.mob-search-open .header__search {
        height: auto;
        padding-right: 87px;
    }
    .header.mob-search-open .ui-search form {
        height: auto;
    }
    .header.mob-search-open .ui-search form input,
    .search-page form input {
        height: 94px;
        padding-left: 44px;
        font-size: 29px;
        border-top-left-radius: 47px;
        border-bottom-left-radius: 47px;
    }
    .search-page form {
        width: 100%;
        max-width: none;
        height: auto;
    }
    .search-page form input {
        width: 100%;
    }
    .search-page form input[type=submit] {
        width: 139px;
        height: 94px;
        padding: 0 0 0 10px;
        font-size: 0;
        background-image: url(./frontend/images/mobile-search-blue.png);
        background-size: 33px;
        background-position: 35px center;
        border-top-right-radius: 47px;
        border-bottom-right-radius: 47px;
    }
    .header.mob-search-open .ui-search form button {
        width: 162px;
        height: 94px;
        border-top-right-radius: 47px;
        border-bottom-right-radius: 47px;
        background-image: url(./frontend/images/mobile-search-blue.png);
        background-size: 33px;
        background-position: 35px center;
    }
    .header.mob-search-open .ui-search .ui-search__close {
        position: absolute;
        right: 61px;
        top: 46px;
        background-image: none;
    }
    .header.mob-search-open .ui-search .ui-search__close:before,
    .header.mob-search-open .ui-search .ui-search__close:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background-color: white;
    }
    .header.mob-search-open .ui-search .ui-search__close:before {
        transform: rotate(-45deg);
    }
    .header.mob-search-open .ui-search .ui-search__close:after {
        transform: rotate(45deg);
    }
    #hamburger {
        position: relative;
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
    }
    #hamburger:after {
        top: 27px;
    }
    #hamburger:before {
        bottom: 27px;
    }
    #hamburger.js-open {
        position: absolute;
        top: 33px;
        left: auto;
        right: 30px;
    }
    #hamburger.js-open span {
        display: none;
    }
    #hamburger.js-open:after {
        top: 38px;
        transform: rotate(45deg);
    }
    #hamburger.js-open:before {
        bottom: 38px;
        transform: rotate(-45deg);
    }
    .mobile-nav {
        padding: 0;
    }
    .mobile-nav .header__nav li:hover .submenu {
        max-height: 0;
        padding: 0;
    }
    .mobile-nav .header__nav li.is-active .submenu {
        max-height: 150rem;
        padding: 20px;
    }
    .mobile-nav .header__nav .submenu {
        top: 30px;
        margin: 0 -15px;
    }
    .mobile-nav .header__nav .submenu ul {
        margin-left: -45px;
        margin-right: -45px;
    }
    .mobile-nav .header__nav .submenu .caption {
        white-space: pre-wrap;
        font-size: 29px;
        text-transform: uppercase;
    }
    .mobile-nav .header__nav .submenu__column {
        padding: 45px !important;
    }
    .mobile-nav .header__nav submenu__column.submenu__buttons {
        padding: 20px !important;
    }
    .mobile-nav .header__nav.nav__list li {
        position: relative;
        /*margin-bottom: 30px;*/
    }
    .mobile-nav .header__nav.nav__list li.is-active .sub-arrow {
        transform: rotate(180deg);
    }
    .header.js-open .header-menu {
        padding-bottom: 25px;
    }
    /*.header.js-open .header-menu li {
        margin-bottom: 30px;
    }*/
    .header.js-open .header-menu li.arrow:last-child .submenu {
        margin-bottom: 0;
    }
    .mobile-nav .header__nav.nav__list .submenu li {
        margin-bottom: 0;
    }
    .header.js-open {
        padding-top: 140px;
    }
    .header.js-open .nav.burger-open,
    .header.js-open .header-menu {
        margin-left: 45px;
        margin-right: 45px;
    }
    .header.js-open .burger-open .header__nav {
        width: 88%;
        margin: auto;
        padding: 0;
    }
    .nav__list > li > .submenu {
        transition: none;
    }
    .nav__list > li > .submenu ul a:before {
        left: 36px!important;
    }
    .header.js-open .burger-open .header__nav a::before,
    .header.js-open .header-menu .header-menu__link::before {
        left: 0;
    }
    .header.js-open .header-menu .header-menu__link {
        padding-left: 50px;
    }
    .header.js-open .burger-open .header__nav a,
    .header.js-open .burger-open .header__nav .no-arrow a {
        padding-left: 50px;
    }
    .ui-search form button {
        width: 150px;
    }
    .header.js-open .header__login.burger-open > svg {
        left: 50px;
        width: 36px;
        height: 36px;
    }
    .header.js-open .submenu__column a {
        padding: 20px 30px 20px 84px !important;
        white-space: initial;
        font-size: 29px !important;
    }
    .header.js-open .submenu__column a.ui-button {
        padding: 35px 20px 35px 20px !important;
    }
    .nav__list > li > .submenu .submenu__buttons-foot a + a,
    .mobile-nav .header__nav .submenu__buttons-foot {
        margin-top: 20px!important;
    }
    .nav__list > li > .submenu ul li + li {
        margin-top: 0;
    }
    .nav__list > li > .submenu ul {
        margin-top: 26px;
    }
    .mobile-nav .header__nav .submenu a:not(.ui-button):hover:before {
        opacity: 1;
    }
    .main-banner__image {
        width: 98%;
        margin-left: -140px;
        margin-top: 30px;
    }
    .main-banner__image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        font-family: 'object-fit: contain;';
    }
    .main-banner__title {
        margin-top: 110px;
        font-size: 60px;
        line-height: 1.05;
        letter-spacing: -0.025rem;
    }
    .main-banner__comment {
        position: absolute;
        top: 517px;
        right: 0;
        width: 572px;
    }
    .ui-comment {
        min-height: 312px;
         background: url(./frontend/images/comment-layer-mobile.png) top left no-repeat;
    }
    .ui-comment__content {
        padding: 29px 35px 0 167px;
        font-size: 21px;

    }
    .paysend {
        top: 150px;
        width: 255px;
        height: 255px;
        min-width: 255px;
    }
    .paysend img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        font-family: 'object-fit: contain;';
    }
    .s-advantages > .container {
        max-width: 100%;
    }
    .s-advantages__border {
        top: 20px;
        padding-bottom: 45px;
    }
    .s-advantages__item:nth-child(1) {
        margin-top: -128px;
        margin-left: 0;
    }
    .s-advantages__item:nth-child(1) .s-advantages__title {
        margin-left: 10px;
        font-size: 90px;
    }
    .s-advantages__item:nth-child(1) .s-advantages__desc {
        width: 290px;
        max-width: none;
        margin-top: 15px;
        margin-left: 12px;
    }
    .s-advantages__item:nth-child(1) .s-advantages__icon {
        width: 206px;
        height: 180px;
        margin-top: 30px;
    }
    .s-advantages__item:nth-child(2) {
        width: 320px;
        max-width: 196px;
        max-width: none;
        margin-top: 16px;
        margin-left: 0;
    }
    .s-advantages__item:nth-child(2) .s-advantages__title {
        font-size: 142px;
    }
    .s-advantages__item:nth-child(2) .s-advantages__icon {
        width: 167px;
        height: 167px;
        margin-left: 130px;
    }
    .s-advantages__item:nth-child(2) .s-advantages__desc {
        margin-top: 36px;
        margin-left: 124px;
        line-height: 35px;
    }
    .s-advantages__item:nth-child(2) .s-advantages__title {
        left: 46px;
        /*bottom: -68px;*/
        bottom: -73px;
    }
    .s-advantages__item:nth-child(3) {
        width: 45%;
        margin-left: 0;
        /*padding-top: 84px;*/
        padding-top: 30px;
    }
    .s-advantages__item:nth-child(3) .s-advantages__title {
        margin-left: 8px;
        font-size: 168px;
    }
    .s-advantages__item:nth-child(3) .s-advantages__desc {
        margin-top: 13px;
        margin-bottom: 42px;
        margin-left: 15px;
    }
    .s-advantages__item:nth-child(3) .s-advantages__desc br {
        display: none;
    }
    .s-advantages__item:nth-child(3) .s-advantages__icon {
        width: 170px;
        height: 144px;
        margin-left: 13px;
    }
    .s-advantages__item:nth-child(4) {
        width: 320px;
        margin-left: 0;
        margin-top: 62px;
    }
    .s-advantages__item:nth-child(4) .s-advantages__icon {
        width: 160px;
        height: 188px;
        margin-left: 135px;
        /*margin-top: 60px;*/
        margin-top: 130px;
    }
    .s-advantages__item:nth-child(4) .s-advantages__desc {
        /*max-width: 320px;*/
        max-width: 300px;
        margin-top: 25px;
        margin-bottom: 36px;
    }
    .s-advantages__item:nth-child(4) .s-advantages__title {
        left: 0;
        letter-spacing: -0.06rem;
        font-size: 79px;
    }
    .s-advantages__item:nth-child(5) {
        width: 63%;
        margin-left: 0;
        padding-top: 215px;
        text-align: left;
    }
    .s-advantages__item:nth-child(5) .s-advantages__title {
        font-size: 82px;
    }
    .s-advantages__item:nth-child(5) .s-advantages__icon {
        width: 179px;
        height: 178px;
    }
    .s-advantages__item:nth-child(5) .s-advantages__desc {
        max-width: none;
        margin-left: 16px;
    }
    .s-advantages__item .s-advantages__icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        font-family: 'object-fit: contain;';
    }
    .s-advantages__desc {
        max-width: 270px;
    }
    .s-advantages .s-advantages__desc {
        font-size: 29px;
        line-height: 31px;
    }
    section.section.main-banner {
        margin-bottom: 260px;
    }
    section.section.s-advantages {
        margin-bottom: 112px;
    }
    section.section.s-econom {
        margin-bottom: 150px;
    }
    section.section.s-services {
        margin-bottom: 0;
        padding-top: 113px;
    }
    section.section.s-services .section__title {
        margin-bottom: 57px;
    }
    section.section.s-services .section__button-wrapper.s-services__buttons {
        margin-top: 105px;
        padding-bottom: 115px;
    }
    section.section.s-firms {
        margin-bottom: 180px;
        padding-top: 142px;
    }
    section.section .text-red,
    section.section .text-alp8 {
        display: block;
    }
    section.section .section__desc {
        max-width: none;
        margin-top: 54px;
        font-size: 29px;
    }
    section.section.s-clients {
        margin-bottom: 0;
        padding-top: 113px;
        padding-bottom: 160px;
    }
    section.section.s-join {
        margin-bottom: 90px;
        margin-bottom: 30px;
        padding-top: 115px;
        padding-top: 153px;
    }
    section.section.s-join .section__button-wrapper {
        margin-top: 115px;
    }
    section.section.s-question {
        margin-bottom: 50px;
        padding-top: 120px;
        padding-bottom: 40px;
    }
    section.section.s-question .section__title {
        font-size: 50px;
    }
    section.section.s-question .ui-button.is-md {
        margin-bottom: 25px;
        width: 90%;
        padding: 34px 34px;
        font-size: 29px;
        letter-spacing: 0.02rem;
    }
    section .section__button-wrapper {
        padding-bottom: 116px;
    }
    .section__title {
        margin-bottom: 60px;
        font-size: 60px;
        line-height: 1.05;
    }
    .s-econom__item {
        width: calc(100% + 1px);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 52px 30px;
    }
    .s-econom__title {
        font-size: 34px;
        letter-spacing: 0.06rem;
    }
    .s-econom__image {
        width: 200px;
        min-width: 200px;
        height: 200px;
    }
    .s-econom__content {
        max-width: none;
        margin-left: 40px;
    }
    .s-econom__text {
        margin-top: 33px;
        font-size: 30px;
        font-weight: normal;
        line-height: 1.18;
    }
    .join-list__item {
        width: calc(100%);
    }
    .join-list__item-caption {
        height: auto;
        margin-top: 45px;
        font-size: 50px;
    }
    .ui-checklist li,
    .services-slider__item-checklist li {
        font-size: 29px;
    }
    .ui-checklist li + li,
    .services-slider__item-checklist li + li {
        margin-top: 28px;
    }
    .ui-checklist li:before,
    .services-slider__item-checklist li:before {
        width: 22px;
        height: 20px;
    }
    .join-list__item-icon {
        width: 234px;
        height: 220px;
        margin: auto;
    }
    .join-list__item-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        font-family: 'object-fit: contain;';
    }
    .join-list__item-list {
        margin-top: 55px;
    }
    .ui-button.is-md {
        font-size: 32px;
        padding: 34px 130px;
        letter-spacing: 0.075rem;
        border-radius: 130px;
    }
    .s-question__desc {
        margin-top: 14px;
        font-size: 38px;
        line-height: 1.6;
    }
    .s-question .section__button-wrapper {
        margin-top: 48px;
        padding-bottom: 56px;
    }
    .footer__box {
        padding: 104px 62px;
    }
    .footer__nav-column {
        width: 100%;
        min-width: 100%;
        max-width: none;
        margin: 23px;
    }
    .footer__nav-column:last-child .footer__nav-caption:first-child {
        margin-bottom: 40px;
    }
    .footer__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__nav-list {
        display: none;
    }
    .footer__nav-caption {
        font-size: 33px;
    }
    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 145px 0;
    }
    .footer__conf {
        margin-bottom: 68px;
        font-size: 29px;
    }
    .footer__phone {
        font-size: 42px;
    }
    .footer__social {
        margin-bottom: 58px;
    }
    .footer__social a:nth-child(1) {
        width: 48px;
        height: 33px;
    }
    .footer__social a:nth-child(2) {
        width: 26px;
        height: 55px;
    }
    .footer__social a:nth-child(3) {
        width: 55px;
        height: 30px;
    }
    .footer__social a:nth-child(4) {
        width: 50px;
        height: 50px;
    }
    .footer__social a img {
        width: 100%;
        height: 100%;
    }
    .footer__social > a {
        margin: 0 27px;
    }
    .section__button-wrapper.after-slider {
        margin-top: 106px;
        padding-bottom: 75px;
    }
    .section__button-wrapper.after-slider .ui-button {
        padding: 5px 112px;
        border-radius: 105px;
        height: 105px;
        font-size: 29px;
    }
    .services-slider,
    .clients-slider {
        width: calc(100vw - 30px);
    }
    .slick-slider .slick-dots {
        bottom: -40px;
        right: 30px;
        width: auto;
    }
    .slick-slider .slick-dots button {
        width: 10px;
        height: 10px;
    }
    .slick-slider .slick-arrow {
        width: 68px;
        height: 70px;
    }
    .slick-slider .slick-arrow.slick-prev {
        left: -30px;
    }
    .slick-slider .slick-arrow.slick-next {
        right: 0;
        left: auto!important;
    }
    #services-slider.slick-slider .slick-slide{
        width: 688px!important;
        border-left: 1px solid #f6f6f6;
    }
    #services-slider.slick-slider .slick-arrow.slick-next {
        left: auto;
        right: 0;
    }
    #firms-slider.slick-slider .slick-arrow.slick-next {
        right: -30px;
    }
    #firms-slider.slick-slider .slick-arrow {
        margin-top: -34px;
    }
    #firms-slider.slick-slider .slick-slide .item {
        text-align: center;
        vertical-align: middle;
        display: inline-flex;
    }
    #firms-slider.slick-slider .slick-slide .item:before {
        content: '';
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle;
    }
    #firms-slider.slick-slider .slick-slide img {
        display: inline-block;
        vertical-align: middle;
        max-height: 100%;
    }
    #clients-slider.slick-slider .slick-slide {
        width: 688px;
        border-left: 1px solid #f6f6f6;
    }
    #clients-slider.slick-slider .slick-arrow {
        margin-top: -60px;
    }
    #clients-slider.slick-slider .slick-arrow.slick-next {
        right: 0;
    }
    .services-slider__item {
        display: block!important;
        width: 688px;
        max-width: none;
        height: 788px;
        padding: 50px 50px 128px;
    }
    .services-slider__item-icon {
        width: 203px;
         min-width: 203px;
        height: 203px;
        margin-left: -20px;
        margin-top: 13px;
    }
    .services-slider__item-icon.border-blue {
        -webkit-box-shadow: 0 0 0 92px #f0f6fb;
        box-shadow: 0 0 0 92px #f0f6fb;
    }
    .services-slider__item-icon img {
        width: 100px;
    }
    .services-slider__item-icon.border-red {
        -webkit-box-shadow: 0 0 0 92px #fff5f2;
        box-shadow: 0 0 0 92px #fff5f2;
    }
    .services-slider__item-icon.border-green {
        -webkit-box-shadow: 0 0 0 92px #f0f6fb;
        box-shadow: 0 0 0 92px #f0f6fb;
    }
    .services-slider__item-title {
        margin-left: 20px;
        margin-top: 27px;
        font-size: 50px;
    }
    .ui-checklist, .services-slider__item-checklist {
        margin-top: 32px;
        margin-left: 88px;
    }
    .s-clients .clients-slider__item {
        width: 688px;
        max-width: none;
        height: 842px;
        padding: 100px 70px 0 86px;
    }
    .clients-slider__item-ava {
        width: 160px;
        height: 160px;
    }
    .clients-slider__item-info {
        padding-left: 38px;
        font-size: 29px;
    }
    .clients-slider__item-text {
        height: 405px;
        margin-top: 47px;
        font-size: 29px;
        line-height: 1.24;
    }
    .clients-slider__item-more {
        font-size: 29px;
    }

    .page-head {
        padding-bottom: 120px;
    }
    .page-head.fz {
        padding-bottom: 40px;
     }
    .page-head__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-head__grid .page-head__column.page-head__image img {
        right: 0%;
    }
    .page-head__grid--robocheks .page-head__desc {
        width: 62vw;
    }
    .page-head__title {
        /*font-size: 60px;*/
        line-height: 1.27;
    }
    .page-head__column.page-head__text {
        padding-top: 72px;
    }
    .page-head__column.page-head__text .page-head__desc {
        /*max-width: 56%;*/
        margin-top: 100px;
    }
    .page-head__column.page-head__text--connect {
        padding-top: 82px;
    }
    .page-head__column.page-head__text--connect .page-head__desc {
        margin-top: 50px;
		padding-right:150px;
    }
    .page-head__column .page-head__title {
        padding-right: 40%;
    }
    .page-head__column .page-head__title.page-head__title--width-auto {
        padding-right: 0;
    }
    .page-head.last_text .page-head__column .page-head__title {
        padding-right: 0;
    }
    .page-head__column .page-head__title .text-red {
        display: block;
    }
    .page-head__desc {
        font-size: 29px;
        margin-top: 60px;
    }
    .page-head__column.page-head__image {
        position: absolute;
        /*top: 26px;*/
        top: -40px;
        right: 0;
        width: 420px;
        min-width: 420px;
        margin-top: 42px;

        max-height: 420px;
        height: 100%;
        overflow: hidden;
    }
    .page-head__column.page-head__image img {
        transform: translateX(120px);
        width: 100%;
        /*height: 100%;*/
        height: auto;
        object-fit: contain;
        font-family: 'object-fit: contain;';
    }
    .page-head__column .section__button-wrapper {
        margin: 0;
        padding-bottom: 0;
    }
    .page-head__menu {
        padding: 0 26px;
        margin-top: 230px;
    }
    .page-head__menu li {
        padding: 37px 53px;
        font-size: 33px;
    }
    .page-head + .s-cards {
        margin-top: 30px;
        margin-bottom: 120px;
    }
    .page-head__grid.w50 {
        margin-top: 100px;
    }
    .page-head__checklist {
        margin-top: 65px;
        margin-left: 52px;
        margin-right: 14px;
    }
    .page-head__column .page-head__button {
        margin-top: 100px;
        /*margin-left: 94px;*/
    }
    .page-head__checklist li:not(:first-child) {
        margin-top: 20px;
    }
    .section.s-cards .slick-slide {
        max-height: none;
    }
    .cards {
        margin-left: 0;
    }
    .cards-item {
        width: 688px;
        padding: 70px 86px;
    }
    .cards-item__image {
        height: 370px;
        max-width: 512px;
    }
    .cards-item__title {
        max-width: none;
        font-size: 38px;
    }
    .cards-item__content {
        padding-top: 40px;
    }
    .cards-item__text {
        margin-top: 33px;
        font-size: 29px;
    }
    .cards-item__footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 82px;
    }
    .cards-item__footer > * + * {
        margin-top: 0;
    }
    .cards-item__more {
        font-size: 29px;
    }
    .cards-item__date {
        font-size: 25px;
    }
    .section__button-wrapper {
        margin-top: 100px;
        padding-bottom: 92px;
    }
    .ya-share-text-wrap {
        margin-bottom: 58px;
        font-size: 29px;
        letter-spacing: 0.04rem;
    }
    .ya-share-wrap {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .ya-share2 {
        transform-origin: center;
        transform: scale(2.5);
    }
    .slick-slider .slick-arrow.slick-next {
        right: -30px;
    }
    .slick-slider .slick-arrow {
        margin-top: 6px;
    }
    .list-with-icons {
        flex-wrap: wrap;
        margin: 0;
    }
    .list-with-icons ._item {
        width: 100%;
    }
    .list-with-icons ._item:not(:last-child) {
        margin-bottom: 76px;
    }
    .list-with-icons ._item img {
        width: 129px;
        height: 131px;
    }
    .section__padding {
        padding-top: 112px;
    }
    .section__box {
        padding: 92px 50px 124px;
    }
    .list-with-icons ._item h6 {
        height: auto;
        font-size: 44px;
        letter-spacing: 0.08rem;
    }
    .list-with-icons ._item p {
        margin-top: 28px;
        font-size: 26px;
    }
    section.bg-blue.section__padding {
        margin-bottom: 28px;
        padding-bottom: 120px;
    }
    .card-box-list.mt50 {
        margin-top: 68px;
    }
    .card-box__content {
        max-width: none;
        margin-bottom: 4px
    }
    .card-box__title {
        font-size: 50px;
    }
    .card-box.bg-blue.bordered.border-red {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-box.bg-blue.bordered.border-red {
        padding: 82px 24px 215px;
    }
    .card-box.bg-blue.bordered.border-red .card-box__icon {
        right: -7px;
        bottom: 45px;
    }
    .card-box.bg-blue.bordered.border-blue .card-box__button {
        margin-top: 67px;
        padding: 34px 75px;
    }
    .card-box.bordered.border-blue .card-box__icon svg {
        width: 154px;
    }
    .card-box.bordered {
        padding: 82px 24px 62px;
        margin-bottom: 30px;
    }
    .card-box__text {
        font-size: 29px;
        margin-top: 62px;
    }
    ul.default {
        list-style-type: disc;
        padding-left: 28px;
    }
    .card-box.bordered.border-red .card-box__icon svg {
        width: 145px;
    }
    section.s-cards.section__padding {
        margin-top: 0;
    }
    section.section__padding {
        margin-bottom: 109px;
    }
    section.section__padding.bg-green {
        padding-bottom: 122px;
    }
    .cards {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cards-item.check-card:first-child {
        padding-top: 120px;
    }
    .cards-item.check-card:last-child {
        padding-bottom: 100px;
    }
    .cards-item.check-card {
        padding: 52px 28px;
        border: none;
    }
    .cards-item.check-card .cards-item__footer {
        margin-top: 40px;
    }
    .cards-item__image.check-card__image {
        height: 335px;
    }
    .check-card__image img {
        width: 195px;
        height: 195px;
    }
    .cards-item__title {
        white-space: initial;
    }
    .section.pt {
        padding-top: 32px;
    }
    .questions {
        padding: 66px 0;
    }
    .container-small {
        padding-left: 30px;
        padding-right: 30px;
    }
    .ui-accordion__item-caption {
        padding: 25px 20% 25px 0;
        font-size: 34px;
        letter-spacing: -0.02rem;
    }
    .ui-accordion__item:after {
        right: 0px;
        top: 48px;
        width: 72px;
        height: 72px;
        font-size: 60px;
    }
    .ui-accordion__item-text {
        max-width: none;
    }
    .ui-accordion__item.js-open .ui-accordion__item-caption {
        font-weight: bold;
    }
    .ui-accordion__item.js-open .ui-accordion__item-caption .ui-accordion__item-hidden {
        font-weight: normal;
    }
    .section.questions .ui-accordion__item-hidden .ui-accordion__item-text {
        font-size: 29px;
        letter-spacing: 0.05rem;
    }
    .ui-accordion__item-more span {
        padding-right: 33px;
        font-size: 29px;
    }
    .ui-accordion__item-more span:after {
        width: 22px;
        height: 20px;
    }
    .ui-video {
        height: 390px;
    }
    .ui-video__text {
        font-size: 42px;
        padding-top: 53px;
    }
    .ui-checklist.blue-icons li:before,
    .blue-icons.services-slider__item-checklist li:before {
        left: -30px;
        margin-top: 7px;
        background-image: url(./frontend/images/icon-checklist-blue-big.png);
    }
    .ui-checklist.red-icons li:before, .red-icons.services-slider__item-checklist li:before {
        left: -30px;
        margin-top: 7px;
        background-image: url(./frontend/images/icon-checklist-red-big.png);
    }
    .ui-checklist.green-icons li:before, .green-icons.services-slider__item-checklist li:before {
        left: -30px;
        margin-top: 7px;
        background-image: url(./frontend/images/icon-checklist-green-big.png);
    }

    section.s-whom-checks.bg-blue {
        margin-bottom: 40px;
        padding-bottom: 115px;
    }
    .s-whom-checks__box {
        padding: 70px 85px 70px 40px;
    }
    .s-whom-checks__box img {
        margin-right: 10px;
        width: 50px;
    }
    .s-whom-checks__box p {
        padding-left: 76px;
        margin-top: -52px;
        font-size: 29px;
        line-height: 1.24;
    }
    .s-whom-checks-desc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 64px;
        padding-right: 30px;
    }
    .s-whom-checks-desc ._columns {
        width: auto;
        margin: 68px 50px 0px;
    }
    .s-whom-checks-desc ._caption {
        font-size: 29px;
    }
    .s-whom-checks-desc ._text {
        margin-top: 58px;
        font-size: 29px;
    }
    .s-whom-checks-desc ._icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 357px;
        height: 204px;
        margin: auto;
    }
    .s-whom-checks-desc ._icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        font-family: 'object-fit: contain;';
    }
    .flex-x-block.visual-table {
        padding: 0;
    }
    .flex-x-block .block-item {
        height: 134px;
    }
    .flex-x-block .block-item:last-child {
        /*height: 206px;*/
    }
    .block-list--left .block-item {
        padding-right: 60px;
        font-size: 29px;
    }
    .block-text {
        font-size: 29px;
    }
    .block-wrapper img {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }
    .flex-x-block .block-list--left {
        max-width: 60%;
        padding-right: 0;
    }
    .block-list--right .block-item {
        position: relative;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    section.checks-advantages.bg-green {
        position: relative;
        margin-bottom: 296px;
        padding-bottom: 60px;
    }
    section.checks-advantages.bg-green .section__button-wrapper {
        position: absolute;
        top: 100%;
        margin-top: 104px;
    }
    section.checks-advantages.bg-green .ui-button.is-md {
        padding: 34px 86px;
    }
    .section__title.is-sm {
        line-height: 1.15;
        font-size: 48px;
        letter-spacing: -0.08rem;
    }
    section.section.s-fines {
        padding-top: 75px;
    }
    section.section.s-fines .ui-checklist li + li,
    section.section.s-fines .services-slider__item-checklist li + li{
        margin-top: 44px;
    }
    section.section.s-fines .text-red,
    section.section.s-fines .text-alp8 {
        display: inline-block;
    }
    section.section.s-fines .ui-checklist,
    section.section.s-fines .services-slider__item-checklist {
        margin-top: 72px;
        margin-left: 100px;
    }
    .fines-list__item {
        width: 100%;
        margin-bottom: 116px;
    }
    .fines-list__item-caption {
        font-size: 34px;
    }
    .fines-list__item-caption img {
        width: 108px;
        min-width: 108px;
        height: 108px;
        margin-right: 30px;
    }
    .fines-list {
        margin-top: 116px;
    }
    .block-comments {
        position: absolute;
        top: 100px;
        left: -42px;
        font-size: 24px;
    }
    .s-history .ui-sub.uniform {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 35px;
    }
    .s-history .ui-sub.uniform .ui-input {
        width: 100%;
        height: 105px;
        padding: 0 50px;
        margin-bottom: 30px;
        font-size: 29px;
        border-radius: 105px;
    }
    .s-history .ui-sub.uniform .ui-button {
        margin-left: 0;
        width: 100%;
        height: 105px;
        font-size: 29px;
        border-radius: 105px;
    }
    .card-box {
        position: relative;
        padding: 58px 30px 66px;
        margin-bottom: 30px;
    }
    .card-box__content .ui-button.is-md {
        margin-top: 60px;
        padding: 34px 70px;
    }
    .card-box__icon {
        position: absolute;
        right: 35px;
        bottom: 68px;
        width: 184px;
        height: 184px;
    }
    .card-box__icon svg {
        width: 100%;
        height: 100%;
    }
    .section.pb {
        padding-bottom: 70px;
    }
    .tariff-table.flex-x-block.visual-table {
        padding-top: 64px;
    }
    .tariff-table.flex-x-block.visual-table .list-wrpper {
        margin: 0 -40px;
    }
    .tariff-table.flex-x-block.visual-table .block-list.block-list--left {
        padding-right: 0;
    }
    .tariff-table .block-list--left .block-item {
        padding-left: 140px;
        background-size: 10%;
        background-position: 19% center;
    }
    .tariff-table .block-list--left .block-item:nth-child(5),
    .tariff-table .block-list--left .block-item:nth-child(2) {
        background-size: 8%;
        background-position: 18%;
    }
    .tariff-table .block-wrapper p {
        font-size: 29px;
        margin-left: 100px;
    }
    section.tarrifs.section__padding {
        margin-bottom: 90px;
    }
    section.tarrifs.section__padding .flex-x-block .block-item:last-child {
        height: 134px;
    }
    .clients-slider.full-border {
        margin-left: 0;
    }
    section.tarrifs.section__padding .section__button-wrapper {
        margin-top: 72px;
    }
    section.tarrifs.section__padding .ui-button.is-md {
        padding: 34px 60px;
    }
    section.bg-green.section__padding + section.section.s-firms {
        padding-top: 30px;
        margin-bottom: 66px;
    }
    section.section.s-whyjoin {
        margin-bottom: 0;
        padding-top: 50px;
    }
    section.s-whyjoin .section__button-wrapper {
        margin-top: 18px;
        border-bottom: 1px solid #e6e6e6;
    }
    .why-join-item {
        padding: 30px;
        margin-bottom: 30px;
    }
    .why-join-item__icon {
        min-width: 153px;
    }
    .why-join-item__icon img {
        width: 85px;
    }
    .why-join-item__title {
        font-size: 29px;
    }
    .why-join-item__content {
        padding: 15px 40px 40px 0;
    }
    .why-join-item__desc {
        margin-top: 35px;
    }
    .join-options {
        margin-top: 40px;
    }
    .join-options__item {
        width: auto;
        min-width: auto;
        margin: 0 38px 70px;
    }
    .join-options__item-icon {
        height: auto;
    }
    .join-options__item-icon img {
        width: 106px;
    }
    .join-options__item-title {
        margin-top: 40px;
        font-size: 33px;
    }
    .join-options__item-text {
        margin-top: 35px;
        font-size: 29px;
    }
    .s-qa__box {
        background-color: #1773ce;
        padding: 120px 30px;
        border: none;
        margin-left: -30px;
        margin-right: -30px;
    }
    .s-qa__box .cards.mobile .cards-item {
        width: 688px;
        border-right: 2px solid #e6e6e6;
    }
    .s-qa__box .cards.mobile {
        margin-right: -20px;
        margin-right: 0;
    }
    .s-qa__box .cards-item__content {
        padding-left: 0;
    }
    .s-qa__box .cards-item__image {
        max-width: none;
    }
    .s-qa__box .cards-item__image {
        height: 438px;
    }
    .s-qa .slick-slider .slick-arrow.slick-prev {
        left: -30px;
    }
    .s-qa__box .cards .slick-track .cards-item__content {
        display: block;
    }
    .s-qa__box .cards .slick-track .cards-item__more {
        display: inline-block;
        margin-top: 40px;
    }
    .s-qa .cards-item__title {
        font-size: 38px;
        margin-top: 40px;
    }
    .s-qa .cards-item__text {
        font-size: 29px;
    }
    .last-news__caption {
        font-size: 50px;
    }
    .s-qa__column2 {
        margin-top: 136px;
    }
    .s-qa__box .slick-slider .slick-arrow,
    section.s-cards.pb .slick-slider .slick-arrow {
        margin-top: -14px;
    }
    .last-news__list {
        margin-top: 62px;
    }
    .last-news__item {
        font-size: 29px;
    }
    .last-news__item span:first-child {
        margin-right: 42px;
    }
    .last-news__item + .last-news__item {
        margin-top: 35px;
    }
    section.section.s-qa {
        margin-bottom: 30px;
    }
    .s-qa__tags {
        margin-top: 138px;
    }
    .hash-tags a {
        font-size: 33px;
    }
    .banner-mini {
        width: calc(100% - 60px);
        margin: 148px 30px 0;
    }
    .banner-mini__content {
        padding: 54px 52px;
        font-size: 29px;
    }
    .article__title {
        font-size: 33px;
    }
    .article__text {
        margin-top: 31px;
        font-size: 29px;
    }
    .article__more {
        margin-top: 38px;
        font-size: 29px;
    }

    .header.js-open .header-menu .submenu {
        position: relative;
        top: 50px;
        margin-bottom: 50px;
        background-color: white;
    }
    .header.js-open .header-menu .submenu li {
        margin-bottom: 0;
    }
    .header.js-open .header-menu .submenu a {
        display: block;
        padding: 20px 30px 20px 84px;
        font-size: 29px;
        color: #4c4c4c;
        background-color: white;
        white-space: initial;
    }
    .header.js-open .header-menu .submenu a:before {
        content: '';
        position: absolute;
        left: 36px;
        display: inline-flex;
        width: 35px;
        min-width: 20px;
        height: 35px;
        margin-right: 3px;
        /*background-image: url(./frontend/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;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px 15px;
        opacity: 0.5;
    }
    .header.js-open .header-menu .submenu a:hover  {
        background-color: #ff5722;
        color: #fff;
    }
    .header-menu > li:hover .submenu, .header-menu > li.active .submenu {
        display: none;
    }
    .header.js-open .header-menu li.is-active > .sub-arrow {
        transform: rotate(180deg);
    }
    .header.js-open .header-menu li.is-active > .submenu {
        display: block;
    }
    .about-head {
        margin-top: 146px;
        padding-top: 52px;
        padding-bottom: 280px;
        overflow: hidden;
    }
    .about-head .page-head__column {
        /*width: 60%;*/
        z-index: 1;
    }
    .about-head .page-head__column .page-head__title {
        padding-right: 0;
    }
    .about-head__img {
        /*right: -148px;*/
        right: -118px;
        bottom: -288px;
        height: 790px;
        width: 390px;
    }
    .about-head__img .img1 {
        bottom: 0;
        height: 100%;
        /*width: 100%;*/
        width: auto;
        right: 55px;
    }
    .about-head__img .img2 {
        bottom: -55px;
        right: initial;
        left: -130%;
        height: 800px;
        width: 800px;
    }
    .about-head__img .img2 img {
        width: 100%;
        right: -35%;
    }
    .about-head__img .img2:after{
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 223px;
        background: #fff;
    }
    .about-head + section.section.s-advantages {
        position: relative;
        z-index: 1;
    }
    /*.about-head + section.section.s-advantages:before {
        content: '';
        position: absolute;
        top: -200px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: white;
        z-index: -1;
    }*/
    .about-head + section.section.s-advantages:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #f0f6fb;
        z-index: -1;
    }
    section.s-pressa.bg-blue.section__padding{
        padding-bottom: 163px;
    }
    section.s-pressa .text-alp8 {
        display: inline-block;
    }
    section.section.s-advantages.mt200 + section.s-cards.section__padding {
        margin-bottom: 190px;
        padding-top: 58px;
    }
    .s-pressa-slider {
        margin-right: -30px;
    }
    .s-pressa-slider.slick-slider .slick-arrow {
        margin-top: -65px;
    }
    .s-pressa-slider.slick-slider .slick-arrow.slick-next {
        right: 0;
    }
    .s-pressa-slider .s-econom__item {
        -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;
        width: 688px!important;
        height: auto;
        padding: 100px 75px 116px;
    }
    .s-pressa-slider .s-econom__content {
        margin-top: 62px;
    }
    .s-pressa-slider .s-econom__image {
        width: 310px;
        min-width: 310px;
        height: 310px;
        padding: 35px;
    }
    section.s-sertificates.section__padding {
        margin-bottom: 192px;
    }
    section.s-sertificates.section__padding .section__title .text-red {
        display: inline-block;
    }
    #sertificates-slider.slick-slider .slick-arrow {
        margin-top: -70px;
        background-color: #cbe2f5;
    }
    #sertificates-slider.slick-slider .slick-arrow.slick-prev {
        left: -20px;
    }
    #sertificates-slider.slick-slider .slick-arrow.slick-next {
        right: -20px;
    }
    .sertificates-item {
        padding: 120px 70px;
    }
    .sertificates-item__img {
        width: 350px;
        height: 460px;
        margin: auto;
        padding: 0;
    }
    .sertificates-item__text {
        margin-top: 60px;
        font-size: 29px;
    }
    section.s-history.bg-green.section__padding .section__title .text-alp8 {
        display: inline-block;
    }
    section.s-history.bg-green.section__padding .section__box {
        padding: 114px 30px 90px;
        font-size: 29px;
    }
    .section__box-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section__box-grid .col {
        width: auto;
    }
    .section p + p {
        margin-top: 35px;
    }
    section.s-products.pt .section__title .text-red {
        display: inline-block;
    }
    .products-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 128px;
    }
    .products-item {
        width: 100%;
        max-width: none;
        padding: 0 110px;
    }
    .products-item:not(:last-child) {
        margin-bottom: 122px;
    }
    .products-item__icon {
        width: 230px;
        height: 228px;
        margin: auto;
    }
    .products-item__icon img {
        width: 100%;
    }
    .products-item__name {
        margin-top: 52px;
        font-size: 42px;
    }
    .products-item__desc {
        font-size: 29px;
        margin-top: 38px;
    }
    .join-list.with-padding {
        padding: 114px 30px 70px;
    }
    .join-list__item {
        margin: 0 0 45px 0;
    }
    .join-list__item-list.ui-checklist {
        margin-top: 50px;
        margin-left: 52px;
    }
    .ui-video .video__play-button {
        background-size: 125px;
        background-position: 50% 55%;
    }
    .s-whom-checks {
        padding: 113px 0;
    }
    .how-work-checks__view {
        margin-top: 35px;
    }
    .how-work-checks__view .item:nth-child(2) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .how-work-checks__view .item:nth-child(2) img {
        width: 205px;
    }
    .how-work-checks__view ._text {
        max-width: 454px;
        margin-top: 12px;
        margin-bottom: 30px;
    }
    .how-work-checks__view .item:nth-child(3) {
        margin-top: 153px;
        margin-bottom: 133px;
    }
    .how-work-checks__view .item:nth-child(3) img {
        width: 310px;
    }
    .how-work-checks__view .item:nth-child(3):before {
        top: -27px;
        left: 108px;
        height: 4px;
    }
    .how-work-checks__view .item:nth-child(3):after {
        background: url(./frontend/images/lines-mobile-new.png) top center no-repeat;
        top: 256px;
        left: -25vw;
        width: 190px;
        height: 785px;
    }
    .how-work-checks__view .item:nth-child(4) {
        padding-left: 0;
        margin-left: 68px!important;
        width: 525px;
    }
    .how-work-checks__view ul li {
        max-width: none;
    }
    .how-work-checks__view ul li img {
        width: 128px;
        max-width: 128px;
        min-width: 128px;
        margin-right: 55px;
    }
    .how-work-checks__view ul li + li {
        margin-top: 42px;
    }
    section.how-work-checks .section__button-wrapper {
        padding-bottom: 74px;
    }
    section.how-work-checks .ui-button.is-md {
        padding: 34px 80px;
    }
    .checks-advantages {
        padding: 110px 0;
    }
    .section__desc.is-strong  br {
        display: block;
    }
    .section__tel {
        position: relative;
    }
    .section__tel img {
        position: absolute;
        top: -34px;
        right: -90px;
        margin-left: 0;
        width: 70px;
    }
    section.tarrifs.section__padding .section__button-wrapper {
        padding-bottom: 53px;
    }
    .tariff-table.flex-x-block.visual-table .block-list--left .block-item {
        padding-right: 0;
    }
    .slick-slider.green-buttons .slick-arrow,
    .slick-slider .slick-arrow {
        background-image: url(./frontend/images/slider-arrow-big.png);
        background-size: 31px;
    }
    .slick-slider.grey-buttons .slick-arrow {
        background-image: url(./frontend/images/slider-arrow-blue-big.png);
        background-size: 31px;
    }
    .title-search-result {
        width: 700px!important;
    }
    .title-search-item a {
        font-size: 29px;
    }
    .title-search-item a img {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .title-search-all a {
        padding-left: 10px;
        font-size: 29px;
    }

}

/*test*/
.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;
}

#footer_mobile_nav
{
	display:none;
}

@media(max-width:750px)
{
	.footer__nav>div
	{
		display:none;
	}
	
	#footer_mobile_nav
	{
		display:block;
	}
	
}

section.article img
{
	width:unset;
}

.wysiwyg ul {
    list-style-type: disc;
}

.section__desc--max-width {
    max-width: none;
}

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

.p-t-20 {
    padding-top: 20px;
}
.p-t-90 {
    padding-top: 90px;
}

.clients-slider__item {
    min-height: 317px;
}
@media screen and (max-width: 750px) {
    .clients-slider__item {
        min-height: 747px;
    }
    .page-head__desc{
        max-width: 70%;
    }
    .page-head__grid.w50 .page-head__column:nth-child(2).padding-left-20 {
        margin-top: 50px;
        padding-left: 0;
    }
    section.s-whom-checks.bg-blue .page-head__grid.w50 {
        margin-top: 0;
    }
}