*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.slider_one {
    visibility: hidden
}

.slick-initialized {
    visibility: visible
}

main {
    position: relative;
    min-height: 770px;
}

/*menu_fix*/
.search__mobile {
    background: #F4F4F4;
    height: 75px;
    display: none;
    align-items: center;
    animation: showBlock 0.3s cubic-bezier(0, 0, 0.7, 0.27) forwards;
}

.search__mobile__panel {
    background: #FFFFFF;
    border: 1px solid #E3E1E1;
    box-sizing: border-box;
    border-radius: 50px;
    height: 45px;
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

#search {
    border: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    width: 100%;
}

.search__mobile__icon {
    margin: 20px;
}

.search__mobile__close {
    margin: 20px;
}

.show__flex {
    display: flex;
    animation: showBlock 0.3s cubic-bezier(0, 0, 0.7, 0.27) forwards;
}

@keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.bx-composite-btn {
    display: none;
}

.b24-widget-button-position-bottom-right .b24-widget-button-popup {
    bottom: 90px !important;
}

.smart-block-information {
    position: absolute;
    top: 0;
    width: 440px;
    right: 20%;
}

.background-style-color {
    background-color: #F4F4F4;
    padding-top: 25px;
    margin-top: 30px;
}

header {
    background-color: #ffffff;
}

/* новые стили для Tanais*/
h1, h2, h3, h4, h5 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: bold;
    color: #141315;
    margin-top: 30px;
    margin-bottom: 30px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
    margin: 15px 0;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;

}

h5 {
    font-size: 20px;
}

p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #303030;
}

li {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #505050;
}

/*меню*/
.top-menu {
    padding-top: 14px;
}

.top-menu ul li a {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    align-items: center;
    text-transform: uppercase;
    color: #505050;
    text-decoration: none;
    padding: 2px 7px;

}

.top-menu .dropdowner li a {
    text-transform: initial;
    color: #303030;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

.top-menu .dropdowner li:hover {
    background-color: #F4F4F4;
    border-radius: 5px;
}

.top-menu .after-scroll-show {
    display: inline;
    padding-bottom: 19px;
}

.top-menu .after-scroll-show:hover {
    border-bottom: 2px solid #F89A1C;
}

.top-menu ul.dropdowner {
    margin-top: 3px;
}

.section__link {
    background: #F4F4F4;
    border-radius: 5px;
}

/*Поиск*/

a.has-icon img {
    margin-bottom: -3px;
}

/*Телефон*/
.container-fluid.flex {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    max-height: 65px;
    padding: 5px 0px;
}

.phone-header-block {
    background: #F89A1C;
    border-radius: 60px;
    display: flex;
    vertical-align: middle;
    width: 240px;
    height: 60px;
    position: absolute;
    right: 20px;
    transition: 0.5s;
}

.phone-header-block:hover {
    background: #DB5C30;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.phone-header-block a {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 10px;
}

.phone-header-block-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
}

.row-container-call-back {
    padding-right: 10px;
}

.phone-header-block-image-two {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.phone-header-block-two {
    background: #f4f4f4;
    border-radius: 60px;
    display: flex;
    vertical-align: middle;
    width: 165px;
    height: 60px;
    position: relative;
    transition: 0.5s;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .row-container-call-back .phone-header-block-two {
        width: fit-content;
    }

    .row-container-call-back .phone-header-block-two strong {
        display: none;
    }
}

@media (max-width: 991px) {
    .phone-header-block-two {
        width: 135px;
        height: 45px;
    }
}

@media (max-width: 510px) {
    .row-container-call-back .phone-header-block-two {
        width: fit-content;
    }

    .row-container-call-back .phone-header-block-two strong {
        display: none;
    }
}

@media (max-width: 374px) {
    .row-container-call-back {
        display: none;
    }
}

.phone-header-block-three {
    vertical-align: middle;
    width: 222px;
    transition: 0.5s;
}

.phone-header-block-two:hover {
    background: #ffd55e;
    transition: 0.5s;
    color: #FFFFFF !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.row-container-call-back a {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #ea6400;
    padding-left: -10px;
}

.phone-header-block-two a:hover {
    color: #FFFFFF;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.phone-header-block-three a {
    font-family: Source Sans Pro;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #00859B;
}

/*Меню*/
.top-menu-line li a span {
    color: #fff;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
}

.top-menu li.active {
    border-bottom: 2px solid #F89A1C;
}

/*index-page - Индексная страница (начало)*/
.border-name-bottom {
    border-bottom: 2px solid;
    border-color: #fb8e0e;
    width: 230px;
    margin: 0 auto;
    margin-bottom: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.block-name-middle {
    text-align: center;
}

.block-name-middle h1 {
    margin-bottom: 14px;
}

a .blicks-index-page:hover {
    -webkit-box-shadow: 0 4px 25px rgba(31, 21, 43, .15);
    box-shadow: 0px 0px 25px 15px rgba(31, 21, 43, .15);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/*Стили для блока с ТЭГАМИ в НОВОСТЯХ*/
.block-tegs-news {
    display: flex;
    flex-wrap: wrap;
}

.block-tegs-news-right-column {
    display: flex;
    flex-wrap: wrap;
}

.block-tegs-news a {
    height: 30px;
    background: orange;
    color: #FFFFFF !important;
    border-radius: 30px;
    font-size: 14px;
    border-width: 2px;
    border-style: solid;
    border-color: orange;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 5px 5px 2px 2px;
}

.block-tegs-news-right-column a {
    height: 30px;
    background: #FFFFFF;
    color: gray;
    border-width: 2px;
    border-style: solid;
    border-color: #f4f4f4;
    border-radius: 30px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 14px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 5px 5px 2px 2px;
}

.block-tegs-news a.not-teg-in-news {
    background: #f4f4f4;
    color: black;
    border-radius: 60px;
    font-size: 18px;
    padding: 5px 10px;
    margin: 5px;
}

.block-tegs-news-right-column a.not-teg-in-news {
    background: #f4f4f4;
    color: black;
    border-radius: 7px;
    font-size: 18px;
    padding: 2px 5px;
    margin: 2px 5px 2px 2px;
}

.block-tegs-news-right-column a.not-teg-in-news spane {
    display: inline-block;
}

.block-tegs-news a:hover, .block-tegs-news a.not-teg-in-news:hover,
.block-tegs-news-right-column a:hover, .block-tegs-news-right-column a.not-teg-in-news:hover,
.block-tegs-news-right-column a.news-active-teg:hover {
    background: #FFFFFF;
    transition: 0.5s;
    border-width: 2px;
    border-style: solid;
    border-color: #f89a1c;
    color: #f89a1c !important;
    border-color: #f89a1c;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.block-tegs-news-right-column a.news-active-teg {
    background: orange;
    color: #FFFFFF !important;
    border-width: 2px;
    border-style: solid;
    border-color: orange;
}

/*Стили для блока с числами*/
.item_count_number p.name-item-number {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #141315;
    margin: 0;
}

.item_count_number p.info-item-number {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #303030;
}

span.specials {
    position: absolute;
    padding: 3px 15px;
    left: 65px;
    top: 70px;
    color: #fff;
    background: #F89A1C;
    border-radius: 5px;
}

span.specials-HR {
    position: absolute;
    padding: 3px 15px;
    left: 40px;
    top: 90px;
    color: #fff;
    background: #F89A1C;
    border-radius: 5px;
}

.four span.specials-HR {
    left: 0px;
}

.number_count {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 96px;
    margin: 0 auto;
    text-align: center;
    color: #00859B;
}

.three span.specials {
    left: 0px
}

/*Истории успеха*/
.open_all_see {
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    height: 30px;
    color: #F47920;
    border: 2px solid #F89A1C;
    box-sizing: border-box;
    border-radius: 30px;
    transition: 0.5s;
}

.open_all_link {
    align-self: center;
    display: inline-block;
    margin: 0px 0px 0px auto;
}

.open_all_see:hover {
    background: #DB5C30;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    border: 2px solid #DB5C30;
    color: #fff
}

.block_detail_project {
    align-self: center;
    width: max-content;
}

.link_detail_project {
    font-weight: 600;
    font-size: 16px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    border: 2px solid #F89A1C;
    box-sizing: border-box;
    background: #F89A1C;
    border-radius: 30px;
    transition: 0.5s;
}

.link_detail_project:hover {
    color: #fff;
    background: #DB5C30;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    border: 2px solid #DB5C30;
}

/*Баннер HuperUP*/
.huperup-index-block {
    position: relative;
}

.huperup-block-information {
    position: absolute;
    top: 0;
    right: 10%;
}

.huperup-block-information p,
.huperup-block-information li {
    color: #ffffff;
}

p.huperup-block-information-name {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 90px;
}

p.huperup-block-information-announce {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.huperup-block-information-announce li {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
}

.banner-list {
    list-style-image: url(/upload/list_image_banner.svg);
    padding-inline-start: 16px;
}

.border-block-info-bottom {
    border-bottom: 2px solid;
    border-color: #fb8e0e;
    width: 230px;
    margin-bottom: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.banner-list li {
    padding: 5px;
}

.block-info-banner-link {
    background: #F89A1C;
    border-radius: 50px;
    display: flex;
    vertical-align: middle;
    width: 210px;
    height: 50px;
    margin-top: 40px;
    transition: 0.5s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.block-info-banner-link a {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: 0 auto;
}

.block-info-banner-link:hover {
    background: #DB5C30;
    transition: 0.5s;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

/*Мероприятия - Новости*/
.block-info-events {
    padding: 0px 30px;
}

.block-info-events.news {
    padding: 0px 5px;
}

.events-top-block {
    display: flex;
}

/*smart-tarif*/
.smart-block-banner-information {
    position: absolute;
    top: 0;
    right: 12%;
}

.block-rate {
    display: block;
    position: absolute;
    bottom: -280px;
    width: 99%;
}

.small-block-rate {
    width: 27%;
    height: 480px;
    background: linear-gradient(97.86deg, #F8F8F8 0%, #F0F0F0 76.77%);
    border-radius: 10px;
    display: block;
}

.small-block-rate.left {
    margin-left: auto;
    margin-right: 0;
}

.small-block-rate.right {
    margin-left: 0;
    margin-right: auto;
}

.best-block-rate {
    width: 30%;
    height: 560px;
    background: radial-gradient(153.23% 810.35% at 15.08% 11.94%, #F89A1C 0%, #E68A0E 100%);
    box-shadow: 0px 5px 50px rgba(31, 18, 0, 0.25);
    border-radius: 10px;
    display: block;
    margin-top: -38px;
}

.block-rate-link {
    background: #F89A1C;
    border-radius: 50px;
    display: flex;
    vertical-align: middle;
    width: 210px;
    height: 50px;
    margin: 0 auto;
    transition: 0.5s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.block-rate-link.blue {
    background-color: #00859B;
}

.block-rate-link a {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: 0 auto;
}

.block-rate-link:hover {
    background: #DB5C30;
    transition: 0.5s;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.block-rate-link.blue:hover {
    background-color: #14B0BF;
}

.block-rate-info-logo {
    text-align: center;
}

.block-rate-info-logo {
    padding-top: 30px;
}

.best-block-rate .block-rate-info-logo {
    padding-top: 70px;
}

.small-block-rate .block-rate-name {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #141315;
    padding: 10px 0px 20px 0px;
}

.small-block-rate .block-rate-info-text {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    color: #303030;
}

.small-block-rate .block-rate-info-price {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    align-items: center;
    text-align: center;
    color: #00859B;
    padding: 35px 0px 35px 0px;
}

.best-block-rate .block-rate-name {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    padding: 10px 0px 20px 0px;
}

.best-block-rate .block-rate-info-text {
    font-family: Source Sans Pro;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
}

.best-block-rate .block-rate-info-price {
    font-family: Source Sans Pro;
    font-style: normal;
    font-size: 40px;
    text-align: center;
    color: #ffffff;
    padding: 35px 0px 35px 0px;
}

.best-block-rate .block-rate-link {
    background: #00859B;
    border-radius: 50px;
    display: flex;
    vertical-align: middle;
    width: 210px;
    height: 50px;
    margin: 0 auto;
    transition: 0.5s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.best-block-rate .block-rate-link:hover {
    background: #DB5C30;
    transition: 0.5s;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.smart-block-index {
    position: relative;
    margin-bottom: 330px;
}

.banner-list li {
    color: #fff;
}

@media (max-width: 2560px) {
    .events-slider-item-img.news {
        max-height: 135px !important;
        background-size: cover;
    }

    .events-slider-item-name.news a {
        font-size: 18px;
        line-height: 20px;
    }

    .events-slider-item-descr.news p {
        font-size: 16px;
        line-height: 15px;
    }
}

@media (max-width: 2600px) and (min-width: 2341px) {
    .search-bar-new.active {
        right: 42vw;
    }
}

@media (max-width: 2340px) and (min-width: 2101px) {
    .search-bar-new.active {
        right: 41vw;
    }
}

@media (max-width: 2100px) and (min-width: 1891px) {
    .search-bar-new.active {
        right: 40vw;
    }
}

@media (max-width: 1860px) {
    p.huperup-block-information-name {
        margin-top: 20px;
    }
}

@media (max-width: 1564px) {
    .block-rate {
        position: relative;
        bottom: 0;
    }

    .smart-block-index {
        position: relative;
        margin-bottom: 0px;
    }

    .search-bar {
        width: 650px;
    }
}

@media (max-width: 1890px) and (min-width: 1701px) {
    .search-bar-new.active {
        right: 39vw;
    }
}

@media (max-width: 1700px) and (min-width: 1601px) {
    .search-bar-new.active {
        right: 38vw;
    }
}

@media (max-width: 1600px) and (min-width: 1481px) {
    .search-bar-new.active {
        right: 37vw;
    }
}

@media (max-width: 1480px) and (min-width: 1401px) {
    .search-bar-new.active {
        right: 36vw;
    }
}

@media (max-width: 1400px) and (min-width: 1381px) {
    .search-bar-new.active {
        width: 675px;
        right: 35vw;
    }
}

@media (max-width: 1334px) {
    .phone-header-block-three {
        padding-top: 15px;
        display: none;
    }
}

.search-bar {
    width: 570px;
}

@media (max-width: 1380px) and (min-width: 1341px) {
    .search-bar-new.active {
        right: 27vw;
    }
}

@media (max-width: 1340px) and (min-width: 1301px) {
    .search-bar-new.active {
        right: 26vw;
    }
}

@media (max-width: 1300px) and (min-width: 1291px) {
    .search-bar-new.active {
        right: 26vw;
    }
}

@media (max-width: 1290px) and (min-width: 1261px) {
    .search-bar-new.active {
        right: 25vw;
    }
}

@media (max-width: 1260px) and (min-width: 1241px) {
    .search-bar-new.active {
        right: 25vw;
    }
}

@media (max-width: 1240px) and (min-width: 1221px) {
    .search-bar-new.active {
        right: 24vw;
    }
}

@media (max-width: 1220px) and (min-width: 1200px) {
    .search-bar-new.active {
        right: 24vw;
    }
}

@media (max-width: 1350px) and (min-width: 992px) {
    .huperup-index-block {
        display: flex;
        flex-direction: column;
    }

    .huperup-block-information .container {
        width: 50%;
    }
}

@media (max-width: 1350px) {
    .huperup-block-information {
        position: inherit; /**/
        text-align: center;
        background: linear-gradient(170.77deg, #006475 0%, #028DA4 33.9%);
        right: 0;
        padding-bottom: 50px; /**/
    }

    .border-block-info-bottom {
        margin: 0 auto;
    }

    .block-info-banner-link {
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .huperup-index-block {
        display: block;
    }

    .slick-dots {
        bottom: 0;
        left: 20px;
    }

    .border-block-info-bottom {
        margin: 0 auto;
    }

    .block-info-banner-link {
        margin: 0 auto;
    }

    .banner-list li {
        text-align: left;
    }

    p.huperup-block-information-name {
        margin-top: -10px;
    }

    .mobile__toogle__menu__section {
        display: none;
    }
}

@media (max-width: 768px) {
    .events-slider-item-img.news {
        display: block;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 20px;
        -webkit-background-size: contain;
        background-size: contain;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        -webkit-filter: grayscale(5%);
        filter: grayscale(5%)
    }

    .events-slider-item-name.news a {
        font-weight: 600;
        font-size: 24px;
        color: #141315;
        text-decoration: none;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }

    .events-slider-item-descr.news p {
        font-weight: 300;
        font-size: 18px;
        color: #303030;
    }

    .block-rate {
        position: relative;
        bottom: 0;
    }

    .small-block-rate {
        width: 75%;
    }

    .small-block-rate.left {
        margin: 0 auto;
    }

    .small-block-rate.right {
        margin: 0 auto;
    }

    .best-block-rate {
        width: 85%;
        margin: 0 auto;
    }

    .smart-block-index {
        position: relative;
        margin-bottom: 0; /*50px*/
    }
}

@media (max-width: 500px) {
    .background-style-color .open_all_link {
        display: none;
    }
}

/*footer - Подвал*/
.footer-menu a {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    display: flex;
    padding: 10px;
    align-items: center;
    color: #B5E2EA;
}

.foot {
    background-color: #00859B;
    padding-top: 40px;
    padding-bottom: 37px;
}

.footer-menu-links {
    padding: 0;
    margin: 0;
}

.footer-menu-links li {
    display: inline-block;
}

footer .copyright {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    align-items: center;
    text-align: center;
    color: #B5E2EA;
}

.footer-menu-block {
    display: flex;
    align-items: center;
}

footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}

/*Platforms - Платформы*/
.platform-block {
    background: #F4F4F4;
    border-radius: 5px;
    margin: 0px 0px 20px;;
    padding: 10px;
    height: 255px;
}

@media (max-width: 1313px) and (min-width: 1201px) {
    .platform-block {
        height: 275px;
    }
}

@media (max-width: 1200px) and (min-width: 576px) {
    .platform-block {
        height: 310px;
    }
}

.platform-block-image {
    text-align: center;
    height: 80px;
    padding: 25px 0px 0px 0px;
}

.platform-block-name {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #005F6F;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 5px;
}

.platform-block-info {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #505050;
    margin-top: 0;
}

.platform-block:hover, .cerf-image:hover .block-sopr img {
    -webkit-box-shadow: 0 4px 25px rgba(31, 21, 43, .15);
    box-shadow: 0 4px 25px rgba(31, 21, 43, .15);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/*Платформы внутренняя страница*/
.page-block-image {
    align-self: center;
    display: inline-block;
    margin: 0px 0px 0px auto;
}

.page-block-image.projects {
    margin: 0;
    width: fit-content;
}

.benefit-block {
    margin-bottom: 30px;
}

.list-block-image {
    align-self: center;
    display: inline-block;
}

.list-block-name {
    align-self: center;
    display: inline-block;
    max-width: 385px;
}

.list-block-text {
    padding-left: 50px;
    padding-right: 50px;
}

.page-platform-banner-page {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.page-platform-list-block {
    border-top: 1px solid #E2E1E1;
    border-bottom: 1px solid #E2E1E1;
    padding-top: 20px;
}

.page-platform-list-block.border-bottom-none {
    border-bottom: none;
}

.page-platform-citate {
    border-top: 1px solid #E2E1E1;
    border-bottom: 1px solid #E2E1E1;
    margin-top: 35px;
    margin-bottom: 50px;
}

.page-platform-citate p {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: normal;
    font-size: 20px;
    align-items: center;
    text-align: center;
    color: #005F6E;
    margin: 1em;
}

.list-block-name h4 {
    margin: 0;
    margin-left: 20px;
}

.block-list-number {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    text-align: right;
    color: #00859B;
}

.block-list-item {
    background: #F4F4F4;
    border-radius: 5px;
    margin-bottom: 30px;
    height: 92%;
}

.block-item-content {
    padding: 20px;
}

.block-item-content h4 {
    margin-bottom: 20px;
}

/*Оранжевая кнопка*/
.button-link-platforms {
    padding: 10px 15px;
    background: #F89A1C;
    border-radius: 50px;
    color: #fff;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    width: fit-content; /*570px;*/
    margin: 0 auto;
}

.button-link-platforms:hover {
    background: #DB5C30;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    cursor: pointer;
}

.button-link-platforms a {
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    margin: 0 auto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}

.button-link-platforms a:hover {
    text-decoration: none;
}

/* Синяя кнопка */
.button-link-platforms__blue {
    padding: 10px;
    background: #00859B;
    border-radius: 50px;
    color: #fff;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    width: 570px;
    margin: 0 auto;
}

.button-link-platforms__blue:hover {
    background: #DB5C30;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    cursor: pointer;
}

.button-link-platforms__blue a {
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    margin: 0 auto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}

.button-link-platforms__blue a:hover {
    text-decoration: none;
}

.certificat__block {
    background: #F4F4F4;
    border-radius: 5px;
    margin: 10px;
}

.block__subscribe__news a {
    color: #F89A1C;
    padding: 10px;
    font-weight: 700;
    border-radius: 5px;
    background-color: #ffffff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.block__subscribe__news a:hover {
    cursor: pointer;
    background: #DB5C30;
    color: #ffffff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.block__subscribe__news {
    display: block;
    position: relative;
}

.block__subscribe__action {
    display: block;
    position: absolute;
    right: 10%;
    width: 180px;
    top: 45%;
}

@media (max-width: 1200px) {
    .page-platform-center-banner {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .button-link-platforms {
        width: auto;
    }

    .acts {
        display: block !important;
    }
}

@media (max-width: 520px) {
    .page-block-image {
        margin: 0 auto;
    }

    .list-block-name {
        max-width: 200px;
    }

    .block__subscribe__action {
        display: block;
        position: absolute;
        right: 0%;
        width: 150px;
        top: 30%;
    }

    .block__subscribe__news a {
        color: #F89A1C;
        padding: 3px;
        font-weight: 300;
        border-radius: 5px;
        background-color: #ffffff;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }
}

@media (max-width: 375px) {
    .block__subscribe__news a {
        color: #F89A1C;
        padding: 5px;
        font-weight: 300;
        font-size: 12px;
        margin-left: 15px;
        border-radius: 5px;
        background-color: #ffffff;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }
}

/*О нас - About*/
.about {
    display: flex;
}

.about-item {
    text-align: center;
    width: 240px;
    height: 200px;
    margin: 10px auto;
    background: #F4F4F4;
    border-radius: 5px;
}

.about-item-info {
    padding: 45px 0px;
}

.about-name {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #005F6F;
    padding-top: 10px;
}

.about__toggle {
    width: 36px;
    height: 36px;
    background: #00859B;
    border-radius: 5px;
    border: none;
    background-image: url(/upload/vector_close.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.about__toggle.active {
    background-image: url(/upload/vector_open.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.about__toggle:hover {
    cursor: pointer;
}

.history__sections__act {
    background: #F4F4F4;
    border-radius: 20px;
    margin-bottom: 10px;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    margin-top: 15px;
    padding: 10px 20px;
}

.collapse .history__sections__act {
    display: none;
}

.collapse.show .history__sections__act {
    display: block;
}

/*СТРЕЛКА ДЛЯ АККОРДЕОНА (ГОЛУБ-ОРАНЖ) НА /services/vnedrenie-sistem-elektronnogo-dokumentooborota/ */
.about_button_accord {
    width: 36px;
    height: 36px;
    background: #fff;
    border: none;
    background-image: url(/upload/vector_close_blue.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.about_button_accord:hover {
    background-color: #F5F5F5;
    background-image: url(/upload/vector_close_orange.svg);
    cursor: pointer;
}

.about_button_accord.open {
    background-image: url(/upload/vector_open_blue.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.about_button_accord.open:hover {
    background-color: #F5F5F5;
    background-image: url(/upload/vector_open_orange.svg);
    cursor: pointer;
}

.about_button_accord.close {
    background-image: url(/upload/vector_close_blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.about_button_accord.close:hover {
    background-color: #F5F5F5;
    background-image: url(/upload/vector_close_orange.svg);
    cursor: pointer;
    opacity: 1;
}

.act__year {
    position: relative;
}

.act__info {
    padding-right: 25px;
}

.acts {
    padding: 30px 0px;
}

.act__year .specials {
    background: #F89A1C;
    border-radius: 5px;
    width: 65px;
    text-align: center;
    left: 60px;
    top: 45px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.act__year__number {
    font-weight: bold;
    font-size: 56px;
    color: #00859B;
    width: 240px;
    text-align: center;
}

.history__block__sections {
    border-top: 1px solid #E2E1E1;
    padding-top: 25px;
    margin-top: 15px;
}

.history-block h3 {
    margin: 0px;
}

.history-block {
    margin-top: 30px;
}

/*about-contacts*/
.paragraph {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: inherit;
    color: #9194a1;
}

.contacts__tab .tab-menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    align-items: center;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-bottom: 1.3px solid #dbdbdb;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contacts__tab .tab-menu-link {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-right: 30px;
    height: auto;
    padding: 10px 0;
    border-bottom: 4px solid transparent;
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 20px;
    color: #141315;
}

.contacts__tab .tab-menu-link::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}

.contacts__tab .tab-menu-link.active {
    bottom: 0px;
    z-index: 0;
    overflow: hidden;
    border-bottom: 4px solid #F89A1C;
    color: #141315;
    background: #ffffff;
}

.contacts__tab .tab-bar {
    padding: 1.5rem 0;
    overflow: hidden;
    background: #ffffff;
}

.contacts__tab .tab-bar-content {
    display: none;
    width: 100%;
    min-height: 10rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contacts__tab .tab-bar-content.active {
    display: block;
}

.contacts__tab__check {
    padding-left: 17px;
}

.contacts__tab__check li {
    padding: 10px;
}

@media (max-width: 1400px) {
    .about-item {
        width: 220px;
    }
}

@media (max-width: 1400px) and (min-width: 992px) {
    .about-item {
        width: 160px;
        height: 220px;
    }
}

.clearfix:after {
    content: "";
    height: 0;
    width: 100%;
    display: block;
    clear: both
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

::-moz-selection {
    color: #fff;
    background: #fb8e0e
}

::selection {
    color: #fff;
    background: #fb8e0e
}

body, button, html, input, select, textarea {
    font-family: "Source Sans Pro"
}

body, html {
    font-size: 16px;
    background-color: #fff;
    margin: 0;
}

.big-title {
    margin-bottom: 20px;
    padding-top: 30px;
}

a.big-title {
    text-decoration: none;
    color: #0061d2;
    display: inline-block;
    border-bottom: 2px solid #0061d2;
    line-height: 35px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

a.big-title:hover {
    color: #0250ab;
    border-color: #0250ab;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.btn {
    padding: 10px 36px;
    font-size: 16px;
    color: #fff;
    background: #fb8e0e;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border: none;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    outline: 0;
    cursor: pointer
}

.btn--color-aqua {
    background: #00859b;
}

a.btn.cifr {
    display: block;
    width: 360px !important;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

a.btn.cifr:last-child {
    margin-bottom: 0px;
}

.btn:hover {
    background: #cc5e00;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.waves-effect {
    text-decoration: none;
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.waves-effect .waves-ripple {
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
    background-color: rgba(255, 255, 255, .45)
}

.btn-link {
    color: #fb8e0e;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-size: 16px
}

.btn-link:hover {
    border-color: #fb8e0e;
    color: #fb8e0e;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.top-banner-block {
    background: #003054;
    padding: 21px 0
}

.top-banner-block-descr, .top-banner-block-name {
    color: #fff
}

.top-banner-block-name {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 18px
}

.top-banner-block-descr {
    font-size: 14px
}

.top-banner-block-buttons {
    margin-top: 20px
}

.top-banner-block-buttons .btn-link {
    margin-left: 15px
}

.header-phone a {
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    color: #141315
}

.header-block {
    padding: 15px;
}

.header-block.fixed {
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 200;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    padding: 15px !important;
}

.header-feedback-link-block {
    margin-top: 2px
}

.dropdown {
    position: relative
}

.dropdown:hover > a {
    color: #0061d2;
    text-decoration: none;
    cursor: pointer
}

.dropdown > a > img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.dropdown:hover > a > img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.top-menu ul.dropdowner {
    position: absolute;
    top: 100%;
    font-size: 14px;
    min-width: 180px;
    width: min-content;
    width: -moz-min-content;
    width: -webkit-min-content;
    background-color: #fff;
    left: -15px;
    right: -15px;
    padding: 17px 15px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 4px 25px rgba(31, 21, 43, .15);
    box-shadow: 0 4px 25px rgba(31, 21, 43, .15)
}

.top-menu ul.dropdowner.second {
    left: 100%;
    top: -20px;
}

.top-menu ul.dropdowner li span {
    position: absolute;
    left: calc(100% - 2px);
    color: #dde7e9;
    font-weight: 700;
    font-size: 20px;
}

.top-menu ul.dropdowner li {
    margin-bottom: 0px;
    display: block;
}

.top-menu ul.dropdowner li:last-child {
    margin-bottom: 0
}

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

.vertical-center {
    margin: auto;
}

img.width-100 {
    width: 100%
}

.top-menu {
    display: inline-block
}

.top-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.top-menu ul li {
    display: inline-block;
    margin: 0 0
}

.top-menu ul li a {
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
    display: inline-block;
    padding: 5px 9px;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    overflow: hidden
}

.top-menu ul li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    background-color: #eae6f5;
    opacity: 0;
    z-index: -1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.top-menu ul li a.item.active:after, .top-menu ul li a.item:hover:after {
    opacity: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.top-menu ul li a.hovered {
    color: #fb8e0e
}

.top-menu ul li a.search-item {
    margin-left: 10px
}

.top-menu ul li a.hldsk {
    margin-left: 10px
}

.top-menu ul li a.hldsk img {
    width: 20px;
    height: 20px;
}

.top-menu ul li a.hldsk:hover img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

header .top-right-line {
    margin-top: 10px;
    margin-left: 50px
}

header .top-left-line .logo svg {
    overflow: inherit
}

a.no-border-bottom {
    border-bottom: none
}

a.has-icon img {
    position: relative;
    margin-right: 1px
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.index-menu {
    text-align: center;
    background: url(img/index-menu-bg-wave.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 10px 0px 20px;
    position: relative
}

.index-menu.animation-wave {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-background-size: 180% 100%;
    background-size: 180% 100%
}

.index-menu h1 {
    color: #fff;
    margin-bottom: 50px
}

.index-menu .index-menu-block {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0;
    height: 90px;
    position: relative;
    background: rgba(255, 255, 255, .1);
    border: 2px solid rgba(255, 255, 255, .4);
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.index-menu .index-menu-block li {
    display: inline-block;
    height: 100%
}

.index-menu .index-menu-block li.dark-text a span {
    color: #141315;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.index-menu .index-menu-block li.bottomLine {
    position: absolute;
    background: rgba(255, 255, 255, .5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    left: -100px;
    top: -8px;
    bottom: -8px;
    height: auto;
    width: 0;
    display: block;
    z-index: 1
}

.index-menu .index-menu-block li a {
    display: table;
    height: 100%;
    text-decoration: none;
    position: relative;
    z-index: 2
}

.index-menu .index-menu-block li a span {
    line-height: 23px;
    padding: 0 16px;
    text-align: center;
    font-size: 18px;
    display: table-cell;
    color: #fff;
    vertical-align: middle
}

.projects {
    margin-top: 50px;
    margin-bottom: 40px;
}

.projects .big-title {
    margin-bottom: 45px
}

.projectCard {
    margin-bottom: 25px;
}

.introduction {
    line-height: 20px;
    -webkit-border-top-right-radius: 16px;
    border-top-right-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
    border-bottom-right-radius: 16px;
    margin: 5px 0 13px 0;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 12px center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: #eae6f5;
}

.introduction p {
    position: relative;
    margin: 0;
    padding: 8px 21px 5px 45px
}

@media (min-width: 1200px) {
    .header-block .container,
    .pageMenu-gradient .container,
    .pageMenu .container,
    main .container,
    .foot .container {
        max-width: 1440px
    }
}

@media (max-width: 1440px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 0px) {
    .container {
        width: 100%;
        /*max-width: 100%;*/
    }

    .info-block {
        background: url(img/light-wave-bg.svg) no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        background-size: 100% 140%;
        padding: 0px;
    }

    .info-block .flex {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .info-block .img-container img {
        max-width: 510px;
        max-height: 420px;
        margin-left: 60px;
        width: auto;
        height: auto;
        float: right;
    }

    .info-block-inner-descr {
        margin-right: 0
    }

    .info-block-inner-descr .descr {
        font-size: 24px;
        margin-bottom: 30px
    }

    .info-block-inner-descr ul {
        list-style-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjQiIGN5PSI0IiByPSI0IiBmaWxsPSIjMDBBMTk4Ii8+PC9zdmc+);
        padding-left: 15px
    }

    .info-block-inner-descr ul li {
        margin-bottom: 8px
    }

    .info-block-inner-descr ul li span {
        font-size: 18px;
        position: relative;
        top: 3px
    }

    .info-block-inner-descr .buttons {
        margin-top: 30px
    }

    .info-block-inner-descr .buttons .btn {
        margin-right: 10px;
        padding: 15px 25px
    }

    .animation-wave {
        -webkit-animation: waveAnimation 7s ease infinite;
        animation: waveAnimation 7s ease infinite
    }

    @-webkit-keyframes waveAnimation {
        0% {
            background-position: 0 0
        }
        35% {
            background-position: 50% 0
        }
        70% {
            background-position: 80% 0
        }
        100% {
            background-position: 0 0
        }
    }
    @keyframes waveAnimation {
        0% {
            background-position: 0 0
        }
        35% {
            background-position: 50% 0
        }
        70% {
            background-position: 80% 0
        }
        100% {
            background-position: 0 0
        }
    }
    .b-tanais-adapter {
        margin-top: 15px
    }

    .four-news {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .four-news a.big-title {
        margin-bottom: 25px
    }

    .index-news-item {
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 10px
    }

    .index-news-item-date {
        font-size: 16px;
        color: #808080;
    }

    .index-news-item-descr {
        margin-top: 2px
    }

    .index-news-item-descr a {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        color: #141315;
        text-decoration: none;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        line-height: 26px
    }

    .index-news-item:hover .index-news-item-descr a {
        color: #00859b;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }

    .events-slider {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        min-height: 100%;
        width: 100%
    }

    .events-slider .owl-nav {
        position: absolute;
        right: 0;
        top: -65px;
        font-size: 35px;
        color: rgba(20, 19, 21, .4)
    }

    .events-slider .owl-nav button {
        outline: 0;
        margin-left: 10px;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }

    .events-slider .owl-nav button:hover {
        color: rgba(20, 19, 21, .7);
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }

    .events-slider-item {
        display: inline-block;
        width: 100%
    }

    .events-slider-item-date {
        font-size: 16px;
        color: #808080;
    }

    .events-slider-item-img {
        display: block;
        width: 100%;
        height: 320px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 20px;
        -webkit-background-size: cover;
        background-size: cover;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        -webkit-filter: grayscale(5%);
        filter: grayscale(5%)
    }

    .events-slider-item-img:hover + .events-slider-item-name a {
        color: #355dc4;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }

    .events-slider-item-name {
        margin-bottom: 8px
    }

    .events-slider-item-name a {
        font-weight: 600;
        font-size: 24px;
        color: #141315;
        text-decoration: none;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }

    .events-slider-item-name a:hover {
        color: #00859b;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }

    .events-slider-item-descr {
        font-weight: 300;
        font-size: 18px;
        color: #303030;
    }

    .clients-logo {
        margin-top: 0px
    }

    .clients-logo .big-title {
        margin-bottom: 60px
    }

    .clients-logo .clients-logo-slider {
        width: 90%;
        position: relative;
        left: 5%
    }

    .clients-logo-slider.owl-carousel .owl-stage {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .clients-logo-slider.owl-carousel .owl-nav {
        position: absolute;
        width: 110%;
        height: 0;
        left: -5%;
        top: 52px;
        font-size: 60px;
        color: rgba(20, 19, 21, .4);
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }

    .clients-logo-slider.owl-carousel .owl-nav:hover {
        color: rgba(20, 19, 21, .7);
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }

    .clients-logo-slider.owl-carousel .owl-nav button {
        outline: 0
    }

    .clients-logo-slider.owl-carousel .owl-nav .owl-prev {
        float: left
    }

    .clients-logo-slider.owl-carousel .owl-nav .owl-next {
        float: right
    }

    .clients-logo-slider.owl-carousel .clients-logo-slider-item {
        text-align: center;
        padding-left: 20px;
    }

    .clients-logo-slider.owl-carousel .clients-logo-slider-item img {
        display: inline-block;
        max-width: none;
        height: auto;
        -webkit-filter: grayscale(95%);
        filter: grayscale(95%);
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        height: 60px;
        width: auto;
    }

    .clients-logo-slider.owl-carousel .clients-logo-slider-item img:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }

    .form-block {
        background: url(img/index-menu-bg-wave.svg) no-repeat;
        -webkit-background-size: cover;
        background-size: 100% 145%;
        background-position: center;
        padding: 60px 0;
        padding-bottom: 70px;
        min-height: 700px;
        margin-top: 100px;
    }

    .form-block.animation-wave {
        -webkit-animation-duration: 35s;
        animation-duration: 35s
    }

    .form-block-tabs {
        position: relative
    }

    .form-block-tabs svg {
        position: absolute
    }

    .form-block-tabs .tabs-item {
        display: inline-block;
        width: 190px;
        height: 85px;
        cursor: pointer;
        text-align: center
    }

    .form-block-tabs .tabs-item span {
        position: relative;
        top: 25px;
        color: #fff;
        font-size: 18px;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }

    .form-block-tabs .tabs-item.active {
        cursor: default
    }

    .form-block-tabs .tabs-item.active span {
        color: #141315;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }

    .form-block-blocks .big-title {
        color: #fff;
        margin-bottom: 35px;
        margin-top: 35px
    }

    .form-block-blocks .form-block-item {
        display: none
    }

    .form-block-blocks .form-block-item.active {
        display: block
    }

    .form-block-blocks .form-block-item .form-inner-block {
        max-width: 550px;
        display: block;
        text-align: left;
        margin: 0 auto;
    }

    .form-block-blocks .form-block-item .form-descr {
        font-size: 24px;
        color: #fff;
        margin-bottom: 30px
    }

    .form-block-blocks .form-block-item .form-text-control {
        margin-bottom: 30px
    }

    .form-block-blocks .form-block-item .btn {
        padding: 15px 25px;
        font-size: 18px
    }

    .form-block-blocks .form-block-item .consent {
        margin-bottom: 35px;
        color: #fff;
        font-size: 15px
    }

    .form-block-blocks .form-block-item .consent label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .form-block-blocks .form-block-item .consent span {
        display: inline-block;
        margin-left: 10px
    }

    .form-block-blocks .form-block-item .consent a {
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid #fff
    }

    textarea.form-text-control {
        min-height: 60px;
        resize: vertical
    }

    form {
        color: #fff;
    }

    .form-text-control {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 2px solid rgba(255, 255, 255, .3);
        outline: 0;
        background: 0 0;
        line-height: 26px;
        font-size: 18px;
        padding-bottom: 7px;
        padding-top: 3px;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        color: #fff
    }

    .form-text-control:hover {
        border-color: rgba(255, 255, 255, .7);
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }

    .form-text-control:focus {
        border-color: #fff;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }

    .form-text-control::-webkit-input-placeholder {
        color: rgba(255, 255, 255, .7)
    }

    .form-text-control::-ms-input-placeholder {
        color: rgba(255, 255, 255, .7)
    }

    .form-text-control::placeholder {
        color: rgba(255, 255, 255, .7)
    }

    .inline-icons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .inline-icons a {
        height: fit-content;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        line-height: 30px
    }

    footer ul li {
        list-style-type: none
    }

    footer ul li a {
        color: #000;
        text-decoration: none
    }

    .tanais-logo-animate-delay-1 {
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    .tanais-logo-animate-delay-2 {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    .tanais-logo-animate-delay-3 {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    .tanais-logo-animate-delay-4 {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }

    .tanais-logo-animate-delay-5 {
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }

    .tanais-logo-animate-delay-6 {
        -webkit-animation-delay: .6s;
        animation-delay: .6s
    }

    .tanais-logo-animate-delay-7 {
        -webkit-animation-delay: .7s;
        animation-delay: .7s
    }

    .tanais-logo-animate-delay-8 {
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .tanais-logo-animate-delay-9 {
        -webkit-animation-delay: .9s;
        animation-delay: .9s
    }
}

@media (min-width: 769px) {
    .hidden-md {
        display: none !important
    }
}

@media (max-width: 769px) {
    .hidden-xs {
        display: none !important
    }

    .header-block {
        display: none
    }

    .mobile-header {
        display: block
    }

    .hidden-xs {
        display: none
    }

    a.has-icon img {
        top: 0
    }

    .search-item.has-icon {
        margin-left: 0
    }

    .info-block .img-container img {
        max-width: 100%;
        margin-left: 0
    }

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

    button.btn {
        max-width: 300px;
        height: 39px
    }

    .info-block-inner-descr .buttons .btn {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 auto;
        display: block
    }

    .info-block-inner-descr .buttons .btn-link {
        width: fit-content;
        display: block;
        margin: 0 auto
    }

    .clients-logo-slider.owl-carousel .clients-logo-slider-item img {
        -webkit-filter: none;
        filter: none
    }

    .form-block-tabs {
        white-space: nowrap
    }

    .form-block-blocks .form-block-item .btn {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 auto;
        display: block;
    }

    .inline-icons {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .container-scroll {
        overflow: scroll;
    }

    .events-slider .owl-nav {
        top: 245px;
        left: 0;
        font-size: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        z-index: 1;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .more-button {
        display: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .events-slider .owl-nav button.owl-prev {
        margin-left: 0;
    }

    .xs-container-full {
        padding: 0;
    }

    .xs-container-full .events-slider {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .events-slider-item-descr {
        padding-left: 20px;
        padding-right: 20px;
    }

    .events-slider-item-name {
        padding-left: 30px;
        padding-right: 30px;
        z-index: 2;
    }

    .events-slider-item-descr {
        margin-top: 50px;
    }
}

.mobile-header {
    padding-top: 18px;
    padding-bottom: 18px;
}

.upper {
    z-index: 20;
}

.under {
    z-index: 10;
}

.mobile-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
}

.mobile-logo {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

.menu-openner {
    width: 100%;
    height: 100%;
    margin: 0;
}

.bar1, .bar2, .bar3 {
    margin-bottom: 5px;
    display: block;
    font-size: 10px;
    padding: 0;
    -webkit-appearance: none;
    color: #fff;
    width: 20px;
    height: 2px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: #000;
    -webkit-transition: all .2s ease-in;
    -webkit-transform: rotate(0);
}

.bar2 {
    top: 5px;
}

.bar3 {
    top: 10px;
}

.bar1.active {
    top: 5px;
    -webkit-transform: rotate(-135deg);
    -webkit-transition: all .2s ease-in;
}

.bar2.active {
    display: none;
}

.bar3.active {
    top: 5px;
    -webkit-transform: rotate(135deg);
    -webkit-transition: all .2s ease-in;
    margin-top: -7px;
}

.mobile-menu {
    display: none;
    position: relative;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow-x: hidden;
    white-space: nowrap;
}

.mobile-menu.active {
    display: block;
    opacity: 1;
    margin-top: 10px;
    z-index: 2;
}

.mobile-menu ul {
    padding-left: 15px;
    width: 100%;
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.mobile-menu ul li {
    width: fit-content;
    list-style-type: none;
    margin-bottom: 20px;
    padding: 5px 7px;
}

.mobile-menu ul li a {
    color: #000;
    text-decoration: none;
    padding-right: 5px;
}

.show-toggler.disabled {
    display: none;
}

.mobile-menu ul.next-menu li:first-child a {
    padding-left: 5px;
}

.mobile-menu ul.prev-menu {
    float: left;
    list-style: none;
}

.mobile-menu ul.prev-menu li:first-child a {
    padding-right: 5px;
}

.mobile-menu ul li:hover {
    background-color: #eae6f5;
}

.forward-arrow {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    float: right;
}

.back-arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.btn-link .icon {
    width: 31px;
    vertical-align: middle;
    padding-right: 5px;
}

.index-menu .mobile-dropdown button {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    outline: 0 !important;
}

.index-menu .mobile-dropdown.active button img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.index-menu .mobile-dropdowner {
    list-style-type: none;
    text-align: center;
    display: none;
    color: #fff;
    padding-left: 0;
}

.index-menu .mobile-dropdowner li {
    margin-bottom: 5px
}

.index-menu .mobile-dropdowner.active {
    display: block;
}

.bannerImg {
    background: #eae6f5 center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.row-inner {
    width: 100%
}

.breadcrumbs {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumbs a {
    text-decoration: none;
    color: #f58220;
    font-weight: 400;
    font-style: normal;
    padding-right: 20px;
    position: relative;
    line-height: 20px;
}

.breadcrumbs a:not(:first-of-type) {
    padding-left: 6px;
}

.breadcrumbs a::after {
    position: absolute;
    content: url(img/circle_breadcrumbs_black.svg);
    padding-left: 10px;
    bottom: 2px;
}

.breadcrumbs p {
    margin: 0 0 0 13px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    opacity: 0.8;
}

.top-left-line .logo img {
    width: 191px;
    height: 60px;
    transition-duration: 0.5s;
    vertical-align: middle;
}

@media(max-width: 768px) {
    .top-left-line .logo img {
        max-width: 100%;
    }
}

a.logo-25 {
    display: inline-block;
}

.top-left-line .logo-25 img {
    width: 100%;
    height: auto;
    transition-duration: 0.5s;
}

.top-left-line .logo img.fixed-width {
    width: 80%;
    transition-duration: 0.5s;
    margin-top: 4px;
}

@media (max-width: 991px) {
    .header-block .logo img {
        width: auto;
    }

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

    .mobile__menu__section__oppener {
        display: none;
    }
}

.titlePage .big-title {
    margin-top: 18px;
    margin-bottom: 11px;
}

.titlePage .headText {
    line-height: 26px;
    text-align: center;
    margin: 0;
    background-color: transparent;
    color: #141315;
}

.projectsMain {
    position: relative;
    padding-top: 79px
}

.projectsMain::before {
    position: absolute;
    content: "";
    background: url(img/wave-head1.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    top: 5px;
    height: 68px;
}

.filter form {
    padding: 15px 20px 15px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1140px;
    width: 100%;
    margin: 30px auto 0 auto;
    background: #f3f3f3;
}

.filter .wrap-select {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.filter .wrap-select:not(:nth-child(3)) {
    margin-right: 60px;
}

.filter .wrap-select::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #141315;
    opacity: .3;
    bottom: 3px;
}

.filter .wrap-select::before {
    position: absolute;
    content: "";
    border: 7px solid transparent;
    border-top: 7px solid #c4c4c4;
    right: 2px;
    top: 15px;
}

.filter select {
    border: none;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    outline: 0;
    background: #f3f3f3;
    margin-top: 9px;
    cursor: pointer;
    height: 20px;
}

.filter button {
    font-size: 14px;
    padding: 12px 15px;
    color: #fff;
    border: none;
    background-color: #00a79d;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    outline: 0;
    cursor: pointer;
    margin-left: 50px;
}

.titleHide {
    display: none
}

.titleProject {
    margin-top: 18px
}

.titleProject p {
    margin: 0
}

.projectCard {
    padding: 17px 0 22px 0;
    font-size: 14px;
    border: 2px solid #f1f1f1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    height: 100%
}

.projectCard:hover {
    -webkit-box-shadow: 0 4px 25px rgba(31, 21, 43, .15);
    box-shadow: 0 4px 25px rgba(31, 21, 43, .15);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-color: transparent
}

.projectCard:hover .footer {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.projectCard .top {
    padding: 25px;
    background-repeat: no-repeat;
    background-position-x: 22px;
    background-position-y: center;
    background-size: contain;
}

.projectCard .center {
    padding-left: 34px;
    margin: 0;
    list-style-image: url(img/GreenTriangle.svg)
}

.projectCard .center li {
    padding: 6px 0;
    line-height: 20px
}

.projectCard .footer {
    padding: 20px 0 0 22px;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.projectCard .footer a {
    text-decoration: none;
    color: #f58220
}

.introduction {
    line-height: 20px;
    -webkit-border-top-right-radius: 16px;
    border-top-right-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
    border-bottom-right-radius: 16px;
    margin: 5px 0 13px 0;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 12px center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: #eae6f5;
}

.introduction p {
    position: relative;
    margin: 0;
    padding: 8px 21px 5px 45px
}

.Cards {
    padding: 20px 0 0 0
}

.Cards .item {
    padding: 8px
}

.Cards .item:nth-child(3n) {
    padding-right: 18px
}

.Cards .item:nth-child(3n+1) {
    padding-left: 18px
}

.numberBlock {
    padding-left: 20px
}

.numberData {
    height: 74%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    padding: 68px 0 34px 0;
    background: -webkit-linear-gradient(179.03deg, #eef1f6 6.51%, #bcf5f2 95.02%);
    background: -o-linear-gradient(179.03deg, #eef1f6 6.51%, #bcf5f2 95.02%);
    background: linear-gradient(270.97deg, #eef1f6 6.51%, #bcf5f2 95.02%)
}

.numberData .bottom, .numberData .center, .numberData .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.numberData .bottom p:last-of-type, .numberData .center p:last-of-type, .numberData .top p:last-of-type {
    max-width: 187px;
    width: 100%;
    text-align: center;
    margin: 8px auto 0 auto
}

.numberData-inner {
    height: 280px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wrap-ellipse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: url(img/Ellipse.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position-x: center;
    height: 145px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px
}

.numeric {
    background: -webkit-linear-gradient(151.51deg, #0061d2 5.96%, #0097c6 78.83%);
    background: -o-linear-gradient(151.51deg, #0061d2 5.96%, #0097c6 78.83%);
    background: linear-gradient(298.49deg, #0061d2 5.96%, #0097c6 78.83%);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight: 800;
    margin: 0 auto
}

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

.question a {
    text-decoration: none;
    color: #fff;
    padding: 14px 30px 14px 29px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #00a79d
}

.moreProjects {
    text-align: center;
    display: none
}

.moreProjects button {
    color: #f58220;
    border: none;
    background-color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    padding-top: 20px;
    font-size: inherit
}

.slideItem {
    line-height: 26px;
    padding-bottom: 114px
}

.slideItem p {
    margin: 0
}

.slideItem .top {
    text-align: center
}

.slideItem .bottom {
    padding-top: 18px
}

.avatar {
    border: 1px solid green;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 0 auto 8px auto
}

.avatar img {
    width: 100%
}

.decripAvatar {
    font-size: 14px;
    padding-top: 4px
}

.projectSlider .owl-next, .projectSlider .owl-prev {
    width: 34px;
    height: 58px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 84px;
    outline: 0
}

.projectSlider .owl-next span, .projectSlider .owl-prev span {
    color: transparent
}

.projectSlider .owl-prev {
    background: url(img/arrow-slider-left.svg) no-repeat !important
}

.projectSlider .owl-next {
    background: url(img/arrow-slider-right.svg) no-repeat !important;
    right: 0
}

.videoBlock {
    margin-top: 63px
}

.videoBlock .video-wrap {
    height: 100%;
    position: relative
}

.videoBlock iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.slideBlock {
    margin-top: 63px
}

.Infoforms {
    margin-top: 25px
}

.activeCard {
    height: auto
}

@media (max-width: 991px) {
    .filter .wrap-select:not(:nth-child(3)) {
        margin-right: 20px
    }

    .Cards .item {
        width: 100%;
        padding: 10px
    }

    .Cards .item:nth-child(3n) {
        padding-right: 10px
    }

    .Cards .item:nth-child(3n+1) {
        padding-left: 10px
    }

    .numeric {
        font-size: 35px
    }

    .question a {
        font-size: 14px;
        padding: 14px 20px 14px 20px
    }

    .wrap-ellipse {
        height: 120px
    }

    .numberData-inner {
        height: 850px
    }

    .numberBlock {
        display: none
    }

    .Cards-inner {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .introduction {
        height: auto
    }
}

@media (max-width: 767px) {
    .projectsMain .col-sm-12 {
        padding: 0 10px
    }

    .breadcrumbs {
        display: none
    }

    .titlePage .headText {
        margin: 0 auto
    }

    .filter form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 6px 10px 20px 10px
    }

    .filter select {
        height: 28px;
        margin-bottom: 8px
    }

    .filter .wrap-select:not(:nth-child(3)) {
        margin-right: 0
    }

    .filter .wrap-select:before {
        top: 19px
    }

    .filter .filterButton {
        text-align: center
    }

    .filter button {
        margin-left: 0;
        margin-top: 20px
    }

    .titleHide {
        display: block
    }

    .moreProjects {
        display: block
    }

    .Cards .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .numberBlock {
        display: none
    }

    .projectCard {
        -webkit-box-shadow: 0 4px 25px rgba(31, 21, 43, .15);
        box-shadow: 0 4px 25px rgba(31, 21, 43, .15);
        border-color: transparent
    }

    .projectCard .footer {
        display: none
    }

    .introduction {
        background-color: transparent
    }

    .slideItem {
        padding-bottom: 0
    }

    .slideItem .bottom {
        font-size: 14px
    }

    .slideBlock {
        margin-top: 40px
    }

    .videoBlock {
        margin-top: 42px
    }

    .videoBlock .video-wrap {
        height: 280px;
        margin: 0 20px
    }

    .projectSlider .owl-next, .projectSlider .owl-prev {
        top: 25px
    }

    .modileShow {
        display: none
    }
}

@media (max-width: 400px) {
    .videoBlock .video-wrap {
        height: 155px
    }
}

.pageMenu {
    position: relative;
    background: -webkit-linear-gradient(110.06deg, #eef1f6 6.51%, #bcf5f2 95.02%);
    background: -o-linear-gradient(110.06deg, #eef1f6 6.51%, #bcf5f2 95.02%);
    background: linear-gradient(339.94deg, #eef1f6 6.51%, #bcf5f2 95.02%);
    opacity: .8
}

.pageMenu-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 40px;
}

.pageMenu-inner1 {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pageMenu-inner li a {
    text-decoration: none;
    color: #141315;
    font-size: 16px;
    font-weight: 300;
    padding: 0 13px;
    display: block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.pageMenu-inner .question {
    margin-left: 19px
}

.pageMenu-inner .question a {
    padding: 12px 17px 11px 17px;
    font-size: 14px
}

.pageMenu-inner .hideItem a {
    background-color: rgba(74, 64, 87, .2)
}

.titleButton {
    display: none;
    font-size: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 15px;
    background: rgba(74, 64, 87, .2)
}

.titleButton a {
    padding: 18px 10px 17px 15px;
    display: inline-block;
    text-decoration: none;
    color: #141315
}

.titleButton button {
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    width: 24px;
    height: 18px;
    position: relative
}

.titleButton button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(img/arrow_white.svg) no-repeat;
    top: 4px;
    left: 3px
}

.pageMenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    right: 0
}

.active-pageMenu {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.activeArrow::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -3px !important
}

.expoBanner {
    position: relative
}

.expoBanner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(53, 93, 196, .5)
}

.expoBanner-inner {
    width: 100%;
    text-align: center;
}

.expoText {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    z-index: 1;
    position: relative
}

.expoText p {
    margin: 0
}

.expoText br {
    display: none
}

.aboutClient .breadcrumbs {
    padding-top: 20px
}

.minTitle {
    font-size: 30px;
    color: #4a4057;
    font-weight: 700;
    text-align: center;
    margin: 32px 0 26px 0
}

.aboutClient-text {
    line-height: 27px;
    font-size: 16px
}

.aboutClient-text p:first-of-type {
    margin-bottom: 10px
}

.aboutClient-text p {
    line-height: 27px;
    max-width: 740px;
    width: 100%;
    margin: 0 auto
}

.aboutClient-info {
    line-height: 27px;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    position: relative;
    max-width: 740px;
    width: 100%;
    margin: 30px auto 37px auto
}

.aboutClient-info::after {
    position: absolute;
    content: "";
    background-color: #4a4057;
    opacity: .05;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.aboutClient-info div {
    max-width: 250px;
    width: 100%
}

.aboutClient-info div:last-of-type {
    max-width: 210px;
    width: 100%
}

.aboutClient-info p {
    margin: 0
}

.aboutClient-info p:last-of-type {
    font-weight: 700;
    line-height: 23px;
    max-width: 190px;
    width: 100%
}

.blockList {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

.issusimg img {
    width: 100%
}

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

.itemList p {
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 20px
}

.itemList span {
    font-size: 60px;
    font-weight: 700;
    padding-right: 20px;
    background: -webkit-linear-gradient(151.51deg, #0061d2 5.96%, #0097c6 78.83%);
    background: -o-linear-gradient(151.51deg, #0061d2 5.96%, #0097c6 78.83%);
    background: linear-gradient(298.49deg, #0061d2 5.96%, #0097c6 78.83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.implementation {
    background: -webkit-linear-gradient(163.94deg, #eef1f6 6.51%, #bcf5f2 95.02%);
    background: -o-linear-gradient(163.94deg, #eef1f6 6.51%, #bcf5f2 95.02%);
    background: linear-gradient(286.06deg, #eef1f6 6.51%, #bcf5f2 95.02%);
    padding: 39px 25px 69px 27px;
    margin-top: 70px
}

.elementList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 16px 0 0;
    margin: 0
}

.elementList li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 20px;
}

.elementList li p:first-of-type {
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    padding: 26px 0 20px 0
}

.elementList li p:last-of-type {
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

.successBlock {
    padding-top: 40px;
    padding-bottom: 20px
}

.success-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.success-inner .aboutClient-text {
    padding-right: 15px;
}

.linksBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 280px;
    width: 100%
}

.linksBlock a {
    text-decoration: none;
    color: #f58220;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 19px
}

.employeeName {
    max-width: 185px;
    width: 100%
}

.employeeName p:first-of-type {
    font-weight: 700;
    line-height: 26px;
    font-size: 18px;
    padding-bottom: 7px
}

.employeeName p:last-of-type {
    color: rgba(20, 19, 21, .7)
}

.employeeInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.employeeInfo .avatar {
    width: 60px;
    height: 60px;
    margin: 0 15px 0 0;
}

.employee {
    font-size: 14px;
    line-height: 20px;
    max-width: 300px;
    background-color: #ebf4ff;
    padding: 20px;
    z-index: 1
}

.employee p {
    margin: 0
}

.employeeAbout {
    padding-top: 18px
}

.result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.result::after {
    position: absolute;
    content: "";
    background: #4a4057;
    opacity: .05;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.result .elementList li p:last-of-type {
    max-width: 220px;
    width: 100%
}

.result-inner {
    max-width: -webkit-calc(100% - 300px);
    max-width: calc(100% - 300px);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.result-inner .elementList {
    margin: auto;
    width: 100%
}

.icon-wrap {
    height: 60px
}

.icon-wrap img {
    width: 100%;
    height: 100%
}

.rubric {
    font-size: 24px;
    font-weight: 700;
    padding: 40px 0 7px 0
}

.action .item-title {
    text-transform: uppercase;
    line-height: 26px;
    padding-bottom: 30px
}

.action ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.action li p:first-of-type {
    font-weight: 700;
    padding-bottom: 8px
}

.action li:not(:first-of-type) p:first-of-type {
    padding-top: 20px
}

.action .result {
    padding: 0 22px 49px 22px
}

.action .item {
    padding-top: 28px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 1
}

.action .item p {
    margin: 0
}

.action .wrap-img {
    width: 185px;
    height: 260px;
    border: 2px solid #3db6af;
}

.action .wrap-img img {
    width: 180px;
    height: -webkit-fill-available;
}

.wrapCol {
    padding: 0
}

.rework .wrap-img {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    padding-top: 12px
}

.rework p {
    font-size: 16px;
    line-height: 27px
}

.rework .minrubric {
    font-size: 24px;
    line-height: 36px;
    padding: 30px 0 20px 0
}

.rework .rubric {
    font-size: 24px
}

.wrap-img img {
    width: 100%;
    border: 1px solid gray;
}

.textwithBg {
    background: #ecf4ff;
    padding: 40px 0;
    position: relative;
    margin: 46px 0 38px 0
    border-radius: 5px;
}

.plans .wrap-img {
    max-width: 740px;
    height: 240px;
    width: 100%;
    margin: 0 auto;
    padding-top: 4px
}

.plans .rubric {
    padding-top: 34px
}

.plans .aboutClient-text p:last-of-type {
    padding-top: 11px
}

.linkPlans {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 32px
}

.linkPlans::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #4a4057;
    opacity: .05;
    top: 30px
}

.linkPlans ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.linkPlans ul li:not(:last-of-type) {
    padding-bottom: 20px
}

.linkPlans a {
    text-decoration: none;
    color: #f58220;
    font-size: 16px;
    line-height: 27px
}

@media (max-width: 1199px) {
    .result-inner .elementList {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 30px
    }

    .result-inner .elementList li {
        padding-bottom: 30px
    }

    .action .item-title {
        height: 82px
    }
}

@media (max-width: 1110px) {
    .pageMenu-inner li a {
        font-size: 12px
    }

    .pageMenu-inner .question a {
        padding: 12px 13px 11px 13px
    }
}

@media (max-width: 991px) {
    .pageMenu-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .issusBlock {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .issusBlock .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .tasksBlock {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .tasksBlock .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .tasksBlock .col-md-4:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .tasksBlock .col-md-4:last-of-type {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .elementList {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .elementList li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: 30px
    }

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

    .success-inner .aboutClient-text {
        padding-right: 0
    }
}

@media (max-width: 850px) {
    .expoText p:first-of-type {
        padding-top: 75px
    }
}

@media (max-width: 767px) {
    .aboutClient-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .aboutClient-info div:nth-child(2) {
        padding: 13px 0 10px 0
    }

    .issusBlock .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .tasksBlock .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .tasksBlock .col-md-4:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .tasksBlock .col-md-4:last-of-type {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .aboutClient-info {
        margin-bottom: 9px
    }

    .issusimg {
        margin: 11px 0
    }

    .itemList p {
        margin: 10px 0
    }

    .implementation {
        display: none
    }

    .successBlock {
        padding-top: 8px
    }

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

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

    .result .result-inner {
        max-width: 100%
    }

    .linksBlock {
        padding-bottom: 30px
    }

    .action .result {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .rework .wrap-img {
        height: 166px
    }

    .rework .minrubric {
        padding-top: 20px
    }

    .rework p {
        font-size: 14px;
        line-height: 20px
    }

    .textwithBg {
        margin-top: 28px
    }

    .textwithBg .col-md-12::after {
        width: 86px;
        height: 69px;
        top: -75px;
        left: -webkit-calc(50% - 43px);
        left: calc(50% - 43px)
    }

    .textwithBg p:first-of-type {
        font-size: 14px
    }

    .plans .wrap-img {
        height: 166px
    }

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

    .linkPlans ul:last-of-type {
        padding-top: 20px
    }

    .textwithBg {
        margin-bottom: 8px
    }
}

@media (max-width: 575px) {
    .titleButton {
        display: inline-flex
    }

    .pageMenu-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 40px;
        display: none
    }

    .pageMenu-inner .hideItem {
        display: none
    }

    .pageMenu-inner .question {
        padding-top: 20px;
        margin-left: 0
    }

    .expoText {
        font-size: 32px
    }

    .expoText br {
        display: block
    }

    .expoText p:first-of-type {
        padding-top: 55px
    }

    .expoText p:last-of-type {
        padding-bottom: 6px
    }
}

@media (max-width: 440px) {
    .rework .wrap-img {
        height: 140px
    }

    .rework .wrap-img img {
        height: 100%
    }

    .plans .wrap-img {
        height: 140px
    }

    .plans .wrap-img img {
        height: 100%
    }
}

@media (max-width: 360px) {
    .rework .wrap-img {
        height: 98px
    }
}

.pageCardMeasure .pageMenu a, .pageCardNews .pageMenu a, .pageMeasure .pageMenu a, .pageNews .pageMenu a, .pageSer_interior .pageMenu a, .pageService .pageMenu a {
    color: #fff;
    padding: 18px 16px 17px 16px;
    font-size: 16px;
}

.pageCardMeasure .pageMenu li:first-of-type a, .pageCardNews .pageMenu li:first-of-type a, .pageMeasure .pageMenu li:first-of-type a, .pageNews .pageMenu li:first-of-type a, .pageSer_interior .pageMenu li:first-of-type a, .pageService .pageMenu li:first-of-type a {
    background-color: transparent
}

.total {
    background-color: #0bb9e2;
    padding: 22px 22px 17px 22px;
    max-width: 260px;
    width: 100%;
    min-width: 225px
}

.total p {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    line-height: 27px;
    padding-bottom: 19px
}

.total p span {
    color: #293184;
    font-size: 24px
}

.total img {
    width: 100%
}

.total a {
    text-decoration: none;
    color: #0bb9e2;
    background-color: #fff;
    display: block;
    padding: 10px 0;
    text-align: center;
    margin-top: 28px;
    font-size: 16px;
    font-weight: 700
}

.showMore {
    padding: 30px 0 40px 0;
    text-align: center
}

.showMore button {
    border: none;
    background-color: #00a79d;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    outline: 0;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 20px
}

.showMore {
    display: none
}

.showBlock {
    padding-top: 20px
}

.showBlock .showBlock {
    display: none
}

.showBlock .showMore {
    display: block
}

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

.rightBlock .linkPlans::after {
    display: none
}

.rightBlock .linkPlans ul {
    padding-top: 8px
}

.rightBlock .linkPlans a {
    font-size: 14px;
    line-height: 20px
}

.rightBlock .linkPlans li:not(:last-of-type) {
    padding-bottom: 8px
}

.rightBlock .linkPlans p {
    font-weight: 700;
    line-height: 26px;
    margin: 0
}

.newsLinks .linkPlans a {
    line-height: 14px
}

.newsTitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 32px;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.newsTitle p {
    margin: 0
}

.newsFilter {
    position: relative;
    margin-left: 22px
}

.newsFilter select {
    border: none;
    font-size: 18px;
    line-height: 26px;
    color: #4a4057;
    outline: 0
}

.newsFilter::after {
    position: absolute;
    content: "";
    border: 7px solid transparent;
    border-top: 7px solid #c4c4c4;
    right: 2px;
    top: 25px
}

@media (max-width: 1199px) {
    .pageNews .col-lg-3 {
        padding: 0
    }
}

@media (max-width: 991px) {
    .pageNews .col-md-10, .pageNews .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pageNews .col-lg-3 {
        padding: 0 15px
    }

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

    .rightBlock {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .rightBlock .linkPlans {
        padding-left: 70px
    }

    .lastItem {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .newsItem-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .newsImg {
        margin-bottom: 20px
    }

    .newsAbout {
        padding-left: 0
    }

    .showMore {
        display: block
    }

    .showBlock {
        display: none
    }

    .showBlock .showBlock {
        display: block
    }

    .showBlock .showMore {
        display: none
    }

    .total {
        margin-top: 30px
    }

    .rightBlock {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .rightBlock .linkPlans {
        padding-left: 0
    }

    .outer {
        padding-bottom: 0
    }

    .lastItem {
        margin-bottom: 0
    }
}

.dataMobile {
    display: none
}

.textSlide {
    position: absolute;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    z-index: 2;
    text-align: center;
    top: -webkit-calc(50% - 44px);
    top: calc(50% - 44px);
    left: 460px;
    right: 460px;
}

.cardnewsSlider-wrap {
    height: 300px;
    background-color: grey;
    position: relative
}

.cardnewsSlider .item {
    position: relative;
    height: 300px;
    background: grey no-repeat;
    background-size: cover;
    background-position: center;
}

.cardnewsSlider .item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 19, 21, .5);
    z-index: 1
}

.cardnewsSlider img {
    height: 100%
}

.cardnewsSlider .owl-next, .cardnewsSlider .owl-prev {
    width: 31px;
    height: 52px;
    background: url(img/slide-whitearrow.svg) !important;
    position: absolute;
    top: -webkit-calc(50% - 28px);
    top: calc(50% - 28px);
    -webkit-background-size: 100% 100% !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    outline: 0
}

.cardnewsSlider .owl-next span, .cardnewsSlider .owl-prev span {
    color: transparent
}

.cardnewsSlider .owl-next {
    right: 80px
}

.cardnewsSlider .owl-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 80px
}

.cardnews-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cardnews-info .center {
    max-width: 740px;
    width: 100%;
    line-height: 27px;
    font-size: 16px;
    margin: 0 40px
}

.cardnews-info .center .big-title {
    line-height: 38px
}

.cardnews-info .center .cardImg {
    margin-top: 31px
}

.cardnews-info .center .text {
    padding: 14px 0 0 0;
    margin: 0
}

.cardnews-info .center .text:nth-of-type(2) {
    padding-bottom: 37px
}

.cardnews-info .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.cardnews-info .employee {
    margin-bottom: 132px
}

.cardnews-info .employeeInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.cardnews-info .employeeInfo .avatar {
    margin: 0 0 20px 0;
    width: 100px;
    height: 100px
}

.cardnews-info .employeeName {
    max-width: 230px;
    text-align: center
}

.moreLinks {
    padding-top: 33px
}

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

.moreLinks .column p {
    line-height: 26px;
    font-size: 18px;
    opacity: .5;
    font-weight: 700;
    margin: 0
}

.moreLinks .column:not(:first-of-type) p {
    padding-top: 30px
}

.moreLinks .column:first-of-type span {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px
}

.moreLinks a {
    text-decoration: none;
    color: #f58220;
    line-height: 20px;
    font-size: 14px;
    padding-top: 8px
}

.networks a {
    display: inline-block
}

.networks a:not(:last-child) {
    margin-right: 23px
}

.backTopage {
    padding-top: 19px
}

.backTopage a {
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #f58220;
    position: relative;
    padding-left: 20px
}

.backTopage a::before {
    position: absolute;
    content: url(img/bredarrow.svg);
    left: 0;
    top: -1px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cardImg {
    -webkit-background-size: 100% 100%;
    background-size: 72% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 1199px) {
    .cardnews-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cardnews-info .left {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        max-width: 50%;
        width: 100%;
        margin-top: 40px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .cardnews-info .center {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin: 0
    }

    .moreLinks {
        max-width: 50%;
        width: 100%;
        padding-left: 94px
    }

    .cardnewsSlider .owl-next, .cardnewsSlider .owl-prev {
        bottom: 72px;
        top: auto
    }

    .cardnews-info .employee {
        margin-bottom: 0
    }
}

@media (max-width: 991px) {
    .moreLinks {
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .textSlide {
        left: -webkit-calc(50% - 277px);
        left: calc(50% - 277px);
        width: 554px
    }

    .cardnewsSlider-wrap {
        height: 250px
    }

    .cardnewsSlider-wrap .item {
        height: 250px;
        -webkit-background-size: cover;
        background-size: cover
    }

    .pageCardNews .dataMobile {
        display: block;
        margin: 0 auto;
        padding-top: 20px
    }

    .pageCardNews .dataMobile .column {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .pageCardNews .dataMobile .firstColumn {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .titleMobile {
        margin-top: 15px
    }

    .cardnews-info .column:first-of-type {
        display: none
    }

    .cardnews-info .tags p {
        padding-top: 0 !important
    }
}

@media (max-width: 680px) {
    .textSlide {
        top: 10px;
        left: -webkit-calc(50% - 150px);
        left: calc(50% - 150px);
        width: 300px;
        font-size: 34px
    }

    .cardnewsSlider .owl-next, .cardnewsSlider .owl-prev {
        bottom: 11px;
        width: 28px;
        height: 47px
    }

    .cardnewsSlider .owl-prev {
        left: -webkit-calc(50% - 63px);
        left: calc(50% - 63px)
    }

    .cardnewsSlider .owl-next {
        right: -webkit-calc(50% - 63px);
        right: calc(50% - 63px)
    }

    .cardnews-info .left {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px
    }

    .cardnews-info .employee {
        margin-bottom: 0
    }

    .cardnews-info .center .text:nth-of-type(2) {
        padding-bottom: 14px
    }

    .cardnews-info .big-title {
        font-size: 29px
    }

    .moreLinks {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        max-width: 100%
    }

    .cardImg {
        -webkit-background-size: cover;
        background-size: cover;
        background-position-x: center
    }
}

.pageMeasure .big-title {
    margin-top: 14px
}

.pageMeasure .showBlock {
    padding-top: 0
}

.pageMeasure .firstItem .itemName::after {
    height: 2px
}

.pageBanner-wrap {
    background-color: grey;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 18px
}

.pageBanner-wrap::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #192e47;
    opacity: .7
}

.pageBanner-inner {
    height: 500px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    position: relative
}

.pageBanner-inner p {
    margin: 0
}

.measureDate {
    line-height: 35px;
    font-size: 24px;
    padding-bottom: 8px
}

.measureName {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 29px
}

.measureTime {
    border-bottom: 2px solid #fff;
    padding: 0 46px 10px 46px
}

.measureTime p {
    padding-bottom: 10px
}

.measureLeading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px
}

.measureLeading .avatar {
    width: 64px;
    height: 64px;
    margin: 0;
    margin-right: 16px
}

.moreInfo {
    padding-top: 68px
}

.moreInfo a {
    text-decoration: none;
    color: #fff;
    line-height: 26px;
    padding: 14px 20px;
    background-color: #f58220;
    -webkit-box-shadow: 0 4px 20px rgba(0, 140, 132, .4);
    box-shadow: 0 4px 20px rgba(0, 140, 132, .4);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.moreInfo a:hover {
    background: #cc5e00;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.pulse {
    background-color: #f58220;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse .6s ease-out;
    animation: pulse .6s ease-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute
}

@-webkit-keyframes pulse {
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        background-color: #fff;
        opacity: 0
    }
}

@keyframes pulse {
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        background-color: #fff;
        opacity: 0
    }
}

.measureFilter {
    background-color: #f3f3f3;
    font-size: 14px;
    line-height: 20px;
    padding: 26px 20px 23px 25px;
    margin-top: 30px
}

.measureFilter input[type=checkbox] {
    position: relative;
    margin: 0 13px 0 32px
}

.measureFilter input[type=checkbox]::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: -6px;
    background: #fff;
    border: 2px solid rgba(20, 19, 21, .3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: -6px
}

.calendar {
    position: relative;
    padding-bottom: 3px;
    margin-right: 35px
}

.calendar::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 18px;
    background: url(img/calendar.png);
    top: -4px;
    right: 5px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.calendar::before {
    position: absolute;
    content: "";
    width: 148px;
    height: 2px;
    background-color: #141315;
    opacity: .3;
    bottom: -2px;
    right: 3px
}

.calendar input[type=text] {
    border: none;
    margin-left: 4px;
    background-color: inherit;
    outline: 0
}

.calendar:nth-child(2) {
    margin-right: 11px
}

.chooseDate {
    position: relative;
    margin-left: 55px;
    padding-bottom: 5px
}

.chooseDate::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #141315;
    opacity: .3;
    right: -3px;
    bottom: 0
}

.chooseDate::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 9px;
    background: url(img/vector.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    right: 3px;
    top: 5px
}

.chooseDate select {
    border: none;
    background-color: inherit;
    width: 80px;
    margin-left: 6px;
    outline: 0
}

.checked {
    position: relative
}

.checked::after {
    position: absolute;
    content: "";
    width: 11px;
    height: 3px;
    background-color: #000;
    left: 31px;
    top: 5px;
    -webkit-transform: rotate(-45deg) translate(4px, 3px);
    -ms-transform: rotate(-45deg) translate(4px, 3px);
    transform: rotate(-45deg) translate(4px, 3px)
}

.checked::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 3px;
    background-color: #000;
    left: 31px;
    z-index: 1;
    top: 5px;
    -webkit-transform: rotate(45deg) translate(1px, 1px);
    -ms-transform: rotate(45deg) translate(1px, 1px);
    transform: rotate(45deg) translate(1px, 1px)
}

.pageMeasure-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.pageMeasure-inner .moreLinks {
    padding-top: 28px
}

.measureBody {
    max-width: 1060px;
    width: 100%;
    margin-right: 40px
}

.buttonFilter {
    border: none;
    background-color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    color: #f58220;
    margin: 18px 0;
    margin-left: auto;
    display: none
}

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

.measureCard-wrap .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #f1f1f1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 40px 20px 20px;
    margin-top: 20px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.measureCard-wrap .item:active, .measureCard-wrap .item:focus, .measureCard-wrap .item:hover {
    -webkit-box-shadow: 0 4px 25px rgba(31, 21, 43, .15);
    box-shadow: 0 4px 25px rgba(31, 21, 43, .15);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-color: transparent
}

.measureCard-wrap .item:active .linkInfo, .measureCard-wrap .item:focus .linkInfo, .measureCard-wrap .item:hover .linkInfo {
    opacity: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.measureCard-wrap .item:active .itemName, .measureCard-wrap .item:focus .itemName, .measureCard-wrap .item:hover .itemName {
    color: #0061d2;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.measureCard-wrap .item:active .itemName::after, .measureCard-wrap .item:focus .itemName::after, .measureCard-wrap .item:hover .itemName::after {
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.measureCard-wrap .wrap-img {
    padding: 0 10px
}

.measureCard-wrap .inner-img {
    width: 240px;
    height: 190px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.wrap-text {
    font-size: 16px;
    line-height: 27px;
    margin-left: 16px
}

.wrap-text p {
    margin: 0
}

.wrap-text .measureLeading {
    padding: 6px 0 8px 0
}

.wrap-text .avatar {
    width: 40px;
    height: 40px
}

.itemDate {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700
}

.itemName {
    font-size: 24px;
    line-height: 35px;
    text-decoration: none;
    color: #141315;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.itemName::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #0061d2;
    left: 0;
    bottom: 3px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.linkInfo {
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: auto;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0
}

.linkInfo a {
    text-decoration: none;
    color: #f58220
}

@media (max-width: 1199px) {
    .pageBanner-wrap {
        background-position-x: center;
        -webkit-background-size: cover;
        background-size: cover
    }

    .pageMeasure-inner .moreLinks {
        padding-left: 0;
        max-width: 25%
    }

    .measureFilter label {
        display: inline-block
    }

    .measureFilter .calendar {
        margin-bottom: 28px;
        width: -webkit-calc(50% - 35px);
        width: calc(50% - 35px);
        display: inline-flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .measureFilter .calendar input {
        padding-left: 15px
    }

    .measureFilter .calendar::before {
        width: 84%
    }

    .measureFilter .calendar input {
        width: 86%
    }

    .chooseDate::before {
        right: 3px;
        top: 6px
    }
}

@media (max-width: 991px) {
    .checkbox {
        width: 31%
    }

    .chooseDate {
        margin-top: 27px;
        margin-left: 0
    }

    .checked::after {
        left: 72px
    }

    .checked::before {
        left: 73px
    }

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

@media (max-width: 767px) {
    .pageMeasure .big-title {
        margin-top: 22px;
        margin-bottom: 11px
    }

    .pageMeasure .showBlock {
        padding-top: 30px
    }

    .moreInfo {
        padding-top: 20px
    }

    .pageBanner-inner {
        text-align: center
    }

    .buttonFilter {
        display: inline-block
    }

    .measureFilter {
        text-align: left;
        margin-top: 0;
        display: none;
        margin-bottom: 30px
    }

    .measureFilter .calendar {
        width: 100%;
        margin-right: 0
    }

    .measureFilter .calendar::before {
        width: 95%
    }

    .measureFilter .calendar input {
        width: 100%
    }

    .measureFilter .calendar:nth-child(1) input {
        padding-left: 25px
    }

    .measureFilter .checkbox {
        margin-bottom: 21px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .chooseDate {
        margin-top: 0
    }

    .chooseDate::before {
        left: 181px
    }

    .chooseDate::after {
        left: 119px
    }

    .checked::after {
        left: 96px
    }

    .checked::before {
        left: 97px
    }

    .measureCard-wrap .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 20px;
    }

    .measureCard-wrap .inner-img {
        max-width: 240px;
        width: 100%
    }

    .linkInfo {
        display: none
    }

    .wrap-text {
        margin-left: 0;
        margin-top: 20px
    }

    .pageMeasure-inner .moreLinks {
        max-width: 100%
    }

    .measureCard-wrap .item:first-of-type {
        margin-top: 0
    }

    .measureCard-wrap .item:not(:first-of-type) {
        margin-top: 30px
    }

    .itemName::after {
        height: 0
    }

    .pageMeasure .firstItem .itemName::after {
        height: 0
    }
}

.measureBanner-wrap {
    margin-top: 0
}

.measureBanner-wrap .pageBanner-inner {
    height: 443px
}

.infoBanner {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.infoBanner p {
    font-size: 16px;
    line-height: 27px;
    margin: 0
}

.infoBanner .measureName {
    font-size: 36px
}

.infoBanner .measureDate {
    line-height: 35px;
    font-size: 24px
}

.infoBanner .write-up:not(:last-of-type) {
    padding-bottom: 26px
}

.infoBanner .center {
    height: 443px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.infoBanner .center .signUp {
    margin-top: 20px;
    display: none
}

.infoBanner .right {
    height: 443px;
    max-width: 280px;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    padding: 0 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #4a4057;
    position: relative
}

.infoBanner .right::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .7
}

.infoBanner .right .write-upTime {
    z-index: 1;
    width: 100%
}

.infoBanner .right div p:first-of-type {
    font-weight: 700
}

.infoBanner .right div:not(:last-of-type) {
    margin-bottom: 20px
}

.signUp {
    margin-top: 42px;
    text-align: center
}

.signUp a {
    -webkit-box-shadow: 0 4px 20px rgba(0, 140, 132, .4);
    box-shadow: 0 4px 20px rgba(0, 140, 132, .4);
    border: none;
    background-color: #f58220;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    padding: 14px 20px;
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.signUp a:hover {
    background: #cc5e00;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.frame {
    max-width: 740px;
    width: 100%;
    margin: 0 auto
}

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

.slideAvatars .item {
    width: 50%
}

.slideAvatars .employee {
    max-width: 100%;
    height: 470px
}

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

.slideAvatars .employeeInfo .avatar {
    width: 160px;
    height: 160px;
    margin-right: 0
}

.slideAvatars .employeeName {
    max-width: 276px;
    text-align: center
}

.slideAvatars .employeeName p:first-of-type {
    padding-top: 25px;
    font-weight: 400;
    min-height: 115px;
    padding-bottom: 20px;
    line-height: 35px;
    font-size: 24px
}

.slideAvatars .employeeName p:last-of-type {
    min-height: 40px
}

.slideAvatars .employeeAbout {
    padding-top: 10px
}

.frame-inner {
    padding-top: 38px
}

.frame-inner .item p {
    margin: 0;
    line-height: 26px;
    font-weight: 700;
    padding-bottom: 10px
}

.frame-inner .item ul {
    margin: 0;
    font-size: 16px;
    line-height: 27px;
    list-style: none;
    padding-left: 12px;
    list-style-image: url(img/GreenTriangle.svg)
}

.frame-inner .item ul li:not(:last-of-type) {
    padding-bottom: 6px
}

.frame-inner .item:not(:first-of-type) {
    padding-top: 20px
}

.note-wrap {
    position: relative;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px
}

.note-wrap::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: -webkit-linear-gradient(170.27deg, #eef1f6 6.51%, #bcf5f2 95.02%);
    background: -o-linear-gradient(170.27deg, #eef1f6 6.51%, #bcf5f2 95.02%);
    background: linear-gradient(279.73deg, #eef1f6 6.51%, #bcf5f2 95.02%)
}

.note-inner {
    z-index: 1;
    position: relative;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    padding-bottom: 40px
}

.note-inner p {
    margin: 0;
    padding-bottom: 10px
}

.note-inner .minTitle {
    margin-top: 50px;
    margin-bottom: 20px
}

.address-wrap .minTitle {
    margin-top: 70px;
    margin-bottom: 50px
}

.address-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px
}

.map-wrap {
    max-width: -webkit-calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-right: 20px;
    width: 100%;
    height: 360px
}

.map-inner {
    height: 100%;
    width: 100%
}

.tabButtons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.tabButtons button {
    border: none;
    background-color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    text-transform: uppercase;
    padding: 9px 8px 3px;
    line-height: 26px
}

.tabButtons button:first-of-type {
    background-color: #eae6f5
}

.tab-wrap {
    max-width: 50%;
    width: 100%
}

.tab-wrap .content {
    line-height: 20px;
    font-size: 14px
}

.tab-wrap .content:not(:first-of-type) {
    display: none
}

@media (max-width: 1199px) {
    .infoBanner .measureName {
        line-height: 36px
    }
}

@media (max-width: 991px) {
    .address-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .map-wrap {
        max-width: 100%
    }

    .tab-wrap {
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .measureBanner-wrap .pageBanner-inner {
        text-align: left;
        height: 575px
    }

    .infoBanner .measureDate, .infoBanner .measureName {
        text-align: center
    }

    .infoBanner .measureName {
        font-size: 30px;
        line-height: normal
    }

    .infoBanner .right {
        display: none
    }

    .infoBanner .center {
        height: 575px
    }

    .infoBanner .center .signUp {
        display: block
    }

    .infoBanner .write-up {
        font-size: 14px;
        line-height: 20px
    }

    .infoBanner .write-up:not(:last-of-type) {
        padding-bottom: 0
    }

    .infoBanner .measureName {
        padding-bottom: 20px
    }

    .tab-wrap {
        display: none
    }

    .map-wrap {
        height: 160px
    }

    .address-inner {
        margin-bottom: 40px
    }

    .address-wrap .minTitle {
        margin-top: 40px;
        margin-bottom: 30px
    }

    .slideAvatars .item {
        width: 100%
    }

    .slideAvatars .owl-next, .slideAvatars .owl-prev {
        width: 31px;
        height: 56px;
        background: url(img/arrow-slider-left.svg) !important;
        position: absolute;
        top: 70px;
        -webkit-background-size: 100% 100% !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        outline: 0
    }

    .slideAvatars .owl-next span, .slideAvatars .owl-prev span {
        color: transparent
    }

    .slideAvatars .owl-next {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        right: 0
    }

    .slideAvatars .owl-prev {
        left: 0
    }

    .slideAvatars .employee {
        height: 485px;
        padding: 20px 10px
    }

    .frame-inner {
        padding-top: 8px
    }
}

@media (max-width: 540px) {
    .fullMobile {
        padding: 0
    }

    .note-wrap {
        padding: 20px 10px;
        margin-top: 40px
    }

    .note-inner {
        padding-bottom: 10px
    }

    .note-inner .minTitle {
        margin-top: 20px;
        margin-bottom: 3px
    }
}

.pageService .titleButton a {
    padding: 18px 14px 17px 14px
}

.serviceBanner-wrap {
    position: relative
}

.serviceBanner-wrap::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 19, 21, .5)
}

.serviceBanner-inner {
    height: 300px;
    background: grey no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1
}

.serviceBanner-inner p {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    z-index: 1
}

.serviceBanner-inner p span {
    display: none
}

.pageService-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.pageService-inner .serInter-right .total {
    min-width: 250px
}

.content-wrap {
    max-width: 740px;
    width: 100%;
    margin: 30px 40px 0 auto;
    line-height: 27px;
    font-size: 16px
}

.content-wrap p {
    margin: 30px 0 0
}

.right-content .moreLinks {
    padding-bottom: 20px
}

@media (max-width: 1199px) {
    .right-content .moreLinks {
        max-width: 100%;
        padding-left: 0
    }
}

@media (max-width: 991px) {
    .content-wrap {
        margin-right: 25px
    }

    .pageService-inner .serInter-right {
        margin-top: 30px !important
    }
}

@media (max-width: 767px) {
    .pageService-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .content-wrap {
        margin: 50px 0 0
    }

    .right-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .right-content .moreLinks {
        padding: 0
    }

    .serviceBanner-inner {
        -webkit-background-size: cover;
        background-size: cover
    }

    .serviceBanner-inner p {
        text-align: center
    }

    .content-wrap p {
        line-height: 20px;
        font-size: 14px
    }

    .pageService-inner .serviceRight .moreLinks {
        padding-left: 0 !important;
        width: 100%;
        max-width: 100% !important
    }
}

@media (max-width: 350px) {
    .serviceBanner-inner p span {
        display: inline-block
    }
}

.pageSer_interior .big-title {
    margin: 20px 0 40px 0
}

.pageSer_interior .right-content {
    margin-top: 0
}

.serviceList {
    padding: 10px 0
}

.serviceList ul {
    padding-left: 0;
    margin: 0;
    list-style: none
}

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

.serviceList li p {
    margin-left: 86px;
    position: relative;
    max-width: 380px;
    width: 100%;
    padding-bottom: 20px;
    height: 100px
}

.serviceList li p:before {
    position: absolute;
    content: "";
    top: -webkit-calc(50% - 36px);
    top: calc(50% - 36px);
    left: -84px;
    width: 52px;
    height: 56px;
    background: url(img/Union1.svg)
}

@media (max-width: 1199px) {
    .serviceList li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 991px) {
    .pageService-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

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

    .pageService-inner .right-content .moreLinks {
        max-width: 50%;
        padding-left: 20px;
        padding-top: 0
    }

    .interior-wrap {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .pageSer_interior .big-title {
        margin-bottom: 30px
    }

    .pageSer_interior .right-content .moreLinks {
        padding-left: 0;
        max-width: 100%
    }

    .serviceList li p {
        height: auto
    }
}

@media (max-width: 400px) {
    .serviceList li p {
        max-width: 212px
    }

    .serviceList li p::before {
        top: 0
    }
}

.pageMenu {
    background: none;
    opacity: 1;
    position: relative;
}

.pageMenu-inner li a {
    color: #000;
}

.question a {
    background-color: #fb8e0e;
}

.question a:hover {
    background: #cc5e00;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.section a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-size: 16px;
}

.section a:hover {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

ul {
    list-style-image: url(/upload/list_image_banner.svg);
}

.section td, th {
    padding: 10px;
}

.section table {
    margin: auto;
}

.section .table-funcional {
    width: 100%;
}

.section .composition-item {
    min-height: 202px;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    background-size: cover;
    background-color: transparent;
}

.section .row {
    margin: 10px 0;
}

.section .composition-item a {
    display: block;
    position: absolute;
    bottom: 0;
    background: url(http://old.tanais.ru/upload/medialibrary/d92/d92102210c4be00abae997d67e0edaa2.png) scroll repeat-x left top rgba(0, 0, 0, .8);
    width: 100%;
    height: 65px;
    color: white;
    padding: 10px;
    overflow: hidden;
}

.section .composition-item, .section .packages-item {
    position: relative;
    float: left;
    width: 100%;
}

.section .packages-item .packages-item-title {
    background-color: #607295;
    font-size: 22px;
    color: white;
    padding: 30px 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.section .packages-item .packages-item-content {
    background-color: #f2f2f2;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0 0 5px 5px;
    padding: 20px 30px 30px 30px;
}

.section .packages-item .packages-item-content .price {
    font-size: 36px;
    color: #ff6e4e;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #c2c8d3;
    padding-bottom: 10px;
}

.section .packages-item .packages-item-content .quantity .quantity-item-1, .section .packages-item .packages-item-content .quantity .quantity-item-2 {
    background-repeat: no-repeat;
    background-position: left 7px;
    background-attachment: scroll;
    background-color: transparent;
    padding: 5px 0 5px 25px;
}

.section .packages-item .packages-item-content .quantity .quantity-item-1 {
    background-image: url(img/quantity_item_ico_1.png);
}

.section .packages-item .packages-item-content .quantity .quantity-item-2 {
    background-image: url(img/quantity_item_ico_2.png);
}

.section .packages-item .packages-item-content .text {
    text-align: center;
    padding: 10px 0;
}

.section .packages-item .packages-item-content .link {
    font-size: 16px;
    border-bottom: 1px dashed #607295;
    margin-bottom: 15px;
    text-decoration: none;
    width: 83px;
}

.section .packages-item .packages-item-content .btn {
    color: white;
    background-color: #607295;
    border: none;
}

.section .packages-item .packages-item-title.star {
    background: url(http://old.tanais.ru/upload/medialibrary/ce2/ce2555f460d85c8307e229bb01891bff.png) scroll no-repeat 225px 10px #ff6e4e;
}

.section .packages-item .packages-item-content .item-content-right {
    float: right;
    border-left: 1px solid #c2c8d3;
    padding: 20px 55px 20px 80px;
}

.section .stages {
    position: relative;
    min-height: 630px;
    width: 100%;
    overflow: hidden;
}

.section .stages .stages-block {
    position: absolute;
    font-weight: bold;
}

.section .stages .block-1 {
    width: 129px;
    height: 204px;
    left: -129px;
    bottom: -204px;
    opacity: 0;
    background: url(img/circle_sks_one.png) scroll no-repeat left top;
}

.section .stages .block-2 {
    width: 173px;
    height: 154px;
    top: -154px;
    left: -173px;
    opacity: 0;
    background: url(img/circle_sks_two.png) scroll no-repeat left top;
}

.section .stages .block-3 {
    width: 175px;
    height: 155px;
    top: -155px;
    right: -175px;
    opacity: 0;
    background: url(img/circle_sks_three.png) scroll no-repeat left top;
}

.section .stages .block-4 {
    width: 129px;
    height: 203px;
    right: -129px;
    bottom: -203px;
    opacity: 0;
    background: url(img/circle_sks_four.png) scroll no-repeat left top;
}

.section .stages .block-5 {
    width: 215px;
    height: 110px;
    right: 258px;
    bottom: -110px;
    opacity: 0;
    background: url(img/circle_sks_five.png) scroll no-repeat left top;
}

.section .stages .block-1-text {
    background: url(img/stages_block_1.png) scroll no-repeat right top;
    width: 327px;
    height: 116px;
    left: 0;
    bottom: 132px;
    text-align: right;
    padding: 40px 49px 0 0;
    opacity: 1;
    font-size: 14px;
}

.section .stages .block-2-text {
    background: url(img/stages_block_2.png) scroll no-repeat left bottom;
    width: 322px;
    height: 165px;
    left: 14px;
    top: 33px;
    padding-right: 64px;
    text-align: right;
    opacity: 1;
    padding-top: 6px;
    font-size: 14px;
}

.section .stages .block-3-text {
    background: url(img/stages_block_3.png) scroll no-repeat left bottom;
    width: 315px;
    height: 139px;
    left: 499px;
    top: 10px;
    padding-left: 66px;
    opacity: 1;
    font-size: 14px;
}

.section .stages .block-4-text {
    background: url(img/stages_block_4.png) scroll no-repeat left top;
    width: 315px;
    height: 120px;
    left: 580px;
    bottom: 123px;
    padding-top: 80px;
    padding-left: 48px;
    opacity: 1;
    font-size: 14px;
}

.section .stages .block-5-text {
    background: url(img/stages_block_5.png) scroll no-repeat left top;
    width: 271px;
    height: 165px;
    left: 395px;
    bottom: 22px;
    padding-left: 18px;
    padding-top: 107px;
    opacity: 1;
    font-size: 14px;
}

.section .benefits .benefits-item {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-color: transparent;
    padding: 90px 0 5px;
    text-align: center;
}

.section .td-price {
    text-align: center;
}

.section .big-title {
    margin-bottom: 30px;
}

.newMenu {
    display: none;
    position: absolute;
    right: 0;
    flex-wrap: wrap-reverse;
    background-color: #43a2da;
    list-style: none;
    color: #fff;
    z-index: 100;
    width: 300px;
    padding: 10px 15px;
}

.pageMenu-inner li a {
    cursor: pointer;
}

.newMenu li {
    width: 100%;
}

.newMenu li a {
    color: #fff;
    font-size: 16px;
}

.newMenu.open {
    display: flex;
}

.news_zagol {
    text-decoration: none;
    color: #4a4057;
}

.news_zagol:hover {
    text-decoration: none;
}

.mero_zagol {
    text-decoration: none;
    color: #4a4057;
}

.mero_zagol:hover {
    text-decoration: none;
}

.checkbox1 {
    width: 20px;
    height: 20px;
    position: relative;
}

.checkbox1 input[type=checkbox] {
    opacity: 0;
}

.checkbox1 label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.checkbox1 label span::before,
.checkbox1 label span::after {
    position: absolute;
    content: "";
    display: inline-block;
}

.checkbox1 label span::before {
    content: "";
    height: 20px;
    width: 20px;
    border: 2px solid #232323;
    left: 0px;
    top: 0;
}

.checkbox1 label span::after {
    content: "\2713";
    left: 5px;
    top: 0;
}

.checkbox1 input[type="checkbox"] + span::after {
    content: none;
}

.checkbox1 input[type="checkbox"]:checked + span::after {
    content: "\2713";
    color: #232323;
}

a {
    color: #00859B;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

a:hover {
    text-decoration: none;
}

.owl-nav {
    display: none;
}

font.errortext {
    color: #fb8e0d !important;
}

.form-container .form-checkbox {
    margin-top: 21px;
}

.modal-wrap {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 4;
    display: block;
}

.modal-inner {
    margin: auto;
}

.backCall {
    background-color: #fff;
    border-radius: 6px;
    width: 400px;
    margin: 100px auto;
}

.form-inner {
    padding: 30px 24px 30px;
    position: relative;
}

.formCross {
    font-size: 20px;
    position: absolute;
    top: 9px;
    right: 10px;
}

.form-inner .icon-error {
    transition: .35s;
    opacity: .65;
}

.icon-error::before {
    content: "x";
}

.inputBorder {
    border: 1px solid #ebebeb;
    padding: 10px 20px 11px 20px;
    border-radius: 5px;
    display: block;
    text-align: left;
    font-weight: 300;
    width: 100%;
    color: #000;
    font-size: 17px;
    margin-top: 20px;
    background-color: #f8f8f9;
}

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

input[type="submit"], .btn-dft button {
    font-size: 16px;
    padding: 12px 27px 13px 26px;
    border: 1px solid #fb8e0e;
    border-radius: 23px;
    background-color: #fb8e0e;
    color: #fff;
    margin-top: 20px;
}

.form-inner h2 {
    color: #43a2da;
    text-align: center;
    font-weight: 400;
}

.ficon1 i {
    padding-top: 5px;
    background: #00859B;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.col-2.ficon {
    padding-left: 0;
}

.col-6 .row {
    margin-bottom: 20px;
    margin-right: 40px;
}

.ficon i {
    padding-top: 34px;
    background: linear-gradient(45deg, #069d9c 30%, #355cbf 70%, #355cbf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 2px solid #f1f1f1;;
    outline: none;
    transition: 0.4s;
    margin: 10px;
    font-size: 16px;
}

.accordion_onec {
    background-color: #f47920;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 2px solid #f47920;
    outline: none;
    transition: 0.4s;
    margin: 10px;
    font-size: 16px;
}

.active1, .accordion:hover {
    -webkit-box-shadow: 0 16px 34.7px 0.4px rgba(1, 12, 28, .2);
    box-shadow: 0 16px 34.7px 0.4px rgba(1, 12, 28, .2);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.active1, .accordion_onec:hover {
    -webkit-box-shadow: 0 16px 34.7px 0.4px rgba(1, 12, 28, .2);
    box-shadow: 0 16px 34.7px 0.4px rgba(1, 12, 28, .2);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.accordion:after {
    content: '→';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.accordion_onec:after {
    content: '→';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active1:after {
    content: "↓";
}

.panel p {
    width: 100%;
    border-left: 2px solid #00a79d;
    padding-left: 30px;
}

.column {
    display: grid;
}

@media (min-width: 767px) {
    .btn .waves-effect {
        padding-bottom: 55px;
    }
}

.header-phone p {
    color: #548b86;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
    cursor: pointer;
}

/*Стили для формы поиска*/
.inline-search-block.fixed.big.show {
    top: 0;
    box-shadow: 0 4px 25px rgba(31, 21, 43, .15);
}

.inline-search-block.fixed.big {
    background: #fff;
    top: -200px;
    z-index: 3004;
    transition-duration: .5s;
}

.inline-search-block.fixed {
    position: fixed;
    z-index: 997;
    background: #fff !important;
}

.inline-search-block.show {
    top: 0 !important;
    background: #fff;
}

.inline-search-block {
    position: absolute;
    right: 0;
    top: -104px;
    width: 100%;
    z-index: 100;
    transition: .3s;
}

.show {
    display: block !important;
}

@media (min-width: 1377px) {

    body .maxwidth-theme {
        padding-left: 0;
        padding-right: 0;
    }
}

.maxwidth-theme:after, .maxwidth-theme:before {
    content: "";
    display: block;
    clear: both;
}

.inline-search-block.fixed .search-wrapper {
    padding: 0;
    display: inline-block;
    width: 100%;
    position: relative;
}

.inline-search-block .search-wrapper {
    border: none;
    padding: 7px 0;
}

.inline-search-block.fixed.big .search-wrapper #title-search {
    padding: 0;
}

form.search {
    position: relative;
    padding: 5px 0;
}

.inline-search-block.with-close .search .search-input-div {
    padding-right: 0px;
}

.search .search-input-div {
    width: 80%;
    padding: 0 128px 0 0;
    height: 132px;
    background: 0 0;
    border: none;
    border-radius: 0;
}

.inline-search-block.fixed.big .search .search-input {
    position: absolute;
    top: 45px;
    padding: 0 128px 0 0;
    font-size: 1.8667em;
    height: 40px;
    background: 0 0;
    border-bottom: 1px solid;
    border-radius: 0;
}

.search .search-input {
    background: #f5f5f5;
    border: none;
    color: #444;
    display: block;
    height: 34px;
    line-height: 18px;
    padding: 0 70px 0 10px;
    vertical-align: top;
    width: 85%;
    border-radius: 3px;
    outline: none;
}

.inline-search-block.fixed.big .search .search-button-div {
    top: 45px;
}

.search .search-button-div {
    position: absolute;
    top: 0;
    right: 0;
}

.inline-search-block.fixed.big .search .btn-search {
    color: #fff;
    padding: 16px 27px 15px;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid;
    background-color: #fb8e0e;
}

.inline-search-block.with-close .search .btn-search {
    right: 58px;
}

.search .btn-search {
    color: #2b7de0;
}

.btn1.btn-default {
    background-color: #2b7de0;
    border-color: #2b7de0;
    color: #ffffff;
}

.search .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border: 1px solid #f5f5f5;
    color: #dedede;
    padding: 7px 10px;
    font-size: 13px;
    text-transform: none;
    margin: 0;
}

.btn1 {
    font-size: .7333em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid;
    padding: 12px 21px 11px;
    letter-spacing: .8px;
    border-radius: 3px;
    overflow: hidden;
    transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
}

.inline-search-block.fixed.big .search .close-block {
    min-width: 16px;
}

.inline-search-block.with-close .search .close-block {
    display: block;
    position: absolute;
    right: 0;
    width: 48px;
    height: 48px;
}

.inline-search-block .search .close-block {
    display: none;
    height: 34px;
}

.search-button-div .close-block, .top-block .info-text .search-block {
    position: relative;
    min-width: 57px;
    cursor: pointer;
}

.inline-search-block.fixed.big {
    background: #fff;
    top: -200px;
    z-index: 3004;
    transition-duration: .5s;
}

.maxwidth-theme {
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 16px;
    max-width: 1344px;
    position: relative;
    width: 100%;
}

.inline-search-block .close-block .close-icons svg {
    display: block;
    background: 0 0;
    top: 15px;
    left: 40px;
}

.svg.svg-close {
    width: 14px;
    height: 14px;
    background-position: -103px -117px;
    cursor: pointer;
}

svg:not(:root) {
    overflow: hidden;
}

.svg {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: relative;
    background-repeat: no-repeat;
}

.left-section li {
    padding: 10px;
    list-style: none;
    border: 1px solid #c1c1c1;
}

/*path:hover {*/
/*	fill: #fff;*/
/*	opacity: 1;*/
/*}*/
@media (max-width: 991px) {
    .top-left-line .logo img.fixed-width {
        width: 70px;
    }
}

@media (max-width: 991px) {
    .mobile-header {
        display: block;
    }

    .header-block {
        display: none;
    }
}

.section {
    padding-top: 25px;
}

.dropdowner {
    list-style-type: none;
    padding-left: 25px;
}

.sks .packages-item .packages-item-content .quantity {
    border-bottom: 1px solid #c2c8d3;
    padding: 8px 0;
}

.interior-wrap ul li {
    padding-bottom: 5px;
}

.aside {
    display: block;
}

.side-menu {
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.side-menu > li:first-of-type {
    border-top: none;
}

.dropdowner.selected li.selected > a {
    color: #208ed2;
    background-color: #f5f5f5;
}

ul li:first-of-type {
    margin-top: 0;
}

.side-menu > li {
    font-size: 1em;
    line-height: 1.4667em;
    border-top: 1px solid #ebebeb;
}

.side-menu li {
    margin: 0;
    padding: 0;
}

.nav > li, .nav > li > a {
    display: block;
    position: relative;
}

.side-menu li.child > a {
    position: relative;
    padding-right: 54px;
    display: block;
}

.side-menu li.active > a, .side-menu li.active > a:active, .side-menu li.active > a:focus, .side-menu li.active > a:hover {
    font-weight: 700;
    color: #208ed2;
}

.side-menu > li > a {
    color: #333;
    padding: 21px 23px;
}

.side-menu a .arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.side-menu a .arrow:before {
    content: "";
    position: absolute;
    top: 0;
    right: 30px;
    width: 19px;
    height: 19px;
    margin: 22px 0 0 -10px;
    border-radius: 3px;
}

.side-menu a .arrow:after {
    content: "_";
    color: transparent;
    position: absolute;
    top: 30px;
    width: 15px;
    right: 30px;
    height: 15px;
    margin: 0 0 0 -3px;
    background: url(img/strelka_vverh.svg) no-repeat;
}

.side-menu a .arrow.down:after {
    background: url(img/strelka_vniz.svg) no-repeat;
}

.side-menu > li > .submenu-wrapper > ul {
    margin: -4px 0 0;
    padding: 0 0 26px;
}

.side-menu > li > .submenu-wrapper > ul > li {
    position: relative;
    padding: 0 23px;
}

.side-menu li ul li:first-of-type {
    margin-top: 0;
}

.side-menu li ul li a {
    color: #666;
    font-weight: 300;
    text-decoration: none;
}

.side-menu > li {
    font-size: 18px;
    border-top: 1px solid #eff1f5;
}

.sidebar {
    padding-top: 35px;
}

.interior-wrap .big-title {
    font-size: 40px;
    line-height: 45px;
}

.sidebar .side-menu > li.selected > a {
    background-color: #f5f5f5;
    font-weight: bold;
}

.sidebar .side-menu li.selected ul {
    display: block;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

ul.list4b {
    padding: 0;
    padding-left: 30px;
    list-style: none;
    counter-reset: li;
}

ul.list4b li {
    position: relative;
    cursor: default;
    padding: 2px 10px 2px 10px;
    transition-duration: 0.3s;
}

.container ul.list4b li:after {
    position: absolute;
    background-image: url(img/galka.png);
    background-position: center;
    left: -15px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #bbb;
    content: '';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
}

.list4b p {
    padding-left: 10px;
    margin-bottom: 0px;
}

.gradient {
    background: linear-gradient(to right, #e7f2f6, #c0f5f2);
    height: 120px;
    margin-top: 30px;
}

.buttons {
    margin-top: 40px;
}

.gradient p {
    padding-top: 50px;
    margin-left: 50px;
}

.row .section {
    padding: 0px;
}

.row .section ul {
    padding: 0px;
    padding-left: 10px;
}

.row .section ul > .otstyp {
    padding-bottom: 10px;
}

.side-menu > li > .ia:before {
    content: "_";
    background-image: url(img/link_menu.png);
    background-repeat: no-repeat;
    float: right;
    padding-left: 4px;
    margin-top: 7px;
    color: transparent;
}

@media (max-width: 1279px) {
    .project-item-integrator {
        display: none;
    }
}

@media (max-width: 992px) {
    .special-header-menu-none .pageMenu {
        display: none;
    }

    .special-header-menu .pageMenu ul {
        display: none;
    }
}

.info-block .img-container img {
    width: 100%;
}

.not-found {
    text-align: center;
    padding-top: 100px;
}

.mistake {
    text-align: center;
}

@media (max-width: 1199px) {
    .news-item a img.preview_picture {
        width: 100%;
    }
}

#preview_text:before {
    display: block;
    content: "";
    height: 55px;
    margin: -55px 0 0;
}

#problematics:before {
    display: block;
    content: "";
    height: 55px;
    margin: -55px 0 0;
}

#detail_text:before {
    display: block;
    content: "";
    height: 55px;
    margin: -55px 0 0;
}

#used_decisions_and_services_composite:before {
    display: block;
    content: "";
    height: 55px;
    margin: -55px 0 0;
}

#plans_text:before {
    display: block;
    content: "";
    height: 55px;
    margin: -55px 0 0;
}

p.big-title {
    margin: 0;
    padding-bottom: 20px;
}

.side-menu a .arrow:after {
    background: url(img/strelka_vniz.svg) no-repeat;
    transition: 0.5s;
}

.side-menu a .arrow.down:after {
    background: url(img/strelka_vverh.svg) no-repeat;
    transition: 0.5s;
}

.solution {
    padding-left: 40px;
}

@media (max-width: 570px) {
    p img {
        width: 100%;
        height: auto;
    }

    .mouse {
        border: 2px solid transparent;
        border-radius: 13px;
        display: block;
        height: 16px;
        left: 30px;
        margin: 93px auto 0 -26px;
        position: absolute;
        width: 97%;
    }

    .mouse span {
        animation-duration: 1.5s;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
        animation-name: scroll;
        background: none repeat scroll 0 0 #fff;
        border: 3px solid transparent;
        border-radius: 6px;
        display: block;
        height: 10px;
        margin: 4px 30px;
        width: 10px;
    }

    @keyframes scroll {
        0% {
            opacity: 0;
            transform: translateX(90px);
        }
        100% {
            opacity: 1;
            transform: translateX(0px);
        }
    }
}

@media (min-width: 1230px) {
    .stages {
        display: block;
    }
}

.table-container {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 1230px) {
    .stages {
        display: none;
    }
}

@media (max-width: 768px) {
    .gradient p {
        display: none;
    }

    .solution {
        padding: 0;
    }

    .gradient .buttons {
        margin: 0 auto;
        padding-top: 40px;
    }
}

.cardImg img {
    width: 100%;
}

.item_count_number {
    display: block;
    position: relative;
    text-align: center;
}

span.years {
    position: absolute;
    padding: 3px 15px;
    right: 75px;
    top: 70px;
    background-color: #f89a1c;
    color: #fff;
}

.counter_items {
    margin-top: 30px;
    margin-bottom: 20px;
}

.blicks-index-page .news-item {
    margin: 0;
    height: auto;
}

.all_projects {
    float: right;
    padding-right: 15px;
}

.slider-two {
    margin-bottom: 30px;
}

.item_blick_margin {
    margin-bottom: 20px;
}

span.specials {
    position: absolute;
    padding: 3px 15px;
    left: 65px !important;
    top: 70px;
    background-color: #f89a1c;
    color: #fff;
}

.aboutClient span.specials {
    top: 90px;
}

span.specials-demo-dhr {
    position: absolute;
    padding: 3px 15px;
    left: 65px;
    top: 20px;
    background-color: #f89a1c;
    color: #fff;
    border-radius: 5px;
}

.preim-bitrix {
    display: flex;
    margin-bottom: 40px;
}

.preim-bitrix h3 {
    line-height: 30px;
    font-size: 30px;
    font-weight: 300;
    color: #555555;
    position: relative;
}

.preim-bitrix p {
    font-size: 14px;
}

@media (max-width: 999px) {
    .portal {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .preim-bitrix {
        display: block;
        text-align: center;
    }

    .infa {
        width: 100%;
        padding-right: 0px;
    }

    .preim-bitrix img {
        width: 100%;
    }
}

.infa p {
    line-height: 1;
}

.preim-bitrix p {
    line-height: 1;
}

/*Таблица битрикс*/
.bitrix24 table {
    width: 100%;
}

.bitrix24 table td {
    padding: 5px;
    padding-left: 10px;
}

.bitrix24 table tr:first-child td {
    background: #00859b;
    color: #fff;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    font-size: 18px;
}

.bitrix24 table tr.bold td,
.bitrix24 table tr.bold td,
.bitrix24 table tr.bold td,
.bitrix24 table tr.bold td,
.bitrix24 table tr.bold td {
    font-weight: bold;
    padding-top: 15px;
}

.cell-bold {
    background-color: #e8e8e8;
    font-weight: bold;
}

.bitrix24.width-cell-one-free table td {
    width: 33.3%;
}

/*Стили для пунктов*/
.timeline-vertical:before {
    content: "";
    position: absolute;
    background-color: #efefef;
    width: 6px;
    height: 90% !important;
    top: 60px !important;
    left: 50%;
    margin-left: -3px;
    display: block;
}

.timeline-vertical {
    position: relative;
    padding-top: 0 !important;
}

.timeline-vertical__row:nth-child(7) .timeline-vertical__info:before {
    content: "7";
}

.timeline-vertical__row:nth-child(8) .timeline-vertical__info:before {
    content: "8";
}

.timeline-vertical__row:nth-child(9) .timeline-vertical__info:before {
    content: "9";
}

.timeline-vertical__row:nth-child(10) .timeline-vertical__info:before {
    content: "10";
}

.timeline-vertical {
    padding-top: 24px;
    position: relative;
}

.timeline-vertical:before {
    content: "";
    position: absolute;
    background-color: #efefef;
    width: 6px;
    height: 100%;
    top: 0px;
    left: 50%;
    margin-left: -3px;
    display: block;
}

@media (max-width: 991px) {
    .timeline-vertical {
        padding-top: 0px;
    }

    .timeline-vertical:before {
        left: 7px;
        margin-left: 0px;
    }
}

.timeline-vertical__row {
    padding-bottom: 24px;
}

.timeline-vertical__row:before,
.timeline-vertical__row:after {
    content: " ";
    display: table;
}

.timeline-vertical__row:after {
    clear: both;
}

.timeline-vertical__info {
    position: relative;
}

.timeline-vertical__info:before,
.timeline-vertical__info:after {
    content: " ";
    display: table;
}

.timeline-vertical__info:after {
    clear: both;
}

.timeline-vertical__info:before {
    display: block;
    content: "";
    height: 44px;
    width: 44px;
    position: absolute;
    left: 50%;
    top: 25px;
    z-index: 2;
    margin-left: -22px;
    font-size: 21px;
    text-align: center;
    line-height: 44px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background-color: #f58220;
    color: #fff;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .timeline-vertical__info:before {
        left: 0px;
        margin-left: 0px;
    }
}

.timeline-vertical__date {
    width: 50%;
    float: left;
    padding-top: 10px;
}

.timeline-vertical__date:before,
.timeline-vertical__date:after {
    content: " ";
    display: table;
}

.timeline-vertical__date:after {
    clear: both;
}

.timeline-vertical__date span {
    display: block;
    float: right;
    margin-right: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 12.45px;
    color: #fff;
}

.timeline-vertical__date_inverse {
    float: right;
}

.timeline-vertical__date_inverse span {
    float: left;
    margin-right: 0px;
    margin-left: 30px;
}

@media (max-width: 991px) {
    .timeline-vertical__date {
        float: none;
        width: 100%;
        margin-bottom: 12px;
    }

    .timeline-vertical__date span {
        float: left;
        margin-left: 40px;
    }
}

.timeline-vertical__title {
    width: 50%;
    float: right;
    padding-left: 30px;
}

.timeline-vertical__title h3 {
    margin: 0px;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 40px;
}

.timeline-vertical__title_inverse {
    float: left;
    padding-left: 0px;
    padding-right: 30px;
    text-align: right;
}

.timeline-vertical__title_inverse.timeline-vertical__title h3 {
    padding-right: 45px;
}

@media (max-width: 991px) {
    .timeline-vertical__title {
        float: none;
        padding-left: 40px;
        text-align: left;
    }

    .timeline-vertical__row .timeline-vertical__text {
        width: 90%;
    }

    .timeline-vertical__title {
        width: auto;
    }
}

.timeline-vertical__text {
    float: right;
    width: 50%;
    padding-left: 30px;
}

.timeline-vertical__text p {
    margin: 0px;
    padding-left: 40px;
}

.timeline-vertical__text.timeline-vertical__text_inverse p {
    padding-right: 40px;
}

.timeline-vertical__text_inverse {
    float: left;
    padding-right: 30px;
    padding-left: 0px;
    text-align: right;
}

@media (max-width: 991px) {
    .timeline-vertical__text {
        float: none;
        padding-left: 40px;
        text-align: left;
    }
}

.timeline-vertical__row:hover .timeline-vertical__info:before {
    background-color: #d8690a;
    transform: scale(1.2);
    transition: 0.5s;
}

.timeline-vertical__row:nth-child(1) .timeline-vertical__info:before {
    content: "1";
}

.timeline-vertical__row:nth-child(2) .timeline-vertical__info:before {
    content: "2";
}

.timeline-vertical__row:nth-child(3) .timeline-vertical__info:before {
    content: "3";
}

.timeline-vertical__row:nth-child(4) .timeline-vertical__info:before {
    content: "4";
}

.timeline-vertical__row:nth-child(5) .timeline-vertical__info:before {
    content: "5";
}

.timeline-vertical__row:nth-child(6) .timeline-vertical__info:before {
    content: "6";
}

/*Преимущества*/
.preim-bitrix {
    display: flex;
    margin-bottom: 40px;
}

.preim {
    display: flex;
    width: 100%;
}

.preim-bitrix h3 {
    margin-bottom: 40px;
    line-height: 30px;
    font-size: 30px;
    font-weight: 300;
    color: #555555;
    position: relative;
}

.preim-bitrix p {
    font-size: 14px;
}

.succes-info {
    padding-top: 15px;
    padding-left: 20px;
    width: 80%;
}

@media (max-width: 999px) {
    .portal {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .preim-bitrix {
        display: block;
        text-align: center;
    }

    .infa {
        width: 100%;
        padding-right: 0px;
    }

    .preim-bitrix img {
        width: 100%;
    }
}

/*Тариф ЭКспресс*/
main .why-we .item-block-1c {
    width: 20%;
    text-align: center;
    display: table-cell;
}

main .why-we .item-block-1c .item {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    transition: 0.3s;
}

main .why-we .item-block-1c .item .logo {
    display: inline-block;
    width: 145px;
    height: 145px;
    -webkit-border-radius: 145px;
    -moz-border-radius: 145px;
    border-radius: 145px;
    margin-bottom: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s;
}

main .why-we .item-block-1c .item .logo.im-1 {
    background-image: url("img/Economy.png");
}

main .why-we .item-block-1c .item .logo.im-2 {
    background-image: url("img/real_price.png");
}

main .why-we .item-block-1c .item .logo.im-3 {
    background-image: url("img/actual.png");
}

main .why-we .item-block-1c .item .logo.im-4 {
    background-image: url("img/skidki.png");
}

main .why-we .item-block-1c .item .logo.im-5 {
    background-image: url("img/oformlenye.png");
}

main .why-we .item-block-1c .item span {
    font-size: 21px;
    display: block;
}

main .why-we .item-block-1c .item p {
    font-size: 17px;
}

main .why-we .item-block-1c .item:hover .logo {
    transition: 0.3s;
    transform: scaleX(-1);
}

main .why-we .item-block-1c .item .logo.imag-1 {
    background-image: url("img/team_bitrix.png");
}

main .why-we .item-block-1c .item .logo.imag-2 {
    background-image: url("img/how_much.png");
}

main .why-we .item-block-1c .item .logo.imag-3 {
    background-image: url("img/time_vnedr.png");
}

.inform {
    padding-top: 45px;
    position: absolute;
}

.my-block p {
    color: #535c69;
    padding-top: 55px;
    position: absolute;
    padding-left: 75px;
}

.my-block {
    background-color: #ebebeb;
    height: 150px;
    margin-bottom: 25px;
    margin-top: 50px;
}

/*Преимущества тарифа*/
main .why-we .item-block-support {
    width: 20%;
    text-align: center;
    display: table-cell;
}

main .why-we .item-block-support .item {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    transition: 0.3s;
}

main .why-we .item-block-support .item .logo {
    display: inline-block;
    background-color: #eceff1;
    width: 145px;
    height: 145px;
    -webkit-border-radius: 145px;
    -moz-border-radius: 145px;
    border-radius: 145px;
    margin-bottom: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s;
}

main .why-we .item-block-support .item .logo.im-1 {
    background-image: url("img/manager_project.png");
}

main .why-we .item-block-support .item .logo.im-2 {
    background-image: url("img/razrabotka.png");
}

main .why-we .item-block-support .item .logo.im-3 {
    background-image: url("img/contant.png");
}

main .why-we .item-block-support .item .logo.im-4 {
    background-image: url("img/designer.png");
}

main .why-we .item-block-support .item .logo.im-5 {
    background-image: url("img/analitic.png");
}

main .why-we .item-block-support .item span {
    font-size: 21px;
    display: block;
}

main .why-we .item-block-support .item p {
    font-size: 17px;
}

main .why-we .item-block-support .item:hover .logo {
    transition: 0.3s;
    transform: scaleX(-1);
}

main .why-we .item-block-support .item .logo.imag-1 {
    background-image: url("img/fast_start.png");
}

main .why-we .item-block-support .item .logo.imag-2 {
    background-image: url("img/platform.png");
}

main .why-we .item-block-support .item .logo.imag-3 {
    background-image: url("img/vozmozhnosti.png");
}

.logotype-section {
    height: 130px;
    text-align: center;
}

.logotype-section img {
    height: 100%;
}

a.previev_image_section img {
    width: 100%;
}

.cerf-list .cerf-image {
    text-align: center;
    margin-bottom: 0;
}

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

.cerf-text {
    padding: 0 0 15px 0;
}

.preblems .prbl-item {
    max-width: 280px;
    margin-bottom: 50px;
    text-align: center;
}

.preblems b {
    display: block;
    margin-top: 15px;
}

.section_margin {
    margin-top: 20px;
    margin-bottom: 20px;
}

.image_center_block {
    text-align: center;
}

.image_center_block img {
    width: auto;
}

main .web-suppert-offers {
    margin-bottom: 60px;
}

main .web-suppert-offers .items .item {
    width: 25%;
    float: left;
    box-sizing: border-box;
    transition: 0.5s;
    text-align: center;
}

main .web-suppert-offers .items .item > div {
    width: 90%;
    transition: 0.5s;
    left: 5%;
    overflow: hidden;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #e3e3e3;
    padding-bottom: 20px;
    border-radius: 5px;
    box-sizing: border-box;
    background: #f2f2f2;
    text-align: center;
}

main .web-suppert-offers .items .item:nth-child(1) > div .name {
    background: #5c86b1;
}

main .web-suppert-offers .items .item:nth-child(2) > div .name {
    background: #b15cb0;
}

main .web-suppert-offers .items .item:nth-child(3) > div .name {
    background: #5cb17e;
}

main .web-suppert-offers .items .item:nth-child(4) > div .name {
    background: #a4b15c;
}

main .web-suppert-offers .items .item:nth-child(5) > div .name {
    background: #5cb1a8;
}

main .web-suppert-offers .items .item:nth-child(1) .info.time {
    color: #5c86b1;
}

main .web-suppert-offers .items .item:nth-child(2) .info.time {
    color: #b15cb0;
}

main .web-suppert-offers .items .item:nth-child(3) .info.time {
    color: #5cb17e;
}

main .web-suppert-offers .items .item:nth-child(4) .info.time {
    color: #a4b15c;
}

main .web-suppert-offers .items .item:nth-child(5) .info.time {
    color: #5cb1a8;
}

main .web-suppert-offers .items .item .name {
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    position: relative;
    color: #fff;
    font-weight: 300;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

main .web-suppert-offers .items .item .name span {
    z-index: 10;
    position: relative;
}

main .web-suppert-offers .items .item .price {
    color: #f48220;
    font-size: 28px;
    font-weight: bold;
}

main .web-suppert-offers .items .item .price-rat {
    font-size: 18px;
    margin-bottom: 15px;
}

main .web-suppert-offers .items .item .info.time {
    display: inline-block;
    background: #fff;
    height: auto;
    width: 135px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    margin-bottom: 20px;
}

main .web-suppert-offers .items .item .info.price-h {
    font-size: 21px;
    margin-bottom: 15px;
}

main .web-suppert-offers .items .item .info {
    margin-bottom: 7px;
    font-size: 15px;
}

main .web-suppert-offers .items .item .info b {
    display: block;
}

main .web-suppert-offers .items .item.best > div {
    transform: scale(1.05);
}

main .web-suppert-offers .items .item .name:after {
    content: "";
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    position: absolute;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

main .web-suppert-offers .items .item > div:hover .name:after {
    height: 310%;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

main .web-suppert-offers .items .item .button_blu {
    width: 130px;
    height: 40px;
    background-color: #00859b;
    text-align: center;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
}

main .web-suppert-offers .items .item .button_blu:hover {
    background: #14B0BF;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

main .web-suppert-offers .items .item .button_blu > a {
    color: #FFFFFF;
}

main .web-suppert-offers .items .item .info.gluing_down {
    margin-top: -5px !important;
    margin-bottom: 0px;
}

main .web-suppert-offers .items .item .info.price-h.gluing_up {
    margin-top: -4px !important;
    margin-bottom: 7px;
}

.rusonyx {
    position: absolute;
    padding-top: 45px;
    right: 0;
    padding-right: 85px;
}

@media (max-width: 1130px) {
    .rusonyx {
        display: none;
    }
}

main .why-we.support-site-info-items .item-block {
    width: 20%;
    padding: 0;
}

main .why-we.support-site-info-items .item .logo.im-1 {
    background-image: url("img/im-s-1.png");
}

main .why-we.support-site-info-items .item .logo.im-2 {
    background-image: url("img/im-s-2.png");
}

main .why-we.support-site-info-items .item .logo.im-3 {
    background-image: url("img/im-s-3.png");
}

main .why-we.support-site-info-items .item .logo.im-4 {
    background-image: url("img/im-s-4.png");
}

main .why-we.support-site-info-items .item .logo.im-5 {
    background-image: url("img/im-s-5.png");
}

main .why-we.support-site-info-items .item .logo {
    background-color: transparent;
}

main .why-we .item-block .item {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    transition: 0.3s;
}

main .why-we .item-block .item span {
    font-size: 21px;
    display: block;
}

main .why-we .item-block .item p {
    font-size: 17px;
}

footer {
    margin-top: 60px;
}

.item p {
    text-align: center;
}

main .why-we .item-block .item .logo {
    display: inline-block;
    background-color: #eceff1;
    width: 145px;
    height: 145px;
    -webkit-border-radius: 145px;
    -moz-border-radius: 145px;
    border-radius: 145px;
    margin-bottom: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s;
}

main .why-we .item-block {
    width: 25%;
    padding: 0 15px;
    text-align: center;
    display: table-cell;
}

main .why-we .item-block .item span {
    font-size: 19px;
    display: block;
}

.hour1 {
    background-image: url(img/one_hour.png);
}

.hour2 {
    background-image: url(img/two_hour.png);
}

.hour3 {
    background-image: url(img/three_hours.png);
}

.hour4 {
    background-image: url(img/four_hour.png);
}

.dial {
    display: inline-block;
    width: 145px;
    height: 145px;
    border-radius: 145px;
    margin-bottom: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.block-sopr {
    max-width: 300px;
    margin: 0 auto;
}

.cerf-image .cerf-text {
    color: #252525cf;
}

.section_margin .btn.waves-effect {
    display: block;
    margin: 0 auto;
}

.project-item .img-items {
    width: 100px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .banner_pad {
        padding-top: 55px;
        margin-left: 50px;
    }

    .banner_pad_item {
        padding-top: 45px;
        display: block;
        position: absolute;
        left: -140px;
    }
}

.slider_one .slick-list:hover {
    -webkit-box-shadow: 0 4px 25px rgba(31, 21, 43, .15);
    box-shadow: 0 4px 25px rgba(31, 21, 43, .15);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.container:after,
.container:before,
.row:after,
.row:before {
    content: normal;
}

.slick-arrow:hover {
    cursor: pointer;
}

.word {
    word-break: break-all;
}

@media (max-width: 992px) {
    .slider-index-page {
        height: auto;
    }

    .blicks-index-page {
        margin-top: 20px;
        text-align: center;
        height: auto;
    }

    .blicks-index-page img {
        height: auto;
    }

    .info-block .img-container img {
        float: none;
    }
}

.cerf-image img {
    margin: 20px auto;
}

.panel_block {
    padding: 0 18px;
    background-color: white;
    overflow: hidden;
}

.panel_block {
    margin-bottom: 20px;
    background-color: #f4f4f4;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.tabs > input[type="radio"] {
    display: none;
}

.tabs > input[type="radio"]:checked + label {
    background-color: #bdbdbd;
}

.tabs > div {
    /* скрыть контент по умолчанию */
    display: none;
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 4px;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked ~ #content-1,
#tab-btn-2:checked ~ #content-2,
#tab-btn-3:checked ~ #content-3,
#tab-btn-4:checked ~ #content-4,
#tab-btn-5:checked ~ #content-5,
#tab-btn-6:checked ~ #content-6 {
    display: block;
}

.tabs > label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #eee;
    border: 1px solid transparent;
    padding: 2px 8px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    margin-left: 6px;
    cursor: pointer;
    margin-bottom: 10px;
}

.tabs > label:first-of-type {
    margin-left: 0;
}

.global-item {
    display: block;
    text-align: center;
    position: relative;
    background: linear-gradient(97.86deg, #F8F8F8 0%, #F0F0F0 76.77%);
    border-radius: 10px;
    padding: 25px;
}

p.reccomend-money {
    opacity: 0.7;
}

p.month {
    padding-top: 20px;
    font-size: 24px;
}

.cash-item {
    font-size: 34px;
}

.btn-global {
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
    background: #fb8e0e;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border: none;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    outline: 0;
    cursor: pointer
}

.btn-global:hover {
    background: #cc5e00;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}

tr.off-section {
    opacity: 0.3;
}

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

.table-weight th {
    font-weight: 400;
}

.image-complex {
    border-right: 1px solid #d6d6d6;
}

.complex_dir {
    margin-bottom: 15px;
    display: flex;
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.complex_dir img {
    width: 180px;
    padding: 20px;
}

.complex-ario-acceleration-external {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.complex-ario-acceleration-interior-head p {
    font-size: 24px;
    color: #00859B;
}

.complex-ario-acceleration-interior {
    display: flex;
    margin-bottom: 10px;
}

.complex-ario-acceleration-interior .image-complex {
    padding-right: 10px;
}

.complex-ario-acceleration-interior .text-complex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.complex-ario-acceleration-interior .text-complex p {
    padding-left: 15px;
    font-size: 18px;
}

.complex {
    margin-bottom: 15px;
    display: flex;
    padding: 15px;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.complex img {
    width: 180px;
    padding: 5px;
}

.complex .text-complex {
    padding: 15px;
}

.text-complex a {
    cursor: pointer;
}

.text-complex.ario-benefits {
    padding-top: 45px;
}

@media (max-width: 1200px) {
    .text-complex.ario-benefits {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .text-complex.ario-benefits {
        padding-top: 20px;
    }

    .justify-content-between .ficon1 {
        text-align: center;
    }
}

@media (max-width: 625px) {
    .complex-ario-acceleration-interior {
        display: block;
    }

    .complex-ario-acceleration-interior .text-complex p {
        padding-left: 0px;
    }

    .text-complex.ario-benefits {
        padding-top: 5px;
    }

    .complex {
        display: block;
        padding: 0;
    }

    .complex_dir {
        display: block;
        padding: 0;
    }

    .image-complex {
        border: none;
    }
}

.serviceBox {
    border-radius: 10px;
    padding: 25px 20px;
    position: relative;
}

.serviceBox .service-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 15px;
}

.serviceBox .service-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: -20px;
    left: -45px;
    opacity: 0.1;
    transform: rotate(137deg) scale(1.5) skew(29deg) translate(-1px);
}

.serviceBox .service-icon:after {
    content: "";
    border-right: 11px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4px;
}

.serviceBox .title {
    font-size: 24px;
    padding-left: 55px;
    color: #787472;
}

.serviceBox .description {
    font-size: 16px;
    color: #8a716a;
    line-height: 25px;
}

.onas {
    text-align: center;
}

.socials {
    padding: 0px 15px;
}

.history {
    padding: 0px 70px;
}

:focus {
    outline: none;
}

@media (max-width: 770px) {
    main .web-suppert-offers .items.clearfix .item {
        width: 50%;
    }
}

.img_support {
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 766px) {
    .inline-search-block.fixed.big .search .btn-search {
        padding: 9px 27px 15px;
    }
}

@media (max-width: 1200px) {
    main .why-we.support-site-info-items .item-block {
        width: 50%;
    }

    main .why-we .item-block-support {
        width: 50%;
    }

    main .why-we .item-block {
        width: 50%;
    }
}

.main-user-consent-request-announce-link {
    color: black;
    text-align: left;
    font-weight: normal;
}

.b24-widget-button-position-bottom-right .b24-widget-button-popup {
    bottom: 95px;
}

.vebinar img {
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.vebinar img:hover {
    transform: rotateZ(2deg);
    -moz-transform: rotateZ(2deg);
    -o-transform: rotateZ(2deg);
    -webkit-transform: rotateZ(2deg);
    -ms-transform: rotateZ(2deg);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.vebinar-block {
    border: 1px solid transparent;
    background-color: ghostwhite;
    border-radius: 5px;
    margin-bottom: 17px;
    padding: 20px 20px 0px;
}

.vebinar-block:hover {
    background-color: cornsilk;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

/*Таблица*/
/*Первая  строка*/
tr:first-child td.first__table__line {
    border-radius: 5px 5px 5px 5px !important;
}

tr:first-child td:first-child {
    border-radius: 5px 0 0 5px;
}

tr:first-child td:last-child {
    border-radius: 0 5px 5px 0;
}

tr:first-child td {
    font-weight: 600;
    font-size: 18px;
}

/*вторая строка*/
tr:nth-child(2) td:first-child {
    border-radius: 5px 0 0 0;
}

tr:nth-child(2) td:last-child {
    border-radius: 0 5px 0 0;
}

/*последняя строка*/
tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

/*доп стили*/
tr:nth-child(2n) {
    background: #ffffff;
}

tr:nth-child(2n+1) {
    background: #F4F4F4;
}

.bitrix24 table tr td:not(:nth-child(1)) {
    width: 175px;
    text-align: left;
}

.list-block-image i {
    background: #00859B;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*Хлебные крошки*/
.breadcrumbs li:nth-last-child(-n+2) a:after {
    content: url(img/circle_breadcrumbs.svg);
}

/*mini blocks in page*/
.platforms__section__block {
    text-align: center;
}

.accardion__title__block {
    margin-top: 15px;
    border-bottom: 1px solid #E2E1E1;
}

.accardion__title__block h3 {
    margin-bottom: 10px;
}

/*.collapse{
	background-color: #f9f9f9;
}*/
.history__sections {
    padding: 20px 0px;
}

.global-item .block-rate-name {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #141315;
    padding: 10px 0px 20px 0px;
}

.global-item .block-rate-info-text {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    color: #303030;
}

.global-item .block-rate-info-price {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    align-items: center;
    text-align: center;
    color: #00859B;
}

.tab-menu a:hover {
    text-decoration: none;
}

/*Детальная страница проектов*/
.expoBanner-inner img {
    width: 100%;
    border-radius: 5px;
    max-width: fit-content;
}

.aboutClient .row {
    margin-right: 0px;
    margin-left: 0px;
}

.comment__content {
    background-image: url(/local/templates/main/img/background_detail_project.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #eaf4f5;
    background-position: bottom;
}

.commentator__image {
    display: block;
}

.commentator__info {
    display: block;
    margin: 35px 0 30px 0;
}

.commentator__image img {
    width: 200px;
    height: 200px;
    margin: 30px;
    border-radius: 5px;
}

.commentator__info__name {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #141315;
    margin: 0;
}

.commentator__info__position {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #141315;
    margin-top: 0;
}

.commentator__info__text {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    color: #141315;
    margin-top: 20px;
    margin-right: 10px;
}

.project__solution__title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #141315;
    height: 45px;
}

.project__solution__text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #505050;
}

.project__data__solution {
    color: #00859B;
    font-size: 24px;
    font-weight: 700;
    align-self: center;
}

.project__realization__date {
    align-self: center;
    display: flex;
    margin: 0px 0px 0px auto;
}

.recolling {
    margin: 0 auto;
}

hr {
    color: #E2E1E1;
}

.improvements__title {
    color: #00859B;
    font-size: 20px;
    font-weight: 600;
}

.citate__sumbols {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

/*Слайдер клиентов*/
.clients-logo-slider-item {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo-img-mobile {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo-img-mobile img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.button__accept {
    padding: 10px;
    background: #F89A1C;
    border-radius: 5px;
    margin: 20px auto;
}

.button__accept a {
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    margin: 0 auto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}

.contacts__tab__check li::marker {
    color: #F89A1C;
}

#consultation--form {
    border-radius: 10px;
}

#buy--form {
    border-radius: 10px;
}

#call--back {
    border-radius: 10px;
}

.b24-web-form-popup-btn-38:hover {
    cursor: pointer;
}

/*Дополнительные блоки которые мы используем в разделах*/
.block__maintenance {
    background: #F4F4F4;
    border-radius: 5px;
    margin: 0px 0px 20px;
    padding: 10px;
    height: auto;
}

.platform__maintance__image {
    text-align: center;
    padding: 25px 0px 0px 0px;
}

.shares__center__block {
    text-align: center;
}

.footer-menu ul, .prev-menu ul {
    list-style-image: none;
}

ul.nav.side-menu.dropdowner {
    background-color: #EAF4F5;
}

ul.list__second,
ol.list__second {
    list-style-type: square;
    list-style-image: none;
}

ol.decim {
    list-style-image: none;
    list-style-type: none;
    counter-reset: item; /* Обнуляем счетчик списка */
}

ol.decim li:before {
    color: red;
    content: counter(item) ') '; /* Добавляем к числам скобку */
    counter-increment: item; /* Задаём имя счетчика */
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
    justify-content: space-evenly;
}

.img__block__align {
    margin-right: 30px;
}

.mobile__menu__line {
    justify-content: space-between;
}

.mobile__search__icon {
    align-items: center;
}

.mobile__menu__section__oppener {
    padding: 5px 20px;
    display: flex;
    background-color: #00859B;
    margin: 0 auto;
    transition: 5s;
    border-radius: 15px;
}

.mobile__menu__section__oppener:hover {
    cursor: pointer;
}

.mobile__menu__section__oppener a {
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    align-items: center;
    font-weight: 600;
}

.smooth-inset-box-shadow:hover {
    transition: all 1s;
    box-shadow: 0 0 10px 5px #a7a7a6;
    border-radius: 10px;
}

@media (min-width: 991px) {
    .mobile__menu__section__oppener {
        display: none;
        transition: 5s;
        transparent: 5s;
    }
}

@media (max-width: 779px) {
    .align-items-center {
        display: block;
    }

    .img__block__align {
        margin: 0px;
    }
}

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

.block__spell {
    margin: 10px;
}

.block__spell .platform__maintance__image {
    width: 190px;
    margin: 0 auto;
}

.block__spell .platform__maintance__image img {
    width: 100%;
}

#consultation--form {
    max-width: 600px;
}

#buy--form {
    max-width: 600px;
}

#call--back {
    max-width: 600px;
}

.fancybox-container {
    z-index: 999 !important;
}

.blocks--forms--dirrx {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.form--dirrx {
    min-width: 350px;
    width: 100%;
    text-align: center;
    border: 1px solid #2323;
    margin: 0 50px;
}

.form--dirrx p {
    padding: 5px;
    border-bottom: 1px solid #2323;
    width: max-content;
    margin: 0 auto;
}

.form--dirrx--title {
    border-bottom: 1px solid #2323;
}

.form--dirrx--text span {
    font-weight: bold;
}

.form--dirrx--button--green {
    padding: 20px;
}

.form--dirrx--button--green a {
    background-color: #6BC72E;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px 30px;
}

.form--dirrx--button--blue {
    padding: 20px;
}

.form--dirrx--button--blue a {
    background-color: #00859B;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px 30px;
}

.block-info-banner-link-blue {
    background: #00859B;
    margin: 0 auto;
    border-radius: 50px;
    display: flex;
    vertical-align: middle;
    width: 300px;
    height: 50px;
    margin-top: 40px;
    transition: 0.5s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.block-info-banner-link-blue:hover {
    background: #f89a1c;
}

.block-info-banner-link-blue a {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .form--dirrx {
        min-width: 300px;
        width: 100%;
        text-align: center;
        border: 1px solid #2323;
        margin: 0px 10px;
    }
}

@media (max-width: 680px) {
    .blocks--forms--dirrx {
        display: block;
    }

    .form--dirrx {
        margin: 20px 10px;
    }
}

.index-news-item-img {
    display: block;
    width: 100%;
    height: 220px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .introduction {
        height: 53px
    }

    .index-news-item-img {
        min-height: 145px;
        height: 100%;
    }
}

@media (max-width: 450px) {
    .index-news-item-img {
        min-height: 163px;
    }
}

.text_big {
    font-size: 23px;
}

.text_small {
    font-size: 12px;
}

.container_price_external { /*ОБЩИЙ ВНЕШНИЙ контейнер 1 и 2 БЛОКА*/
    width: 100%; /**/
    margin-left: auto;
    margin-right: auto;
}

.container_price_external p { /*Текст ссылки * в конце блока*/
    font-weight: 600;
    margin-top: 10px;
    padding-left: 10px;
}

.container_price_funct, .container_price_interior { /*ВНЕШНИЙ контейнер 1 и 2 БЛОКА*/
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: space-between;
}

/*--- bootstrap --- КАРТОЧКИ --- НАЧАЛО ---*/
.container_price_funct .card { /*В целом для карточки 1 БЛОКА*/
    width: 23%;
    min-width: 14rem;
    text-align: center;
    border: none;
    margin: 5px 10px;
}

.container_price_interior .card { /*В целом для карточки 2 БЛОКА*/
    width: 31%;
    min-width: 18rem;
    text-align: center;
    margin: 25px 10px 5px 10px;
    font-weight: 600;
}

.container_price_funct .card-img-top { /*Для изображения (1 БЛОК)- центрируем*/
    min-height: 90px;
    margin: 5px auto;
}

.container_price_funct .list-group > li, .container_price_interior .list-group > li:first-child { /*Для внутренности текст-блоков 1 БЛОКА и 1 текст-блока 2 БЛОКА*/
    min-height: 90px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: space-between;
}

.container_price_funct .list-group > li:last-child { /*Для внутренности нижнего текст-блока 1 БЛОКА*/
    min-height: 90px;
    justify-content: flex-start !important;
}

.container_price_funct .list-group > li:first-child { /*Первый текст-блок после картинки 1 БЛОКА*/
    min-height: 90px;
    font-weight: 600;
    color: white;
    background-color: #ea3333;
    margin-top: auto;
    margin-bottom: auto;
}

.container_price_interior .list-group > li:nth-child(2) { /*Для внутренности 2 текст-блока 2 БЛОКА*/
    color: #ea3fbe;
}

.container_price_interior .list-group > li:last-child { /*Для внутренности 3 текст-блока 2 БЛОКА*/
    color: gray;
    margin: 0px;
    padding: 0px 0px 15px 0px;
}

.container_price_funct .list-group :nth-child(2) { /*Второй текст после картинки*/
    font-weight: 600;
}

/*--- bootstrap --- КАРТОЧКИ --- КОНЕЦ ---*/
/* только для устройств со средним размером экрана */
@media (min-width: 481px) and (max-width: 768px) {
    .container_price_external { /*ОБЩИЙ ВНЕШНИЙ контейнер 1 и 2 БЛОКА*/
        width: 100%; /**/
        padding-left: auto;
        padding-right: auto;
    }

    .container_price_funct .card { /*В целом для карточки 1 БЛОКА*/
        width: 45%;
        text-align: center;
        border: none;
        margin: 5px 10px;
    }

    .container_price_interior .card { /*В целом для карточки 2 БЛОКА*/
        width: 45%;
        text-align: center;
        margin: 25px 10px 5px 10px;
        font-weight: 600;
    }
}

/* только для устройств со средним размером экрана */
@media (min-width: 425px) and (max-width: 480px) {
    .container_price_external { /*ОБЩИЙ ВНЕШНИЙ контейнер 1 и 2 БЛОКА*/
        width: 100%;
        padding-left: auto;
        padding-right: auto;
    }

    .container_price_funct .card { /*В целом для карточки 1 БЛОКА*/
        width: 43%;
        min-width: 10rem;
        text-align: center;
        border: none;
        margin: 5px 10px;
    }

    .container_price_interior .card { /*В целом для карточки 2 БЛОКА*/
        width: 100%;
        min-width: 10rem;
        text-align: center;
        margin: 25px 10px 5px 10px;
        font-weight: 600;
    }

    .container_price_funct .list-group > li:first-child { /*Первый текст-блок после картинки 1 БЛОКА*/
        min-height: 120px;
    }

    .container_price_funct .list-group > li:last-child { /*Второй текст-блок после картинки 1 БЛОКА*/
        min-height: 140px;
    }
}

/* только для устройств с малым размером экрана */
@media (max-width: 424px) {
    .container_price_external { /*ОБЩИЙ ВНЕШНИЙ контейнер 1 и 2 БЛОКА*/
        width: 100%;
        padding-left: auto;
        padding-right: auto;
    }

    .container_price_funct .card { /*В целом для карточки 1 БЛОКА*/
        width: 100%;
        text-align: center;
        border: none;
        margin: 5px 10px;
    }

    .container_price_interior .card { /*В целом для карточки 2 БЛОКА*/
        width: 100%;
        text-align: center;
        margin: 25px 10px 5px 10px;
        font-weight: 600;
    }

    .cardnews-info iframe {
        height: 200px;
    }
}

.b24-widget-button-wrapper {
    bottom: 150px !important;
}

@media (max-width: 425px) {
    .b24-widget-button-wrapper {
        bottom: 50px !important;
    }
}

.slider_allsert .slick-slide {
    height: auto !important;
}

.news__item--title {
    color: #00859b;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.news__item--announce {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 25px;
}

.news__item--link a {
    background-color: #00859b;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: table-cell;
}

.news__item--link a:hover {
    background-color: #43aabb;
    transition: 0.5s;
}

.news__block--item:nth-child(odd) {
    background-color: #e9e7e8;
}

.news__block--item:nth-child(even) .news__item--link a {
    background-color: #f57921;
    transition: 0.5s;
}

.news__block--item:nth-child(even) .news__item--link a:hover {
    transition: 0.5s;
    background-color: #ff974e;
}

.news__block--item {
    min-height: 240px;
}

.news__block--info {
    padding: 50px;
}

@media (max-width: 550px) {
    .news__block--info {
        padding: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .events-top-block.mero_zagol.sucsefull .open_all_link.sucsefull a {
        display: none;
    }
}

@media (min-width: 1025px) {
    .index-news-item.news-item {
        line-height: 105%;
    }
}

@media (max-width: 1024px) {
    .index-news-item.news-item {
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 4px;
    }

    .project-item-info {
        margin: 20px 0px 4px 0px;
    }
}

@media (max-width: 991px) {
    .events-top-block.mero_zagol.sucsefull {
        display: flex;
        margin-top: 5px;
    }

    .block-info-events {
        padding: 0px 5px;
    }

    .events-slider-item-name.xs-text-center a {
        text-align: center;
        line-height: 100%;
    }

    .mero_zagol.sucsefull {
        display: flex;
        justify-content: center;
    }

    .block-info-events.sucsefull {
        padding: 0px;
    }

    .events-slider-item-descr.sucsefull {
        font-size: 14px;
        line-height: 110%;
        padding: 0px 10px;
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .open_all_link.sucsefull {
        display: block;
    }

    .open_all_link.sucsefull {
        white-space: nowrap;
    }
}

@media (max-width: 575px) {
    .col-12.events-top-block.sucsefull, .col-12.events-top-block, .events-top-block.mero_zagol.sucsefull {
        flex-direction: column;
    }

    .col-12.events-top-block.sucsefull a, .col-12.events-top-block, .mero_zagol.sucsefull a {
        margin: 0px auto;
    }

    .open_all_link.sucsefull {
        margin: 0px auto 10px auto;
    }
}

@media (max-width: 375px) {
    .index-news-item.news-item {
        font-size: xx-small;
        line-height: 11px;
    }
}

/*ПВВ НОВЫЙ footer 20.10.2021*/
div.copyright-2 {
    display: none;
}

.footer-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer-menu div {
    display: inline;
    order: 1;
}

@media (max-width: 1199px) and (min-width: 991px) {
    .container.footer > .row.footer {
        width: 100%;
        max-width: 960px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .col-lg-2.logo-icon {
        min-width: 220px;
        max-width: 221px;
    }

    .footer-menu {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .col-lg-8.footer-menu-block {
        max-width: 400px;
    }

    .col-lg-2.social-icons {
        min-width: 200px;
    }

    .col-lg-2.social-icons .inline-icons div:nth-last-child(n+2) {
        margin-right: 5px;
    }
}

@media (max-width: 991px) and (min-width: 769px) {
    .container.footer > .row.footer {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .col-lg-8.footer-menu-block {
        display: flex;
        align-items: flex-start;
        min-width: 341px;
        max-width: 441px;
    }

    .footer-menu {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .col-lg-2.logo-icon {
        min-width: 130px;
        max-width: 131px;
        padding: 0;
        margin: 0 5px 0 0;
    }

    .top-left-line {
        display: flex;
        justify-content: flex-start;
    }

    .top-left-line .logo img.fixed-width {
        width: 100%;
    }

    .col-lg-2.social-icons {
        min-width: 240px;
        max-width: 241px;
    }
}

@media (max-width: 768px) and (min-width: 645px) {
    .foot {
        padding: 30px 15px;
    }

    .container.footer {
        max-width: 720px;
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .container.footer > .row.footer {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 0;
    }

    .col-lg-2.logo-icon {
        min-width: 130px;
        max-width: 131px;
        padding: 0;
        margin: 0 5px 0 0;
    }

    .col-lg-2.social-icons {
        align-items: flex-end;
        max-width: 160px;
        padding: 0;
    }

    .col-lg-2.social-icons .inline-icons {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-height: 20px;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .col-lg-2.social-icons .inline-icons div a img {
        width: 20px;
    }

    .col-lg-2.social-icons .inline-icons div:nth-last-child(n+2) {
        margin-right: 1px;
    }

    .col-lg-2.social-icons .copyright {
        width: 100%;
        margin-top: 0;
        font-weight: 400;
        font-size: 16px;
        white-space: nowrap;
    }

    .footer-menu-block {
        max-width: 360px;
        min-width: 340px;
        display: flex;
        padding: 0;
        margin: 0 5px 0 0;
    }

    .footer-menu {
        flex-wrap: wrap;
    }

    .footer-menu div:nth-child(4) {
        order: 2;
    }

    .footer-menu div:nth-child(2) {
        order: 3;;
    }

    .footer-menu div:nth-child(5) {
        order: 4;
    }

    .footer-menu div:nth-child(3) {
        order: 5;
    }

    .footer-menu div:nth-child(6) {
        order: 6;
    }

    .footer-menu div:nth-child(1), .footer-menu div:nth-child(2), .footer-menu div:nth-child(3) {
        max-width: 121px;
        min-width: 120px;
    }

    .footer-menu div:nth-child(4), .footer-menu div:nth-child(5), .footer-menu div:nth-child(6) {
        max-width: 221px;
        min-width: 220px;
    }

    .footer-menu a {
        width: 100%;
        padding: 0 0 8px 0;
        font-weight: 400;
        font-size: 16px;
    }
}

@media (max-width: 644px) {
    .foot {
        padding: 25px 15px 0 15px;
    }

    .container.footer {
        margin: 0;
        padding: 0;
        max-width: 608px;
    }

    .row.footer {
        margin: 0;
    }

    .col-lg-2.logo-icon {
        padding: 0;
        margin: 0;
    }

    .footer-menu-block {
        display: flex;
        align-items: center;
        border-top: 1px solid #4CA7B7;
        border-bottom: 1px solid #4CA7B7;
        padding: 25px 0;
    }

    .footer-menu {
        flex-direction: column;
        justify-content: flex-start;
    }

    .footer-menu div:nth-last-child(n+2) {
        margin-bottom: 15px;
    }

    .footer-menu a {
        padding: 0;
        font-weight: 400;
        font-size: 16px;
    }

    .row.footer div.col-lg-2.social-icons {
        order: -1;
        align-items: center;
        margin-bottom: 25px;
    }

    .inline-icons div:nth-last-child(n+2) {
        margin-right: 25px;
    }

    .row.footer div.col-lg-2.logo-icon {
        order: 3;
    }

    .col-lg-2.social-icons .copyright {
        display: none;
    }

    .col-lg-2.social-icons .inline-icons {
        justify-content: center;
        margin: 0;
    }

    .top-left-line .logo img.fixed-width {
        width: 96px;
        margin: 5px 0 0 0;
    }

    div.copyright-2 {
        display: inline-block;
        float: right;
        color: #B5E2EA;
        margin-top: 0;
        font-weight: 400;
        font-size: 16px;
        white-space: nowrap;
        margin: 25px 0;
    }
}

@media (max-width: 320px) {
    .inline-icons div:nth-last-child(n+2) {
        margin-right: 18px;
    }
}

.lp-komu-intersno-all-horisont {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.lp-komu-intersno-all-horisont div:nth-last-child(2) {
    margin: 0 20px;
}

.lp-komu-intersno-one-horisont {
    display: flex;
    flex-direction: row;
}

.lp-komu-intersno-one-horisont-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*ПОЛЬЗОВАТЕЛЬСКИЕ ПВВ - сервис оценки других сотрудников (test/index.php)*/
.allusers {
    display: flex;
    flex-direction: column;
}

.allusers-row {
    display: flex;
    flex-direction: row;
    margin: 1px 0px;
}

.kartochka {
    width: 360px;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin: 5px;
}

.kartochka-cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 10px;
    padding: 2px 0;
}

.allusers-row.zagolovok {
    background: #eef2f4;
    margin: 0px 0px 10px 0px;
}

.allusers-cell {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.allusers-cell.visib-non {
    visibility: hidden;
    width: 0%;
}

details {
    border: 1px solid #999;
    border-radius: 5px;
    margin: 2px;
    padding: 1.04%;
    cursor: pointer;
}

summary {
    border-radius: 5px;
    background: -webkit-linear-gradient(top, #f3f3f3 50%, #e6e6e6 50%);
    margin: -1%;
    padding: 8px 10px;
    cursor: pointer;
}

input[type=submit], input[type=reset] {
    font-size: 18px;
    color: #121212;
    border: 1px solid #999;
    border-radius: 5px;
    background: -webkit-linear-gradient(top, #f3f3f3 50%, #e6e6e6 50%);
    margin: 2px;
    padding: 12px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgb(65 132 144 / 10%), 0 1px 3px rgb(0 0 0 / 8%);
}

input[type=submit]:hover {
    background: #eef2f4;
}

input[type=submit]:disabled {
    background: -webkit-linear-gradient(top, #f3f3f3 50%, #e6e6e6 50%);
    border-color: red;
    color: red;
    cursor: not-allowed;
    opacity: 30%;
}

/*ПОЛЬЗОВАТЕЛЬСКИЕ ПВВ - ЧЕКБОКСЫ в виде КНОПОК*/
.checkbox-btn {
    display: inline-block;
    margin: 0 5px 0 0;
    user-select: none;
    position: relative;
}

.checkbox-btn input[type=checkbox] {
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.checkbox-btn span {
    display: inline-block;
    font-size: 18px;
    color: #121212;
    cursor: pointer;
    padding: 0px 10px;
    line-height: 30px;
    border: 1px solid #999;
    border-radius: 5px;
    transition: background 0.2s ease;
    background: -webkit-linear-gradient(top, #f3f3f3 50%, #e6e6e6 50%);
    box-shadow: 0 4px 6px rgb(65 132 144 / 10%), 0 1px 3px rgb(0 0 0 / 8%);
}

.checkbox-btn input[type=checkbox]:checked + span {
    background: #bde7f5;
}

.focused span {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.checkbox-btn span:hover {
    background: #eef2f4;
}

.checkbox-btn input[type=checkbox]:active:not(:disabled) + span {
    background: #d2c5ac;
    color: #000;
}

.checkbox-btn input[type=checkbox]:disabled + span {
    background: #efefef;
    color: #666;
    cursor: default;
}

.checkbox-btn input[type=checkbox]:checked:disabled + span {
    background: #f7efdc;
}

/*ПОЛЬЗОВАТЕЛЬСКИЕ ПВВ - РАДИО-КНОПКИ*/
.form_radio_btn {
    display: flex;
    justify-content: stretch;
    margin-right: 10px;
}

.form_radio_btn input[type=radio] {
    display: none;
}

.form_radio_btn label {
    display: inline-block;
    width: 98%;
    cursor: pointer;
    padding: 0px 15px;
    border: 1px solid #999;
    border-radius: 6px;
    user-select: none;
    margin: 2px 0px;
}

.form_radio_btn input[type=radio]:checked + label {
    background: #bde7f5;
}

.form_radio_btn label:hover {
    background: #eef2f4;
}

/*ПОЛЬЗОВАТЕЛЬСКИЕ ПВВ - блок ответов (test/answer.php)*/
.text-block-answer-main-green {
    text-transform: uppercase;
    color: green;
}

.text-block-answer-main-red {
    text-transform: uppercase;
    color: red;
}

.Grad-row {
    display: flex;
    justify-content: center;
    font-size: 18px;
}

.Grad-cell {
    margin: 0 5px;
}

.table-block-answer-row {
    display: flex;
    max-width: 400px;
    background-color: #eef2f4;
    margin: 0 auto;
}

.table-block-answer-cell {
    padding: 5px;
    min-width: 300px;
}

.table-block-answer-cell p {
    margin: 0px;
}

/*ПОЛЬЗОВАТЕЛЬСКИЕ ПВВ - на главной под мобильную*/
.open_all_link.sucsefull.first {
    display: block;
}

@media (min-width: 576px) {
    .container.padding-zero-zero.sucsefull-flex-2 {
        display: none;
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    .col-lg-8.col-sm-12.padding-zero-zero, .onli-50-flex {
        padding: 0;
    }
}

@media (max-width: 575px) {
    .col-lg-8.col-sm-12.padding-zero-zero {
        padding: 0 15px;
    }
}

/*ПОЛЬЗОВАТЕЛЬСКИЕ ПВВ - на HEEDER главной под мобильную*/
.mobile-header.mobile {
    padding: 10px 0;
    height: 60px;
}

.container.upper.mobile {
    height: 40px;
}

@media (max-width: 768px) {
    .container.upper.mobile {
        max-width: 100%;
    }
}

@media (min-width: 475px) {
    .row-container-call-back.mobile {
        padding: 0 20px;
    }

    .phone-header-block-two.mobile {
        border-radius: 40px;
        width: 185px;
        height: 40px;
    }

    .phone-header-block-image-two {
        padding: 5px !important;
    }
}

@media (max-width: 474px) {
    div.row-container-call-back.mobile {
        display: none;
    }

    div.flex .mobile__search__icon.show-toggler {
        padding-right: 20px;
    }
}

/*ПОЛЬЗОВАТЕЛЬСКИЕ ПВВ - для УСЛУГ на главной под мобильную*/
@media (min-width: 992px) {
    .blicks-index-page.onli-50-item {
        margin-bottom: -3px;
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    .container.margin-15 {
        max-width: 96%;
        margin: 0 auto;
    }

    .container.padding-zero-zero {
        max-width: 100%;
        margin: 0;
    }

    .background-style-color.new-mob {
        padding-top: 1px;
        padding-bottom: 1px;
        margin-top: 5px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .slick-dotted.slick-slider {
        margin-bottom: 20px;
    }

    .onli-50-flex {
        display: flex;
        justify-content: space-between;
    }

    .onli-50-flex div.onli-50-row:nth-child(1) {
        padding-right: 10px;
    }

    .onli-50-flex div.onli-50-row:nth-child(2) {
        padding-left: 10px;
    }

    div.onli-50-row {
        display: block;
        width: 50%;
    }

    .blicks-index-page.onli-50-item {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
}

/*ПОЛЬЗОВАТЕЛЬСКИЕ ПВВ - для ИСТОРИЙ УСПЕХА на главной под мобильную*/
@media (max-width: 991px) and (min-width: 576px) {
    .container.padding-zero-zero {
        padding: 0;
        margin: 35px auto;
    }

    .events-top-block.sucsefull {
        padding: 0;
        margin: 0 auto 5px auto;
    }

    .container.padding-zero-zero {
        max-width: 95%;
    }

    .events-top-block.sucsefull {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .background-style-color.new-mob .slick-slide {
        padding: 0;
    }

    .background-style-color.new-mob div.project-item-inner {
        padding: 18px 15px 0 15px;
    }

    .container.padding-zero-zero.sucsefull-flex, .container.padding-zero-zero.sucsefull-flex-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 740px;
        margin: 0;
    }

    .slider_two > .arrow_left_project {
        left: -21px;
    }

    .slider_two > .arrow_right_project {
        right: -21px;
    }

    .top-block.sucsefull .slick-slide.slick-current.slick-active {
        padding: 0 25px;
    }

    .container.padding-zero-zero, .events-top-block.sucsefull {
        padding: 0;
    }

    .col-12.padding-30 {
        padding: 0 30px;
    }

    .open_all_link.sucsefull.first {
        display: none;
    }

    .open_all_link.sucsefull.second {
        display: inline-block;
        padding: 0 auto;
        margin-bottom: 50px;
    }
}

/*ПОЛЬЗОВАТЕЛЬСКИЕ ПВВ - для блока Smart-тарифы на главной под мобильную*/
@media (min-width: 1352px) {
    .smart-block-mobile {
        display: none;
    }
}

@media (max-width: 1351px) {
    .smart-block-desctope {
        display: none;
    }

    .smart-block-mobile {
        position: relative;
        background: no-repeat url("/local/templates/main/img/smart_blocks_fon.svg");
        background-size: cover;
        padding: 40px 15px 55px 15px;
        border-radius: 5px;
    }

    .smart-block-information-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .smart-block-information-name.mobile {
        margin: 0 0 11px 0;
    }

    p.smart-block-information-name.mobile {
        font-style: normal;
        font-weight: bold;
        font-size: 48px;
        color: #FFFFFF;
        margin-bottom: 10px;
    }

    p.smart-block-information-announce {
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        color: #FFFFFF;
        margin: 11px 0 20px 0;
    }

    p.smart-block-information-announce.mobile {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .smart-block-mobile {
        padding: 40px 15px;
    }
}

@media (max-width: 768px) {
    p.smart-block-information-name.mobile {
        font-size: 36px;
        margin-bottom: 10px;
    }

    p.smart-block-information-announce.mobile {
        font-size: 18px;
        max-width: 72%;
    }
}

@media (max-width: 425px) {
    p.smart-block-information-announce.mobile {
        max-width: 100%;
    }
}

/*ПОЛЬЗОВАТЕЛЬСКИЕ ПВВ - для ПОИСКА - BIG на главной под МОБИЛЬНую*/
.inline-search-block.fixed.big.mobile {
    display: none;
    height: 75px;
    top: 60px;
    position: absolute;
    padding: 15px 11%;
    background-color: #F4F4F4 !important;
}

.inline-search-block.fixed.big.mobile.active {
    display: block;
}

.maxwidth-theme.mobile {
    width: 100%;
    height: 45px;
    padding: 0;
}

.search-input-div.mobile {
    height: 45px;
    width: 100%;
    padding: 0 20px 0 0;
    background: 0 0;
    border: 1px solid #E3E1E1;
    border-radius: 23px;
}

.search-button-div.mobile {
    height: 45px;
    width: 20%;
    padding: 0;
}

.inline-search-block.fixed.big.mobile .search.mobile .search-input {
    top: 0;
    padding: 0;
}

.inline-search-block.fixed.big.mobile .search.mobile .search-input-div {
    background-color: white;
    padding-right: 0;
    margin: 0;
}

form.search.mobile {
    padding: 0;
}

.inline-search-block.fixed.big.mobile .search.mobile .search-button-div.mobile {
    top: 0;
}

.inline-search-block.fixed.big.mobile .search.mobile .search-button-div.mobile .btn-search {
    padding: 8px 10px;
    margin: 3px 0 0 0;
}

.inline-search-block.fixed.big.mobile .search.mobile .search-button-div.mobile .close-block {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    left: 20px;
}

.inline-search-block.fixed.big.mobile .search.mobile .search-button-div.mobile .close-block .svg.svg-close {
    width: 33px;
    background-position: -103px -117px;
}

.inline-search-block.fixed.big.mobile .search.mobile .search-button-div.mobile .close-block .close-icons svg {
    display: block;
    background: 0 0;
    top: 15px;
    padding-right: 20px;
}

.inline-search-block.fixed.big.mobile .search.mobile .search-input {
    border-bottom: none;
    margin: 2px 0 0 5px;
}

@media (max-width: 1100px) and (min-width: 1025px) {
    .inline-search-block.fixed.big.mobile {
        padding: 15px 7%;
    }
}

@media (max-width: 1024px) and (min-width: 900px) {
    .inline-search-block.fixed.big.mobile {
        padding: 15px 5%;
    }
}

@media (max-width: 899px) and (min-width: 769px) {
    .inline-search-block.fixed.big.mobile {
        padding: 15px 3%;
    }
}

@media (max-width: 768px) {
    .inline-search-block.fixed.big.mobile {
        padding: 15px 0;
    }
}

@media (max-width: 768px) and (min-width: 501px) {
    .maxwidth-theme.mobile {
        width: 96%;
    }
}

@media (max-width: 600px) {
    .maxwidth-theme.mobile {
        width: 92%;
    }

    .inline-search-block.fixed.big.mobile .search.mobile .search-button-div.mobile .close-block .close-icons svg {
        left: 10px;
    }
}

/*ПОЛЬЗОВАТЕЛЬСКИЕ ПВВ - для ОБЪЕДИНЯЯ БИЗНЕС - на главной под мобильную*/
@media (max-width: 768px) {
    .block-name-middle h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .number_count {
        font-size: 72px;
    }

    .item_count_number p.name-item-number {
        font-size: 20px;
    }
}

@media (max-width: 768px) and (min-width: 374px) {
    .col-xs-6.smooth-inset-box-shadow {
        width: 50%;
    }
}

@media (max-width: 768px) and (min-width: 561px) {
    span.specials {
        left: 85px !important;
        top: 60px !important;
    }

    span.specials-demo-dhr {
        left: 85px;
    }
}

@media (max-width: 560px) {
    .number_count {
        font-size: 60px;
    }

    .border-name-bottom {
        margin-bottom: 20px;
    }

    span.specials {
        left: 15px !important;
        top: 52px !important;
    }

    span.specials-demo-dhr {
        left: 15px;
    }

    .item_count_number p.info-item-number {
        display: none;
    }

    .item_count_number p.name-item-number {
        font-size: 18px;
    }
}

/*ПОЛЬЗОВАТЕЛЬСКИЕ ПВВ - для НОВОСТЕЙ-ВЕБИНАРОВ - на главной под мобильную*/
@media (max-width: 1352px) {
    .four-news {
        margin-top: 45px;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .container.news-mobile {
        padding: 0 15px;
        margin: 0;
        max-width: 100%;
    }

    .container.news-mobile.zero-zero {
        padding: 0;
    }

    .row.news-mobile, .col-sm-12.news-mobile {
        padding: 0;
        margin: 0;
    }

    .container.news-mobile.zero-zero > .row.news-mobile > .col-sm-12.col-lg-8.news-mobile {
        padding: 0;
        margin: 0;
    }

    .events-top-block.sucsefull.news-mobile {
        max-width: 96%;
    }

    .index-news-item-date.news-mobile {
        font-weight: 400;
    }

    .events-top-block.mero_zagol.sucsefull.news-mobile {
        margin-top: 35px;
        max-width: 100%;
    }

    .open_all_link.sucsefull.second.zero-zero {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    .row div.col-sm-6.news-mobile:nth-child(2), .row div.col-sm-6.news-mobile:nth-child(3) {
        margin-bottom: 20px;
    }

    .row div.col-sm-6.news-mobile:nth-child(4), .row div.col-sm-6.news-mobile:nth-child(5) {
        margin-bottom: 0;
    }

    .index-news-item-img.news-mobile {
        min-height: 182px;
    }
}

@media (max-width: 575px) and (min-width: 300px) {
    .col-sm-12.col-lg-4.xs-container-full .open_all_link.sucsefull.second {
        margin: 30px 0 50px 0;
    }

    .col-sm-6.news-mobile {
        margin-bottom: 20px;
    }

    .row div.col-sm-6.news-mobile:nth-last-child(1) {
        margin-bottom: 0;
    }

    .index-news-item-date.news-mobile {
        margin-bottom: 8px;
    }
}

@media (max-width: 575px) and (min-width: 426px) {
    .events-top-block.mero_zagol.sucsefull.news-mobile {
        margin-top: 0;
    }

    .index-news-item-img.news-mobile {
        min-height: 220px;
    }
}

@media (max-width: 768px) and (min-width: 320px) {
    .index-news-item-img.news-mobile {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 425px) and (min-width: 376px) {
    .index-news-item-img.news-mobile {
        min-height: 205px;
    }
}

@media (max-width: 375px) and (min-width: 321px) {
    .index-news-item-img.news-mobile {
        min-height: 178px;
    }
}

@media (max-width: 575px) {
    .four-news {
        margin-top: 35px;
        margin-bottom: 0;
    }
}

@media (max-width: 320px) {
    .index-news-item-img.news-mobile {
        min-height: 150px;
    }
}

/*ПОЛЬЗОВАТЕЛЬСКИЕ ПВВ - для СЛАЙДЕР-ВЕБИНАРА - на главной под мобильную*/
@media (max-width: 991px) and (min-width: 576px) {
    .slider_events.news-main {
        margin-bottom: 0;
        border-radius: 5px;
    }

    .slick-initialized .news-main.slick-slide {
        display: flex;
    }

    .events-slider-item-img.news-main {
        min-width: 50%;
    }

    .slider_events.news-main img.arrow_left_events {
        bottom: 3%;
        left: 30px;
    }

    .slider_events.news-main img.arrow_right_events {
        bottom: 3%;
        right: 30px;
    }

    .slider_events.news-main ul.events_dots {
        display: block;
        position: absolute;
        text-align: center;
        padding: 0;
        margin: 0;
        bottom: 3%;
        right: 45%;
    }
}

@media (max-width: 575px) and (min-width: 300px) {
    .slider_events.news-main ul.events_dots {
        padding: 0 0 20px 0;
        margin: 0;
    }
}

@media (max-width: 991px) and (min-width: 300px) {
    .slider-block-events.news-main.slick-slide.slick-current.slick-active {
        height: fit-content;
    }

    .events-slider-item-img.news-main {
        margin-bottom: 0;
    }

    .block-info-events.news-main {
        padding: 10px 20px 0 20px;
        margin-bottom: 40px;
    }

    .block-info-events.news-main .xs-text-center, .block-info-events.news-main .xs-text-center a {
        text-align: left;
    }

    .events-slider-item-name.news-main {
        padding: 0;
        margin-bottom: 20px;
    }

    .events-slider-item-name.news-main a {
        font-size: 20px;
    }

    .events-slider-item-descr.news-main {
        padding: 0;
        margin-top: 0;
    }
}

/*ПОЛЬЗОВАТЕЛЬСКИЕ ПВВ - для 1-го СЛАЙДЕРA-слaйд-если-видео - на главной под мобильную*/
.slider__video {
    width: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
}

@media (max-width: 1439px) {
    .slider__video {
        height: auto;
    }
}

@media (width: 1024px) {
    .slider__video {
        max-height: 242px;
    }
}

@media (width: 768px) {
    .slider__video {
        max-height: 293px;
    }
}

@media (width: 425px) {
    .slider__video {
        max-height: 155px;
    }
}

@media (width: 375px) {
    .slider__video {
        max-height: 135px;
    }
}

@media (width: 320px) {
    .slider__video {
        max-height: 112px;
    }
}

/*ПОЛЬЗОВАТЕЛЬСКИЕ ПВВ - для СЛАЙДЕРA SMART-тарифов*/
.smart-block-slider-mobile.slick-slider {
    width: 80%;
    margin: 0 auto;
    height: 465px;
    top: -15px;
}

.smart-block-slider-mobile .left_arrow_slider {
    left: -8%;
}

.smart-block-slider-mobile .right_arrow_slider {
    right: -8%;
}

.smart-block-slider-mobile .slick-dots li { /*кнопки в слайдере*/
    background-color: #00859b;
    border-radius: 20px;
}

@media (min-width: 769px) {
    .smart-block-slider-mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .small-block-rate-mobile {
        height: 435px;
        background-color: #F8F8F8;
        border-radius: 10px;
        display: block;
        margin: 15px 0;
    }

    .small-block-rate-mobile .block-rate-name {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        text-align: center;
        color: #141315;
        padding: 10px 0px 20px 0px;
    }

    .small-block-rate-mobile .block-rate-info-text {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        text-align: center;
        color: #303030;
    }

    .small-block-rate-mobile .block-rate-info-price {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 40px;
        align-items: center;
        text-align: center;
        color: #00859B;
        padding: 35px 0px 35px 0px;
    }

    .best-block-rate-mobile {
        height: 465px;
        background-color: #F89A1C;
        border-radius: 10px;
        display: block;
        padding-top: 0;
    }

    .best-block-rate-mobile .block-rate-name {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        text-align: center;
        color: #ffffff;
        padding: 10px 0px 20px 0px;
    }

    .best-block-rate-mobile .block-rate-info-text {
        font-family: Source Sans Pro;
        font-style: normal;
        font-size: 20px;
        text-align: center;
        color: #ffffff;
    }

    .best-block-rate-mobile .block-rate-info-price {
        font-family: Source Sans Pro;
        font-style: normal;
        font-size: 40px;
        text-align: center;
        color: #ffffff;
        padding: 35px 0px 35px 0px;
    }

    .best-block-rate-mobile .block-rate-link {
        background: #00859B;
        border-radius: 50px;
        display: flex;
        vertical-align: middle;
        width: 210px;
        height: 50px;
        margin: 0 auto;
        transition: 0.5s;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }

    .best-block-rate-mobile .block-rate-link:hover {
        background: #DB5C30;
        transition: 0.5s;
        cursor: pointer;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }

    .block-rate {
        display: none;
    }

    .block-rate-info-logo.mobile {
        padding-top: 30px;
    }

    .best-block-rate-mobile .block-rate-info-logo.mobile {
        padding-top: 45px;
    }

    .block-rate-info-logo.mobile img {
        margin: 0 auto;
    }

    .block-rate-name.mobile {
        padding: 20px 0;
    }

    .block-rate-info-price.mobile {
        padding: 20px 0;
    }

    .block-rate-link.mobile {
        height: 45px;
    }
}

@media (max-width: 425px) {
    .smart-block-slider-mobile .left_arrow_slider {
        left: -10%;
    }

    .smart-block-slider-mobile .right_arrow_slider {
        right: -10%;
    }
}

/*для БЛОКА "НАШИ ПАРТНЕРЫ + ПОДПИСКА НА НОВОСТИ" на главной*/
.block_subscribe_news_mobile {
    display: none;
}

.block_subscribe_news_mobile a {
    display: inline-block;
    height: 45px;
    border-radius: 30px;
    color: #F89A1C;
    padding: 10px 40px;
    font-weight: 700;
    background-color: #ffffff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.block_subscribe_news_mobile a:hover {
    cursor: pointer;
    background: #DB5C30;
    color: #ffffff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

@media (max-width: 768px) {
    .col-sm-12.padding-zero-zero {
        padding: 0;
    }

    .block__subscribe__news {
        display: none;
    }

    .container.padding-15-margin-zero-mobile {
        padding: 0 15px;
        margin: 0;
        max-width: 100%;
    }

    .row.margin-zero-zero-mobile {
        margin: 0;
    }

    .clients-logo .big-title {
        margin-bottom: 0;
    }

    .clients-logo .container.mobile {
        padding: 0;
        max-width: 100%;
    }

    .block_subscribe_news_mobile {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        position: relative;
        width: 100%;
        background-image: url(https://www.tanais.ru/local/templates/main/img/banner_about_news_fon.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right top;
        margin: 30px 0 0 0;
        padding: 25px 30px;
    }

    .block_subscribe_news_text {
        max-width: 80%;
    }

    .block_subscribe_action_mobile {
        text-align: right;
    }

    .block_subscribe_news_text_zagolovok {
        font-weight: bold;
        font-size: 30px;
        color: #FFFFFF;
        margin-bottom: 5px;
    }

    .block_subscribe_news_text_text {
        font-size: 18px;
        color: #FFFFFF;
    }
}

@media (max-width: 425px) {
    .block_subscribe_news_mobile {
        flex-direction: column;
        background-position: 83% bottom;
        padding: 20px;
    }

    .block_subscribe_news_text, .block_subscribe_action_mobile {
        width: 100%;
    }

    .block_subscribe_news_text {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .block_subscribe_news_text_zagolovok {
        margin-bottom: 10px;
    }

    .block_subscribe_action_mobile {
        text-align: center;
    }
}

@media (max-width: 425px) {
    .clients__slider img {
        width: 100px;
    }
}

@media (max-width: 320px) {
    .clients__slider img {
        height: 40px;
        width: 80px;
    }
}

/*для ПЛАТФОРМ (Directum_Rx) под мобильные*/
.slider-platforms, .slider-platforms-one {
    display: none;
}

.slider-platforms-projects, .slider-platforms.reviews {
    display: block;
    margin: 0 20px;
}

.slider-platforms.reviews .cerf-text {
    width: 90%;
    margin: 0 auto;
}

.slider-platforms.reviews img.arrow_left_project {
    position: absolute;
    left: -15px;
    top: 140px;
}

.slider-platforms.reviews img.arrow_right_project {
    position: absolute;
    right: -15px;
    top: 140px;
}

.slider-platforms-projects img.arrow_left_project {
    position: absolute;
    left: -20px;
    top: 120px;
}

.slider-platforms-projects img.arrow_right_project {
    position: absolute;
    right: -20px;
    top: 120px;
}

.benefit-block .row {
    flex-wrap: nowrap;
}

@media (max-width: 768px) {
    .page-platform {
        margin: 0;
        max-width: 100%;
        width: 100%;
    }

    .direct-rx-desctop {
        display: none;
    }

    .slider-platforms, .slider-platforms-one {
        display: block;
        margin: 0 0 0 15px;
    }

    .page-name-logo h1 {
        margin: 20px 0;
    }

    .page-name-logo .page-block-image img {
        height: 50px;
    }

    .page-platform h4, .page-platform h3 {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .page-platform-list-block {
        padding-top: 30px;
    }

    .page-platform-list-block h4 {
        font-size: 20px;
    }

    .page-platform-list-block .list-block-name h4 {
        margin-top: 12px;
        margin-bottom: 15px;
    }

    .page-platform-list-block .benefit-block {
        padding-right: 0;
    }

    .page-platform-list-block .benefit-block .list-block-image img {
        height: 30px;
    }

    .page-platform-list-block .benefit-block .list-block-text {
        padding-left: 40px;
        padding-right: 20px;
    }

    .page-platform-blocks-list h4 {
        margin-top: 30px;
    }

    .block-list-item {
        height: 95%;
    }

    .button-link-platforms {
        width: 280px;
    }

    .slider-platforms img.arrow_left_project, .slider-platforms-one img.arrow_left_project {
        display: block;
        position: absolute;
        left: -15px;
        top: 100px;
    }

    .slider-platforms img.arrow_right_project, .slider-platforms-one img.arrow_right_project {
        display: block;
        position: absolute;
        right: -15px;
        top: 100px;
    }

    .slider-platforms div.project-item-text, .slider-platforms-one div.project-item-text {
        line-height: 15px;
    }

    .page-block-image {
        margin-right: 0;
    }
}

@media (max-width: 520px) {
    .benefit-block .row .list-block-name {
        max-width: 100%;
    }
}

@media (max-width: 425px) {
    .page-name-logo .page-block-image img {
        height: 40px;
    }

    .page-block-name h1 {
        font-size: 36px;
    }

    .page-platform h3 {
        margin-top: 40px;
    }

    .page-platform h4 {
        margin-top: 30px;
    }

    .page-platform-list-block .benefit-block .list-block-text {
        padding-right: 0;
    }

    .slider-platforms, .slider-platforms-one {
        margin: 0 5px 0 10px;
    }
}

/*для СЕРВИСОВ 1 С*/
.cena-otchetnost {
    display: flex;
    flex-direction: column;
    background-color: #f9fafc;
}

.cena-otchetnost-row.zagolovok {
    background-color: #00859b;
    border-radius: 5px;
}

.cena-otchetnost-row.zagolovok .cena-otchetnost-cel p {
    color: white;
    margin: 35px 0;
}

.cena-otchetnost-row.zagolovok .cena-otchetnost-cel-zone p {
    color: white;
    margin: 10px 0;
}

.cena-otchetnost-row {
    display: flex;
    width: 100%;
}

.cena-otchetnost-row:nth-child(3), .cena-otchetnost-row:nth-child(5), .cena-otchetnost-row:nth-child(7), .cena-otchetnost-row:nth-child(9) {
    background-color: #F4F4F4;
}

.cena-otchetnost-row:nth-child(even) {
    background-color: white;
}

.cel-1 {
    width: 40%;
}

.cel-2 {
    width: 15%;
    text-align: center;
}

.cena-otchetnost.second .cel-2 {
    width: 30%;
}

.cena-otchetnost.third .cel-1 {
    width: 8%;
    text-align: center;
}

.cena-otchetnost.third .cel-2 {
    width: 23%;
}

.zagolovok-cel {
    display: none;
}

.cena-otchetnost.fourth {
    background-color: #f9fafc;
}

.cena-otchetnost.fourth .cel-1 {
    width: 25%;
    text-align: center;
    display: block;
    margin: auto;
}

.cena-otchetnost.fourth .cel-2 {
    width: 12.5%;
    text-align: center;
    display: block;
    margin: auto;
}

.cena-otchetnost.fourth .cel-4 {
    width: 20%;
    text-align: center;
}

.cena-otchetnost-cel-zone {
    width: 62.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.cena-otchetnost-cel-zone {
    width: 62.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.cena-otchetnost-cel-zone-zagolovok {
    width: 100%;
    text-align: center;
}

.cena-otchetnost .cena-otchetnost-cel:nth-last-child(n+2) {
    border-right: 2px solid white;
}

.cena-otchetnost.fourth .cena-otchetnost-row.zagolovok .cena-otchetnost-cel-zone .cena-otchetnost-cel-zone-zagolovok {
    border-bottom: 2px solid white;
}

.cena-otchetnost-cel-zone-stroka {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.block-UL-IP {
    width: 62.5%;
    display: flex;
    flex-direction: column;
}

.block-UL-IP .cena-otchetnost-cel-zone.zagolovok-cel-2 {
    background-color: #00859b;
    color: white;
}

.block-UL-IP .cena-otchetnost-cel-zone.zagolovok-cel-2 .cena-otchetnost-cel-zone-zagolovok {
    border-bottom: 2px solid white;
}

.UL-IP-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.zagolovok-cel-2 {
    display: none;
}

.cena-otchetnost.second .cena-otchetnost-row.zagolovok .cena-otchetnost-cel p {
    margin: 20px 10px;
}

@media (max-width: 1200px) {
    .cena-otchetnost-row.zagolovok .cena-otchetnost-cel p {
        margin: 40px 0;
    }

    .cena-otchetnost-row.zagolovok .cena-otchetnost-cel.cel-2 p {
        margin: 53px 0;
    }

    .cena-otchetnost-row.zagolovok .cena-otchetnost-cel-zone p {
        margin: 20px 0;
    }
}

@media (max-width: 540px) {
    .cena-otchetnost.third .cena-otchetnost-row.zagolovok, .cena-otchetnost.fourth .cena-otchetnost-row.zagolovok {
        display: none;
    }

    .cena-otchetnost.third .cena-otchetnost-row, .cena-otchetnost.fourth .cena-otchetnost-row {
        flex-direction: column;
    }

    .block-UL-IP, .cena-otchetnost.third .cel-2 {
        width: 100%;
    }

    .zagolovok-cel {
        display: block;
        padding: 10px;
    }

    .zagolovok-cel-2 {
        display: block;
        width: 100%;
        background-color: #eee;
    }

    .cena-otchetnost.fourth .cel-1 {
        width: 100%;
        background-color: #eee;
        font-weight: bold;
    }

    .cena-otchetnost.fourth .cel-2 {
        display: none;
    }

    .cena-otchetnost-cel.zagolovok-cel-2 {
        font-weight: bold;
        text-align: center;
    }

    .cena-otchetnost.fourth .cena-otchetnost-row .cena-otchetnost-cel.cel-1, .cena-otchetnost-row .cena-otchetnost-cel.zagolovok-cel-2 {
        background-color: #00859b;
        color: white;
        border-right: none;
    }

    .UL-IP-row {
        background-color: white;
    }
}

/*ПОЛЬЗОВАТЕЛЬСКИЕ ПВВ - для Поиска под мобильную*/
@media (max-width: 768px) {
    div#form-search-mobile form {
        display: flex;
    }

    .search__mobile__panel {
        justify-content: space-around;
        width: 95% !important;
    }

    div#form-search-mobile {
        margin: 0;
        padding: 0;
    }

    div#form-search-mobile form {
        margin: 0;
    }

    div#form-search-mobile input[type=text] {
        flex: 6 6 120px;
        border: none;
    }

    div#form-search-mobile input[type=submit] {
        padding: 4px 6px;
        border-radius: 20px;
        margin-left: 10px;
        flex: 0 0 63px;
        box-shadow: none;
        background: #f89a1c;
        color: white;
    }
}

/*Таблица 5 КОЛОНОК в стиле Б-24,см.https://www.tanais.ru/platforms/ario-one/stoimost-ario-one/
или https://www.tanais.ru/about/news/1c/prolongatsiya-dogovora-1c-do-kontsa-dekabrya-po-starym-tsenam/ */
.ario-price {
    display: flex;
    flex-direction: column;
    vertical-align: middle;
}

.ario-price-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 16px;
    padding: 0;
}

.ario-price-row.zagolovok {
    font-size: 18px;
    background-color: #00859b;
    color: #fff;
    border-radius: 5px 5px 0 0;
    align-self: center;
}

.ario-price-row.zagolovok .ario-price-cel {
    min-height: 165px;
    align-self: center;
    text-align: center
}

.ario-price-row.zagolovok .ario-price-cel.otchetnost-cena {
    min-height: 70px;
}

.ario-price-row.zagolovok .ario-price-cel.min-height-kassa {
    min-height: 80px;
}

.ario-price-row.zagolovok .ario-price-cel.min-heigh-konnect {
    min-height: 125px;
}

.ario-price-row.zagolovok .ario-price-cel.min-height-konsultacion {
    min-height: 80px;
}

.ario-price-row.zagolovok .ario-price-cel.cel-1-20, .ario-price-row.zagolovok .ario-price-cel.cel-2-20 {
    min-height: 115px;
}

span.only-mobile-text, span.only-mobile-text-2 {
    display: none;
}

.ario-price-row .ario-price-cel {
    min-height: 50px;
}

.ario-price-row.zagolovok .ario-price-cel.min-height-kassa.cel-2 {
    height: 80px;
    min-height: 80px;
}

.ario-price-cel {
    display: flex;
    align-self: center;
    align-items: center;
    padding: 5px 10px;
}

.txt-inner-center {
    margin: 0 auto;
}

.cel-1-100-kassa {
    width: 100%;
}

.cel-1 { /*для ПЕРВОЙ ячейки строки - ЗАГОЛОВКА СТРОКИ (СХЕМА 1 + 4)*/
    width: 40%;
}

.cel-1-20 { /*для ПЕРВОЙ ячейки строки - ЗАГОЛОВКА СТРОКИ (СХЕМА 1 + 5)*/
    width: 20%;
}

.cel-1-101 { /*для ВТОРOЙ ячейки строки - ячеек с данными (ТАКИХ 5 столбцов, (СХЕМА 1 + 0.5 + 1)*/
    width: 25%;
}

.cel-1-111 { /*для ПЕРВОЙ ячейки строки - ЗАГОЛОВКА СТРОКИ (СХЕМА 1 + 1 + 1)*/
    width: 25%;
}

.cel-1-201 { /*для ПЕРВОЙ ячейки строки - ЗАГОЛОВКА СТРОКИ (СХЕМА 1 + 0.5 + 1)*/
    width: 25%;
}

.cel-2 { /*для ВТОРИЧНЫХ ячеек строки - ячеек с данными (ТАКИХ 4 столбца, СХЕМА 1 + 4)*/
    width: 15%;
}

.cel-2-20 { /*для ВТОРИЧНЫХ ячеек строки - ячеек с данными (ТАКИХ 1 столбец, СХЕМА 1 + 5)*/
    width: 16%;
}

.cel-2-101 { /*для ВТОРOЙ ячейки строки - ячеек с данными (ТАКИХ 5 столбцов, (СХЕМА 1 + 0.5 + 1)*/
    width: 15%;
}

.cel-2-111 { /*для ВТОРOЙ ячейки строки - ячеек с данными (ТАКИХ 5 столбцов, (СХЕМА 1 + 1 + 1)*/
    width: 50%;
}

.cel-3-101 { /*для ТРЕТЕЙ ячейки строки - ячеек с данными (ТАКИХ 1 столбец, (СХЕМА 1 + 0.5 + 1)*/
    width: 60%;
}

.cel-3-111 { /*для ТРЕТЕЙ ячейки строки - ячеек с данными (ТАКИХ 1 столбец, (СХЕМА 1 + 1 + 1)*/
    width: 25%;
}

.cel-22 { /*для ШИРОКОЙ ячейки - на 4 столбца (ЕСЛИ есть такие)*/
    width: 60%;
    border-right: none;
}

.ario-price-cel.zagolovok.mobile, .ario-price-cel.zagolovok.mobile-111 {
    display: none;
}

@media (min-width: 1001px) {
    .ario-price-row:nth-child(5), .ario-price-row:nth-child(9), .ario-price-row:nth-child(13), .ario-price-row:nth-child(17), .ario-price-row:nth-child(21), .ario-price-row:nth-child(25), .ario-price-row:nth-child(29), .ario-price-row:nth-child(33), .ario-price-row:nth-child(37), .ario-price-row:nth-child(41), .ario-price-row:nth-child(45), .ario-price-row:nth-child(49), .ario-price-row:nth-child(53), .ario-price-row:nth-child(57), .ario-price-row:nth-child(61), .ario-price-row:nth-child(65), .ario-price-row:nth-child(69), .ario-price-row:nth-child(73) {
        background-color: #F4F4F4;
    }
}

@media (min-width: 1001px) {
    .ario-price-cel:nth-child(5n+1), .ario-price-cel:nth-child(5n+2), .ario-price-cel:nth-child(5n+3), .ario-price-cel:nth-child(5n+4) {
        border-right: 2px solid white;
    }

    .ario-price-cel.min-heigh-konnect:nth-child(5n+3) {
        border-right: none;
    }

    .ario-price-cel.cel-2-20:nth-child(5n+5) {
        border-right: 2px solid white;
    }

    .ario-price-cel.cel-2-20:nth-child(5n+6) {
        border-right: none;
    }
}

@media (max-width: 1330px) {
    .ario-price-row.zagolovok .ario-price-cel.min-height-kassa {
        min-height: 80px;
    }

    .ario-price-row.zagolovok .ario-price-cel.min-height-konsultacion {
        min-height: 80px;
    }

    .ario-price-row.zagolovok .ario-price-cel.min-heigh-konnect {
        min-height: 155px;
    }

    .ario-price-row.zagolovok .ario-price-cel {
        min-height: 215px;
    }
}

@media (max-width: 1024px) {
    .ario-price-row.zagolovok {
        border-radius: 5px 5px 0 0;
        font-size: 16px;
    }

    .ario-price-row.zagolovok .ario-price-cel:nth-child(2), .ario-price-row.zagolovok .ario-price-cel:nth-child(3), .ario-price-row.zagolovok .ario-price-cel:nth-child(4) {
        border-right: 2px solid white;
        border-bottom: 2px solid white;
    }

    .ario-price-row.zagolovok .ario-price-cel.min-heigh-konnect:nth-child(5n+3) {
        border-right: none;
    }

    .ario-price-row.zagolovok .ario-price-cel.cel-1-111 {
        border-right: 2px solid white;
    }

    .ario-price-row.zagolovok .ario-price-cel.cel-1-111, .ario-price-row.zagolovok .ario-price-cel.cel-2-111, .ario-price-row.zagolovok .ario-price-cel.cel-3-111 {
        border-bottom: none;
    }

    .ario-price-row.zagolovok .ario-price-cel:nth-child(5) {
        border-bottom: 2px solid white;
    }

    .ario-price-row.zagolovok .ario-price-cel.cel-2-20:nth-child(6) {
        border-bottom: 2px solid white;
    }

    .ario-price-row.zagolovok .ario-price-cel {
        min-height: 130px;
    }

    .ario-price-row.zagolovok .ario-price-cel.min-height-kassa.cel-2 {
        height: 80px;
        min-height: 80px;
    }

    .ario-price-row.zagolovok .ario-price-cel.min-height-konsultacion {
        height: 80px;
        min-height: 80px;
    }

    span.only-mobile-text {
        display: inline;
    }

    .ario-price-cel {
        justify-content: center;
    }

    .ario-price-cel.cel-1, .ario-price-cel.cel-1-20, .ario-price-cel.cel-1-101, .ario-price-row.cel-1-100-kassa {
        display: none;
    }

    .ario-price-cel.zagolovok.mobile {
        display: block;
        width: 100%;
        background-color: #00859b;
        color: #fff;
        font-size: 16px;
    }

    .ario-price-cel.zagolovok.mobile p {
        color: #fff;
    }

    .ario-price-cel.zagolovok.mobile .ario-price-cel {
        border: none;
        text-align: center;
    }

    .ario-price-cel.zagolovok.mobile:first-of-type {
        border-top: 2px solid white;
    }

    .ario-price-cel.zagolovok.mobile {
        border-right: none;
    }

    .zagolovok.mobile .ario-price-cel .txt-inner-center a {
        color: #f89a1c;
    }

    .cel-2 {
        width: 25%;
    }

    .cel-2-20 {
        width: 20%;
    }

    .cel-22 {
        width: 100%;
    }

    .cel-2-101 {
        width: 15%;
    }

    .cel-3-101 {
        width: 85%;
        border-right: none !important;
    }

    .ario-price-row

    .111: nth-child(1), . ario-price-row.111: nth-child(3), . ario-price-row.111: nth-child(5), . ario-price-row.111: nth-child(7), . ario-price-row.111: nth-child(9), . ario-price-row.111: nth-child(11) {
    background-color: #F4F4F4;
}
    .ario-price-cel.cel-2-20:nth-child(5n+5) {
        border-right: 2px solid white;
    }
}

@media (max-width: 900px) {
    .ario-price-row.zagolovok .ario-price-cel.cel-2 {
        height: 175px;
    }

    .ario-price-row.zagolovok .ario-price-cel.otchetnost-cena.cel-2 {
        height: 70px;
    }

    .ario-price-row.zagolovok .ario-price-cel.min-height-kassa.cel-2 {
        height: 80px;
        min-height: 80px;
    }
}

@media (max-width: 700px) and (min-width: 601px) {
    .ario-price-row.zagolovok .ario-price-cel.min-heigh-konnect {
        min-height: 170px;
    }
}

@media (max-width: 600px) {
    .ario-price-cel.cel-1-111 {
        display: none;
    }

    .ario-price-cel.zagolovok.mobile-111 {
        display: block;
        width: 100%;
        background-color: #00859b;
        color: #fff;
        font-size: 16px;
    }

    .ario-price-row.zagolovok .ario-price-cel.cel-2-111, .ario-price-row.zagolovok .ario-price-cel.cel-3-111 {
        border-bottom: 2px solid white;
    }

    .ario-price-row.zagolovok .ario-price-cel.cel-3-111 {
        border-right: none;
    }

    .cel-2-111 {
        width: 50%;
    }

    .cel-3-111 {
        width: 50%;
    }

    .111 {
        background-color: white !important;
    }
}

@media (max-width: 542px) {
    .ario-price-row.zagolovok .ario-price-cel.cel-1-20, .ario-price-row.zagolovok .ario-price-cel.cel-2-20 {
        min-height: 175px;
    }
}

@media (max-width: 500px) {
    .ario-price-row.zagolovok .ario-price-cel.cel-2 {
        height: 205px;
    }

    .ario-price-row.zagolovok .ario-price-cel.min-height-kassa.cel-2 {
        height: 80px;
        min-height: 80px;
    }

    .ario-price-cel.cel-2-101 {
        display: none;
    }

    .cel-3-101 {
        width: 100%;
    }

    span.only-mobile-text-2 {
        display: inline;
    }
}

@media (max-width: 375px) {
    .ario-price-row.zagolovok .ario-price-cel.cel-2 {
        height: 320px;
    }

    .ario-price-row.zagolovok .ario-price-cel.min-height-kassa.cel-2 {
        height: 130px;
    }
}

/*Cписок 2-го уровня*/
ul.second {
    list-style-image: none;
    list-style-type: none;
}

li.second:before {
    color: red;
    content: "➤";
    padding-right: 10px;
}

/*Cтраницы УСЛУГИ*/
.pageService-inner {
    height: min-content;
}

@media (min-width: 1600px) {
    .service-decription-block-one {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 768px) {
    /*Cкрыл блок Инт-аг и НАстройки*/
    .col-lg-4.col-md-12.col-sm-12.col-xs-12.onli-50-flex {
        display: none;
    }

    .service-decription-block-one {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .service-decription-block-one .platform-block-info {
        display: none;
    }

    .service-decription-block-one .platform-block {
        height: 220px;
    }
}

@media (max-width: 734px) {
    .service-decription-block-one {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .service-decription-block-one .platform-block {
        height: 200px;
    }
}

@media (max-width: 633px) {
    .service-decription-block-one .platform-block {
        height: 220px;
    }
}

@media (max-width: 576px) {
    .service-decription-block-one {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .service-decription-block-one .platform-block {
        height: 200px;
    }
}

@media (max-width: 360px) {
    .service-decription-block-one {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*МЕНЮ РАЗДЕЛА НОВОЕ*/
.row-special-header-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.mobile-menu-service-new,
.mobile-menu-service-new-2 {
    display: block;
    padding: 0;
    margin: 0;
    max-width: 100%;
    border-top: 1px solid rgba(239, 241, 245, 0.8);
}

.row-special-header-menu .mobile-menu-service-new-2 {
    width: 165px;
    align-self: center;
    border-top: none;
    margin: 0 0 0 20px;
}

@media (max-width: 991px) {
    .row-special-header-menu .mobile-menu-service-new-2 {
        margin: 3px auto;
    }

    .row-special-header-menu .container {
        margin: 0;
        width: 100%;
    }
}

.zagolovok-one-menu-razdela-mobile-new.mobile-visible,
.zagolovok-two-menu-razdela-mobile-new.mobile-visible {
    display: block;
    border-bottom: 1px solid rgba(239, 241, 245, 0.8); /*#eff1f5;*/
    padding: 5px 23px;
}

.zagolovok-one-menu-razdela-mobile-new-2.mobile-visible {
    display: block;
    border: 2px solid rgba(239, 241, 245, 0.8); /*#eff1f5;*/
    padding: 5px 23px;
    border-radius: 10px;
    box-shadow: 0 4px 25px rgb(31 21 43 / 15%);
}

.zagolovok-one-menu-razdela-mobile-new-2.mobile-visible:hover {
    cursor: pointer;
}

.zagolovok-one-menu-razdela-mobile-new-2.mobile-visible a {
    color: #000;
    font-size: 18px;
}

.zagolovok-one-menu-razdela-mobile-new-2 {
    margin: 0 auto;
    max-width: fit-content;
}

.zagolovok-one-menu-razdela-mobile-new.mobile-invisible,
.zagolovok-one-menu-razdela-mobile-new-2.mobile-invisible,
.zagolovok-two-menu-razdela-mobile-new.mobile-invisible,
.pageService-inner-menu-new.mobile-invisible,
.pageService-inner-menu-new-2.mobile-invisible {
    display: none;
}

.mobile__toogle__menu__section.mobile-invisible {
    display: none;
}

.mobile__toogle__menu__section.mobile-visible {
    display: block;
}

.pageService-inner-menu-new-2 .mobile__toogle__menu__section .sidebar {
    padding-top: 0;
}

.pageService-inner-menu-new-2.mobile-visible {
    display: block;
    max-width: 340px;
    border-radius: 7px;
    box-shadow: 0 4px 25px rgb(31 21 43 / 15%);
    background-color: white;
    padding: 7px;
    position: absolute;
    z-index: 99;
    left: calc((100% - 300px) / 2 + 40px);
    top: 0;
}

.zagolovok-one-menu-razdela-mobile-new ul.side-menu-new > li > a,
.zagolovok-one-menu-razdela-mobile-new ul.side-menu-new li.child > a,
.zagolovok-two-menu-razdela-mobile-new ul.side-menu-new li.child > a,
.zagolovok-two-menu-razdela-mobile-new ul.side-menu-new > li > a,
.zagolovok-one-menu-razdela-mobile-new-2 ul.side-menu-new > li > a,
.zagolovok-one-menu-razdela-mobile-new-2 ul.side-menu-new li.child > a,
.pageService-inner-menu-new.mobile-visible ul.side-menu > li > a {
    color: #000;
    cursor: pointer;
}

span.menu-rotate-up {
    display: inline-block;
    color: #f89a1c;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

span.menu-rotate-down {
    display: inline-block;
    color: #f89a1c;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu-service-new .sidebar {
    padding-top: 0;
}

.mobile-menu-service-new .side-menu > li:nth-last-child(1) {
    border-bottom: 1px solid rgba(239, 241, 245, 0.8); /*#eff1f5;*/
}

.mobile-menu-service-new .pageService-inner-menu-new .sidebar .side-menu,
.mobile-menu-service-new-2 .pageService-inner-menu-new-2 .sidebar .side-menu {
    border: none;
    margin: 7px 0;
}

.zagolovok-one-menu-razdela-mobile-new,
.zagolovok-two-menu-razdela-mobile-new {
    text-align: center;
    padding: 0 15px;
}

.zagolovok-one-menu-razdela-mobile-new-2 {
    text-align: center;
    padding: 15px;
}

.zagolovok-one-menu-razdela-mobile-new ul.side-menu-new,
.zagolovok-one-menu-razdela-mobile-new-2 ul.side-menu-new,
.zagolovok-two-menu-razdela-mobile-new ul.side-menu-new {
    list-style-image: none;
    list-style-type: none;
}

.pageService-inner-menu-new.mobile-visible .nav > li > a:hover,
.nav > li > a:focus,
.pageService-inner-menu-new.mobile-visible .sidebar .side-menu > li.selected > a,
.pageService-inner-menu-new-2.mobile-visible .nav > li > a:hover,
.pageService-inner-menu-new-2.mobile-visible .nav > li > a:active,
.pageService-inner-menu-new-2.mobile-visible .sidebar .side-menu > li.selected > a {
    background-color: #F4F4F4;
    color: #F89A1C;
    font-weight: bold;
}

.pageService-inner-menu-new.mobile-visible ul.nav.side-menu-new.dropdowner,
.pageService-inner-menu-new-2.mobile-visible ul.nav.side-menu-new-2.dropdowner {
    background-color: #00859B;
}

.pageService-inner-menu-new.mobile-visible .mobile__toogle__menu__section,
.pageService-inner-menu-new-2.mobile-visible .mobile__toogle__menu__section {
    display: block;
}

.pageService-inner-menu-new, .pageService-inner-description {
    max-width: fit-content;
    padding: 0;
    margin: 0 auto;
}

.pageService-inner-menu-new-2 {
    width: fit-content;
    padding: 0;
    margin: 0 auto;
}

.side-menu-new > li.item.child > a.btn-dropdowner {
    padding: 18px 23px;
}

.pageService-inner-menu-new .side-menu > li {
    border-top: 1px solid rgba(239, 241, 245, 0.8); /*#eff1f5;*/
}

.pageService-inner-menu-new-2 .side-menu > li {
    border-top: none;
}

.pageService-inner-menu-new .side-menu > li:first-of-type,
.pageService-inner-menu-new-2 .side-menu > li:first-of-type {
    border-top: none;
}

.pageService-inner-menu-new .side-menu > li > a,
.pageService-inner-menu-new-2 .side-menu > li > a {
    padding: 5px 23px;
}

@media (max-width: 991px) {
    .mobile-menu-service-new {
        background: #00859B;
    }

    .zagolovok-one-menu-razdela-mobile-new.mobile-visible, .zagolovok-two-menu-razdela-mobile-new.mobile-visible {
        padding: 5px 0;
    }

    .zagolovok-one-menu-razdela-mobile-new ul.side-menu-new > li > a, .zagolovok-one-menu-razdela-mobile-new ul.side-menu-new li.child > a, .zagolovok-two-menu-razdela-mobile-new ul.side-menu-new li.child > a, .pageService-inner-menu-new.mobile-visible ul.side-menu > li > a, .zagolovok-two-menu-razdela-mobile-new ul.side-menu-new > li > a {
        color: #fff;
    }

    .pageService-inner-menu-new, .pageService-inner-description {
        max-width: 100%;
        width: 100%;
    }

    .pageService-inner-menu-new.mobile-visible .nav > li > a:hover, .nav > li > a:focus, .pageService-inner-menu-new.mobile-visible .sidebar .side-menu > li.selected > a {
        background-color: #00859B;
    }
}

@media (max-width: 768px) {
    .pageService-inner-menu-new-2.mobile-visible {
        left: calc((100% - 320px) / 2);
    }
}

@media (max-width: 375px) {
    .pageService-inner-menu-new-2.mobile-visible {
        left: 0;
    }
}

/*МЕНЮ ВТОРОГО УРОВНЯ СТАРОЕ*/
@media (min-width: 769px) {
    .zagolovok-one-menu-razdela-mobile.mobile-visible, .zagolovok-two-menu-razdela-mobile.mobile-visible {
        display: none;
    }

    .zagolovok-one-menu-razdela-mobile.mobile-invisible, .zagolovok-two-menu-razdela-mobile.mobile-invisible {
        display: none;
    }
}

@media (max-width: 1023px) and (min-width: 769px) {
    .mobile-menu-service .pageService-inner-menu .sidebar .side-menu > li > a {
        padding: 5px 5px;
    }

    .mobile-menu-service .pageService-inner-menu .sidebar .side-menu a .arrow:after {
        right: 10px;
    }

    .mobile-menu-service .pageService-inner-menu .sidebar .side-menu a div {
        width: 85%;
    }

    .mobile-menu-service {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .zagolovok-one-menu-razdela-mobile.mobile-visible, .pageService-inner-menu.mobile-visible, .block-list-menu-3-uroven.mobile-visible, .zagolovok-two-menu-razdela-mobile.mobile-visible {
        display: block;
    }

    .zagolovok-one-menu-razdela-mobile.mobile-invisible, .pageService-inner-menu.mobile-invisible, .block-list-menu-3-uroven.mobile-invisible, .zagolovok-two-menu-razdela-mobile.mobile-invisible {
        display: none;
    }

    .mobile-menu-service {
        display: block;
        padding: 0;
        margin: 0;
        max-width: 100%;
        background: #00859B;
    }

    .mobile-menu-service .sidebar {
        padding-top: 0;
    }

    .mobile-menu-service .pageService-inner-menu .sidebar .side-menu {
        border: none;
    }

    .zagolovok-one-menu-razdela-mobile, .zagolovok-two-menu-razdela-mobile {
        text-align: center;
        padding: 0 15px;
    }

    .zagolovok-one-menu-razdela-mobile ul.side-menu {
        border: none;
    }

    .zagolovok-two-menu-razdela-mobile ul.side-menu {
        border-right: none;
        border-left: none;
        border-bottom: none;
    }

    .zagolovok-one-menu-razdela-mobile ul.side-menu > li > a, .zagolovok-one-menu-razdela-mobile ul.side-menu li.child > a, .zagolovok-two-menu-razdela-mobile ul.side-menu li.child > a, .pageService-inner-menu.mobile-visible ul.side-menu > li > a, .zagolovok-two-menu-razdela-mobile ul.side-menu > li > a {
        color: #fff;
        cursor: pointer;
    }

    .pageService-inner-menu.mobile-visible ul.side-menu a .arrow:after {
        background: url(img/strelka_vniz_orange.svg) no-repeat;
    }

    .pageService-inner-menu.mobile-visible .nav > li > a:hover, .nav > li > a:focus, .pageService-inner-menu.mobile-visible .sidebar .side-menu > li.selected > a {
        background-color: #00859B;
        color: #F89A1C;
        font-weight: bold;
    }

    .pageService-inner-menu.mobile-visible ul.nav.side-menu.dropdowner {
        background-color: #00859B;
    }

    .pageService-inner-menu.mobile-visible .mobile__toogle__menu__section {
        display: block;
    }

    .pageService-inner-menu, .pageService-inner-description {
        max-width: 100%;
        padding: 0 15px;
        margin: 0;
    }

    .side-menu > li > a {
        padding: 18px 23px;
    }
}

.video-vebinar-yutube {
    width: min-content;
}

/*Для ФОРМ popup*/
.fon-formi-registracii-auto, .fon-formi-registracii.descript {
    transition-delay: 20s;
}

.fon-formi-registracii {
    padding: 10px 0;
}

/*СТИЛЬ ДЛЯ ФОРМЫ-inline*/
.forma-img-inline {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: white;
}

.forma-registracii-img {
    display: flex;
    flex-flow: row nowrap;
}

.forma-img-inline-2, .forma-text-inline-2 {
    width: 50%;
}

.forma-img-inline-2 img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100%;
}

@media (max-width: 1399px) and (min-width: 1201px) {
    .forma-img-inline-2 img {
        position: relative;
        left: -5%;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .forma-img-inline-2 img {
        position: relative;
        left: -10%;
    }
}

@media (max-width: 1023px) {
    .forma-registracii-img {
        display: flex;
        flex-flow: column wrap;
    }

    .forma-img-inline-2, .forma-text-inline-2 {
        width: 100%;
    }

    .forma-img-inline-2 img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1023px) and (min-width: 769px) {
    .forma-img-inline-2 {
        display: none;
    }
}

.forma-img-inline[id$="form-1"] {
    background-image: url(https://tanais.ru/local/templates/main/img/1_m_jwt.jpg);
}

.forma-img-inline[id$="form-2"] {
    background-image: url(https://tanais.ru/local/templates/main/img/2_SED_w_jwt.jpg);
}

/*ДЛЯ ПРОЕКТОВ МОБИЛЬНЫЕ*/
@media (max-width: 768px) {
    .padding-15-margin-zero-mobile {
        padding: 0 15px;
        margin: 0;
        max-width: 100%;
    }

    .projects__page__background {
        padding: 0;
    }

    .project__item__block {
        max-width: 100%;
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    .tab-header__item.tab-one {
        padding: 0 7px 0 0;
    }

    .tab-header__item.tab-two {
        padding: 0 0 0 7px;
    }
}

/*ДЛЯ НОВОСТЕЙ МОБИЛЬНЫЕ*/
.news-wrap {
    margin-top: 20px;
}

@media (max-width: 768px) and (min-width: 600px) {
    .slick-initialized .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/*СТРАНИЧНЫЙ НАВИГАТОР*/
.page-navigator-mobile {
    display: flex;
}

.page-navigator-mobile .modern-page-title {
    display: none;
}

.page-navigator-mobile .modern-page-current {
    background-color: #00859B;
    border-radius: 5px;
    color: white;
    margin-right: 10px;
    padding-left: 0.75em !important;
    padding-right: 0.75em;
}

.page-navigator-mobile div.modern-page-navigation a {
    background-color: #F4F4F4;
    border-radius: 5px;
    color: #303030;
    margin-right: 10px;
    padding-left: 0.75em;
    padding-right: 0.75em;
}

@media (width: 768px) {
    .news-mobile {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .news-mobile > div h1 {
        margin-top: 25px;
        margin-bottom: 12px;
    }

    .page-navigator-mobile {
        justify-content: center;
    }
}

@media (max-width: 575px) and (min-width: 0px) {
    .open_all_link.sucsefull.second {
        margin-bottom: 0;
    }
}

@media (max-width: 375px) and (min-width: 0px) {
    .block-tegs-news-right-column a {
        height: auto;
    }

    .page-navigator-mobile .modern-page-current, .page-navigator-mobile div.modern-page-navigation a {
        margin-right: 5px;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

/*ДЛЯ ВЕБИНАРОВ МОБИЛЬНЫЕ*/
.section.vebinar {
    margin-top: 50px;
}

@media (max-width: 1200px) {
    .vebinar-block {
        height: 300px;
    }

    .news-item.vebinar {
        height: auto;
    }

    .block-vebinar-name, .block-vebinar-date {
        height: auto;
    }

    .event_name {
        height: auto;
        margin-bottom: 0;
    }

    .news-date-time {
        margin-top: 10px;
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    .vebinar-block {
        height: 340px;
    }

    .news-mobile h1 {
        margin-bottom: 15px;
    }

    .section.vebinar {
        margin-top: 0;
    }

    .mobile-page-margin-padding-vebinar-block {
        margin: 0;
    }

    .vebinar-page .mobile-page-margin-padding-vebinar-block:nth-child(odd) {
        padding: 0 7px 0 0;
    }

    .vebinar-page .mobile-page-margin-padding-vebinar-block:nth-child(even) {
        padding: 0 0 0 7px;
    }

    .vebinar-page .section ul {
        padding-left: 15px;
    }
}

@media (max-width: 576px) {
    .vebinar-block {
        height: inherit;
    }

    .news-mobile h1 {
        margin-bottom: 15px;
    }

    .section.vebinar {
        margin-top: 0;
    }

    .mobile-page-margin-padding-vebinar-block {
        padding: 0;
    }

    .vebinar-page .section ul {
        padding-left: 15px;
    }

    .news-mobile > div h1 {
        font-size: 30px;
    }
}

/*ДЛЯ КОНТАКТОВ МОБИЛЬНЫЕ*/
@media (max-width: 576px) {
    .contacts__tab .tab-menu-link {
        margin-right: 5px;
        font-size: 18px;
    }
}

/*ДЛЯ "ОТЗЫВОВ" МОБИЛЬНЫЕ*/
@media (max-width: 768px) and (min-width: 577px) {
    .items-block .cerf-image {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/*ДЛЯ "ПАРТНЕРОВ" МОБИЛЬНЫЕ*/
@media (max-width: 768px) and (min-width: 491px) {
    .mobil-block-partners {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media (max-width: 490px) {
    .mobil-block-partners {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
}

/*ДЛЯ "ГЛАВНОЙ" 1-ый слайдер ДЕСКТОП и МОБИЛЬНЫЕ*/
@media (max-width: 768px) {
    .main-slaider-block-margin-0-padding-15 {
        margin: 0;
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
    }
}

.system-integrator-block {
    position: relative;
    padding: 0;
    border-radius: 5px;
}

.system-integrator-block-foto-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.system-integrator-block-information {
    display: flex;
    flex-direction: column;
}

.system-integrator-block-foto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.foto-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.system-integrator-block-foto .foto-inner img {
    width: 100%;
    height: auto;
    max-width: fit-content;
    padding-right: 15px;
}

.system-integrator-block-foto, .system-integrator-block-text {
    width: 50%;
}

.system-integrator-block-text p {
    font-family: Source Sans Pro;
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
}

@media (max-width: 600px) {
    .system-integrator-block-foto-text {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .system-integrator-block-foto, .system-integrator-block-text {
        width: 100%;
    }

    .system-integrator-block-foto .foto-inner img {
        max-width: 300px;
        padding-right: 0;
    }
}

@media (max-width: 500px) {
    .block-name-middle h2 {
        font-size: 30px;
    }
}

@media (max-width: 370px) {
    .block-name-middle h2 {
        font-size: 25px;
    }
}

/*РЕШЕНИЯ --- В2В ПОРТАЛЫ*/
.solutions-block-b2b-portals-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.solutions-block-b2b-portals-one {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    min-width: 210px;
}

.block-b2b-portals-img {
    background-color: #F5F5F5;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.block-b2b-portals-information {
    min-height: 125px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.block-b2b-portals-information-name {
    min-height: 62px;
}

.block-b2b-portals-information-name, .block-b2b-portals-information-text {
    text-align: center;
}

.solutions-block-b2b-portals-table {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #F5F5F5;
    width: 100%;
}

.solutions-block-b2b-portals-table-row-mobile {
    display: none;
}

.solutions-block-b2b-portals-table-zagolovok, .solutions-block-b2b-portals-table-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 14px solid white;
}

.solutions-block-b2b-portals-table-zagolovok {
    height: 101px;
}

.solutions-block-b2b-portals-table-zagolovok p {
    margin: 0;
    padding: 0;
}

.solutions-block-b2b-portals-table-cell-one {
    width: 10%;
    max-width: 101px;
    border-right: 14px solid white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.solutions-block-b2b-portals-table-cell-one p {
    transform: rotate(-90deg);
    margin: 0;
    padding: 0;
}

.solutions-block-b2b-portals-table p.row-three-cell-one {
    color: #00859B;
}

.solutions-block-b2b-portals-table p.row-two-cell-one {
    color: white;
}

.solutions-block-b2b-portals-table-cell-two {
    border-right: 14px solid white;
}

.solutions-block-b2b-portals-table-cell-two, .solutions-block-b2b-portals-table-cell-three {
    width: 50%;
    padding: 10px 10px 10px 0;
}

.solutions-block-b2b-portals-table-zagolovok .solutions-block-b2b-portals-table-cell-two, .solutions-block-b2b-portals-table-zagolovok .solutions-block-b2b-portals-table-cell-three {
    background-color: #F0521F;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.solutions-block-b2b-portals-table-zagolovok p {
    color: white;
}

.solutions-block-b2b-portals-baner {
    background: url("/local/templates/main/img/solution/icons/fon-baner.jpg") no-repeat;
    background-size: cover;
    padding: 20px;
}

.solutions-block-b2b-portals-baner .system-integrator-block-foto {
    width: 30%;
}

.solutions-block-b2b-portals-baner .system-integrator-block-text {
    width: 70%;
    padding: 0 0 0 20px;
}

img.solut-massht {
    width: 30%;
}

@media (max-width: 600px) {
    .solutions-block-b2b-portals-baner {
        padding: 20px;
    }

    .solutions-block-b2b-portals-baner .system-integrator-block-text {
        width: 100%;
        padding: 0;
    }
}

@media (min-width: 1461px) {
    .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(1), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(2), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(3), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(5), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(6) {
        margin-right: 60px;
    }
}

@media (max-width: 1460px) and (min-width: 1361px) {
    .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(1), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(2), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(3), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(5), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(6) {
        margin-right: 50px;
    }
}

@media (max-width: 1360px) and (min-width: 1321px) {
    .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(1), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(2), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(3), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(5), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(6) {
        margin-right: 40px;
    }
}

@media (max-width: 1320px) and (min-width: 1280px) {
    .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(1), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(2), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(3), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(5), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(6) {
        margin-right: 30px;
    }
}

@media (max-width: 1279px) and (min-width: 1240px) {
    .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(1), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(2), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(3), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(5), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(6) {
        margin-right: 20px;
    }
}

@media (max-width: 1239px) and (min-width: 1200px) {
    .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(1), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(2), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(3), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(5), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(6) {
        margin-right: 0;
    }
}

@media (max-width: 1199px) and (min-width: 1100px) {
    .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(1), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(2), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(4), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(5) {
        margin-right: 20px;
    }
}

@media (max-width: 1099px) and (min-width: 1000px) {
    .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(1), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(2), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(4), .solutions-block-b2b-portals-all .solutions-block-b2b-portals-one:nth-child(5) {
        margin-right: 10px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    img.solut-massht {
        width: 45%;
    }
}

@media (max-width: 991px) and (min-width: 769px) {
    img.solut-massht {
        width: 40%;
    }
}

@media (max-width: 575px) and (min-width: 430px) {
    img.solut-massht {
        width: 20%;
    }
}

@media (max-width: 429px) and (min-width: 350px) {
    img.solut-massht {
        width: 25%;
    }
}

@media (max-width: 360px) {
    .block-info-banner-link-blue {
        width: auto;
    }
}

@media (min-width: 1500px) {
    .solutions-block-b2b-portals-all {
        justify-content: center;
    }
}

@media (max-width: 450px) {
    .solutions-block-b2b-portals-all {
        flex-direction: column;
    }

    .block-b2b-portals-information {
        min-height: none;
    }

    .block-b2b-portals-information-name {
        min-height: none;
    }
}

@media (max-width: 549px) and (min-width: 0) {
    .solutions-block-b2b-portals-table-row {
        display: flex;
        flex-direction: column;
        border-bottom: none;
        width: 100%;
    }

    .solutions-block-b2b-portals-table-row-mobile {
        display: block;
        width: 100%;
    }

    .solutions-block-b2b-portals-table-zagolovok, .solutions-block-b2b-portals-table-cell-one {
        display: none;
    }

    .solutions-block-b2b-portals-table-cell-one, .solutions-block-b2b-portals-table-cell-two {
        border-right: none;
    }

    .solutions-block-b2b-portals-table-cell-mobile p.row-two-cell-one {
        color: white;
    }

    .solutions-block-b2b-portals-table-cell-two, .solutions-block-b2b-portals-table-cell-three {
        width: 100%;
    }

    .solutions-block-b2b-portals-table p.row-two-cell-one, .solutions-block-b2b-portals-table p.row-three-cell-one {
        margin-top: 10px;
        text-align: center;
    }

    .solutions-block-b2b-portals-table-row-mobile .solutions-block-b2b-portals-table-cell-two, .solutions-block-b2b-portals-table-row-mobile .solutions-block-b2b-portals-table-cell-three {
        background-color: #F0521F;
        text-align: center;
        color: white;
    }

    .solutions-block-b2b-portals-table-row-mobile .solutions-block-b2b-portals-table-cell-two p, .solutions-block-b2b-portals-table-row-mobile .solutions-block-b2b-portals-table-cell-three p {
        color: white;
        margin: 10px 0;
    }
}

/*ДЛЯ ТАБЛИЦЫ (4 столбца, шапка на 2 строки, на моб 1-ый NONE) ЦЕН НА https://www.tanais.ru/platforms/1s-predpriyatie/services-1c/1c-link/*/
.cena-link-row {
    display: flex;
    width: 100%;
}

.cena-link-row .block-UL-IP {
    width: 75%;
}

.cena-link-row .block-UL-IP {
    width: 75%;
}

.cena-link-row .block-UL-IP.var-1-35 {
    width: 85%;
    justify-content: center;
}

.cena-link-row .block-UL-IP.var-1-35 p {
    margin: 30px 0;
}

.cena-link-row.zagolovok {
    background-color: #00859b;
    border-radius: 5px 5px 0 0;
}

.cena-link-row.zagolovok .cena-link-cel, .cena-link-cel-zone-zagolovok {
    min-height: 65px;
}

.cena-link-row.zagolovok .cena-link-cel-zone {
    min-height: 130px;
}

.cena-link-row.zagolovok .cena-link-cel-zone.var-1-35 {
    min-height: 150px;
}

.cena-link-row.zagolovok .cena-link-cel.cel-1 {
    min-height: 147px;
}

.cena-link-row.zagolovok .cena-link-cel.cel-1 p {
    margin: 60px 0;
}

.cena-link-row.zagolovok .cena-link-cel.cel-1-35 {
    min-height: 147px;
}

.cena-link-row .block-UL-IP.var-1-35 .cena-link-cel.cel-35, .cena-link-row .cena-link-cel.cel-1-35.block-center {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cena-link-row.zagolovok .cena-link-cel.cel-1-35 p {
    margin: 85px 0;
}

.cena-link-cel.cel-1 {
    width: 25%;
    border-right: 2px solid white;
    text-align: center;
    padding: 5px 0;
}

.cena-link-cel.cel-1-35 {
    width: 15%;
    border-right: 2px solid white;
    text-align: center;
    padding: 5px 0;
}

.cena-link-cel-zone {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.cena-link-cel-zone.var-1-35 {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.cena-link-cel-zone-stroka {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.cena-link-cel-zone-zagolovok {
    border-bottom: 2px solid white;
}

.cena-link-cel-zone-stroka .cena-link-cel.cel-33 {
    width: 33%;
    text-align: center;
    padding: 5px 0;
}

.cena-link-cel-zone-stroka .cena-link-cel.cel-35 {
    width: 20%;
    text-align: center;
    padding: 5px 0;
}

.cena-link-cel-zone-stroka .cena-link-cel.cel-33:nth-last-child(n+2), .cena-link-cel-zone-stroka .cena-link-cel.cel-35:nth-last-child(n+2) {
    border-right: 2px solid white;
}

.cena-link-row.zagolovok p {
    color: white;
    text-align: center;
    margin: 15px 0;
}

@media (min-width: 541px) {
    .cena-link .cena-link-row:nth-child(3), .cena-link .cena-link-row:nth-child(5), .cena-link .cena-link-row:nth-child(7), .cena-link .cena-link-row:nth-child(9), .cena-link .cena-link-row:nth-child(11), .cena-link .cena-link-row:nth-child(13), .cena-link .cena-link-row:nth-child(15), .cena-link .cena-link-row:nth-child(17), .cena-link .cena-link-row:nth-child(19), .cena-link .cena-link-row:nth-child(21), .cena-link .cena-link-row:nth-child(23) {
        background: #F4F4F4;
    }
}

@media (max-width: 540px) {
    .cena-link-cel.cel-1, .cena-link-cel.cel-1-35, .cena-link-cel.cel-1-35.block-center {
        display: none !important;
    }

    .cena-link-cel-zone, .cena-link-cel-zone.var-1-35 {
        width: 100%;
    }

    .cena-link-row .block-UL-IP, .cena-link-row .block-UL-IP.var-1-35 {
        width: 100%;
    }

    .UL-IP-row .cena-link-cel-zone-zagolovok {
        min-height: 0;
        text-align: center;
    }

    .cena-link-row .block-UL-IP.var-1-35 p {
        margin: 0;
    }
}

.block-picter-mag {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
}

/*ДЛЯ страницы с РУТОКИНАМИ (в УСЛУГАХ) https://www.tanais.ru/services/zashchishchennyy-usb-nositel-etsp/*/
.picter-rootoken {
    background-color: #F5F5F5;
    width: 60%;
    max-width: 460px;
    margin: 0 auto;
    padding: 40px;
}

.form-rootoken {
    width: 45%;
    margin: 0 auto;
}

.picter-rootoken img {
    margin: 0 auto;
}

.flex-rootoken {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.container-rootoken, .col-rootoken {
    width: 100%;
    padding: 0;
    margin: 0;
}

a.rootoken:link {
    color: #00859B;
    font-size: 24px;
    text-decoration: underline;
}

a.rootoken:active, a.rootoken.active {
    color: red;
}

.what-rootoken-block {
    display: flex;
    flex-direction: column;
}

.advantage-rootoken-block {
    display: block;
    width: 70%;
    margin: 0 15%;
}

.advantage-rootoken-one-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.what-rootoken-one {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.advantage-rootoken-one-right, .advantage-rootoken-one-left {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.what-rootoken-one-img {
    width: 20%;
}

.advantage-rootoken-one-right-img, .advantage-rootoken-one-left-img {
    width: 40%;
    z-index: 3;
}

.what-rootoken-one-img .what-rootoken-one-img-block {
    width: 101px;
    height: 101px;
    background-color: white;
    border-radius: 50px;
    margin: 0 auto;
}

.advantage-rootoken-one-right-img .advantage-rootoken-one-img-block, .advantage-rootoken-one-left-img .advantage-rootoken-one-img-block {
    width: 214px;
    height: 214px;
    background-color: white;
    border-radius: 107px;
    margin: 0 auto;
}

.what-rootoken-one-img-block {
    display: flex;
    justify-content: center;
    margin: 0 auto 10px auto;
}

.advantage-rootoken-one-img-block {
    display: flex;
    justify-content: center;
    margin: 0 auto 10px auto;
}

.what-rootoken-one-img-block img {
    margin: 0 auto;
}

.advantage-rootoken-one-right-img .advantage-rootoken-one-img-block img {
    margin: 0 55px 0 0;
}

.advantage-rootoken-one-left-img .advantage-rootoken-one-img-block img {
    margin: 0 0 0 55px;
}

.what-rootoken-one-text {
    width: 80%;
}

.advantage-rootoken-one-right-text {
    width: 60%;
    padding: 120px 25% 0 0;
}

.advantage-rootoken-one-left-text {
    width: 60%;
    padding: 120px 0 0 14%;
}

.advantage-rootoken-one-right-text-zagolovok {
    background-color: #00859B;
    height: 45px;
    border-radius: 25px;
    padding: 10px 0;
    position: absolute;
    z-index: 1;
    width: 500px;
    margin: 65px 0 0 10%;
}

.advantage-rootoken-one-left-text-zagolovok {
    background-color: #F0521F;
    height: 45px;
    border-radius: 25px;
    padding: 10px 0;
    position: absolute;
    z-index: 1;
    width: 50%;
    margin: 65px 0 0 6%;
}

.advantage-rootoken-one-right-text-zagolovok p {
    color: white;
    text-align: center;
    padding: 0;
    margin: auto;
}

.advantage-rootoken-one-left-text-zagolovok p {
    color: white;
    padding: 0 0 0 7%;
    margin: auto;
}

.recomendacii-rootoken {
    width: 100%;
    background-color: #F5F5F5;
    padding: 15px 15px 50px 15px;
}

.recomendacii-rootoken h3 {
    text-align: center;
}

.recomendacii-rootoken-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recomendacii-rootoken-one {
    display: flex;
    flex-direction: column;
}

.recomendacii-rootoken-one:nth-child(1) {
    margin: 0;
}

.recomendacii-rootoken-one-img {
    max-width: 262px;
    max-height: 262px;
}

.recomendacii-rootoken-one-text p {
    text-align: center;
}

.slider_rootoken_block {
    max-width: 1140px;
    margin: 20px auto;
}

.items-rootoken {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-basis: 215px;
}

.slider_rootoken_item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 20px 0;
    margin: 0 20px;
}

.slider_rootoken_item p {
    text-align: center;
}

.slider_rootoken_item img {
    margin: 0 auto;
}

.slider_rootoken_item_img {
    background-color: #F5F5F5;
}

.slider_rootoken_item_text p {
    text-align: center;
    padding: 0;
    margin: 0;
}

@media (max-width: 1400px) and (min-width: 1100px) {
    .advantage-rootoken-one-right-text-zagolovok {
        width: 50%;
        margin: 65px 0 0 9%;
    }

    .advantage-rootoken-one-left-text-zagolovok {
        width: 55%;
        margin: 65px 0 0 5%;
    }
}

@media (max-width: 1300px) and (min-width: 769px) {
    .form-rootoken {
        width: 60%;
    }
}

@media (max-width: 1199px) {
    .recomendacii-rootoken-block {
        justify-content: center;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .recomendacii-rootoken-one:nth-child(1) {
        margin: 0 15px 0 0;
    }
}

@media (max-width: 1200px) {
    .advantage-rootoken-block {
        width: 100%;
        margin: 0;
    }

    .advantage-rootoken-one-right-text-zagolovok {
        width: 60%;
        margin: 65px 0 0 17%;
    }

    .advantage-rootoken-one-left-text-zagolovok {
        width: 70%;
        margin: 65px 0 0 5%;
    }

    .advantage-rootoken-one-right, .advantage-rootoken-one-left {
        justify-content: flex-start;
        width: 100%;
        align-items: center;
    }

    .advantage-rootoken-one-right-text {
        padding: 120px 0 0 0;
    }

    .advantage-rootoken-one-left-text {
        padding: 120px 0 0 0;
    }
}

@media (max-width: 1099px) and (min-width: 768px) {
    .advantage-rootoken-one-right-text-zagolovok, .advantage-rootoken-one-left-text-zagolovok {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .flex-rootoken {
        flex-wrap: wrap;
    }

    .what-rootoken-one {
        flex-direction: column;
    }

    .advantage-rootoken-one-right {
        align-items: center;
    }

    .what-rootoken-one-img, .what-rootoken-one-text {
        width: 100%;
    }

    .what-rootoken-one-text {
        padding: 10px 0 0 0;
    }

    .advantage-rootoken-one-right-text-zagolovok {
        position: relative;
        z-index: 1;
        width: 80%;
        margin: 10px auto;
    }

    .advantage-rootoken-one-left-text-zagolovok {
        position: relative;
        z-index: 1;
        width: 80%;
        margin: 10px auto;
    }

    .advantage-rootoken-one-right-img {
        width: 60%;
    }

    .advantage-rootoken-one-right-text {
        width: 40%;
        padding-top: 10px;
    }

    .advantage-rootoken-one-left-text {
        width: 40%;
        padding-top: 10px;
    }

    .advantage-rootoken-one-left-text-zagolovok p {
        text-align: center;
        padding: 0;
    }

    .form-rootoken {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .advantage-rootoken-one-right, .advantage-rootoken-one-left {
        flex-direction: column;
    }

    .advantage-rootoken-one-right-img .advantage-rootoken-one-img-block img, .advantage-rootoken-one-left-img .advantage-rootoken-one-img-block img {
        margin: 0;
    }

    .advantage-rootoken-one-right-img, .advantage-rootoken-one-right-text, .advantage-rootoken-one-left-img, .advantage-rootoken-one-left-text {
        width: 100%;
    }

    .advantage-rootoken-one-left-img {
        order: 1;
    }

    .advantage-rootoken-one-left-text {
        order: 2;
    }

    .advantage-rootoken-one-right-text p, .advantage-rootoken-one-left-text p {
        text-align: center;
    }

    .picter-rootoken {
        width: 100%;
        padding: 10px;
    }
}

@media (max-width: 374px) {
    .advantage-rootoken-one-right-text-zagolovok, .advantage-rootoken-one-left-text-zagolovok {
        width: 100%;
    }
}

/*ДЛЯ платформы Directum HR Pro (в ПЛАТФОРМАХ) */
.form-prezentation {
    background-color: white;
}

.table-dir-hr {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    border: 17px;
    border-color: white;
}

.table-dir-hr-zagolovok-one, .table-dir-hr-zagolovok-two, .table-dir-hr-row-one {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    font-size: 18px;
}

.table-dir-hr-zagolovok-one div:nth-child(1), .table-dir-hr-zagolovok-two div:nth-child(1), .table-dir-hr-row-one div:nth-child(1) {
    border-right: 17px solid white;
}

.table-dir-hr-zagolovok-one div {
    padding: 22px;
    text-align: center;
    border-bottom: 17px solid white;
}

.table-dir-hr-cell {
    width: 50%;
}

.table-dir-hr-zagolovok-two div {
    padding: 41px 26px;
}

.table-dir-hr-row-one div {
    padding: 26px;
}

.table-dir-hr-zagolovok-one {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #00859B;
}

.table-dir-hr-zagolovok-two {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #F89A1C;
}

.table-dir-hr-row-one {
    background-color: #F5F5F5;
}

span.persent-biznes-effect {
    position: absolute;
    top: 0;
    left: 71%;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 96px;
    color: #00859B;
}

.dhr-biznes-effect span.specials {
    top: 100px;
}

@media (max-width: 1200px) {
    span.persent-biznes-effect {
        left: 80%;
    }
}

@media (max-width: 991px) {
    span.persent-biznes-effect {
        left: 64%;
    }
}

@media (max-width: 768px) {
    span.persent-biznes-effect {
        font-size: 72px;
    }
}

@media (max-width: 768px) and (min-width: 561px) {
    .dhr-biznes-effect span.specials {
        top: 70px !important;
    }
}

@media (max-width: 730px) {
    span.persent-biznes-effect {
        left: 62%;
    }
}

@media (max-width: 650px) {
    span.persent-biznes-effect {
        left: 63%;
    }
}

@media (max-width: 560px) {
    span.persent-biznes-effect {
        font-size: 60px;
        left: 67%;
    }
}

@media (max-width: 376px) {
    span.persent-biznes-effect {
        left: 70%;
    }
}

@media (max-width: 340px) {
    span.specials {
        padding: 3px 10px;
    }
}

.block-info-banner-link-red {
    background: #F0521F;
    margin: 0 auto;
    border-radius: 50px;
    display: flex;
    vertical-align: middle;
    width: 300px;
    height: 50px;
    margin-top: 40px;
    transition: 0.5s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.block-info-banner-link-red:hover {
    background: #f89a1c;
}

.block-info-banner-link-red a {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: 0 auto;
}

.spikers-block {
    display: block;
    width: 100%;
    background-color: #F5F5F5;
}

.spikers-block h3:first-child {
    padding: 0;
    margin: 10px 0 0 0;
}

.spikers-block-all {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.employee-new {
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px 0 20px;
    width: 50%;
}

.employee-new p {
    margin: 0
}

.employeeInfo-new {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
}

.employeeInfo-new .avatar {
    /*width: 30%;*/
    width: min-content;
    border: 1px solid #F5F5F5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    min-width: 130px;
    min-height: 130px;
    margin: 0 auto;
}

.employeeInfo-new .employeeName {
    width: 70%;
    max-width: none;
    padding-left: 10px;
    align-self: center;
}

@media (max-width: 1024px) and (min-width: 769px) {
    .spikers-block-all {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }

    .employee-new, .employeeInfo-new {
        width: 100%;
    }

    .employee-new:first-child {
        padding: 0 20px 20px 20px;
    }

    .employeeInfo-new .avatar {
        width: min-content;
    }
}

@media (max-width: 600px) {
    .spikers-block-all {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }

    .employee-new, .employeeInfo-new {
        width: 100%;
    }

    .employee-new:first-child {
        padding: 0 20px 20px 20px;
    }

    .employeeInfo-new .avatar {
        width: min-content;
    }
}

.block-info-banner-link-violet { /*ФИОЛЕТОВАЯ*/
    background: #8300AE;
    margin: 0 auto;
    border-radius: 50px;
    display: flex;
    vertical-align: middle;
    width: 300px;
    height: 50px;
    margin-top: 40px;
    transition: 0.5s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.block-info-banner-link-violet:hover {
    background: #f89a1c;
}

.block-info-banner-link-violet a {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: 0 auto;
}

.block-info-banner-link-orange { /*ОРАНЖЕВАЯ*/
    background: #f89a1c;
    margin: 0 auto;
    border-radius: 50px;
    display: flex;
    vertical-align: middle;
    width: 300px;
    height: 50px;
    margin-top: 40px;
    transition: 0.5s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.block-info-banner-link-orange:hover {
    background: #F0521F;
}

.block-info-banner-link-orange a {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: 0 auto;
}

.vebinars-video-block {
    width: 100%;
    margin: 0;
    padding: 0;
}

.title-video-block h3 {
    text-align: center;
}

.container-video {
    display: flex;
    justify-content: center;
    margin: 15px auto;
}

@media (max-width: 991px) {
    .container-video #video {
        width: 100%;
    }
}

.b24-first-form-all {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.b24-first-form-picter {
    width: 50%;
}

.b24-first-form-text-form {
    width: 50%;
}

.b24-first-form-picter img:hover {
    transform: none;
}

@media (max-width: 1024px) and (min-width: 769px) {
    .b24-first-form-picter {
        display: none;
    }

    .b24-first-form-text-form {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .b24-first-form-picter {
        display: none;
    }

    .b24-first-form-text-form {
        width: 100%;
    }
}

/*Слайдер вебинаров на главной и в новостях*/
.vebinar-block-new-main-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 260px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 20px;
}

.vebinar-block-new-main-page.special-view {
    justify-content: flex-start;
}

.vebinar-block-new-main-page.special-view .block-vebinar-open-registration-main-page {
    margin: 5px auto;
}

@media (max-width: 1440px) {
    .vebinar-block-new-main-page {
        height: 250px;
    }
}

@media (max-width: 1200px) and (min-width: 991px) {
    .vebinar-block-new-main-page {
        height: 180px;
    }
}

@media (max-width: 1200px) and (min-width: 991px) {
    .slider-block-events.news-main .block-info-events.news-main .events-slider-item-descr.news-main p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 375px) {
    .vebinar-block-new-main-page {
        height: 210px;
    }
}

@media (max-width: 320px) {
    .vebinar-block-new-main-page {
        height: 185px;
    }
}

.block-vebinar-open-registration-main-page {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: #FFB32C;
    margin: 0 auto;
    border-radius: 23px;
    padding: 0 10px;
    width: 220px;
    height: 23px;
}

.news-about-dir .vebinar-block-new-main-page.news-paiges {
    height: 140px;
    background-size: contain;
}

.news-about-dir .block-vebinar-open-registration-main-page {
    width: auto;
}

.news-about-dir .block-vebinar-name-new {
    width: auto;
}

.news-about-dir .vebinar-block-new-main-page.news-paiges p {
    font-size: 11px;
}

@media (max-width: 1250px) and (min-width: 992px) {
    .news-about-dir .vebinar-block-new-main-page.news-paiges {
        height: 110px;
    }

    .news-about-dir .vebinar-block-new-main-page.news-paiges .block-vebinar-name-new p.event-name-new {
        margin: 0;
        font-size: 11px;
        line-height: 10px;
    }

    .news-about-dir .arrow_left_events {
        left: 5px;
    }

    .news-about-dir .arrow_right_events {
        right: 5px;
    }
}

@media (max-width: 991px) {
    .news-about-dir.slick-dotted.slick-slider {
        margin-bottom: 10px;
    }

    .news-about-dir .vebinar-block-new-main-page.news-paiges {
        height: 280px;
    }

    .vebinar-block-new-main-page.news-paiges {
        height: 180px;
        background-size: contain;
    }

    .vebinar-block-new-main-page.news-paiges .block-vebinar-open-registration-main-page {
        width: fit-content;
        height: fit-content;
    }

    .vebinar-block-new-main-page.news-paiges .block-vebinar-open-registration-main-page div p {
        font-size: 12px;
        line-height: 12px;
        text-align: center;
        margin-bottom: 3px;
    }

    .vebinar-block-new-main-page.news-paiges .block-vebinar-name-new {
        width: 95%;
    }

    .vebinar-block-new-main-page.news-paiges .block-vebinar-name-new p.event-name-new {
        font-size: 14px;
        line-height: 12px;
    }
}

@media (max-width: 425px) {
    .news-about-dir .vebinar-block-new-main-page.news-paiges {
        height: 220px;
    }
}

@media (max-width: 320px) {
    .news-about-dir .vebinar-block-new-main-page.news-paiges {
        height: 180px;
    }
}

@media (max-width: 770px) and (min-width: 700px) {
    .vebinar-block-new-main-page.news-paiges {
        width: 700px;
    }
}

@media (max-width: 699px) and (min-width: 650px) {
    .vebinar-block-new-main-page.news-paiges {
        width: 650px;
    }
}

@media (max-width: 649px) and (min-width: 599px) {
    .vebinar-block-new-main-page.news-paiges {
        width: 600px;
    }
}

@media (max-width: 770px) and (min-width: 599px) {
    .vebinar-block-new-main-page.news-paiges {
        width: 730px;
    }
}

.block-vebinar-open-registration-main-page.red {
    background: #F0521F;
}

.block-vebinar-open-registration-main-page p {
    color: #FFFFFF;
    padding: 0 0 0 10px;
    margin: 0;
}

/*ПОП-АП форма подписки*/
.forma-podpiski-main {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1100px;
    background-color: white;
    margin: 0 auto;
    align-items: center;
}

.forma-podpiski-main.rassilka {
    align-items: center;
}

.forma-podpiski-main-picter-desktop {
    width: 50%;
    max-width: 500px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.forma-podpiski-main-picter-desktop img {
    width: -webkit-fill-available;
    max-width: 100%;
}

.forma-podpiski-main.rasschet .forma-podpiski-main-picter-desktop img {
    max-height: 755px;
}

.forma-podpiski-main.rasschet .forma-podpiski-main-form-picter-mobile img {
    max-height: 500px;
}

.forma-podpiski-main-form {
    display: block;
    width: 50%;
    float: right;
}

.forma-podpiski-main-form-date {
    width: 100%;
}

@media (min-width: 769px) {
    .forma-podpiski-main-form-baner-mobile {
        display: none;
    }

    .forma-podpiski-main-form-picter-mobile img {
        display: none;
    }
}

@media (max-width: 1350px) and (min-width: 1000px) {
    .forma-podpiski-main {
        width: 1000px;
    }
}

@media (max-width: 999px) and (min-width: 769px) {
    .forma-podpiski-main {
        width: 769px;
    }
}

@media (max-width: 768px) {
    .forma-podpiski-main {
        flex-direction: column;
        left: 0;
        max-width: 500px;
        width: auto;
    }

    .forma-podpiski-main.rassilka {
        max-width: 555px;
    }

    .forma-podpiski-main-picter-desktop {
        display: none;
    }

    .forma-podpiski-main-form {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        float: none;
    }

    .forma-podpiski-main-form-picter-mobile {
        display: flex;
        width: 100%;
        justify-content: center;
        padding-top: 15px;
    }

    .forma-podpiski-main.rasschet .forma-podpiski-main-form-picter-mobile {
        overflow: hidden;
    }

    .forma-podpiski-main-form-picter-mobile p {
        display: inline-block;
        text-align: justify;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 500px) {
    .forma-podpiski-main {
        max-width: 350px;
    }
}

/*Р-7 офис*/
.block-bezop-p7, .block-main-p7, .block-main-p7-2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.block-main-p7-column {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.block-main-p7-column h3 {
    text-align: center;
}

.block-main-p7-column img {
    width: 100%;
    max-width: 750px;
}

.block-main-p7-column img.width-inherit {
    width: inherit;
    max-width: inherit;
}

/* Синяя кнопка-обводка */
.button-link-platforms__blue-border {
    padding: 10px;
    background: #fff; /*#00859B;*/
    border-radius: 50px;
    border: 2px solid #00859B;
    color: #00859B;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    width: 230px;
    margin: 0 auto;
}

.button-link-platforms__blue-border:hover {
    background: #DB5C30;
    border: 2px solid #DB5C30;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    cursor: pointer;
}

.button-link-platforms__blue-border a {
    display: flex;
    justify-content: center;
    color: #00859B;
    margin: 0 auto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}

.button-link-platforms__blue-border a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.block-main-p7-left .button-link-platforms__blue, .block-main-p7-right-2 .button-link-platforms__blue {
    width: 230px;
}

.block-bezop-p7-left, .block-bezop-p7-right {
    width: 50%;
}

.block-main-p7-left {
    width: 35%;
}

.block-main-p7-left-2 {
    width: 65%;
}

.block-main-p7-right {
    width: 65%;
}

.block-main-p7-right-2 {
    width: 35%;
}

.block-main-p7-right p, .block-main-p7-left-2 p {
    text-align: center;
}

.block-bezop-p7-title, .block-main-p7-title {
    display: none;
}

.block-p7-why-its {
    width: 100%;
    background-color: #F4F4F4;
    padding: 10px 10px 0 10px;
}

.block-p7-why-its h3 {
    text-align: center;
}

.block-p7-why-its .page-platform-list-block {
    border-top: none;
    border-bottom: none;
}

.list-block-image-p7 {
    align-self: center;
    max-width: 50px;
    width: 20%;
}

.list-block-name-p7 {
    align-self: center;
    width: calc(100% - 50px);
}

@media (min-width: 1201px) {
    .block-main-p7-left, .block-main-p7-right-2 {
        margin-top: 0;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .block-main-p7-left, .block-main-p7-left-2 {
        width: 50%;
    }

    .block-main-p7-right, .block-main-p7-right-2 {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .block-main-p7 {
        flex-direction: column-reverse;
    }

    .block-bezop-p7 {
        flex-direction: column;
    }

    .block-bezop-p7.revers {
        flex-direction: column-reverse;
    }

    .block-main-p7-2 {
        flex-direction: column;
    }

    .block-bezop-p7-left h3, .block-main-p7-left h3, .block-main-p7-right-2 h3 {
        display: none;
    }

    .block-bezop-p7-left, .block-bezop-p7-right, .block-main-p7-left, .block-main-p7-right, .block-main-p7-left-2, .block-main-p7-right-2 {
        width: 100%;
    }

    .block-bezop-p7-right img, .block-main-p7-right img, .block-main-p7-left-2 img {
        height: auto;
    }

    .block-bezop-p7-title, .block-main-p7-title {
        display: block;
        width: 100%;
    }

    .block-main-p7-title h3 {
        text-align: center;
    }

    .block-p7-why-its .page-platform-list-block .benefit-block .list-block-image img {
        height: auto;
    }
}

@media (max-width: 375px) {
    .block-p7-why-its .row {
        flex-direction: column;
    }

    .block-p7-why-its .list-block-image {
        margin-bottom: 10px;
    }

    .block-p7-why-its .list-block-name {
        padding-right: 20px;
    }

    .block-p7-why-its .benefit-block {
        padding-left: 0 !important;
    }
}

/*Поделиться (соцсети) в левом меню*/
.block-in-left-menu-social {
    width: 100%;
    background-color: #F5F5F5;
    padding: 20px;
    margin-top: 20px;
}

.block-in-left-menu-social.inner {
    width: 280px;
    height: 105px;
    padding: 10px;
    margin: 0 20px 0 0;
}

.block-in-left-menu-social.block-social-in-news {
    padding: 20px 10px;
    position: sticky;
    top: 200px;
}

.stop-block-in-left-menu-social {
    position: relative;
    z-index: 101;
}

.sticky-block-in-left-menu-social {
    position: fixed;
    z-index: 101;
}

.block-in-left-menu-social.detail-social {
    display: none;
    position: relative;
}

.block-in-left-menu-social p {
    text-align: center;
    font-size: 20px;
    margin-top: 0;
}

.block-in-left-menu-social .ya-share2__list.ya-share2__list_direction_horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.block-in-left-menu-social .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_vkontakte .ya-share2__icon,
.social-block-in-popup .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url("/local/templates/main/img/icons_soc/VK.svg");
}

.block-in-left-menu-social .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_odnoklassniki .ya-share2__icon,
.social-block-in-popup .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url("/local/templates/main/img/icons_soc/OK.svg");
}

.block-in-left-menu-social .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_twitter .ya-share2__icon,
.social-block-in-popup .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_twitter .ya-share2__icon {
    background-image: url("/local/templates/main/img/icons_soc/TW.svg");
}

.block-in-left-menu-social .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_whatsapp .ya-share2__icon,
.social-block-in-popup .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_whatsapp .ya-share2__icon {
    background-image: url("/local/templates/main/img/icons_soc/Whats.svg");
}

.block-in-left-menu-social .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_skype .ya-share2__icon,
.social-block-in-popup .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_skype .ya-share2__icon {
    background-image: url("/local/templates/main/img/icons_soc/Sk.svg");
}

.block-in-left-menu-social .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_telegram .ya-share2__icon,
.social-block-in-popup .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_telegram .ya-share2__icon {
    background-image: url("/local/templates/main/img/icons_soc/Tel.svg");
}

@media (max-width: 991px) {
    .block-in-left-menu-social.block-social-in-news {
        display: none;
    }

    .block-in-left-menu-social.detail-social.block-social-in-news {
        display: block;
        position: relative;
        top: 0;
        padding: 10px;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .block-in-left-menu-social {
        display: none;
    }

    .block-in-left-menu-social.detail-social {
        display: block;
        padding: 10px;
        margin-top: 0;
    }

    .block-in-left-menu-social.inner {
        display: block;
    }

    .block-in-left-menu-social.block-social-in-project {
        display: block;
        padding: 10px;
        margin-top: 0;
    }
}

@media (max-width: 674px) {
    .block-in-left-menu-social.inner {
        margin: 0 0 20px 0;
    }
}

/*ПЛАШКИ для вызова pop-up форм*/
.block-button-call-forma-pop-up {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-size: cover;
    width: 100%;
    height: 250px;
    background-image: url("/local/templates/main/img/die.png");
    position: sticky;
    top: 300px;
    margin: 20px 0 0 0;
    border-radius: 5px;
}

.block-button-call-forma-pop-up.new-fon-img {
    height: 250px;
    background-image: url("/local/templates/main/img/die_new.png");
    border-radius: 5px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.block-button-call-forma-pop-up.new-fon-img-rasch {
    height: 250px;
    background-image: url("/local/templates/main/img/rasch.png");
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.block-button-call-forma-pop-up.new-fon-img-sed {
    height: 250px;
    background-image: url("/local/templates/main/img/SED.png");
    border-radius: 5px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 1200px) {
    .block-button-call-forma-pop-up.new-fon-img {
        height: 200px;
        border-radius: 5px;
        background-size: cover;
    }

    .hr-right-block .block-button-call-forma-pop-up.new-fon-img {
        height: 200px;
        border-radius: 5px;
        background-size: contain;
    }

    .block-button-call-forma-pop-up.new-fon-img-rasch {
        height: 200px;
        border-radius: 5px;
        background-size: cover;
    }
}

.block-button-call-forma-pop-up.chek-list {
    background-color: #F5F5F5;
    width: 100%;
    height: 300px;
    background-image: none;
}

.hr-right-block {
    position: sticky;
    top: 200px;
}

.hr-right-block .block-button-call-forma-pop-up.new-fon-img .block-info-banner-link-red.call-pop-up {
    max-width: 150px;
}

.hr-right-block .sticky-block-in-left-menu-social {
    position: static;
}

@media (max-width: 1200px) and (min-width: 991px) {
    .hr-right-block .block-button-call-forma-pop-up.new-fon-img .block-info-banner-link-red.call-pop-up {
        max-width: 120px;
    }

    .hr-right-block .block-button-call-forma-pop-up.new-fon-img .block-info-banner-link-red.call-pop-up a {
        font-size: 14px;
    }
}

.hr-right-block .block-in-left-menu-social, .hr-right-block .block-button-call-forma-pop-up {
    position: relative;
    top: 0;
}

.block-button-call-forma-pop-up.chek-list .chek-list-icon, .block-button-call-forma-pop-up.chek-list .chek-list-title {
    margin: 0 auto;
}

.block-button-call-forma-pop-up.chek-list .chek-list-title p {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}

.block-button-call-forma-pop-up.inner {
    display: none;
}

.block-info-banner-link-red.call-pop-up, .block-info-banner-link-red.call-chek-list {
    animation: rainbow 2s ease infinite;
    background-image: linear-gradient(124deg, #ffffff, #F0521F, #f89a1c, #F0521F, #ffffff);
    background-size: 200% 100%;
    min-height: 50px;
    height: auto;
    max-width: 200px;
    border: 1px solid #F0521F;
    margin: 0 auto;
}

.block-button-call-forma-pop-up.new-fon-img .block-info-banner-link-red.call-pop-up {
    max-width: 180px;
}

.chek-list .block-info-banner-link-red.call-pop-up, .chek-list .block-info-banner-link-red.call-chek-list {
    max-width: 120px;
    animation: none;
    background-image: none;
    background-color: white;
    border: none;
}

.block-info-banner-link-red.call-pop-up a, .block-info-banner-link-red.call-chek-list a {
    background-attachment: scroll;
    margin: auto;
    text-align: center;
}

.chek-list .block-info-banner-link-red.call-pop-up a, .chek-list .block-info-banner-link-red.call-chek-list a {
    color: #00859B;
}

.block-info-banner-link-red.call-pop-up a span {
    position: absolute;
    top: 60%;
    left: 40%;
}

.chek-list .block-info-banner-link-red.call-pop-up a span {
    position: absolute;
    top: 90%;
    left: 40%;
}

.block-info-banner-link-red.call-chek-list a span {
    position: absolute;
    top: 94%;
    left: 38%;
}

.mobile-menu-service .block-info-banner-link-red.call-chek-list a span {
    top: 90%;
    left: 40%;
}

.for-call-pop-up {
    display: none;
}

.block-info-banner-link-red.call-pop-up a span img, .block-info-banner-link-red.call-chek-list a span img {
    animation: rainbow-2 2s infinite linear;
}

.block-info-banner-link-red.call-pop-up:hover, .block-info-banner-link-red.call-chek-list:hover {
    background: #f89a1c;
    transition: 0.5s;
}

.block-info-banner-link-red.call-pop-up a:hover, .block-info-banner-link-red.call-chek-list a:hover {
    cursor: pointer;
}

.chek-list .block-info-banner-link-red.call-pop-up:hover a, .chek-list .block-info-banner-link-red.call-chek-list:hover a {
    color: white;
}

@media (max-width: 1250px) {
    .block-button-call-forma-pop-up {
        height: 250px;
    }

    .block-info-banner-link-red.call-pop-up, .block-info-banner-link-red.call-chek-list {
        max-width: 170px;
    }

    .block-info-banner-link-red.call-pop-up.variant-IM {
        max-width: 90%;
    }
}

@media (max-width: 1250px) and (min-width: 992px) {
    .hr-right-block .block-button-call-forma-pop-up.chek-list .chek-list-title p {
        font-size: 16px;
    }

    .hr-right-block .chek-list .block-info-banner-link-red.call-chek-list {
        max-width: 90px;
    }

    .block-info-banner-link-red.call-chek-list a span {
        top: 95%;
        left: 29%;
    }

    .block-info-banner-link-red.call-chek-list.chek-list-bitrix a span {
        left: 40%;
    }
}

@media (max-width: 1199px) {
    .block-button-call-forma-pop-up {
        height: 200px;
    }
}

@media (max-width: 991px) {
    .block-button-call-forma-pop-up {
        display: none;
    }

    .block-button-call-forma-pop-up.chek-list-bitrix {
        display: flex;
    }

    .hr-right-block .block-button-call-forma-pop-up {
        display: flex;
    }

    .block-button-call-forma-pop-up.inner {
        display: flex;
        position: inherit;
        width: 261px;
        height: 225px;
        bottom: 0;
        left: 0;
        margin: 10px auto 0 auto;
    }

    .block-button-call-forma-pop-up.inner.display-vebinar {
        display: none;
    }

    .block-button-call-forma-pop-up.chek-list.inner {
        height: 275px;
    }

    .chek-list .block-info-banner-link-red.call-pop-up a span, .chek-list .block-info-banner-link-red.call-chek-list a span {
        top: 99.4%;
        left: auto;
    }

    .block-button-call-forma-pop-up {
        margin: 10px auto 0 auto;
        position: inherit;
        bottom: 0;
        left: 0;
    }

    .block-info-banner-link-red.call-pop-up {
        max-width: 200px;
    }

    .for-call-pop-up {
        display: block;
        position: relative;
        width: 100%;
    }

    .for-call-pop-up p {
        text-align: center;
    }

    .for-call-pop-up p img {
        position: absolute;
        width: 30px;
        animation: rainbow-2 2s infinite linear;
        bottom: 50px;
        left: 48%;
    }

    .cardnews-info .block-button-call-forma-pop-up.chek-list.inner {
        top: 0;
    }
}

@media (max-width: 768px) {
    .hr-right-block .block-button-call-forma-pop-up {
        display: none;
    }

    .block-button-call-forma-pop-up.inner.display-vebinar {
        display: flex;
        position: initial;
    }
}

@media (max-width: 450px) {
    .for-call-pop-up p img {
        left: 45%;
    }
}

@-webkit-keyframes rainbow {
    0% {
        background-position: 1% 80%
    }
    50% {
        background-position: 99% 20%
    }
    100% {
        background-position: 1% 80%
    }
}

@keyframes rainbow {
    0% {
        background-position: 1% 80%
    }
    50% {
        background-position: 99% 20%
    }
    100% {
        background-position: 1% 80%
    }
}

@keyframes rainbow-2 {
    0% {
        transform: rotate(-45deg);
    }
    25% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(45deg);
    }
    75% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-45deg);
    }
}

/*Импортозамещение https://www.tanais.ru/solutions/import-substitution/*/
.block-substitution {
    width: 100%;
    background-color: #00859B;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block-substitution-img, .block-substitution-text {
    width: 50%;
}

.block-substitution-img p {
    text-align: center;
    margin: 0;
}

.block-substitution-img img {
    max-width: 100%;
}

.block-substitution-text p {
    vertical-align: center;
    color: #ffffff;
    margin: 10px;
}

.block-substitution-comparison {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
    align-items: flex-start;
}

.block-substitution-comparison-one {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.block-substitution-comparison-one-title {
    min-height: 82px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.block-substitution-comparison-one-title p {
    width: 100%;
    text-align: center;
    color: #00859B;
}

.block-substitution-comparison-one-inform-comparison-double {
    width: 100%;
    min-height: 145px;
    background-color: #F5F5F5;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
}

.block-substitution-comparison-one-inform-comparison-double-block-left, .block-substitution-comparison-one-inform-comparison-double-block-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px 10px 10px;
}

.block-substitution-comparison-one-inform-comparison-double-block-right {
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.block-substitution-comparison-one-inform-comparison-double-blok-logo-inner {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.block-substitution-comparison-one-inform-comparison-double-title-inner p {
    text-align: center;
    margin: 10px 0;
}

.block-logo-inner-two {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
}

.block-logo-inner-two p {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px 0;
}

.block-logo-inner-two p:nth-child(1) {
    margin: 0;
}

.block-substitution-comparison-one-inform-comparison-double-block-right .block-substitution-comparison-one-inform-comparison-double-blok-logo-inner {
    width: 98%;
}

.block-substitution-comparison-one-inform-comparison-double-blok-logo-inner img {
    width: auto;
    margin: 0 10px 0 0;
}

.block-substitution-comparison-one-inform-comparison-double-blok-logo-inner img.comparison-img-logo-inner-special-1 {
    width: auto;
    max-width: 100px;
}

.block-substitution-comparison-one-inform-comparison-double-blok-logo-inner img.comparison-img-logo-inner-special-2 {
    width: 145px;
}

.block-substitution-comparison-one-inform-comparison-double-blok-text-inner {
    width: 100%;
}

.block-substitution-comparison-one-inform-comparison-double-blok-text-inner p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin: 0 0 10px 0;
}

.block-substitution-form {
    width: 100%;
    background-color: #F5F5F5;
    margin-top: 40px;
}

@media (max-width: 1450px) {
    .block-substitution-comparison-one-inform-comparison-double-blok-logo-inner {
        width: 100%;
    }

    .row-container-call-back {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .block-substitution {
        flex-direction: column;
        justify-content: flex-start;
    }

    .block-substitution-img, .block-substitution-text {
        width: 100%;
    }

    .block-substitution-comparison-one-title p {
        margin-top: 20px;
    }

    .block-substitution-text p {
        margin-top: 0;
    }

    .block-substitution-comparison {
        flex-direction: column;
        justify-content: space-around;
        align-content: space-around;
        align-items: flex-start;
    }

    .block-substitution-comparison-one {
        width: 100%;
    }

    .block-substitution-comparison-one-inform-comparison-double {
        min-height: none;
    }
}

@media (max-width: 768px) {
    .row-container-call-back {
        padding: 0 10px;
    }
}

/*НОвый фон топ-меню background-color: #00859B;*/
.pageMenu-gradient {
    background: linear-gradient(90deg, rgba(0, 133, 144, 1) 0%, rgba(109, 184, 199, 1) 100%); /*БЕЛО-СИНИЙ-ОРАНЖ-СИНИЙ-БЕЛЫЙ*/
}

@media (max-width: 1201px) {
    .pageMenu-gradient {
        display: none;
    }
}

@keyframes menu-gradient {
    0% {
        background-position: 80% 0%;
    }
    50% {
        background-position: 20% 100%;
    }
    100% {
        background-position: 80% 0%;
    }
}

a.menu-index-2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

a.menu-index-2-button {
    height: 34px;
    width: 250px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 34px;
}

.top-menu-line li a.menu-index-2 img, .top-menu-line li a.menu-index-2-button img {
    margin: 0 4px;
}

.top-menu-line li a.menu-index-2-button span {
    color: #EA6400;
    font-weight: 600;
    font-size: 18px;
    margin-left: 5px;
}

.pageMenu-gradient .top-menu-line li:hover a.menu-index-2 {
    transition: 1s;
    animation: slide-menu-img 2s ease-in-out infinite;
    overflow: hidden;
    filter: contrast(300%);
}

.pageMenu-gradient .top-menu-line li:hover a.menu-index-2-button {
    transition: 1s;
    animation: slide-menu-img 2s ease-in-out infinite;
    overflow: hidden;
}

/*Для блока рекомендаций ТГ-канала на главной*/
.block-recommendation-channel-desktop {
    display: flex;
    position: inherit;
    max-height: fit-content;
    border-radius: 5px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    padding: 5px 0;
    justify-content: space-between;
    margin-bottom: -40px;
}

.block-recommendation-channel-desktop a {
    max-height: fit-content;
}

.block-recommendation-channel-desktop img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.block-recommendation-channel-mobile {
    display: none;
}

.block-recommendation {
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    .block-recommendation {
        margin-bottom: 0;
    }
}

@media (max-width: 340px) {
    .block-recommendation-channel-desktop {
        display: none;
    }

    .block-recommendation-channel-mobile {
        display: flex;
        position: inherit;
        max-height: fit-content;
        border-radius: 5px;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        padding: 5px 0;
        margin-bottom: -40px;
    }

    .block-recommendation-channel-mobile a {
        display: inline-flex;
        width: fit-content;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        margin: 0 auto;
    }

    .block-recommendation-channel-mobile img {
        width: 100%;
        height: auto;
        max-width: fit-content;
        border-radius: 5px;
    }
}

/*Кнопка прокрутки вверх*/
#toTop {
    width: 50px;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 140px;
    left: 45px;
    cursor: pointer;
    display: none;
    z-index: 9;
}

@media (max-width: 425px) {
    #toTop {
        bottom: 35px;
    }
}

.section-title {
    font-weight: normal;
    color: #099db9;
}

/*НОВЫЕ вызовы роp-up (ЧЕК-ЛИСТов) - прилип снизу экрана*/
.fon-all-blocks-button-call-forma {
    display: none;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 12px;
    position: fixed;
    bottom: 70px;
    z-index: 99999;
}

@media (max-width: 1199px) {
    .fon-all-blocks-button-call-forma {
        bottom: 150px;
    }
}

@media (max-width: 991px) {
    .fon-all-blocks-button-call-forma {
        bottom: 130px;
    }
}

@media (min-width: 768px) {
    .fon-all-blocks-button-call-forma.block-visible {
        display: flex;
    }
}

@media (max-width: 991px) {
    .block-button-call-forma-pop-up.chek-list-bitrix, .fon-all-blocks-button-call-forma .block-button-call-forma-pop-up.inner {
        position: sticky;
    }
}

.block-button-call-forma-pop-up.chek-list-bitrix {
    width: 280px;
    height: 105px;
    border: 1px solid #f5f5f5;
    background-image: url("/local/templates/main/img/fone_chek_list_bitrix.png");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    background-color: white;
}

.block-button-call-forma-pop-up.chek-list-bitrix.importozam {
    background-image: url("/local/templates/main/img/fone_chek_list_importozam.png");
}

.block-button-call-forma-pop-up.chek-list-bitrix.vibrat-sed {
    background-image: url("/local/templates/main/img/fone_chek_list_sed.png");
}

.fon-all-blocks-button-call-forma .block-button-call-forma-pop-up.chek-list.inner.avtomatizacia-hr {
    height: auto;
    padding: 10px 0;
}

.cancel-all-blocks-forms {
    width: 50px;
    height: 50px;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    margin: 0 0 0 20px;
    padding: 0;
    background-color: white;
}

.cancel-all-blocks-forms:hover {
    background: #f89a1c;
    cursor: pointer;
    transition: 0.5s;
}

@media (max-width: 674px) {
    .fon-all-blocks-button-call-forma {
        flex-direction: column;
        padding: 12px;
    }

    .block-button-call-forma-pop-up.chek-list-bitrix, .fon-all-blocks-button-call-forma .block-button-call-forma-pop-up.inner {
        position: static;
    }

    .fon-all-blocks-button-call-forma .block-button-call-forma-pop-up.inner {
        margin: 0 0 32px 0 !important;
    }

    .fon-all-blocks-button-call-forma div a span.ya-share2__badge {
        left: 0 !important;
    }

    .fon-all-blocks-button-call-forma div:nth-child(1) a span {
        top: 30% !important;
        left: 45%;
    }

    .fon-all-blocks-button-call-forma .block-info-banner-link-red.call-pop-up.onli-one-forma a span {
        top: 45% !important;
    }

    .fon-all-blocks-button-call-forma .chek-list-bitrix.importozam a span, .fon-all-blocks-button-call-forma .chek-list-bitrix.vibrat-sed.onli-one-chek-list a span, .fon-all-blocks-button-call-forma .call-pop-up.onli-one-chek-list a span {
        top: 50% !important;
    }

    .fon-all-blocks-button-call-forma div:nth-child(2) a span {
        top: 70% !important;
        left: 45%;
    }

    .fon-all-blocks-button-call-forma .call-chek-list.onli-one-chek-list a span {
        top: 70% !important;
    }

    .fon-all-blocks-button-call-forma .cancel-all-blocks-forms {
        margin: 0 !important;
    }

    .fon-all-blocks-button-call-forma .block-button-call-forma-pop-up.chek-list-bitrix {
        margin: 0 0 32px 0 !important;
    }
}

@media (max-width: 425px) {
    .fon-all-blocks-button-call-forma div a span {
        left: 43% !important;
    }

    .fon-all-blocks-button-call-forma div a span.ya-share2__badge {
        left: 0 !important;
    }

    .fon-all-blocks-button-call-forma .block-info-banner-link-red.call-pop-up.onli-one-forma a span {
        top: 45% !important;
    }
}

@media (max-width: 320px) {
    .fon-all-blocks-button-call-forma div a span {
        left: 40% !important;
    }

    .fon-all-blocks-button-call-forma div a span.ya-share2__badge {
        left: 0 !important;
    }

    .fon-all-blocks-button-call-forma .block-info-banner-link-red.call-pop-up.onli-one-forma a span {
        top: 45% !important;
    }
}

.cancel-all-blocks-forms p {
    font-size: 30px;
    color: red;
    text-align: center;
    margin: 3px auto;
    padding: 0;
}

.fon-all-blocks-button-call-forma .block-button-call-forma-pop-up.inner {
    display: flex;
    width: 280px;
    width: 280px;
    height: 105px;
    margin: 0 20px 0 0;
}

@media (max-width: 1250px) {
    .block-info-banner-link-red.call-pop-up {
        max-width: 80%;
    }
}

@media (max-width: 974px) {
    .fon-all-blocks-button-call-forma .block-button-call-forma-pop-up.inner {
        margin: 0 20px 30px 0;
    }

    .block-button-call-forma-pop-up.chek-list-bitrix {
        margin: 0 0 30px 0;
    }
}

.fon-all-blocks-button-call-forma .block-info-banner-link-red.call-pop-up a span {
    top: 92%;
}

.fon-all-blocks-button-call-forma .block-info-banner-link-red.call-pop-up.onli-one-forma a span {
    top: 62%;
}

.chek-list-bitrix .block-info-banner-link-red.call-chek-list.chek-list-bitrix {
    max-width: 120px;
    animation: none;
    border: 1px solid #f5f5f5;
    min-height: 20px;
    height: 28px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
}

.block-button-call-forma-pop-up.chek-list-bitrix .chek-list-title p {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin: 7px 0;
}

.chek-list-bitrix .block-info-banner-link-red.call-chek-list.chek-list-bitrix a {
    color: #00859B;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

.block-info-banner-link-red.call-chek-list.chek-list-bitrix:hover {
    background: #f89a1c;
    transition: 0.5s;
}

.block-info-banner-link-red.call-chek-list.chek-list-bitrix:hover a {
    color: white;
}


/*todo new styles for hyperUp banner index page*/
.histories {
    margin: 80px auto;
}

.hyper-bn {
    background-image: url("/upload/bn/bg-bn-2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    border-radius: 6px;
    margin: 20px auto;
}

.hyper-bn__map {
    background-image: url("/upload/bn/bg-bn-3.png");
}

.hyper-bn__left {
    max-width: 40%;
}

.hyper-bn__left img {
    max-width: 100%;
    display: block;
    position: relative;
    bottom: 0;
}

.hyper-bn__right {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    max-width: 600px;
}

.hyper-bn__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #000;
}

.hyper-bn__title--aqua {
    color: #00859B;
}

.hyper-bn__subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #000;
}

.hyper-bn__info ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000;
}

@media (max-width: 768px) {
    .hyper-bn {
        flex-direction: column;
        gap: 20px;
    }

    .hyper-bn__left {
        max-width: 100%;
        order: 2;
    }

    .hyper-bn__right {
        padding: 25px 5px;
        order: 1;
    }
}

/*todo bn map*/

.bn-map {
    background-image: url("/upload/bn/bg-bn-3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    border-radius: 6px;
    margin: 60px auto;
}

.bn-map__left {
    width: 50%;
}

.bn-map__left img {
    max-width: 100%;
    display: block;
    position: relative;
    bottom: 0;
}

.bn-map__right {
    flex-grow: 1;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;
}

.bn-map__title {
    font-weight: 700;
    font-size: 36px;
    color: #00859b;
}

.bn-map__title--aqua {
    color: #00859B;
}

.bn-map__subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #000;
}

.bn-map__info ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000;
}

.bn-map-img {
    padding-left: 40px;
}

@media (max-width: 1024px) {
    .bn-map {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .bn-map__left {
        width: 100%;
        order: 2;
    }

    .bn-map__right {
        padding: 25px 5px;
        order: 1;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }

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


/*todo delete this styles*/
/*НОВЫЙ блок huperUp на главной*/
.new-huperup-index-block {
    display: flex;
    position: relative;
    height: 510px;
    width: 100%;
    background-image: url(/local/templates/main/img/fone_banner_huperup_desctop.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.new-huperup-index-block p {
    font-family: 'Source Sans Pro';
    font-style: normal;
}

.new-huperup-block-image {
    width: 50%;
    height: 100%;
    background-image: url(/local/templates/main/img/banner_huperup_img_desctop_21.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 80%;
}

@media (max-width: 1700px) {
    .new-huperup-block-image {
        background-position: 50% 50%;
    }
}

.new-huperup-block-image img {
    display: none;
}

.new-huperup-block-information {
    width: 50%;
    float: right;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}

.new-huperup-block-information-title {
    margin: 89px 0 0 0;
}

.new-huperup-block-information-title p {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    margin: 0;
}

.new-huperup-block-information-text {
    margin: 29px 0 0 0;
}

.new-huperup-block-information-text p {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    margin: 0;
}

.new-huperup-block-information-list {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    margin: 1px 0 0 0;
}

.banner-list-white {
    list-style-image: url(/upload/list_image_banner_white.svg);
    padding-inline-start: 16px;
    margin-left: 5px;
}

.banner-list-white li {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}

.new-huperup-block-information .block-info-banner-link {
    margin: 60px 0 89px 0;
}

@media (max-width: 1260px) {
    .new-huperup-block-image {
        background-position: 19% 50%;
    }
}

.special-panel-for-fone-section-menu-new {
    display: none;
}

@media (max-width: 991px) {
    .special-panel-for-fone-section-menu-new {
        display: block;
        height: 40px;
        width: 100%;
    }

    .new-huperup-index-block {
        flex-direction: column;
        height: auto;
    }

    .new-huperup-block-image {
        width: 100%;
        height: min-content;
        position: relative;
        background-image: none;
    }

    .new-huperup-block-image img.hyper-img-desctop {
        display: block;
        width: 100%;
        max-width: fit-content;
        height: auto;
        background-image: none;
        margin: 0 auto;
    }

    .new-huperup-block-information {
        width: 100%;
        padding: 0 20px;
    }

    .new-huperup-block-information-title {
        margin: 5px 0 0 0;
    }

    .new-huperup-block-information-title p, .new-huperup-block-information-title p {
        text-align: center;
    }

    .new-huperup-block-information-text {
        max-width: 600px;
        margin: 29px auto 0 auto;
    }

    .new-huperup-block-information-list {
        max-width: 490px;
        margin: 0 auto;
    }

    .new-huperup-block-information .block-info-banner-link {
        margin: 20px auto 30px auto;
    }
}

@media (max-width: 425px) {
    .new-huperup-index-block {
        background-image: url(/local/templates/main/img/fone_banner_huperup_mobile.png);
        margin-top: 25px;
    }

    .new-huperup-block-image img.hyper-img-desctop {
        display: none;
    }

    .new-huperup-block-image img.hyper-img-mobile {
        display: block;
        width: 100%;
        max-width: fit-content;
        height: auto;
        background-image: none;
        margin: 0 auto;
    }

    .new-huperup-block-information-title {
        margin: 20px 0 0 0;
    }
}

/*НОВАЯ POP-UP-плашка*/
.block-button-call-forma-pop-up-one-external {
    position: relative;
    margin: 0 0 20px 0;
}

.block-button-call-forma-pop-up-one-external.have-doble-block {
    margin: 0 20px 20px 0;
}

.block-button-call-forma-pop-up-new {
    width: 300px;
    height: 88px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    position: sticky;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    padding: 43px 17px;
}

.block-button-call-forma-pop-up-new:hover {
    cursor: pointer;
}

.block-button-call-forma-pop-up-new.chek-list-new {
    width: 300px;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    margin: 0;
}

.block-button-call-forma-pop-up-new.chek-list-new.choose-CRM {
    background-image: url(https://tanais.ru/local/templates/main/img/fone_chek_list_crm.png);
}

.block-button-call-forma-pop-up-new.chek-list-new.choose-importozam {
    background-image: url(https://tanais.ru/local/templates/main/img/fone_chek_list_importozam.png);
}

.block-button-call-forma-pop-up-new.chek-list-new.choose-1C {
    background-image: url(https://tanais.ru/local/templates/main/img/fone_chek_list_bitrix.png);
}

.block-button-call-forma-pop-up-new.chek-list-new.choose-SED {
    background-image: url(https://tanais.ru/local/templates/main/img/fone_chek_list_sed.png);
}

.block-button-call-forma-pop-up-new.chek-list-new.choose-SUS,
.block-button-call-forma-pop-up-new.chek-list-new.testing-P7 {
    background-image: url(https://tanais.ru/local/templates/main/img/fone_chek_list_bitrix.png);
}

button.call-chek-list-new {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    border: 1px solid #f5f5f5;
    background-color: #fff;
    transition: 0.5s;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
    border-radius: 25px;
    margin-top: 10px;
    padding: 4px 25px;
}

button.call-chek-list-new a {
    color: #f89a1c;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    background-attachment: scroll;
    margin: auto;
    text-align: center;
}

.choose-1C button.call-chek-list-new a,
.choose-SED button.call-chek-list-new a,
.choose-SUS button.call-chek-list-new a {
    color: #00859B;;
}

button.call-chek-list-new a.color-blue {
    color: #00859B;
}

.block-button-call-forma-pop-up-new.chek-list-new:hover button.call-chek-list-new {
    cursor: pointer;
    background-color: #DB5C30;
    transition: 0.3s;
    color: #fff;
}

.block-button-call-forma-pop-up-new.chek-list-new:hover button.call-chek-list-new a {
    color: #fff;
    transition: 0.3s;
}

.block-button-call-forma-pop-up-new:hover .block-button-circle {
    rotate: 90deg;
    background: #DB5C30;
    transition: 0.3s;
}

.block-button-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #F89A1C;
    box-shadow: 0px 4px 8px rgba(248, 154, 28, 0.25);
    position: relative;
}

.block-button-circle img {
    position: absolute;
    left: 7px;
    top: 8px;
    rotate: -90deg;
}

.block-button-text {
    width: calc((100% - 28px));
}

.block-button-call-forma-pop-up-new.chek-list-new .block-button-text {
    margin-right: 0;
}

.block-button-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin: 0;
}

.block-button-call-forma-pop-up-new.chek-list-new .block-button-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}

.block-button-cancel {
    position: absolute;
    right: 7px;
    top: 3px;
}

.block-button-cancel:hover {
    cursor: pointer;
    color: red;
}

.b24-form-sign {
    display: none;
}

.social-block-in-popup {
    width: 300px;
    height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    position: sticky;
    border-radius: 5px;
    background-color: #F5F5F5;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
    padding: 3px;
}

.social-block-in-popup:hover p {
    color: #00859b;
}

.social-block-in-popup p {
    text-align: center;
    margin: 5px 0;
}

/*Блок преимущества (см./platforms/directumrx/) - flex - строка-колонка,
в строке по 4 элемента (элемент вертик картинка-текст)*/
.block-benefits-DRX-owner {
    width: 100%;
    padding: 30px 0 0 0;
    border-top: 2px solid rgba(174, 174, 192, 0.4);
}

.block-benefits-DRX {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.block-benefits-DRX-one {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 0 80px 0;
}

.block-benefits-DRX-one-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block-benefits-DRX-one-img-circle {
    width: 112px;
    height: 112px;
    border-radius: 56px;
    box-shadow: 0px 10px 30px 10px rgba(174, 174, 192, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.block-benefits-DRX-one-img-circle img {
    width: fit-content;
}

.block-benefits-DRX-one-text p {
    max-width: 190px;
    padding: 0;
    margin: 20px auto 0 auto;
    text-align: center;
}

@media (max-width: 1200px) {
    .block-benefits-DRX {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .block-benefits-DRX-one {
        width: 33%;
        margin: 0 0 50px 0;
    }

    .block-benefits-DRX-one-text p {
        max-width: 100%;
    }
}

@media (max-width: 550px) {
    .block-benefits-DRX {
        padding: 0;
    }

    .block-benefits-DRX-one {
        width: 50%;
        margin: 0 0 30px 0;
    }
}

@media (max-width: 360px) {
    .block-benefits-DRX-one {
        width: 100%;
    }
}

/*Блок плашек цтфры-факты (см./platforms/directumrx/) - flex - строка-колонка,
в строке по 4 (3) элемента (элемент "фактов" гориз иконка-текст)*/
.block-cifir {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.block-cifir-one {
    width: 23%;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 10px rgba(174, 174, 192, 0.4);
    border-radius: 20px;
    padding: 20px 30px;
}

/*.number_count_DRX {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 900;
	font-size: 50px;
	text-align: center;
	color: #00859B;
	margin: 0;
}*/
span.specials_DRX {
    position: relative;
    font-weight: 400;
    font-size: 20px;
    background-color: #FF8600;
    color: #fff;
    padding: 2px 15px 4px 15px;
    bottom: 9px;
}

/*.info_count_DRX {
	padding: 0;
}
.info_count_DRX p {
	margin: 0;
	text-align: center;
}*/
@media (max-width: 1300px) {
    .block-cifir-one {
        padding: 20px;
    }
}

@media (max-width: 1200px) {
    .block-cifir {
        flex-wrap: wrap;
    }

    .block-cifir-one {
        width: 49%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .block-cifir-one {
        padding: 10px;
    }
}

@media (max-width: 550px) {
    .block-cifir-one {
        width: 100%;
    }
}

.block-facts {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 60px 0 0 0;
}

.block-facts-one {
    width: 31%;
    background: #FFFFFF;
    border: 1px solid #FF8600;
    box-shadow: 0px 10px 30px 10px rgba(174, 174, 192, 0.4);
    border-radius: 20px;
    padding: 17px 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.block-facts-one-img {
    width: 44px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block-facts-one-img-circle {
    width: 42px;
    height: 42px;
    border-radius: 21px;
    border: 1px solid #FF8600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block-facts-one-info {
    width: calc(100% - 44px);
}

.block-facts-one-info p {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 20px;
}

@media (max-width: 991px) {
    .block-facts-one {
        flex-direction: column;
        justify-content: flex-start;
        padding: 15px;
    }

    .block-facts-one-img, .block-facts-one-info {
        width: 100%;
    }

    .block-facts-one-img-circle {
        margin: 0 auto;
    }

    .block-facts-one-info p {
        padding: 0;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .block-facts {
        flex-direction: column;
        justify-content: flex-start;
        padding: 20px 0 0 0;
    }

    .block-facts-one {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*Блок под видео (см./platforms/directumrx/)*/
.block-video {
    padding: 60px 0;
}

.block-video iframe {
    width: 100%;
    height: auto;
    min-height: 350px;
}

@media (max-width: 768px) {
    .block-video {
        padding: 30px 0;
    }
}

@media (max-width: 425px) {
    .block-video iframe {
        min-height: 250px;
    }
}

/*Блок КОМПЕТЕНЦИИ вертикальные плашки иконка-текст (см./platforms/directumrx/) - flex - строка-колонка,
в строке начально 6 элементова*/
.block-DRX-competent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0;
}

.block-DRX-competent-one {
    width: 16%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
    margin: 0 0 20px 0;
}

.block-DRX-competent-one-img {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block-DRX-competent-one-img img {
    width: fit-content;
}

.block-DRX-competent-one-text {
    width: 100%;
}

.block-DRX-competent-one-text p {
    margin: 0;
    text-align: center;
}

@media (max-width: 991px) {
    .block-DRX-competent-one {
        width: 19%;
    }
}

@media (max-width: 768px) {
    .block-DRX-competent {
        justify-content: center;
    }

    .block-DRX-competent-one {
        width: 25%;
    }
}

@media (max-width: 550px) {
    .block-DRX-competent {
        justify-content: space-between;
    }

    .block-DRX-competent-one {
        width: 33%;
    }
}

@media (max-width: 425px) {
    .block-DRX-competent-one {
        width: 50%;
    }
}

/*Блок ПОМОГАЮТ горизонтальные плашки [иконка-цифра в круге]-текст (см./platforms/directumrx/) - flex - строка-колонка,
в строке начально 3 элемента*/
.block-DRX-help {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 0;
}

.block-DRX-help-one {
    width: 33%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.block-DRX-help-one-img {
    width: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block-DRX-help-one-img-circle {
    width: 68px;
    height: 68px;
    border-radius: 34px;
    border: 2px solid #AEAEC0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block-DRX-help-one-img-circle p {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    color: #FF8600;
    margin: 0;
}

.block-DRX-help-one-img-circle img {
    width: fit-content;
}

.block-DRX-help-one-text {
    width: calc(100% - 75px);
    padding: 0 10px 0 25px;
}

.block-DRX-help-one-text p {
    margin: 0;
}

.block-DRX-help-one-text ul {
    padding-left: 20px;
}

.block-DRX-help-one-text p:nth-child(2) {
    margin-top: 15px;
}

@media (max-width: 991px) {
    .block-DRX-help {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 30px 0;
    }

    .block-DRX-help-one {
        width: 100%;
    }

    .block-DRX-help .block-DRX-help-one:nth-child(2) {
        margin: 20px 0;
    }
}

@media (max-width: 375px) {
    .block-DRX-help {
        padding: 20px 0;
    }

    .block-DRX-help-one {
        flex-direction: column;
        justify-content: flex-start;
    }

    .block-DRX-help-one-img {
        margin: 0 auto;
    }

    .block-DRX-help-one-text {
        width: 100%;
        padding: 10px 0 0 0;
    }

    .block-DRX-help-one-text p:nth-child(1) {
        text-align: center;
    }
}

/*Блок ВЕРСИИ вертикальные плашки [иконка в круге]-текст (см./platforms/directumrx/) - flex - строка-колонка,
в строке 2 элемента*/
.block-DRX-vers {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 0 60px 0;
}

.block-DRX-vers-one {
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.block-DRX-vers-one-img {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block-DRX-vers-one-img-circle {
    width: 168px;
    height: 168px;
    border-radius: 84px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 30px 10px rgba(174, 174, 192, 0.4);
}

.block-DRX-vers-one-img-circle img {
    width: fit-content;
}

.block-DRX-vers-one-img-text {
    width: 100%;
}

.block-DRX-vers-one-img-text p {
    margin: 35px 0 0 0;
    text-align: center;
}

@media (max-width: 991px) {
    .block-DRX-vers {
        padding: 20px 0 0 0;
    }

    .block-DRX-vers-one {
        margin-bottom: 20px;
    }
}

@media (max-width: 530px) {
    .block-DRX-vers {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
}

/*Блок ИМПОРТОЗАМ горизонтальные плашки [иконка-крест в круге]-текст (см./platforms/directumrx/) - flex - строка-колонка,
в строке начально 2 элемента*/
.block-DRX-help.ImZam {
    flex-wrap: wrap;
}

.block-DRX-help.noneTransfer {
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0 0 0;
}

.block-DRX-help-one.ImZam {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.block-DRX-help-one.noneTransfer {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.block-DRX-help-one.noneTransfer .block-DRX-help-one-img .block-DRX-help-one-img-circle img {
    transform: rotate(45deg);
}

.block-DRX-help.ImZam .block-DRX-help-one.ImZam:nth-child(1),
.block-DRX-help.ImZam .block-DRX-help-one.ImZam:nth-child(2) {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .block-DRX-help-one.ImZam, .block-DRX-help-one.noneTransfer {
        width: 100%;
    }

    .block-DRX-help.ImZam .block-DRX-help-one.ImZam:nth-child(1),
    .block-DRX-help.ImZam .block-DRX-help-one.ImZam:nth-child(2),
    .block-DRX-help.ImZam .block-DRX-help-one.ImZam:nth-child(3) {
        margin: 0 0 20px 0;
    }

    .block-DRX-help.noneTransfer .block-DRX-help-one {
        margin: 0 0 20px 0;
    }
}

@media (max-width: 375px) {
    .block-DRX-help-one.ImZam, .block-DRX-help-one.noneTransfer {
        flex-direction: column;
        justify-content: flex-start;
    }
}

/*Блок БЕЗОП 2 горизонтальных блока с текстом-списком (см./platforms/directumrx/) - flex - строка-колонка*/
.block-DRX-securiti {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.block-DRX-securiti-one {
    width: 50%;
}

@media (max-width: 425px) {
    .block-DRX-securiti {
        flex-direction: column;
        justify-content: flex-start;
    }

    .block-DRX-securiti-one {
        width: 100%;
    }

    .block-DRX-securiti .block-DRX-securiti-one:nth-child(1) ul {
        margin-bottom: 0;
    }

    .block-DRX-securiti .block-DRX-securiti-one:nth-child(2) ul {
        margin-top: 0;
    }

    .block-DRX-securiti .block-DRX-securiti-one:nth-child(2) p:nth-child(1) {
        margin-top: 0;
    }
}

/*Блок СЕРЫЙ ФОН (см./platforms/directumrx/)*/
.block-100-gray {
    width: 100%;
    background-color: #F5F5F5;
    padding: 50px 0;
}

@media (max-width: 768px) {
    .block-100-gray {
        padding: 30px 0;
    }
}

/*Блок АККОРДЕОН (см./platforms/directumrx/)*/
div#accordion {
    padding: 30px 0 40px 0;
}

.accardion_title_block_vnedr {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 10px rgba(174, 174, 192, 0.4);
    border-radius: 20px;
    padding: 10px 40px;
    margin: 30px 0 0 0;
}

.page-block-info {
    width: calc(100% - 36px);
    display: flex;
    flex-direction: row;
}

.page-block-icon {
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    border-radius: 90px;
    background: #F5F5F5;
}

.page-block-name {
    width: calc(100% - 100px);
    align-self: center;
    padding-left: 50px;
}

.row.projects {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .row.projects {
        justify-content: center;
    }
}

.page-block-name.projects {
    width: fit-content;
    max-width: 100%;
    align-self: center;
    text-align: center;
    padding-left: 0;
    margin: 0;
}

.page-block-name.projects h1 {
    margin: 10px 0;
}

.page-block-name p {
    padding: 0;
}

@media (max-width: 768px) {
    div#accordion {
        padding: 10px 0 20px 0;
    }

    .accardion_title_block_vnedr {
        padding: 10px;
    }

    .page-block-name {
        padding-left: 20px;
    }
}

@media (max-width: 375px) {
    .accardion_title_block_vnedr {
        margin: 0 0 15px 0;
    }

    .page-block-info {
        flex-direction: column;
    }

    .page-block-icon {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }

    .page-block-name {
        width: 100%;
        padding-left: 0;
    }

    .page-block-name p {
        text-align: center;
    }
}

/*Блок КОМПЕТЕНЦИИ по ПЛАТФОРМАМ (см./platforms/directumrx/)*/
.block-DRX-competentions {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.block-DRX-competentions a {
    width: 31%;
    display: inline-block;
}

.block-DRX-competentions-one {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 50px;
}

.block-DRX-competentions-one-logo {
    height: 164px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block-DRX-competentions-one-logo img {
    width: fit-content;
}

.block-DRX-competentions-one-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
}

.block-DRX-competentions-one-info-title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #00859B;
}

.block-DRX-competentions-one-info-text p {
    text-align: center;
}

@media (max-width: 1024px) {
    .block-DRX-competentions-one {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .block-DRX-competentions-one {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .block-DRX-competentions {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .block-DRX-competentions a {
        width: 100%;
    }

    .block-DRX-competentions-one {
        height: auto;
        margin-bottom: 20px;
    }

    .block-DRX-competentions-one-info {
        height: auto;
    }
}

@media (max-width: 550px) {
    .block-DRX-competentions {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .block-DRX-competentions a {
        width: 100%;
    }

    .block-DRX-competentions a:nth-child(1) {
        margin-bottom: 20px;
    }

    .block-DRX-competentions-one-info {
        height: auto;
    }
}

/*БЛОК название - лого в платформах*/
.page-name-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

/*Стр. Сопровождение Directum RX (см./services/vnedrenie-sistem-elektronnogo-dokumentooborota/soprovozhdenie-directum-rx/)*/
/*Блок SUPPORT*/
.block-supportDRX {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.block-supportDRX-one {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px;
}

.block-supportDRX-one-info {
    padding: 0 37px 0 50px;
}

@media (max-width: 991px) {
    .block-supportDRX {
        flex-direction: column;
        justify-content: flex-start;
    }

    .block-supportDRX-one {
        width: 100%;
        margin-bottom: 20px;
    }

    .block-supportDRX-one-info {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .block-supportDRX-one-info {
        padding: 0 0 0 20px;
    }
}

@media (max-width: 375px) {
    .block-supportDRX-one {
        width: 100%;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .block-supportDRX-one-info {
        padding: 20px 0 0 0;
    }
}

/*hover в подвале*/
.footer-menu a:hover {
    color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.footer .social-icons a:hover img {
    filter: grayscale(1) brightness(130%);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.54s;
}

/*Тлф в header*/
.phone-header-block-three a:hover {
    color: #ffa801;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

/*Для слайдера вебинаров на главной*/
.arrow_right_events {
    position: absolute;
    bottom: 22px;
    right: 30px;
    z-index: 20;
    height: 14px;
    width: 8px;
}

.arrow_left_events {
    position: absolute;
    bottom: 22px;
    z-index: 20;
    left: 30px;
    height: 14px;
    width: 8px;
}

.slider_events {
    background-color: #F4F4F4;
}

.events_dots {
    text-align: center;
    padding: 20px 0px;
}

.news-about-dir .events_dots {
    margin: 0;
}

.events_dots li.slick-active {
    background-image: url(/upload/active_dot_slider.svg);
    width: 14px;
    height: 14px;
}

.events_dots li {
    background-image: url(/upload/dot_slider.svg);
    width: 14px;
    height: 14px;
    list-style: none;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
}

.events_dots li button {
    display: none;
}

/*Для проектов на платформах*/
.project-item-logo {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.pr-item-inner {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pr-item-inner img {
    width: 50px;
    height: fit-content;
}

@media (max-width: 375px) {
    .pr-item {
        display: none;
    }
}

.project-item-integrator {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.block__subscribe__news {
    margin: 0 auto;
    margin-top: 85px;
}

.block__subscribe__news img {
    width: 100%;
    height: auto;
}

/*Для pop-up форм*/
.b24-form-btn {
    border-radius: 25px !important;
}

.b24-form-sign {
    display: none !important;
}

.bx-filter-param-text {
    color: #505050;
}

.search__mobile {
    background: #F4F4F4;
    height: 75px;
    display: none;
    align-items: center;
    animation: showBlock 0.3s cubic-bezier(0, 0, 0.7, 0.27) forwards;
}

.search__mobile__panel {
    background: #FFFFFF;
    border: 1px solid #E3E1E1;
    box-sizing: border-box;
    border-radius: 50px;
    height: 45px;
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

#search {
    border: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    width: 100%;
}

.search__mobile__icon {
    margin: 20px;
}

.search__mobile__close {
    margin: 20px;
}

.show__flex {
    display: flex;
    animation: showBlock 0.3s cubic-bezier(0, 0, 0.7, 0.27) forwards;
}

@keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* todo fix styles and add new */

.header-search {
    position: fixed;
}

.header-search.show {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004f;
    z-index: 9999999;
}

.item_count_number {
    transition: 0.5s all ease;
}

.item_count_number:hover .number_count {
    transition: 0.5s all ease;
    color: #00859bb5;
}

.row-container {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.header-other .header-icon {
    width: 24px;
    height: 24px;
}

/* todo new banners style in index page*/

.bn {
    display: flex;
    align-items: center;
    padding: 50px 20px;
    margin: 20px auto;
    background-image: url('../../../upload/bn/bg-bn.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #000;
    border-radius: 6px;
    position: relative;
}

.bn-title {
    font-size: 36px;
    font-weight: 700;
}

.bn-content {
    max-width: 70%;
    z-index: 2;
}

.bn .subtext {
    font-weight: 400;
    font-size: 24px;
}

.bn .btn {
    display: inline-block;
}

.bn-image {
    margin-left: 20px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 20px;
}

.bn img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .bn {
        flex-direction: column;
        text-align: center;
        padding: 50px 20px 0;
    }

    .bn-content {
        max-width: 100%;
        z-index: 2;
    }

    .bn-image {
        margin-left: 0;
        margin-top: 20px;
        position: relative;
        right: auto;
    }
}
