/*@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap&subset=cyrillic');*/
/*@import url('//fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;900&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');*/


body {
    height: 100%;
    display: flex;
    flex-direction: column;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 16px;
    font-weight: 400;
    color: var(--main);
    font-family: 'Inter', sans-serif;
    padding-top: 52px;
}

a {
    text-decoration: none;
    color: var(--red);
    transition: 0.2s all;
}

img {
    flex: none;
}

svg path,
svg,
i {
    transition: 0.2s all;
    flex: none;
}

a:hover {
    color: var(--purple_light);
}

body .slForm_block .form-control::-webkit-input-placeholder {color: #CCCCCC !important; letter-spacing: 1px;}
body .slForm_block .form-control::-moz-placeholder {color: #CCCCCC !important; letter-spacing: 1px;}
body .slForm_block .form-control:-moz-placeholder {color: #CCCCCC !important; letter-spacing: 1px;}
body .slForm_block .form-control:-ms-input-placeholder {color: #CCCCCC !important; letter-spacing: 1px;}
body .slForm_block textarea::-webkit-input-placeholder {color: #CCCCCC !important; letter-spacing: 1px;}
body .slForm_block textarea::-moz-placeholder {color: #CCCCCC !important; letter-spacing: 1px;}
body .slForm_block textarea:-moz-placeholder {color: #CCCCCC !important; letter-spacing: 1px;}
body .slForm_block textarea:-ms-input-placeholder {color: #CCCCCC !important; letter-spacing: 1px;}

body .form_id-10 .form-control::-webkit-input-placeholder {color: #a3a3a3 !important;}
body .form_id-10 .form-control::-moz-placeholder {color: #a3a3a3 !important;}
body .form_id-10 .form-control:-moz-placeholder {color: #a3a3a3 !important;}
body .form_id-10 .form-control:-ms-input-placeholder {color: #a3a3a3 !important;}
body .form_id-16 .form-control::-webkit-input-placeholder {color: #a3a3a3 !important;}
body .form_id-16 .form-control::-moz-placeholder {color: #a3a3a3 !important;}
body .form_id-16 .form-control:-moz-placeholder {color: #a3a3a3 !important;}
body .form_id-16 .form-control:-ms-input-placeholder {color: #a3a3a3 !important;}

/*.hb-count .header_block_count:before {*/
/*counter-increment: header_advant; !* Указываем идентификатор счетчика *!*/
/*content: "0" counter(header_advant); !* Выводим текст перед содержимым тега <h2> *!*/
/*}*/

.si-count .step_item-count:before {
    counter-increment: steps; /* Указываем идентификатор счетчика */
    content: "0" counter(steps); /* Выводим текст перед содержимым тега <h2> */
}

.row > * {
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

:root {
    --red: #ff275b;
    --green: #3DB544;
    --grey: #414141;
    --dark_grey: #333333;
    --blue: #0095D4;
    --grey_bg: #F4F4F4;
    --dark_blue: #001F31;
    --main: #111111;

    --mid_grey: #F9F9F9;
    --purple_light: #623DB5;
    --purple_normal: #4A2E88;
    --purple_bold: #311F5B;
    --purple_bolder:#251744;
}

h2 {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 36px;
    line-height: 160%;
    margin-top: 20px;
}

h3 {
    margin-bottom: 20px;
    margin-top: 30px;
}

h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 4rem;
}

.mButton {
    background: var(--purple_light);
    border: none;
    text-shadow: none;
    box-shadow: none;
    height: 54px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 26px;
    width: max-content;
    text-decoration: none;
    transition: 0.2s all;
    text-transform: inherit !important;
    border-radius: 16px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
    cursor: pointer;
}

._button-red {
    background: var(--red);
}

._button-red:hover {
    background: var(--purple_light) !important;
}

._button-bordered {
    border: 1px solid transparent;
}

._button-bordered:hover {
    border-color: #fff;
}

.slForm_block .mButton {
    width: 100%;
}

button:active,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.footer_li-link a:hover,
.mButton:hover {
    color: #fff;
    text-decoration: none;
    background: var(--red);
}

._buttonGreen {
    background: var(--green);
}

._width-100 {
    width: 100%;
}

._blackForm {
    background: var(--dark_grey);
    padding: 30px 30px 40px 30px !important;
    color: #fff;
    height: calc(100% - 30px);
    min-height: 365px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.arrow_link {
    color: var(--red);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.arrow_link span {
    margin-right: 20px;
}

.logo_footer,
.logoBlock img {
    max-width: 137px;
}

/*======*/

.sl_row-3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
}

.sl_col-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.sl_row-6 {
    margin-left: -6px !important;
    margin-right: -6px !important;
}

.sl_col-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.sl_row-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.sl_col-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.sl_row-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.sl_col-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/*======*/








.full_width.steps {
    counter-reset: steps;
    background: var(--mid_grey);
}

.full_width.banner_blocks {
    padding: 40px 0 0 0;
    /* margin-top: -226px; */
    /* background: #F6F6F6; */
}

.header_block_item {
    position: relative;
}

.header_block_item:before {
    content: '';
    height: 100%;
    width: 1px;
    background: #DFDFDF;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.header_block_item:last-of-type:before {
    display: none;
}

.header_block_count {
    font-size: 60px;
    font-weight: 800;
    position: absolute;
    left: 0px;
    top: -48px;
    z-index: 0;
    color: #e9e9e9;
}

.header_block_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    min-height: 54px;
    position: relative;
    z-index: 5;
    line-height: 27px;
}

.offer_item-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.offer_item {
    padding: 40px 30px;
    background-color: #f6f6f6;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offer_item-desc ul {
    padding-left: 21px;
    margin: 0px;
}

.offer_item-desc {
    margin-bottom: 15px;
}

.offer_item-link {
    color: var(--blue);
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    font-weight: 500;
}

.offer_item-link svg {
    margin-left: 5px;
}

.offer_item {
    transition: 0.2s all;
}

.case_item-more,
.offer_item-title,
.offer_item-desc {
    transition: 0.1s all;
}

.step_item {
    padding: 30px 25px 30px 45px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    border-radius: 10px;
}

.step_item-count {
    color: var(--grey_bg);
    font-size: 50px;
    font-weight: 800;
    position: absolute;
    z-index: 0;
    top: 11px;
    left: -12px;
}

.step_item-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    padding-right: 3rem;
    min-height: 66px;
    padding-left: 20px;
}

.step_item-desc ul {
    padding-left: 21px;
    margin-bottom: 0px;
}

.step_item-desc ul li {
    margin-bottom: 12px;
}

.step_item-desc ul li:last-of-type {
    margin-bottom: 0px;
}

.advant_top-item {
    margin-bottom: 20px;
    height: 210px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 16px;
    text-align: center;
}

.advant_top-item--title {
    color: var(--purple_light);
    font-weight: 700;
    font-size: 38px;
    line-height: 160%;
}

.advant_top-item--text {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    padding: 0 35px;
}

.advant_top-item--title ._infinity {
    font-size: 80px;
    line-height: 66px;
    margin-top: -17px;
    display: block;
}

.advant_item {
    height: calc(100% - 30px);
    background-color: #ffffff;
    padding: 35px 22px 35px 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.advant_item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
}

.full_width.guarantees {
    /*background: var(--grey_bg);*/
}

.guarantee_item {
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.guarantee_item:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 33px;
    background: #DFDFDF;
}

.guarantee_block .col-12:last-of-type .guarantee_item:before {
    display: none;
}

.guarantee_item-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.guarantee_item-list {
    padding-left: 25px;
    padding-right: 65px;
    margin-bottom: 0px;
}

.guarantee_block {
    background: var(--mid_grey);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 40px;
}

.static_sert {
    height: 277px;
    background-size: cover;
    background-position: top center;
    width: 194px;
    margin: 0 15px;
    border: 1px solid #dedede;
    border-radius: 3px;
}

.static_serts {
    /*display: flex;*/
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/

    width: 100%;
    border: 1px solid #e9e9e9;
}

.static_serts-info {
    background: var(--grey);
    line-height: 30px;
    color: #fff;
    padding: 25px 25px 25px 30px;
    margin: 0 15px;
}

.services_desc {
    margin-bottom: 35px;
}

.service_block {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 15px 20px;
    height: calc(100% - 20px);
    border-radius: 10px;
}

.service_block-title {
    font-family: Rubik;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.service_item a {
    color: #000;
}

.service_item a:hover {
    color: var(--red);
}

.service_item img {
    margin-right: 15px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px 0px #ddd;
    width: 45px;
    height: 45px;
}

.full_width.employee {
    background: var(--mid_grey);
}

.employee_item {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    display: flex;
    align-items: center;
}

.employee_item-img {
    min-height: 100px;
    background-size: cover;
    background-position: top center;
    min-width: 100px;
    border-radius: 100%;
    margin-right: 20px;
}

.employee_item-name {
    font-size: 18px;
    font-weight: 600;
}

.employee_item-work {
    font-size: 16px;
    color: #111111;
}

.headerTop_section,
.headerBot_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sl_top_menu {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.sl_top_menu li {
    margin-right: 20px;
}

.sl_top_menu .no_link,
.sl_top_menu li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.root-item-selected {
    color: var(--red) !important;
}

.sl_breadcrumbs * {
    transition: 0.2s all;
}

.footer_social-item:hover,
.bx-breadcrumb-item a:hover span,
.modPopUpMenu_sub-item a:hover,
#header_offers li a:hover,
.sl_top_menu li a:hover {
    color: var(--red) !important;
}

.stepsConsult-desc a:hover,
.formOffers_bottomRight a:hover {
    color: #fff;
}

.footerPolicy_block a:hover {
    /*color: var(--blue);*/
}

.bx-breadcrumb-item a:hover {
    border-color: var(--blue) !important;
}

#header_offers .no_link,
#header_offers li a {
    font-size: 16px;
    color: #111111;
    font-weight: 700;
}

.headerLink {
    font-weight: 700;
    text-decoration: none;
    /*margin-left: 10px;*/
}

.headerLink._mail {
    color: var(--red);
    font-weight: 600;
    font-size: 16px;
}

.headerLink img {
    margin-right: 10px;
}

.headerLink._mail:hover {
    color: #fff;
    text-decoration: none;
}

.headerLink._phone {
    font-size: 16px;
    font-weight: 600;
    color: var(--red);
}

.headerLink._phone:hover {
    color: var(--red);
}

.news_item-img {
    height: 220px;
    background-position: center;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
}

.news_item {
    box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    border-radius: 10px;
}

.news_item-content {
    padding: 20px;
}

.full_width {
    padding: 40px 0;
}

.modDiploms_desc {
    background: var(--grey);
    line-height: 30px;
    color: #fff;
    padding: 25px 25px 25px 30px;
    margin-top: 20px;
    border-radius: 10px;
}

.header_banner-subtitle {
    margin-bottom: 90px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    /*max-width: 505px;*/
}

.page_title {
    margin: 0;
    font-weight: 700;
    font-size: 55px;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-right: 33rem;
    /*text-align: center;*/
}

.infoOffers_item {
    justify-content: flex-start;
    padding: 35px 22px 35px 30px;
    background-color: #f6f6f6;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    border-radius: 10px;
}

.modPopUpMenu_items-wrapper {
    background: #f4f4f4;
    padding: 30px 40px 40px 40px;
    z-index: 111;
    position: absolute;
    color: #000;
    transition: 0.3s all;
    opacity: 0;
    pointer-events: none;
    width: 1320px;
    top: 35px;
    border: 1px solid #e8e8e8;
    right: 0px;
}

.modPopUpMenu_openButton:hover {
    cursor: pointer;
}

.modPopUpMenu_openButton {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    height: 80px;
    color: var(--red);
    position: absolute;
    bottom: -40px;
    right: 0px;
    /*padding-left: 50px;*/
}

.modPopUpMenu_items-section:hover .modPopUpMenu_items-wrapper {
    opacity: 1;
    pointer-events: all;
}

.headerTop_right {
    position: relative;
    min-width: 90px;
}

.modPopUpMenu_main-title {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #707070;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.modPopUpMenu_sub-block {
    margin-bottom: 15px;
}

.modPopUpMenu_sub-title {
    font-weight: 600;
}

.modWorkingPersonal_item {
    margin-bottom: 20px;
    height: calc(100% - 20px);
    background: var(--mid_grey);
    border-radius: 16px;
    padding: 40px 40px 60px 40px;
}

.modWorkingPersonal_item-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.modWorkingPersonal_item-text ul {
    padding-left: 25px;
}

.modWorkingPersonal_item-text p {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.modWorkingPersonal_item-text p:before {
    content: '';
    background: var(--grey);
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: transitionY(-50%);
    border-radius: 50%;
}

.offer {
    background-color: var(--grey_bg);
    margin-bottom: 20px;
    padding: 20px;
    height: calc(100% - 20px);
    display: flex;
    border-radius: 10px;
}

.footer {
    /*padding: 2rem 0;*/
    background-color: #414141;
    color: #FFF;
    margin-top: 4rem;
}

.modFooterMenu_sub-title,
.modFooterMenu_main-title {
    font-size: 20px;
    font-weight: 600;
    /*color: #000;*/
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.footer .sl_top_menu li a,
.modFooterMenu_sub-item a {
    color: #c5c5c5;
    display: inline-block;
    margin-bottom: 5px;
    transition: 0.3s all;
    text-decoration: none;
}

.modFooterMenu_main-title {
    border: none;
    font-weight: 800;
    margin: 0;
    font-size: 25px;
}

.footer .sl_top_menu li a:hover,
.modFooterMenu_sub-item a:hover {
    color: var(--blue);
}

.modFooterMenu_sub-item a {
    color: #000;
}

.modFooterMenu_sub-block {
    margin-bottom: 15px;
}

.footer .sl_top_menu {
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 20px;
}

.footer .sl_top_menu li:last-of-type {
    margin-right: 0px;
}

.footer_contacts_phones a {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.footer_contacts_mail a {
    color: var(--red);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    text-decoration: none;
}

.footer_contacts_address-title {
    font-weight: 600;
    margin-bottom: 12px;
}

.footer_li-link a {
    color: #fff;
    font-size: 18px;
    background: var(--purple_light);
    padding: 12px 39px;
    display: inline-flex;
    align-items: center;
    transition: 0.3s all;
    width: 100%;
    text-decoration: none;
    justify-content: center;
    border-radius: 16px;
}

.footer_li-link img {
    margin-right: 17px;
}

.footer_contacts {
    margin-bottom: 30px;
}

.full_width.seoland {
    background: #2B2B2B;
    color: #AFAFAF;
    text-align: center;
    font-size: 14px;
    padding: 19px 0;
}

.seoland_svid_link {
    border: none;
    /*color: var(--blue);*/
}

.footerPolicy_block {
    margin-top: 15px;
}

.footerPolicy_block * {
    font-size: 12px !important;
}

.footerPolicy_block a {
    /*color: var(--blue);*/
}

.modal-content {
    padding-top: 45px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
    border: none;
    border-radius: 15px;
}

.modal-header {
    border: none;
    padding: 0;
}

.modal-title.h5 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 20px;
}

.close {
    opacity: 1;
    transition: 0.2s all;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 132;
}

.form-control {
    border-radius: 16px;
    height: 54px;
    padding: 0 20px;
    border: 1px solid transparent;
    outline: none !important;
    box-shadow: none !important;
}

.form-group {
    margin-bottom: 10px;
    position: relative;
}

.modal-content .mButton {
    width: 100%;
}

.policy_modal {
    margin-top: 20px;
}

.slCallBack_form_PPBlock-label a {
    color: #ededed;
    text-decoration: underline;
}

.slCallBack_form_PPBlock-label a:hover {
    color: var(--red);
    text-decoration: underline;
}

.slCallBack_form_PPBlock-label {
    color: #ededed;
    font-size: 12px;
    line-height: 17px;
}

.modal-body.slModal_form {
    padding: 0;
}

.inputfile {
    display: none;
}

textarea {
    height: 102px;
    padding: 15px 20px;
    width: 100%;
    border: none;
    border-radius: 16px;
}

.file_label {
    width: 100%;
    background: var(--green);
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    cursor: pointer;
    color: #fff;
    border-radius: 16px;
    gap: 5px;
}

.file_label img {
    margin-right: 10px;
}

.slCallBack_form_PPBlock-label {
    margin-top: 10px;
}

.error_empty::before {
    content: "Обязательное поле для заполнения";
    position: absolute;
    left: 0px;
    color: red;
    font-size: 10px;
    bottom: -12px;
}

.error_empty input {
    border-color: red !important;
}

.swal2-image {
    max-width: 125px !important;
}

.swalTitle {
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    color: #212B36 !important;
    padding-bottom: 20px !important;
    position: relative;
}

.swalSubTitle {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #828282;
}

.swalTitle:before {
    content: '';
    width: 90px;
    height: 3px;
    background: var(--green);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.swal2-close {
    color: #000 !important;
    opacity: 1 !important;
    font-size: 4rem !important;
}

.swal2-popup {
    padding-bottom: 2rem !important;
}

.sl_consult_phones-form {
    padding: 40px;
    background-color: #4f2e9b;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    background-image: url(/images/form-bg.png);
    background-position: right center;
    background-size: cover;
    height: calc(100% - 30px);
}

.stepsConsult-desc {
    padding-right: 65px;
}

.stepsConsult-descTop {
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 10px;
}

.stepsConsult-descTop a {
    color: #fff;
    text-decoration: none;
}

.stepsConsult-descTop a:hover {
    color: var(--red);
}

.formOffers_bottomRight {
    display: flex;
    align-items: flex-end;
}

.formOffers_bottomRight-and {
    font-size: 24px;
    font-weight: 600;
    margin: 0 8px;
}

.ormOffers_bottomRight-text {
    color: #726e62;
}

.formOffers_bottomRight a {
    font-size: 24px;
    font-weight: 600;
    color: var(--red);
    text-decoration: none;
}

.formOffers_bottomLeft {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.top {
    /*padding-top: 20px;*/
    /*padding-bottom: 60px;*/
}

.header_projReq-button {
    margin-top: 40px;
}

.header_banner_imageBg {
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 530px;
    position: relative;
}

.header_banner_image {
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.header_banner_text-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    color: #fff;
}

.textnoreiting {
    background: #333;
    color: #fff;
    padding: 25px;
    border-radius: 10px;
}


.footer .no_link,
.footer .sl_top_menu li a {
    /*font-weight: 600;*/
    color: #fff;
}

.footer_social-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.footer_social-item {
    color: #fff;
    text-decoration: none;
    width: 50%;
    margin-bottom: 7px;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.footer_contacts .contactsItem-mTitle, .footer_contacts .contactsItem-sTitle {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.footer_contacts .contactsItem-phone {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
}

.footer_contacts .contactsItem-cont {
    margin-bottom: 15px;
}

.footer_contacts .address_block._first {
    margin-bottom: 15px;
}

.contactsItem-mess,
.contactsItem-mail {
    /*color: var(--blue);*/
}

.footer .contactsItem-mess:hover,
.footer .contactsItem-mail:hover {
    color: #fff;
}

.footer_social-item i {
    font-size: 20px;
    margin-right: 3px;
}

#footer_offers {
    /*margin-bottom: 25px;*/
}

.bx-breadcrumb .bx-breadcrumb-item span {
    font-size: inherit;
    /*color: #414141;*/
    display: inline-flex;
}

.bx-breadcrumb .bx-breadcrumb-item a {
    border-bottom: 1px solid var(--red);
    color: var(--red);
    text-decoration: none;
}

.bx-breadcrumb .bx-breadcrumb-item {
    margin: 0px;
    float: none;
    line-height: inherit;
    display: flex;
    align-items: center;
}

.bx-breadcrumb-item-separator img {
    margin-left: 12px;
    margin-right: 6px;
}

.bx-breadcrumb {
    margin: 0;
    display: flex;
    font-size: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.consultForm_custom-title {
    color: #ffffff;
    font-family: Rubik, sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.consultForm_custom-subTitle {
    margin-bottom: 20px;
    margin-top: 10px;
}

.infoOffers_item-title {
    margin-bottom: 10px;
    /* font-size: 24px;
     font-weight: 600;*/
}

.sl_siteCreate_introtext {
    margin-bottom: 40px;
}

.partnersProfit_item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.persManager_block {
    background: var(--purple_bold);
    color: #fff;
    border-radius: 16px;
}

.persManager_content {
    max-width: 670px;
    padding-left: 100px;
}

.persManager_text {
    margin-bottom: 20px;
}

.persManager_contacts-name {
    font-weight: 700;
    margin-bottom: 10px;
}

.persManager_contacts-phone span, .persManager_contacts-email span {
    font-weight: 600;
}

.persManager_contacts-email a, .persManager_contacts-phone a {
    color: var(--blue);
}

.persManager_contacts-email a:hover,
.persManager_contacts-phone a:hover {
    color: var(--blue);
}

.persManager_img {
    background-image: url(/images/header-es-3.png);
    width: 450px;
    height: 400px;
    background-size: cover;
}

.persManager_content h2 {
    color: #fff;
    margin-top: 0;
}

.conditions_item {
    margin-bottom: 30px;
    height: calc(100% - 30px);
    background: #f4f4f4;
    border-radius: 10px;
}

.conditions_item-title {
    font-weight: 300;
    font-size: 24px;
    padding: 17px 30px;
    color: #fff;
    background: var(--purple_light);
    border-radius: 10px 10px 0px 0px;
}

.conditions_item-text {
    padding: 30px;
}

.conditions_item-title span, .conditions_item-text span {
    font-weight: 600;
    text-decoration: underline;
}

.alignCenter {
    text-align: center;
}

.partners_block {
    display: flex;
    flex-wrap: wrap;
}

.partner_item {
    width: 14.28%;
    margin-bottom: 25px;
}

.partner_item-img {
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 160px;
}

.el_functionality-item {
    margin-bottom: 5px;
}

.el_functionality-item--title {
    background: #f9f9f9;
    border: 1px solid #E1DCDC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0px 20px 0px 30px;
    line-height: 22px;
    transition: 0.3s all;
}

.el_functionality-item img {
    transition: 0.3s all;
}

.active_tab .el_functionality-item--title {
    color: var(--purple_light);
}

.el_functionality-item--text {
    display: none;
    border: 1px solid #EBEBEB;
    padding: 25px 30px;
    border-top: none;
}

.active_tab .el_functionality-item--title img, .active_tab img {
    transform: rotate( 90deg);
}

.el_functionality-item--title:hover {
    cursor: pointer;
    color: var(--purple_light);
}

.modPrice_subtitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.modPrice_item.modPrice_item-w {
    background-color: var(--mid_grey);
    border-radius: 10px;
}

.modPrice_item {
    margin-bottom: 30px;
    padding: 30px 20px;
    height: calc(100% - 30px);
}

.modPrice_item-title {
    font-weight: 700;
    margin-bottom: 7px;
}

.modPrice_item-dataBlock {
    margin-bottom: 7px;
}

.modPrice_item-data--titleArea {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-end;
}

.modPrice_item-data--titleArea:before {
    content: '';
    border: 1px dashed #C6C6C6;
    height: 1px;
    width: 100%;
    bottom: 6px;
    left: 0px;
    position: absolute;
}

.modPrice_item-data--titleArea---title {
    padding-right: 10px;
}

.modPrice_item-data--titleArea---title, .modPrice_item-data--price {
    position: relative;
    background: var(--mid_grey);
}

.modPrice_item-data--price {
    padding-left: 10px;
    text-align: right;
    min-width: 75px;
    line-height: normal;
}

.modPrice_item-data--titleArea---title, .modPrice_item-data--price {
    position: relative;
    background: var(--mid_grey);
}

.modPrice_item-desc {
    color: #939393;
    line-height: normal;
    margin-top: 10px;
}

.modPrice_item._formWrap {
    background: var(--purple_light);
    color: #fff;
    border-radius: 10px;
}

._formWrap-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: normal;
}

._formWrap-title_2 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

._formWrap-phone, ._formWrap-modal {
    color: var(--red);
    transition: 0.3s all;
}

._formWrap-phone:hover, ._formWrap-modal:hover {
    color: #fff;
}

.full_width.seo {
    background: var(--mid_grey);
    padding-top: 60px;
    padding-bottom: 60px;
}

.modPrice_item.modPrice_item-g {
    background: #fff;
    border-radius: 10px;
}

.modPrice_item-g .modPrice_item-data--titleArea---title, .modPrice_item-g .modPrice_item-data--price {
    background: #fff;
}

.modPrice_item-data--titleArea---desc {
    font-size: 13px;
    color: #939393;
}

.modPrice_item-title._seo {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.modPrice_item-wrapper {
    height: calc(100% - 30px);
}

.priceList_down-block {
    background: #F4F4F4;
    height: calc(100% - 30px);
    padding: 60px 40px;
    border-radius: 10px;
}

.priceList_down-title, .priceList_down-desc {
    margin-bottom: 35px;
}

.priceList_down-link a {
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: var(--red);
}

.priceList_down-link a img {
    margin-left: 10px;
}

.item-page.priceList_page .content_page-introtext {
    margin-top: 40px;
}

.contacts_section .contactsItem {
    background: var(--mid_grey);
    padding: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    border-radius: 10px;
}

.contacts_section .contactsItem-mTitle {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contacts_section .contactsItem-cont {
    margin-bottom: 20px;
}

.contacts_section .contactsItem-phone {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    transition: 0.3s all;
    text-decoration: none;
}

.contacts_section .contactsItem-sTitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.contactsTime {
    margin-bottom: 3rem;
    margin-top: 1rem;
}

.contacts_section .footer_social-item {
    color: #000;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 18px;
}

.contacts_section .footer_social-item i {
    font-size: 25px;
    margin-right: 12px;
}

.footer_social-item i {
    margin-right: 5px;
    transition: 0.05s all;
}

.address_block._first {
    margin-bottom: 20px;
}

.contactsItem-map_block {
    min-height: 567px;
    background: #f4f4f4;
    margin-bottom: -4rem;
}

.offer_info-text {
    margin-bottom: 30px;
}

.slForm_block.form_id-6 .mButton {
    width: 100%;
}

.slForm_block.form_id-6 form {
    position: relative;
    z-index: 5;
}

.form_id-6 {
    background: var(--purple_normal);
    padding: 25px 30px 25px 30px;
    margin-top: 55px;
    position: relative;
    border-radius: 16px;
}

.form_id-6 .consultForm_custom-subTitle {
    color: #fff;
}

.form_id-6 .slCallBack_form_PPBlock-label {
    margin: 0;
}

.form_id-6 .checkbox.slCallBack_form_PPBlock {
    text-align: left;
}

.form_id-6 .checkbox.slCallBack_form_PPBlock * {
    color: #fff;
}

.offer img {
    float: none;
    margin: 0 !important;
    margin-right: 20px !important;
}

.form_id-6 .consultForm_custom-title {
    font-size: 30px;
}

.slForm_block.form_id-6:before {
    content: '';
    background: url(/images/other/form-person.png);
    position: absolute;
    width: 674px;
    height: 354px;
    bottom: 0px;
    right: 0;
    background-size: contain;
    z-index: 2;
    border-radius: 0px 0px 16px 0px;
}

.slForm_block.form_id-6:after {
    /*content: '';*/
    /*background: url(/images/other/form-bg.png);*/
    /*position: absolute;*/
    /*width: 642px;*/
    /*height: 346px;*/
    /*bottom: 0px;*/
    /*right: 0;*/
    /*background-size: contain;*/
    /*z-index: 1;*/
}

.fullWidth_form-row {
    max-width: 60%;
}

.modPopUpMenu_sub-item a {
    color: #000;
}

.comContentVacantItem {
    background-color: var(--grey_bg);
    height: calc(100% - 30px);
    margin-bottom: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.comContentVacantItem__img {
    height: 205px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.comContentVacantItem__content {
    padding: 30px 40px 40px 40px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.comContentVacantItem__title {
    color: #000000;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
}

.comContentVacantItem__link {
    color: var(--blue);
    font-family: Rubik, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: auto;
}

.comContentVacantItem__intro {
    line-height: 35px;
}

.comContentVacantItem__intro * {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comContentVacantItem__intro p {
    margin: 0;
}

.vacant_form-block {
    background-color: var(--purple_normal);
    padding: 50px 50px 30px 50px;
    margin-top: 4rem;
    color: #fff;
    border-radius: 16px;
}

.form_id-8 .slCallBack_form_PPBlock-label {
    margin-top: 0px;
}

.form_id-8 .mButton {
    width: 100%;
}

.case_category-image {
    height: 245px;
    background-size: cover;
    background-position: center;
}

.case_category-link {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.case_item-image {
    background-size: cover;
    height: 260px;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    position: relative;
    background-position: center;
    background-image: url(/images/default.jpg);
}

.case_item-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.5%, rgba(0, 31, 49, 0.8) 100%);
}

.case_category {
    box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}

.case_item {
    box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.2s all;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
}

.case_item-content {
    padding: 20px 20px 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*height: calc(100% - 260px);*/
    /*height: 100%;*/
    flex-grow: 1;
}

.case_item-title {
    color: var(--dark_blue);
    font-weight: 700;
    font-size: 18px;
    text-transform: initial;
    margin-bottom: 15px;
    line-height: 24px;
    transition: 0.8s all;
}

.caseItem_features {
    margin-top: 20px;
    margin-bottom: 3rem;
}

.case_category-content {
    background-color: var(--grey_bg);
    padding: 30px 40px 40px 40px;
    text-align: left;
}

.case_category-more {
    font-family: Rubik, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.case_category-title {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.com_cli-img {
    max-height: 100px;
    max-width: 100%;
}

.com_cli-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    padding: 10px 10px;
    height: 100%;
}

.com_cli-col {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #ddd; */
    padding: 0px 5px;
    /* margin: 5px; */
    margin-bottom: 10px;
}

.com_cli-block {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.slCallBack_form_PPBlock-link:hover {
    text-decoration: underline;
}

.footer_li-link {
    margin-top: 6px;
}

.logo_footer {
    margin-bottom: 10px;
}

.news_item-link:hover .news_item-link,
.priceList_down-link a:hover {
    color: var(--purple_light);
}

.guar_img {
    height: 278px;
    border-radius: 16px;
    width: 100%;
}

.guar_block {
    display: flex;
    justify-content: space-between;
}

.card-header h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.docs_image {
    height: 285px;
    background-size: cover;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
}

.swal2-cancel {
    background: #F2F2F2 !important;
    border-radius: 5px !important;
    color: #000 !important;
    height: 48px !important;
    min-width: 190px !important;
    max-width: 100% !important;
    margin: 0 !important;
    transition: 0.2s all;
}

.swal2-actions {
    margin-top: 40px !important;
    margin-bottom: 0px !important;
}

.swal2-cancel:hover {
    background: #bfbfbf !important;
}

.swal2-close {
    font-size: 30px !important;
    right: 8px !important;
    top: 8px !important;
    color: #b3b3b3 !important;
}

.swal2-image {
    margin: 0 !important;
    margin-bottom: 40px !important;
}

.swal2-popup {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.vk_button {
    background: #13AAFF;
    border-radius: 5px;
    height: 48px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 190px;
    max-width: 100%;
    margin-left: 20px;
}

.vk_button:hover {
    color: #fff;
    background: var(--red);
}

.swal2-popup {
    width: 540px !important;
    max-width: 100% !important;
}

.sol_el-image {
    height: calc(100% - 30px);
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    border-radius: 10px;
}

.sol_el-title {
    margin-top: 0;
}

.solutions_element {
    margin-top: 40px;
}

.sol_el-detailInfo {
    margin-top: 30px;
}

.el_offers_desc {
    display: none;
}

.sl_sites_advantages-view, .sl_sites_options-view {
    margin: 1rem 0 3rem 0;
}

.sl_sites_advantages-item {
    display: flex;
    align-items: center;
    background: #F7F7F7;
    padding: 33px 15px 33px 35px;
    border-radius: 10px;
}

.sl_sites_advantages-item img {
    margin-right: 20px;
}

.sol_el_right.infoOffers_item {
    display: flex;
    justify-content: space-between;
}

.sol_el_right-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sol_el_right-buttons .mButton {
    max-width: fit-content;
    padding: 0 17px;
    font-size: 16px;
    font-weight: 400;
}

.el_price_block {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.el_example_link {
    font-weight: 600;
    text-decoration: underline;
}

.product-item-detail-price-current {
    color: var(--red);
    font-size: 29px !important;
}

#bx_basketFKauiI {
    position: absolute;
    right: 50px;
    top: -16px;
}

.sl_mini_cart {
    position: relative;
}

.sl_mini_cart-count {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #a3a3a3;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    z-index: 1;
    background: #fff;
    right: -10px;
    top: -7px;
}

.sl_mini_cart i {
    font-size: 28px;
    color: var(--green);
}

.sl_mini_cart a {
    color: var(--green);
}

._solDesign_item .case_item-title {
    min-height: inherit;
}

.infoOffers_item-title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}

.solDesign_right-desc ul {
    padding-left: 20px;
    margin-bottom: 0px;
}

.solDesign_right-desc ul li {
    margin-bottom: 5px;
}

.solDesign_top-desc {
    margin-bottom: 15px;
}

.solDesign_right-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sol_el_left {
    height: 100%;
}

.sl_protdes_prototypeImg {
    height: 620px;
    background-size: cover;
    background-position: top center;
}

.sl_protdes_prototypeSection {
    margin-bottom: 60px;
}

.sl_solutions_left-block {
    margin-right: 30px;
}

.product-item-scu-item-text-block,
.product-item-scu-item-text-container,
.product-item-scu-item-text {
    transition: 0.2s all;
}

.product-item-scu-item-text-block {
    border-radius: 30px;
    background: var(--blue);
    padding: 5px 10px;
    color: #fff;
    outline: none;
}

.product-item-scu-item-text-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    background: var(--red);
}

.el_offers_desc ul {
    padding-left: 20px;
    margin-bottom: 0px;
}

.product-item-scu-item-text-container {
    padding: 0;
}

.product-item-scu-item-list {
    display: flex;
    justify-content: space-between;
}

.product-item-scu-container-title {
    font-size: 15px;
    margin-bottom: 10px;
}

.product-item-scu-item-text {
    text-transform: capitalize;
    font-size: 13px;
}

.el_offers_desc {
    margin-bottom: 10px;
    min-height: 240px;
}

.sl_solutions_left-block .case_category-title {
    font-size: 22px;
    margin-bottom: 5px;
    text-transform: inherit;
}

.bx_filter_section {
    background: #ddd !important;
    border: none !important;
}

.bx_filter .bx_filter_parameters_box.active .bx_filter_parameters_box_title:after {
    display: none !important;
}

.bx_filter_input_checkbox input {
    position: inherit !important;
    float: none !important;
    top: auto !important;
}

.bx_filter_param_text {
    margin: 0px !important;
    margin-left: 8px !important;
}

.bx_filter_input_checkbox {
    display: flex !important;
    align-items: center;
}

.solutions_element .infoOffers_item {
    padding: 25px 20px 30px 25px;
}

.solutions_top-menus {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.solutions_top-menu--link {
    padding: 5px 20px;
    display: block;
    border-radius: 50px;
    background: #38bc19;
    color: #fff;
    margin-right: 10px;
    transition: 0.2s all;
}

.solutions_top-menu--link._all {
    background: var(--blue);
}

.solutions_top-menu--link:hover {
    color: #fff;
    background: var(--red);
}

.basket-item-scu-item-inner {
    font-size: 13px !important;
    color: #fff;
    padding: 0px !important;
}

.basket-item-scu-item {
    border-radius: 30px;
    background: var(--blue);
    padding: 5px 10px;
    color: #fff;
    margin: 0px 5px 0px 0px;
}

.basket-item-scu-item:hover,
.basket-item-scu-item.selected {
    background: var(--red);
}

.basket-item-property.basket-item-property-scu-text {
    padding: 0;
}

.basket-item-property-value {
    margin: 10px 0;
}

.basket-item-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
}

.basket-item-image-link {
    padding-top: 72%;
    display: block;
}

.basket-coupon-block-total-price-current {
    font-size: 27px;
    font-weight: 600;
}

.bx-soa-tooltip {
    padding: 0;
    position: absolute !important;
    top: 0;
    right: 0;
}

.tooltip-inner {
    max-width: max-content !important;
    font-size: 12px;
    padding: 0;
    background: none !important;
}

#bx-soa-region .form-check-group .bx-soa-custom-label {
    margin-bottom: 10px;
}

#bx-soa-orderSave {
    display: block !important;
    margin-top: 15px;
}

.cart_back-title {
    margin-top: 10px;
}

.cart_back-button {
    display: inline-block;
    margin-top: 40px;
}

.cart_back-button i {
    margin-right: 10px;
}

.sale-personal-section-index-block {
    background: var(--blue);
}

.form-group.bx-soa-customer-field textarea {
    padding-top: 10px;
    min-height: 120px;
}

.case_item-dateViews {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    margin-top: auto;
}

.case_item-dateViews--item {
    font-weight: 600;
    /*color: #fff;*/
    display: flex;
    align-items: center;
    gap: 7px;
}

.case_item-dateViews--item img {
    margin-right: 10px;
}

.case_item-dateViews--item {
    margin-right: 20px;
}

.case_item-link {
    color: var(--dark_blue);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.case_item-arrow {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 16px;
    margin-left: 20px;
}

.case_item-arrow img {
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%);
    z-index: 111;
    transition: 1s all;
}

.offer_item-link:hover .case_item-arrow img,
.case_item-link:hover .case_item-arrow img {
    transform: translate(0%, -50%);
    right: 0px;
}

.case_item-more span {
    min-width: max-content;
}

.offer_item-link:hover .case_item-more,
.offer_item-link:hover {
    color: #4A2E88;
}

.offer_item-link:hover .offer_item {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.4%, rgba(49, 31, 91, 0.25) 100%), #623DB5;
}


.case_item-link:hover .case_item-more,
.case_item-link:hover .case_item-title,
.case_item-link:hover {
    color: #fff;
}

.case_item-link:hover .case_item {
    background: #623DB5;
}

.case_item-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--blue);
    /*margin-top: auto;*/
}


.full_width.discount,
.full_width.advantages,
.full_width.cases_main {
    background: var(--mid_grey);
}

.basket-checkout-block.basket-checkout-block-btn {
    display: flex;
    align-items: center;
}

.btn-primary.basket-btn-checkout {
    margin-right: 10px;
}

.header_banner_top {
    z-index: 10;
    position: absolute;
    right: 0;
    top: 0;
    width: 268px;
    height: 285px;
    /*background-size: contain;*/
    background-repeat: no-repeat;
}

.header_banner_middle {
    z-index: 10;
    position: absolute;
    top: 8rem;
    width: 395px;
    height: 130px;
    /*background-size: contain;*/
    left: -10rem;
    background-repeat: no-repeat;
}

.header_banner_bottom {
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 295px;
    /*background-size: contain;*/
    background-repeat: no-repeat;
}

#header_offers li {
    margin: 0 15px;
}

#header_top li {
    margin: 0 15px;
}

#header_top li:first-of-type {
    margin-left: 0px;
}

#header_top li:last-of-type {
    margin-right: 0px;
}

.header_banner_view {
    /*background: var(--mid_grey);*/
}

.top_header_menu {
    padding: 14px 0;
    background: var(--purple_bolder);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.bottom_header_menu {
    padding: 25px 0;
    background: #F6F6F6;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    box-shadow: 0 0 10px 0 #afafaf;
}

.bottom_header_menu._active-scroll {
    position: fixed;
    z-index: 1000;
}

.headerTop_right-col {
    display: none;
}

.open_menu-wrapp {
    display: block;
}

.slForm_block.form_id-2 .mButton {
    background: var(--purple_light);
}

.full_width.diploms {
    background: var(--mid_grey);
}

.guarantee_desc p:last-of-type {
    margin-bottom: 0px;
}

.clients_item {
    height: 157px;
    border-radius: 16px;
    background: var(--mid_grey);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.full_width.service_tech {
    background: var(--mid_grey);
}

._advant-bottom .advant_top-item--title {
    color: var(--green);
}

.services_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.services_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 65px;
    padding: 20px;
    height: calc(100% - 65px);
}

.services_item-img {
    margin-top: -70px;
    margin-bottom: 20px;
}

.full_width.service_tech_part h2 {
    margin-bottom: 80px;
}

.services_item-link {
    font-weight: 700;
    font-size: 18px;
    color: var(--blue);
}

.full_width.service_tech_part {
    padding-bottom: 0;
}

.modal-body.slModal_form textarea,
.modal-body.slModal_form .form-control {
    border: 1px solid #D8D8D8;
}

._single .offer_item-link {
    font-weight: 400;
    font-size: 16px;
}

._single .offer_item-link:hover .case_item-more,._single .offer_item-link:hover {
    color: #fff;
}

.consultForm_custom-block {
    background: var(--purple_normal);
    color: #fff;
    padding: 40px 30px;
    height: calc(100% - 30px);
    border-radius: 16px;
}

.partners_page .employee_item-kruglov {
    max-width: 100%;
    margin-top: 20px;
    background-image: none;
}

.full_width.persManager {
    padding: 0;
}

.full_width.support {
    padding-bottom: 0px;
}

.modal-body .checkbox.slCallBack_form_PPBlock * {
    color: #333;
}

.serts_content-img {
    width: 100%;
}

.serts_content-list ul {
    flex-wrap: wrap;
    font-weight: 700;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 50px;
    column-gap: 50px;
    padding-left: 17px;
    margin: 0px;
}

.serts_content-list ul li {
    margin-bottom: 10px;
}

.serts_content-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 30px;
    color: var(--purple_normal);
}

.discount_item img {
    border-radius: 16px;
    margin-bottom: 30px;
    width: 100%;
}

.serts_content-list ul li::marker {
    color: var(--green);
}

.zoom_img {
    max-width: 100%;
}

.caseItem_metrika-desc h3,
.caseItem_metrika-desc h2 {
    margin-bottom: 15px;
    margin-top: 25px;
}

.offer_item-desc,
.offer_item-title {
    color: #000;
}

._single .offer_item-link:hover .offer_item-desc,
._single .offer_item-link:hover .offer_item-title{
    color: #fff;
}

.req_images img {
    width: 100%;
    height: 450px;
    border: 1px solid #ddd;

}

.req_images_sotr {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.req_images_sotr img{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.req_images {
    display: flex;
    align-items: center;
    gap: 20px;
}

.req_info-block {
    margin-top: 15px;
}

.req_info-files {
    margin: 10px 0;
}

.req_info-files--item i {
    color: #fd3535;
    font-size: 22px;
}

.req_info-files--item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.headerTop_right-social {
    display: flex;
    gap: 16px;
}

.headerTop_right-contacts {
    display: flex;
    align-items: center;
    gap: 16px;
}

.headerTop_right-social a {
    display: flex;
}

.open_menu-wrapp path {
    fill: var(--red);
}

.sl_breadcrumbs {
    padding: 20px 0;
    margin-bottom: 25px;
    background: var(--dark_grey);
}

.header_banner_view._new {
    background-color: #915aff;
    background-image: radial-gradient( circle, rgba( 0, 0, 0, 0 ) 0%, rgb(98 61 181) 100% );
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 65px;
    height: 444px;
}

.header_banner_view svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header_banner_content {
    position: relative;
    z-index: 5;
}

.header_advants-block {
    background: #fff;
    position: relative;
    padding: 35px 40px;
    box-shadow: 0px 4px 10px -4px gray;
    border-radius: 20px 20px 20px 20px;
    /*margin-top: -226px;*/
}

.header_block_items {
    display: flex;
    gap: 100px;
}

.header_advants-form {
    border-top: 1px solid #dfdfdf;
    margin-top: 30px;
    padding-top: 30px;
}

.header_form-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    max-width: 720px;
    margin: 0 auto;
}

.form_id-16 .form-control,
.form_id-10 .form-control {
    border-radius: 0px;
    border-bottom: 1px solid #dfdfdf;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
}

.form_id-16 .form-control:focus,
.form_id-10 .form-control:focus {
    border-bottom-color: var(--purple_light);
}

.form_id-10 div[data-type="mail"]:before,
.form_id-10 div[data-type="phone"]:before,
.form_id-10 div[data-type="name"]:before,
.form_id-16 div[data-type="mail"]:before,
.form_id-16 div[data-type="site"]:before,
.form_id-16 div[data-type="phone"]:before,
.form_id-16 div[data-type="name"]:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.form_id-16 div[data-type="site"]:before {
    background-image: url(/images/icons/forms/form-site.svg);
}

.form_id-16 div[data-type="name"]:before {
    background-image: url(/images/icons/forms/form-name.svg);
}

.form_id-16 div[data-type="mail"]:before,
.form_id-10 div[data-type="mail"]:before {
    background-image: url(/images/icons/forms/form-mail.svg);
}

.form_id-16 div[data-type="phone"]:before,
.form_id-10 div[data-type="phone"]:before {
    background-image: url(/images/icons/forms/form-phone.svg);
}

.form_id-10 [data-type="mail"] .form-control,
.form_id-10 [data-type="phone"] .form-control,
.form_id-10 [data-type="name"] .form-control,
.form_id-16 [data-type="mail"] .form-control,
.form_id-16 [data-type="phone"] .form-control,
.form_id-16 [data-type="site"] .form-control,
.form_id-16 [data-type="name"] .form-control {
    padding-left: 25px;
}

.header_form-text {
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}

.form_id-10 .slCallBack_form_PPBlock-label {
    /*margin-top: 20px;*/
    color: #979797;
}

.form_id-16 .slCallBack_form_PPBlock-label {
    margin-top: 10px;
    color: #979797;
}

.form_id-16 .slCallBack_form_PPBlock-label a,
.form_id-10 .slCallBack_form_PPBlock-label a {
    color: var(--purple_light);
}

.form_id-16 .checkbox.slCallBack_form_PPBlock,
.form_id-10 .checkbox.slCallBack_form_PPBlock {
    text-align: center;
}

.form_id-10 .mButton {
    background: var(--red);
    min-width: 228px;
}

.headerTop_right-social a:hover svg path {
    fill: var(--red);
}

.footer_menus .no_link, .footer_menus .sl_top_menu li a {
    font-size: 16px;
}

.offer_itemN-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.offer_itemN-icon {
    background: #f0f0f0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.offer_itemN-icon img {
    flex: none;
}

.offer_itemN-titleWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.offer_itemN-price {
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
    color: var(--purple_normal);
}

.offer_itemN-text {
    line-height: normal;
    margin-bottom: 20px;
}

.offer_itemN-items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: auto;
}

.offer_itemN-link {
    padding: 13px 20px;
    border-radius: 40px;
    background: #F6F6F6;
    color: var(--main);
}

.offer_itemN-link:hover {
    color: #fff;
    background: var(--purple_light);
}

.full_width.offers._single {
    background: var(--mid_grey);
}

.full_width.offers._main,
.full_width.offers._single {
    background: #F6F6F6;
}

.offer_itemN {
    background: #fff;
    padding: 50px 30px 30px 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 20px);
}

.offer_itemN._oif {
    border-radius: 20px 0px 0px 0px;
}

.offer_itemN._ois {
    border-radius: 0px 20px 0px 0px;
}

.offer_itemN._oit {
    border-radius: 0px 0px 0px 20px;
}

.offer_itemN._oifo {
    border-radius: 0px 0px 20px 0px;
}

.offer_itemN._main {
    border-radius: 20px;
}

.offer_itemN-text p:last-of-type {
    margin-bottom: 0px;
}

.full_width.banner_blocks._solutions {
    background: none;
}

.full_width.banner_blocks._solutions .header_advants-block {
    margin-top: 0px;
}

.form_id-10 .mButton:hover {
    background: var(--purple_normal);
}

.iblock_top-desc {
    margin-bottom: 35px;
}

.fixed_buttons {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 1px;
    align-items: end;
    pointer-events: none;
    z-index: 1000;
}

.fixed_buttons a {
    display: flex;
    align-items: center;
    gap: 4px;
    background: var(--purple_bolder);
    padding: 12px 0;
    color: #fff;
    pointer-events: all;
    flex-direction: column;
    font-size: 12px;
    font-weight: 500;
    width: 118px;
    text-align: center;
}

.fixed_buttons a:hover {
    background: var(--red);
}

#free_audit .modal-dialog {
    max-width: 1140px;
}

#free_audit .file_label {
    margin-bottom: 0px;
}

.formAudit_title {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

.formAudit_desc-title {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
}

.formAudit_results-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.formAudit_results-block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.formAudit_results-item {
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: normal;
}

/*.fixed_buttons a svg {*/
/*height: 35px;*/
/*}*/

.formAudit_results-item svg {
    max-width: 30px;
}

/*.fixed_buttons a svg {*/
/*max-height: 50px;*/
/*}*/

/*.file_label svg {*/
/*max-width: 32px;*/
/*}*/

.fixed_buttons-imgWrap {
    width: 55px;
    text-align: center;
}

.full_width.tariff {
    background: var(--mid_grey);
    padding-bottom: 0;
    padding-top: 0;
}

.tariff_item-title {
    background: var(--purple_light);
    padding: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
}

.tariff_item-content {
    padding: 30px 30px 0px 30px;
}

.tariff_item {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    /*height: calc(100% - 20px);*/
    margin-bottom: 20px;
}

.tariff_item-hidden--content {
    display: none;
}

.tariff_item-hidden--wrapper svg {
    transition: 0.5s all;
}

._tih-active svg {
    transform: rotate(180deg);
}

.tariff_item-hidden--title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.tariff_item-hidden--content {
    padding-bottom: 20px;
}

.tariff_item-spec--list {
    margin: 0;
    padding-left: 17px;
}

.tariff_item-price--item {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.tariff_item-price--dots {
    border-bottom: 1px dashed var(--dark_blue);
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 19px;
}

.tariff_item-price--title {
    padding-right: 5px;
}

.tariff_item-price--value {
    padding-left: 5px;
}

.tariff_item-price--item:not(:last-child) {
    margin-bottom: 15px;
}

.tariff_item-middleText {
    margin-bottom: 20px;
}

.tariff_item-specialists--title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.tariff_item-price--title,
.tariff_item-hidden--title {
    color: var(--dark_blue);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s all;
}

.tariff_item-price--title:hover,
.tariff_item-hidden--title:hover {
    color: var(--red);
}

.tariff_item-price--value {
    color: var(--dark_blue);
    font-size: 18px;
}

.tariff_item-specialists {
    margin-bottom: 30px;
}

._tariff-button {
    background: var(--red);
    width: 100%;
    margin-top: 10px;
}

.tariff_item-hidden--content ul {
    padding-left: 17px;
    margin-bottom: 0;
}

.tariff_item-prices {
    margin-bottom: 20px;
}

.tariff_item-buttons {
    padding: 0px 30px 30px 30px;
    margin-top: auto;
}

.mButton._tariff-button:hover {
    background: var(--purple_light);
}

.tariff-button {
    color: var(--red);
}

.tariff-button:hover {
    color: var(--purple_light);
}

.news_filter-dates {
    display: flex;
    gap: 40px;
    /*border: 1px solid #ddd;*/
    border-radius: 5px;
    /*padding: 15px 30px;*/
    background: #fff;
    margin-bottom: 25px;
}

.news_filter-date {
    color: var(--main);
    position: relative;
}

.news_filter-date:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    top: 50%;
    right: -20px;
    background: var(--main);
    transform: translateY(-50%);
}

.news_filter-date:last-of-type:before {
    display: none;
}

.news_filter-date.nfd_active,
.news_filter-date:hover {
    color: var(--red);
}

.main_page .footer {
    padding-top: 3rem;
}

.sl_footer_menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sl_footer_menu a {
    color: #fff;
}

.sl_footer_menu a:hover {
    color: var(--red);
}

.about_req {
    margin-bottom: 30px;
}

.full_width.faq .consultForm_custom-block {
    height: auto;
}

.about_ip {
    margin-top: 25px;
}

.modQuiz_step .form-control {
    border: 1px solid #ced4da;
}

.mButton._order-taxi {
    margin-top: 15px;
}

.contactsItem-attention {
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-top: 20px;
}

.contactsItem-desc--top {
    margin-bottom: 15px;
}

.mButton._quiz-back {
    width: auto;
}

.quiz_buttons-wrapper {
    margin-top: 20px;
    text-align: center;
}

.news_banner {
    height: 400px;
    background-size: cover;
    background-position: top center;
}

.news_banner {
    /*height: 450px;*/
    /*background-size: cover;*/
    /*background-position: top center;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: flex-end;*/
    /*padding: 30px 40px;*/
    /*margin-top: 30px;*/
    /*position: relative;*/
    /*margin-bottom: 40px;*/
    /*border-radius: 10px;*/
    /*overflow: hidden;*/

    height: auto;
    padding: 0;
    margin-top: 45px;
    margin-bottom: 40px;
}

.news_banner:before {
    /*content: '';*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*!*background: #00000057;*!*/
    /*pointer-events: none;*/
    /*left: 0px;*/
    /*top: 0px;*/
    /*background: rgb(0,0,0);*/
    /*background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(250,123,41,0) 100%);*/
}

.news_banner-top,
.news_banner-bottom,
.news_banner-social {
    position: relative;
}

.news_banner h1 {
    /*color: #fff;*/
    margin: 0;
    position: relative;
    margin-bottom: 40px;
}

._news_banner-print {
    gap: 10px;
}

.news_banner-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: auto;
}

.full_width.advantages,
.full_width.clients {
    padding-top: 0px;
}

.tariff_item-spec span {
    border-bottom: 1px dashed #000;
}

.tariff_item-spec span:hover {
    cursor: help;
}

.news_banner-social {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_banner-social--buttons {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.case_simple_img {
    display: block;
    margin: 0 auto;
    border: 1px solid #dedede;
    max-width: 100%;
    padding: 10px;
}

.comContent_comments {
    margin-top: 30px;
}

.news_banner-social--icons {
    display: flex;
    align-items: center;
    gap: 15px;
    /*color: #fff;*/
}

.news_banner-social--icons svg {
    height: 25px;
    width: auto;
}

.news_banner-social--shareButton {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

.news_banner-social--shareButton:hover svg path {
    fill: var(--red);
}

.type_sections-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.type_sections-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.type_sections-block a {
    color: var(--main);
}

.type_sections-block a:hover {
    color: var(--red);
}

.type_section-active {
    color: var(--red) !important;
}

.cases_list-block {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.cases_list-sections {
    min-width: 235px;
    position: relative;
}

.type_sections {
    position: sticky;
    top: 15px;
    margin-bottom: 30px;
}

.blog_info-item {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
}

.blog_info-item i {
    font-size: 20px;
}

.cases_list-items {
    width: 100%;
}

.blog_buttons-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.mButton._blog_button {
    height: 40px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #333;
    color: var(--main);
    letter-spacing: 0;
}

.mButton._blog_button:hover {
    background: #333;
    color: #fff;
}

._blog_button._next {
    padding-left: 17px;
}

._blog_button._prev {
    padding-right: 17px;
}

.news_banner-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_banner-items {
    display: flex;
    align-items: center;
    gap: 25px;
}

.news_banner-item {
    display: flex;
    align-items: center;
    gap: 5px;
    /*color: #fff;*/
}

.news_banner-item._print-news {
    cursor: pointer;
}

.employee_section .employee_item {
    background: #f3f3f3;
}

.file_label svg {
    max-width: 30px;
}

.full_width.service_tech_part {
    background: var(--mid_grey);
}

.case_item-introText {
    text-transform: initial;
    font-weight: 400;
    margin-bottom: 15px;
}

.case_item i {
    transition: 0.1s all;
}

.news_banner-social--icons svg path {
    fill: var(--main);
}

/*Подсказки*/


#tooltip
{
    font-size: 14px;
    line-height: 1.5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
    -moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
    box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
    position: absolute;
    z-index: 100;
    padding: 15px;
    background: #fff;
}
#tooltip:after
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    border-top-color: var(--purple_light);
    content: '';
    position: absolute;
    left: 25px;
    bottom: -10px;
    margin-left: -10px;
}
#tooltip.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #333;
    border-bottom-color: rgba( 0, 0, 0, .6 );
    top: -20px;
    bottom: auto;
}
#tooltip.left:after
{
    left: 10px;
    margin: 0;
}
#tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}

#tooltip ul {
    padding-left: 17px;
    margin: 0;
}

#tooltip ul li {
    margin-bottom: 5px;
}

#tooltip ul li:last-of-type {
    margin: 0;
}

/*Подсказки*/

.caseItem_prot-image {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border: 1px solid #dedede;
}

.caseItem_prot-images {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.caseItem_prot-link {
    flex: 1;
}

.cases_n-item--title {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.03em;
    text-align: center;
    padding: 0 18px;
    height: 96px;
    color: var(--main);
}

.cases_n-item {
    box-shadow: 0 3px 8px 0 rgba(141, 141, 141, 0.25);
    background: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.4s all;
}

.cases_n-item--companyLogo {
    height: 85px;
    background-size: 135px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/case-default.png);
}

.cases_n-mockup {
    height: 225px;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-bottom: -1px;
    background-image: url(/images/case-mock-default.png);
    background-color: #4a2992;
}

.cases_n-item--top {
    position: relative;
}

.cases_n-item--top:before {
    content: '';
    position: absolute;
    height: 0;
    border-top: 55px solid #ffffff;
    border-right: 321px solid transparent;
    bottom: -54px;
    left: 0;
    z-index: 123;

    width: 100%;

    /*height: 55px;*/
    /*background: linear-gradient(to left top, transparent 49.5%, #ffffff 50%);*/
}

.cases_n-bottom {
    background: #2c2c2c;
    color: #fff;
    padding: 14px 20px 20px 20px;
}

.cases_n-date--views {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cases_n-date,
.cases_n-views {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    letter-spacing: -0.03em;
}

.cases_n-more {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.03em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cases_n-item:hover {
    scale: 1.05;
}

.caseItem_prot-title {
    margin-top: 5px;
    text-align: center;
    color: #838383;
}

.caseItem_resultWorks_value a {
    display: block;
}

.caseItem_order-bottom {
    margin-bottom: 30px;
}

.caseItem_order-bottom {
    margin: 30px 0;
}

.caseItem_prot-image._cipi-solo {
    height: 700px;
}

.tab-content.el_info_tab-content {
    margin: 30px 0;
}

.nav-tabs.el_info_nav-tabs {
    border: none;
    gap: 15px;
}

.nav-link.el_info_nav-link {
    border: none;
    border-bottom: 2px solid #dbdbdb;
    color: #6f6f6f;
    padding: 0;
    padding-bottom: 3px;
}

.nav-link.el_info_nav-link:hover,
.nav-link.el_info_nav-link.active {
    border-bottom: 2px solid #575757;
    color: #dc3545;
}

.el_slideToggle-block {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}

.infoOffers_item h3 {
    margin-top: 0;
    font-size: 25px;
    margin-bottom: 0px;
}

.el_slideToggle-item--title {
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.0625em 0;
    cursor: pointer;
}

.el_slideToggle-item {
    border-top: 1px solid #dddddd;
}

.el_slideToggle-item--text {
    padding-bottom: 20px;
}

.el_slideToggle-item--content {
    display: none;
}

.el_slideToggle--arrow {
    transition: 0.2s all;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

._el-slide-active .el_slideToggle--arrow {
    transform: rotate(180deg);
}

.offers_menu li {
    position: relative;
}

.offers_menu li:hover>ul {
    opacity: 1;
    z-index: 100;
    /*display: block;*/
    height: 100%;
    overflow: inherit;
}

.offers_menu li:hover>a:before {
    opacity: 1;
}

.offers_menu li ul {
    transition: 0.2s all;
    position: absolute;
    opacity: 0;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    z-index: -1;
    height: 0%;
    overflow: hidden;
    /*display: none;*/
    /*width: max-content;*/
    /*display: flex;*/
    /*gap: 40px;*/
    /*background: #fff;*/
    /*box-shadow: 2px 2px 15px 0 rgba(37, 37, 37, 0.2);*/
    /*border-radius: 3px;*/
}

.offers_menu-parent--wrapper {
    transition: 0.2s all;
    padding: 40px 30px 30px 30px;
    width: max-content;
    display: flex;
    gap: 30px;
    background: #fff;
    box-shadow: 2px 2px 15px 0 rgba(37, 37, 37, 0.2);
    border: 1px solid #cecece;
    border-radius: 10px;
}

.offers_menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.offers_menu-parent--items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.offers_menu li:nth-child(2) ul {
    left: -189px;
}

.offers_menu li:last-of-type ul {
    left: inherit;
    right: 0;
}

.offers_menu li a {
    color: var(--main);
}

.offers_menu a:hover {
    color: var(--red);
}

.offers_menu li ul a {
    color: #222;
    line-height: 100%;
}

.offers_menu li>a {
    font-weight: 700;
}

.offers_menu .offers_menu-parent--title {
    width: 100%;
    display: block;
    border-bottom: 0.50px solid #c9c9c9;
    margin-bottom: 14px;
    padding-bottom: 14px;
    font-weight: 700;
    font-size: 16px;
    color: #222;
}

.offers_menu-parent--link {
    position: relative;
}

.offers_menu-parent--link:before {
    opacity: 0;
    transition: 0.2s all;
    position: absolute;
    content: '';
    background-image: url(/images/icons/menu-triangle-5.png);
    width: 29px;
    height: 15px;
    background-size: contain;
    transform: translateX(-50%);
    left: 50%;
    bottom: -13px;
    z-index: 110;
}

.headerTop_left {
    display: flex;
    align-items: center;
    gap: 51px;
}

.calc_item-els {
    display: flex;
    flex-direction: column;
}

.calc_item {
    margin-bottom: 30px;
}

.calc_item-title {
    font-weight: 600;
    margin-bottom: 5px;
}

.slForm_block.form_id-6 .slForm_desc {
    color: #fff;
    margin-bottom: 10px;
}

#slCallBack_form-id6 {
    max-width: 50%;
}

.help-text.error {
    position: absolute;
    bottom: -28px;
    font-size: 11px;
    color: red;
}

.form-control.required.error {
    border-color: red;
}

.sl_calc {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    background: #f8f8f8;
}

.form_radio {
    margin-bottom: 10px;
}

.form_radio input[type=radio] {
    display: none;
}

.form_radio label {
    display: flex;
    cursor: pointer;
    gap: 10px;
    align-items: center;
}

/*.form_radio label:before {*/
/*content: "";*/
/*display: inline-block;*/
/*border: 1px solid #e6e6e6;*/
/*border-radius: 100px;*/
/*width: 20px;*/
/*height: 20px;*/
/*background: #ebebeb;*/
/*}*/

.form_radio-select {
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    background: #ebebeb;
    position: relative;
    transition: 0.2s all;
    flex: none;
}

.form_radio-select:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 10px;
    height: 10px;
    background: var(--purple_normal);
    border-radius: 50%;
    opacity: 0;
    transition: 0.2s all;
}

/* Checked */
.form_radio input[type=radio]:checked + label .form_radio-select {
    border-color: var(--purple_normal);
}

.form_radio input[type=radio]:checked + label .form_radio-select:before {
    opacity: 1;
}

/* Hover */
.form_radio label:hover .form_radio-select {
    border-color: var(--purple_normal);
}

.form_radio label:hover .form_radio-select:before {
    opacity: 1;
}

.sl_calc-left {
    padding: 40px 20px;
    flex-grow: 1;
}

#sl_calc_site-link {
    border-radius: 10px;
    height: 52px;
    width: 100%;
    padding: 0 14px;
    border: none;
    margin-bottom: 25px;
}

.sl_calc_item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}

.sl_calc_item._sci-4 .sl_calc_item-els {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.sl_calc-right {
    background-image: url(/images/calc-form.jpg);
    background-size: cover;
    padding: 23px 20px;
    color: #fff;
    width: 370px;
    flex: none;
    display: flex;
    flex-direction: column;
}

.sl_calc-form--title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 14px;
}

.sl_calc-form--subTitle {
    font-size: 16px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.sl_calc-form--desc {
    font-size: 16px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-top: 15px;
}

.sl_calc-form--val {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 16px;
}

.sl_calc-selector {
    display: inline-block;
    height: 24px;
    width: 40px;
    border-radius: 12px;
    background: #5a5a5a;
    position: relative;
    transition: 0.3s all;
}

.sl_calc-selector:before {
    content: '';
    height: 16px;
    width: 16px;
    background: #fff;
    border-radius: 50%;
    left: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all;
}

.sl_calc-radio:checked + .sl_calc-selector:before {
    left: 20px;
}

.sl_calc-radio:checked + .sl_calc-selector {
    background: var(--red);
}

.sl_calc-radio {
    display: none;
}

.sl_calc_item-els {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.sl_calc_item-els label {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sl_calc-checkbox,
.hidden {
    display: none !important;
}

.sl_calc-checkbox--label:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #c5c5c5;
    display: inline-block;
    transition: 0.2s all;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}

.sl_calc-checkbox:checked + label:before {
    background-image: url(/images/icons/checkbox-check.svg);
}

.sl_calc-form--subTitle._last {
    font-size: 14px;
    margin-top: auto;
    color: #ffffff75;
}

.sl_calc-form--middle {
    margin-top: 40px;
}

/*.main_page .header_banner-subtitle,*/
/*.main_page .page_title {*/
/*text-align: left;*/
/*}*/

/*.main_page .header_banner-subtitle {*/
/*margin-bottom: 90px;*/
/*}*/

/*.main_page .header_banner_text-section {*/
/*align-items: flex-start;*/
/*}*/

/*.main_page .header_banner_view {*/
/*height: 444px;*/
/*}*/

.button_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-group.g_hidden {
    display: none;
}

.sl_calc-block {
    background: #fff;
    position: relative;
    /*box-shadow: 0px 0px 10px 0px #bfbfbf;*/
    border-radius: 20px;
}

.slForm_block.form_id-16 {
    margin-top: 30px;
}

.slForm_block.form_id-16 .header_form-items {
    max-width: 100%;
}

.headerTop_right-phones {
    display: flex;
    flex-direction: column;
}

.headerTop_right-contacts a:hover {
    color: #fff !important;
}

.policy_confirm-textWrapp {
    display: flex;
    gap: 15px;
    align-items: center;
}

.policy_confirm-text {
    line-height: normal;
}

.policy_confirm-block {
    position: fixed;
    bottom: 1rem;
    background: #fff;
    left: calc(50% - 2rem);
    transform: translate(-50%);
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 #898989;
    z-index: 140;
    opacity: 0;
    pointer-events: none;
    display: none;
    transition: 0.2s all;
    gap: 50px;
    width: max-content;
}

.policy_confirm-block._policy-active {
    display: flex;
    opacity: 1;
    pointer-events: all;
}

.item-page._policy-page h2 {
    font-size: 25px;
    margin: 20px 0;
    font-weight: 600;
}

._policy-page table tr td {
    border: 1px solid #ddd;
    padding: 10px;
}

._policy-page table p {
    margin: 0;
}

/*POLICY*/

.user_policy_modal-dialog {
    max-width: 600px;
}

.user_policy_modal-dialog .modal-body {
    padding: 0;
}

.user_policy_modal-dialog .modal-content {
    padding: 40px 30px;
}

.user_policy_modal-dialog button.close {
    padding: 0;
    right: 5px;
    top: -10px;
}

.user_policy-modal--title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.user_policy-modal--buttons {
    display: flex;
    margin: 20px 0 0 0;
    align-items: center;
    gap: 12px;
}

.user_policy_optional-wrapper {
    text-align: center;
}

.user_policy-modal--openOptions {
    color: #111111;
    text-decoration: underline;
    font-size: 14px;
}

._grey {
    background: #ddd;
    color: #333333;
}

.user_policy_optional-text {
    margin-bottom: 20px;
}

#user_policy_optional .modal-dialog {
    max-width: 800px;
}

.user_policy_optional-checkBoxCheck {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

.user_policy_optional-checkBoxCheck label {
    cursor: pointer;
}

.user_policy_optional-checkBoxItem input {
    position: relative;
    top: 1px;
}

.user_policy_optional-checkBoxItem {
    margin-bottom: 20px;
}

.user_policy_optional-checkBoxText {
    font-size: 14px;
    margin-left: 19px;
    color: #858585;
}

.user_policy_optional--policyBottom {
    font-size: 14px;
    color: #858585;
    line-height: normal;
    margin-top: 10px;
}

.user_policy-wrapper {
    position: fixed;
    bottom: 40px;
    background: #fff;
    width: 950px;
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px 30px;
    box-shadow: 0 0 5px 0px #1e1e1e;
    transition: 0.2s all;
    display: block;
    pointer-events: none;
    opacity: 0;
}

.user_policy-button {
    width: 185px;
}

.user_policy-modal--text {
    font-size: 14px;
    line-height: normal;
}

.user_policy-button {
    width: 185px;
    height: 40px;
    border-radius: 8px;
    font-size: 14px;
}

._user_policy-active {
    opacity: 1;
    pointer-events: all;
    display: block;
    z-index: 150;
}

._policy-page table ul {
    margin: 0;
}

/*POLICY*/

.footerPolicy_info {
    text-align: left;
}

.policy_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 5px;
    row-gap: 0;
}

.clients_item img {
    max-width: 100%;
}

.caseItem_info {
    margin-top: 15px;
}

.full_width.main_desc {
    padding-bottom: 0;
}

.full_width.price_create {
    padding-top: 0;
}

.full_width.seo .row {
    row-gap: 30px;
}

.comContentVacantItem br {
    display: none;
}

.caseItem_metrika-desc p:last-of-type {
    margin: 0;
}

.case_bottom-desc h2 {
    margin-top: 0;
}


@media (max-width: 1555px) {

    .fixed_buttons {
        top: inherit;
        transform: translateX(-50%);
        right: inherit;
        left: 50%;
        flex-direction: row;
        bottom: 0;
    }

    .fixed_buttons a span {
        height: 36px;
        display: flex    ;
        align-items: center;
    }

    .fixed_buttons a {
        height: 86px;
    }

}

@media (min-width: 1200px) {

    .caseItem_info .row {
        justify-content: space-between;
    }

    ._advant-bottom {
        flex-direction: row;
        text-align: left;
        padding: 30px 0;
        height: auto;
    }

    ._advant-bottom .advant_top-item--title {
        margin-top: 0px;
        margin-right: 50px;
        margin-left: 90px;
        color: var(--green);
    }

    ._advant-bottom .advant_top-item--text {
        padding-left: 0px;
        padding-right: 1rem;
    }
    .open_menu-wrapp {
        display: none;
    }
}

@media (min-width: 1400px) {
    .headerTop_right-col {
        display: block;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {

    .docs_image {
        height: 235px;
    }

    .offers_menu {
        gap: 10px;
    }

    .offers_menu .offers_menu-parent--title,
    .offers_menu li a {
        font-size: 15px;
    }

    .page_title {
        padding-right: 20rem;
    }

    h1 {
        /*font-size: 33px !important;*/
    }

    h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .form_id-6 .consultForm_custom-title {
        max-width: 70%;
    }

    .caseItem_resultWorks_title {
        font-size: 19px;
    }

    .caseItem_features-block {
        padding: 25px 15px;
    }

    .header_banner-button--link {
        font-size: 18px;
    }

    .tariff_item-title {
        min-height: 116px;
        display: flex;
        align-items: center;
    }

    .req_images img {
        height: 375px !important;
    }

    .guarantee_item:before {
        right: 7px;
    }

    .stepsConsult-desc {
        padding-right: 0px;
    }

    #header_top li {
        margin: 0 10px;
    }

    .headerLink {
        font-size: 15px !important;
    }

    .logoBlock img {
        max-width: 115px;
    }

    .sl_top_menu li {
        margin-right: 10px;
    }

    .modPopUpMenu_items-wrapper {
        width: 1110px;
    }

    .formOffers_bottomLeft {
        font-size: 21px;
    }

    .formOffers_bottomRight-and,
    .formOffers_bottomRight a {
        font-size: 20px;
    }

    .guar_img {
        height: 245px;
    }

    .full_width.clients img {
        max-width: 170px;
    }

    .footer_li-link a {
        padding: 12px 5px;
    }

    .persManager_img {
        width: 370px;
        height: 345px;
    }

    .header_form-items {
        gap: 20px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {



    .headerTop_right-contacts {
        flex-direction: column;
        gap: 0;
    }

    .offer_itemN {
        padding: 30px 20px 30px 20px;
    }

    h2 {
        font-size: 28px;
    }

    .sl_consult_phones-form,
    .contacts_section .contactsItem {
        padding: 15px;
    }

    .form_id-6 .consultForm_custom-title {
        max-width: 60%;
    }

    .headerLink._phone,
    .headerLink._mail {
        font-size: 15px;
    }

    #header_top li {
        margin: 0 12px;
    }

    .req_images img {
        height: 315px !important;
    }

    .employee_item-img {
        min-height: 90px;
        min-width: 90px;
    }

    .employee_item-work {
        font-size: 16px;
    }

    .employee_item {
        padding: 15px;
    }

    .services_item-text {
        font-size: 15px;
    }

    .guarantee_item:before {
        right: -7px;
    }

    .guarantee_item-title {
        font-size: 21px;
    }

    .page_title {
        font-size: 50px;
        padding-right: 15rem;
    }

    .header_block_item:before {
        right: -3px;
    }

    .header_block_item {
        padding-right: 1rem;
    }

    .headerTopSections {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
    }

    .modPopUpMenu_openButton {
        position: inherit;
        /*height: auto;*/
    }

    .headerTop_section {
        margin: 0;
    }

    .header_banner_image, .header_banner_imageBg {
        background-size: contain;
    }

    .modPopUpMenu_items-wrapper {
        width: 928px;
        top: 70px;
    }

    .modWorkingPersonal_item-title {
        font-size: 20px;
    }

    .guar_img {
        height: auto;
    }

    .req_image {
        height: 245px;
        width: auto;
    }

    .footer_li-link a {
        font-size: 16px;
        padding: 12px 5px;
    }

    .footer_li-link img {
        max-width: 20px;
    }

    .address_block {
        font-size: 15px;
    }

    .persManager_content {
        max-width: 590px;
        padding-left: 30px;
    }

    .persManager_img {
        width: 300px;
        height: 300px;
    }

    .headerLink {
        font-size: 18px;
    }

    .header_block_items {
        gap: 32px !important;
    }

}

@media (max-width: 1199px) {

    img {
        max-width: 100%;
    }

    .stepsConsult-descTop {
        font-size: 19px;
    }

    .stepsConsult-desc {
        padding-right: 0;
    }

    .persManager_content h2 {
        margin-top: 0;
    }

    .infoOffers_item {
        padding: 20px;
    }

    .partnersProfit_item-title {
        margin-bottom: 15px;
    }

    .service_block-title {
        font-size: 18px;
        line-height: normal;
    }

    .user_policy-wrapper {
        width: 700px;
    }

    .sl_calc-form--middle {
        margin-top: 10px;
    }

    .slForm_block.form_id-16 .header_form-items {
        max-width: 600px;
        flex-wrap: wrap;
        gap: 20px;
    }

    .slForm_block.form_id-16 .header_form-items .form-group {
        width: calc(50% - 25px);
    }

    .offer_itemN-title {
        font-size: 20px;
    }

    .sl_calc-left .row {
        /*gap: 30px;*/
    }

    .sl_calc {
        flex-direction: column;
    }

    .sl_calc-right {
        background: var(--purple_bold);
        width: 100%;
    }

    .footer_social-item span {
        display: none;
    }

    .footer_social-item {
        width: auto;
        margin-bottom: 0px !important;
    }

    .width-100 img {
        width: 100% !important;
    }

    h1 {
        font-size: 30px;
    }

    .caseItem_features-block {
        margin-bottom: 20px;
    }

    .caseItem_resultWorks_value {
        margin-bottom: 20px;
    }

    .header_banner-button--link {
        margin-bottom: 20px;
        height: calc(100% - 20px);
    }

    .serts_content-img {
        margin-top: 20px;
    }

    .guarantee_item-list {
        padding-right: 0px;
    }

    .diplom_item {
        margin-bottom: 20px;
    }

    .form_id-8 .slCallBack_form_PPBlock-label {
        margin-top: 20px;
    }

    .main_menu-mobile {
        position: fixed;
        left: 0;
        top: 0;
        background: #fff;
        height: 100%;
        display: block;
        width: 90%;
        padding: 30px 40px;
        transform: translateX(-105%);
        transition: 0.3s all;
        box-shadow: 0px 0px 15px 0px #101b26;
        z-index: 999;
    }

    .menu_active {
        transform: translateX(0%);
    }

    .sl_mobile {
        list-style-type: none;
        padding: 0;
        margin: 0;
        margin-top: 25px;
    }

    .sl_mobile li {
        margin-bottom: 10px;
    }

    .no_link,
    .sl_mobile li a {
        font-size: 19px;
        color: #000;
    }

    .main_menu-mobile--header {
        text-align: right;
    }

    .vacant_form-block {
        padding: 30px;
    }

    .vacant_form-title {
        margin-top: 0;
    }

    .footer .no_link, .footer .sl_top_menu li a {
        font-size: 16px;
    }

}

@media (max-width: 991px) {

    .policy_confirm-textWrapp br,
    .policy_confirm-textWrapp img {
        display: none;
    }

    .policy_confirm-block .mButton {
        max-width: 100%;
        width: 100%;
    }

    .policy_confirm-block {
        flex-direction: column;
        gap: 10px;
        max-width: 70%;
        left: 50%;
    }

    .sl_calc-left .row {
        row-gap: 30px;
    }

    .slForm_block.form_id-16 .header_form-items {
        max-width: 100%;
    }

    .sl_calc_item._sci-4 .sl_calc_item-els {
        display: block;
    }

    #slCallBack_form-id6 {
        max-width: 100%;
    }

    .fixed_buttons {
        display: none !important;
    }

    .sl_footer_menu {
        margin-top: 15px !important;
    }

    .tariff_item-price--value,
    .tariff_item-price--title,
    .tariff_item-hidden--title {
        font-size: 16px !important;
    }

    .tariff_item-content {
        padding: 20px 20px 0px 20px !important;
    }

    .tariff_item-buttons {
        padding: 0px 20px 20px 20px !important;
    }

    .tariff_item-title {
        padding: 20px !important;
    }

    .header_block_items {
        display: inherit !important;
    }

    .employee_kruglov-buttonWrapp .mButton {
        margin-top: 15px;
    }

    .employee_kruglov {
        margin-top: 30px;
    }

    .employee_item-kruglov {
        max-width: 100%;
        background-image: none;
        margin-top: 30px;
    }

    .modWorkingPersonal_item {
        padding: 20px 30px;
    }

    .header_block_item:before {
        display: none;
    }

    .header_block_item {
        padding-right: 0px;
    }

    .employee_item {
        margin-bottom: 20px;
    }

    .open_menu-wrapp {
        /*padding-right: 15px;*/
    }

    .overflow_hidden {
        overflow: hidden;
    }

    .sl_breadcrumbs {
        padding-bottom: 40px;
    }

    .header_banner_view {
        padding-bottom: 40px;
    }

    .fullWidth_form-row {
        max-width: fit-content;
    }

    .textnoreiting {
        margin: 30px 0;
    }

    .offer {
        display: inherit !important;
    }

    .offer img {
        margin: 0 !important;
        margin-right: 0px !important;
        width: 100%;
        height: auto;
        margin-bottom: 20px !important;
    }

    .persManager_content {
        max-width: 100%;
        padding: 20px;
    }

    .full_width.persManager {
        padding: 0;
    }

    .el_functionality-block {
        margin-bottom: 30px;
    }

    .guarantee_item:before {
        display: none;
    }

    .header_form-items {
        flex-wrap: wrap !important;
        row-gap: 15px !important;
    }

    #free_audit .file_label {
        margin-bottom: 10px !important;
    }

    .full_width.seo .row {
        row-gap: 0px;
    }

    .modPrice_item-title._seo {
        font-size: 21px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .conditions_item-title {
        padding: 15px 20px;
    }

    .offer_itemN {
        padding: 30px;
    }

    .sl_calc-right {
        width: 100%;
    }

    .cases_n-item--top:before {
        border-right: 430px solid transparent;
    }

    .news_banner-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .news_filter-dates {
        gap: 35px;
    }

    .news_filter-date:before {
        right: -18px;
    }

    .news_banner {
        /*padding: 20px;*/
    }

    h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .tariff_item-title {
        display: flex;
        align-items: center;
        min-height: 90px;
        font-size: 18px !important;
    }

    .header_advants-block {
        border-radius: 40px !important;
    }

    .header_banner_view._new {
        height: 500px !important;
    }

    .main_page .header_banner_view._new {
        height: auto !important;
        padding: 60px 0;
    }

    .main_page .header_banner-subtitle {
        margin-bottom: 50px;
    }

    .req_images img {
        height: 220px !important;
    }

    .full_width.employee {
        padding: 40px 0;
    }

    .employee_item {
        margin-bottom: 20px;
    }

    .persManager_content h2 {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .header_projReq-button {
        margin-top: 25px;
    }

    .page_title {
        font-size: 40px;
        padding-right: 0;
    }

    .header_block_title {
        min-height: inherit;
        /*margin-bottom: 10px;*/
        /*font-size: 22px;*/
    }

    .header_block_item {
        margin-bottom: 30px;
    }

    .hb-count:last-of-type .header_block_item {
        margin-bottom: 0px;
    }

    .slForm_block.form_id-6:before {
        display: none;
    }

    .guar_img {
        height: auto;
    }

    .modPrice_item-wrapper {
        height: auto;
        margin-bottom: 30px;
    }

    .stepsConsult-descTop {
        font-size: 22px;
    }

    .formOffers_bottomLeft {
        font-size: 20px;
    }

    .formOffers_bottomRight {
        justify-content: space-between;
        line-height: 25px;
    }

    .formOffers_bottomRight a {
        font-size: 20px;
    }

    .formOffers_bottomRight-and {
        font-size: 18px;
    }

    .ormOffers_bottomRight-text {
        font-size: 13px;
    }

    .stepsConsult-desc {
        padding-right: 0px;
    }

    .priceList_down-title, .priceList_down-desc {
        margin-bottom: 11px;
    }

    .priceList_down-block {
        height: auto;
        padding: 20px 30px;
        margin-bottom: 30px;
    }

    .priceList_down-link a {
        font-size: 16px;
    }

    .priceList_down-link a img {
        max-width: 20px;
    }

    h1 {
        margin-top: 30px;
        font-size: 32px;
        margin-bottom: 25px;
    }

    .case_category-title {
        font-size: 22px;
    }

    .case_category-content {
        padding: 20px;
    }

    .req_image {
        margin-bottom: 20px;
    }

    .partners_page .full_width.partners {
        padding-bottom: 0;
    }

    .partners_button {
        margin-bottom: 35px;
    }

    .formAudit_title {
        font-size: 21px !important;
    }

}

@media (max-width: 767px) {

    .modal-title.h5 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .modal-content {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer_social-block {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .policy_confirm-block {
        max-width: calc(100% - 30px);
    }

    body {
        padding-top: 75px;
    }

    .bottom_header_menu {
        padding: 15px 0;
    }

    .headerTop_right-contacts {
        flex-direction: column;
        gap: 0;
    }

    .slForm_block.form_id-16 .header_form-items .form-group {
        width: 100%;
    }

    .button_title .mButton {
        display: none !important;
    }

    .offer_itemN-title {
        font-size: 18px;
    }

    .offer_itemN-titleWrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .offer_itemN {
        padding: 20px;
        border-radius: 10px !important;
    }

    .main_page .header_banner-subtitle {
        margin-bottom: 30px;
    }

    .main_page .header_banner_view._new {
        height: auto !important;
        padding: 40px 0 !important;
    }

    .page_title {
        margin-top: 0 !important;
        padding-right: 0;
    }

    .sl_calc {
        flex-direction: column;
    }

    .caseItem_prot-image._cipi-solo {
        height: 400px;
    }

    .cases_n-item--top:before {
        border-right: 520px solid transparent;
    }

    .caseItem_prot-images {
        flex-direction: column;
    }

    .news_banner-items,
    .news_banner-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .type_sections-mobile {
        display: flex;
        flex-direction: column;
        max-width: fit-content;
        font-weight: 700;
        font-size: 17px;
    }

    .cases_list-block {
        flex-direction: column-reverse;
    }

    .news_banner-social--icons {
        margin-top: 15px;
    }

    .news_banner-social {
        flex-direction: column-reverse;
    }

    #scrollup {
        display: none !important;
    }

    .news_banner-top {
        margin-bottom: 20px;
        flex-direction: column;
        align-items: baseline;
        gap: 15px;
    }

    .news_banner-social--buttons {
        width: 100%;
        flex-direction: column;
    }

    ._news_banner-print {
        display: none !important;
    }

    .news_banner {
        padding: 0px;
        height: auto;
    }

    .mButton._order-taxi {
        margin-bottom: 20px;
    }

    .news_filter-date {
        font-size: 14px;
        border: 1px solid #ff275b73;
        border-radius: 0px;
        padding: 5px 10px;
    }

    .news_filter-date.nfd_active, .news_filter-date:hover {
        border-color: var(--red);
    }

    .news_filter-dates {
        gap: 10px;
        padding: 0px;
        flex-wrap: wrap;
        margin-bottom: 15px;
        /*justify-content: space-between;*/
    }

    .news_filter-date:before {
        display: none;
    }

    .type_sections-title {
        font-size: 18px;
    }

    .type_sections {
        position: inherit;
    }

    .footer {
        padding-bottom: 2rem;
    }

    .modReviews_slider-item--image {
        margin-bottom: 20px;
    }

    .caseItem_introImage {
        min-height: 250px;
    }

    .caseItem_features-block {
        margin-bottom: 20px;
        padding: 10px 20px;
    }

    .caseItem_analiz-sites--block {
        padding: 20px 10px;
    }

    .header_banner-button--link {
        height: 60px;
    }

    .tariff_item-title {
        font-size: 18px !important;
    }

    #free_audit .modal-content {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .formAudit_results-title {
        margin-top: 25px;
    }

    .formAudit_desc-title,
    .formAudit_title {
        font-size: 20px !important;
    }

    .formAudit_results-block {
        flex-direction: column;
    }

    .formAudit_results-item {
        width: 100% !important;
    }

    .form_id-10 .slCallBack_form_PPBlock-label {
        margin-top: 5px !important;
    }

    .header_advants-block {
        padding: 30px 25px 20px 25px !important;
    }

    .header_advants-form {
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .header_block_items {
        display: none !important;
    }

    .header_banner_view._new {
        padding-top: 40px !important;
        height: auto;
    }

    .form_id-10 .form-group {
        width: 100%;
    }

    .header_advants-block {
        border-radius: 30px !important;
    }

    .req_images a {
        width: calc(50% - 10px);
    }

    .req_images {
        flex-wrap: wrap;
    }

    .serts_content-title {
        font-size: 25px;
    }

    .serts_content-list ul {
        column-count: 1;
    }

    .discount_item {
        text-align: center;
    }

    .discount_item img {
        max-width: 375px;
    }

    .full_width.service_tech_part h2 {
        margin-bottom: 40px;
    }

    .services_item-img {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 20px;
        max-width: 100px;
    }

    .services_item {
        text-align: left;
        flex-direction: row;
        margin-bottom: 20px;
        height: auto;
    }

    .case_item-arrow {
        display: none;
    }

    .sl_consult_phones-form {
        padding: 20px;
        background-position: bottom;
    }

    .logoBlock img {
        max-width: 130px;
    }

    h1 {
        margin-top: 30px;
        font-size: 25px;
        margin-bottom: 25px;
    }

    .page_title {
        font-size: 23px;
        margin-top: 30px;
        margin-bottom: 25px;
    }

    .header_projReq-button {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .top {
        /*padding-bottom: 40px;*/
    }

    .header_block_title {
        font-size: 18px;
        line-height: 25px;
        min-height: inherit;
        margin-bottom: 10px;
    }

    .header_block_item {
        margin-bottom: 45px;
    }

    .full_width {
        padding: 40px 0;
    }

    .full_width.banner_blocks {
        padding-top: 60px;
        padding-bottom: 0;
    }

    h2 {
        font-size: 26px;
        margin-bottom: 15px;
        line-height: normal;
        font-weight: 700;
    }

    .stepsConsult-descTop {
        font-size: 19px;
        line-height: 28px;
    }

    .stepsConsult-desc {
        margin-bottom: 25px;
        padding-right: 0px;
    }

    .stepsConsult-descTop a {
        display: block;
    }

    .formOffers_bottomLeft {
        font-size: 19px;
        line-height: 24px;
        margin: 12px 0;
    }

    .formOffers_bottomRight {
        display: inherit;
    }

    .formOffers_bottomRight-and {
        display: none;
    }

    .full_width.offers {
        padding-bottom: 0;
    }

    .full_width.clients {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .full_width.advantages {
        padding-bottom: 30px;
    }

    .full_width.service_tech {
        padding-bottom: 0;
    }

    .full_width.service_tech_part {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .full_width.main_desc {
        padding-bottom: 0px;
    }

    .footer_block_4 {
        margin-top: 20px;
    }

    .footer_contacts {
        margin-bottom: 0;
    }

    .req_image {
        width: 100%;
        height: 245px !important;
        /*margin-bottom: 20px;*/
        /*margin-right: 0 !important;*/
        /*max-width: 280px;*/
        /*float: none !important;*/
    }

    .partners_page .employee_item-kruglov {
        margin-bottom: 25px;
    }

    .req_images {
        text-align: center;
    }

    .partner_item {
        width: 33%;
    }

    .com_cli-col {
        width: 33%;
    }



    .mButton {
        width: 100%;
    }

    .full_width.consult_form_info_sc {
        padding-bottom: 0px;
    }

    .full_width.profit {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .full_width.persManager {
        padding-bottom: 0;
        padding-top: 10px;
    }

    .conditions_button {
        padding: 15px 0 !important;
        height: auto;
    }

    .full_width.conditions {
        padding-bottom: 0;
    }

    .full_width.faq {
        padding-top: 0;
    }

    .full_width.faq {
        padding-bottom: 0;
    }

    .slForm_block.form_id-6:before {
        display: none;
    }

    .form_id-6 .slCallBack_form_PPBlock-label {
        margin-top: 20px;
    }

    .form_id-6 .consultForm_custom-title {
        font-size: 23px;
        margin-bottom: 15px;
    }

    .form_id-6 {
        margin-top: 40px;
    }

    .offer_item-desc {
        margin-bottom: 20px;
    }

    .offer_item-desc p:last-of-type {
        margin-bottom: 0px;
    }

    .offer_item {
        padding: 25px 20px;
    }

    .header_banner-subtitle {
        /*text-align: center;*/
    }

    .sl_calc-right {
        width: 100%;
    }

    .user_policy-wrapper {
        width: calc(100% - 30px);
        padding: 20px 25px;
    }

    .user_policy-modal--buttons {
        flex-direction: column;
    }

    .user_policy_optional-text {
        font-size: 15px;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .guarantee_item-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .guarantee_block .col-12:last-of-type .guarantee_item {
        margin: 0;
    }

    .conditions_item-title {
        font-size: 20px;
        padding: 15px 20px;
    }

    .conditions_button.mButton {
        letter-spacing: 0px;
    }

    .el_functionality-item--text {
        padding: 15px;
    }

    .el_functionality-item--title {
        height: auto;
        padding: 15px;
    }

    .consultForm_custom-title {
        line-height: normal;
    }

    .comContentVacantItem__title {
        font-size: 20px;
    }

    .comContentVacantItem__content {
        padding: 20px;
    }

    .comContentVacantItem__intro {
        display: flex;
        flex-direction: column;
        line-height: normal;
        gap: 5px;
    }

    .vacant_form-block,
    .consultForm_custom-block {
        padding: 20px !important;
    }

    .vacant_form-title {
        font-size: 25px;
        margin-bottom: 20px;
        text-align: center;
    }

    .news_banner h1 {
        margin-bottom: 30px;
    }

    .modPrice_subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .modPrice_item {
        margin-bottom: 30px;
        padding: 20px 15px;
        height: auto;
    }

    .priceList_down-block {
        padding: 20px;
        height: auto;
        margin-bottom: 30px;
    }

    .priceList_down-title, .priceList_down-desc {
        margin-bottom: 10px;
    }

    .priceList_down-link a {
        font-size: 18px;
    }

    .req_info-files {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .req_info-files--item {
        gap: 10px;
        line-height: normal;
    }

    .docs_image {
        height: 230px;
    }

    .contacts_section .contactsItem {
        padding: 20px;
    }

    .contactsTime {
        margin-bottom: 2rem;
        margin-top: 0rem;
    }

    .policy_list {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    .policy_list span {
        display: none;
    }

    .step_item-title {
        line-height: normal;
    }

    .blog_buttons-wrapper {
        gap: 20px;
    }

    .news_banner-item {
        gap: 10px;
    }

}

@media (max-width: 555px) {
    .top_header_menu {
        /*display: none;*/
    }
}

@media print {

    .comContent_comments,
    .bottom_header_menu,
    .full_width.seoland,
    .footer,
    .slForm_block.form_id-6,
    .mButton._news_banner-print {
        display: none !important;
    }

    .headerTop_section, .headerBot_section {
        justify-content: center !important;
    }

}
