#cookie-banner {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: end;
    width: 100%;
    height: 100dvh;
    z-index: -1;
    scale: .8;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
}

#cookie-banner.active {
    opacity: 1;
    scale: 1;
    z-index: 10250;
    transition: all .3s;
}

#cookie-banner .container-new-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#cookie-banner .cookie-banner-container-outer {
    width: 100%;
    background-color: rgba(51, 51, 51, 0.9);
    padding: 33px 0;
    pointer-events: initial;
}

#cookie-banner .cookie-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

#cookie-banner .cookie-banner-title {
    font-family: 'Golos', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 130%;
    color: #2E2E2E;
}

#cookie-banner .cookie-close {
    flex: none;
    position: relative;
    height: 142px;
    width: 142px;
    border-radius: 50%;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

#cookie-banner .cookie-close-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    justify-content: center;
    align-items: center;
    display: flex;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

#cookie-banner .cookie-close::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    right: -71px;
    bottom: -10px;
    background: #007367;
    background: radial-gradient(circle, rgba(0, 115, 103, 1) 0%, rgba(0, 172, 168, 1) 100%);
    opacity: 0;
    z-index: 2;
    transition: 0.4s;
}

#cookie-banner .cookie-close:hover::before {
    opacity: 1;
    transition: 0.4s;
}

#cookie-banner .cookie-close::after {
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    right: -71px;
    bottom: -10px;
    background: #00ACA8;
    background: radial-gradient(circle, rgba(0, 172, 168, 1) 0%, rgba(0, 115, 103, 1) 100%);
    z-index: 1;
    transition: 0.4s;
}

#cookie-banner .cookie-banner-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 129%;
    color: #fff;
}

#cookie-banner .cookie-banner-text a {
    text-decoration: underline !important;
    transition: color .4s;
}

#cookie-banner .cookie-banner-text a:hover {
    color: #007367;
    transition: color .4s;
}

@media all and (max-width: 768px) {
    #cookie-banner .cookie-banner-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    #cookie-banner .cookie-close {
        height: 102px;
        width: 102px;
    }

    #cookie-banner .cookie-close-text {
        font-size: 11px;
    }

    #cookie-banner .cookie-banner-text {
        font-size: 18px;
    }
}

.info-text-ticket {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}
.info-text-ticket span {
    font-size: 14px;
}
.link-policy {
display: flex;
gap: 10px;
flex-direction: column;
}
.footer-new .footer-new-flex .footer-flex {
align-items: start !important;
}
.arb-news-main__image-container {
    padding-bottom: 40%;
    position: relative;
    height: auto !important;
}
.arb-news-main__image-cover {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
    position: absolute;
}
.publication-text {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.programm-wrapper .slick-arrow.slick-prev,
.programm-wrapper .slick-arrow.slick-next {
	top: 200px;
}
.footer__social-link-whatsapp svg path {
    transition: 0.4s;
}
.footer__social-link-whatsapp:hover svg path {
    fill: #54ee72;
    stroke: #54ee72;
}
.arb-news__social-link--vk:after {
    border-color: #4267b2;
    background-image: url(/images/vk-arb.svg);
}
.menu-full__contact.menu-full__vk:before {
    content: "";
    position: absolute;
    left: -3px;
    width: 25px;
    height: 18px;
    background-image: url(/images/vk-line-arb.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
[href="/disabled"] {
    display: none;
}
.button-top:hover {
    opacity: 1;
}
.banner-technologies {
    background-image: url(/local/templates/arb/images/banners/bg-tech.jpg) !important;
}
.banner-finance {
    background-image: url(/local/templates/arb/images/banners/banner-finance.jpg);
}
.banner-diagnostika {
    background-image: url(/local/templates/arb/images/banners/banner-diagnostika.jpg);
}
.banner-audit {
    background-image: url(/local/templates/arb/images/banners/banner-audit.jpg);
}
.banner-abonent {
    background-image: url(/local/templates/arb/images/banners/banner-abonent.jpg);
}
.banner-consultation {
    background-image: url(/local/templates/arb/images/banners/banner-consultation.jpg);
}
.banner-facility {
    background-image: url(/local/templates/arb/images/banners/banner-facility.jpg);
}
.banner-strategy {
    background-image: url(/local/templates/arb/images/banners/bg-13.jpg);
}
.strategy-diagram__description:hover {
    width: 400px;
}
.breadcrumb_link {
    color: gray;
    transition: .2s
}
.breadcrumb_link:hover {
    color: #333;
    text-decoration: underline;
}
.bx-breadcrumb-item span {
    font-size: 14px !important;
}
.bx-breadcrumb .bx-breadcrumb-item {
    color: gray
}
.strategy-diagram__text {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
.strategy-diagram__text ul {
    padding: 10px 0px !important;
    padding-left: 15px !important;
}
/* .arb-research {
    background: -o-linear-gradient(left,#fff 46%,#e0e8ea 46%);
    background: linear-gradient(to right,#fff 46%,#e0e8ea 46%);
} */
.arb-research__card-img {
    margin: 0 auto;
}
.arb-news__text-blocks {
    top: 73%;
}
.youtube__news {
    width: 100%;
    margin: auto;
}
/*Блоки мобильной версии*/
.mobile {
    display: none;
}
/*  */
.banner__case {
    border: 2px solid #668a97;
}
.banner__case:not(:first-child) {
    margin-left: 20px;
}
.banner__cases {
    margin: 3rem 0 1rem 0;
}
/**/
.banner__cases .city {
    font-weight: 600;
}
.banner-seminar .banner__case, .banner-seminars-webinars .banner__case {
    padding: 4px;
    width: 100%;
    max-width: 135px;
    min-width: 135px;
    height: 135px;
    padding-top: 19px;
}
.banner-seminar .banner__case.date .big, .banner-seminars-webinars .banner__case.date .big {
    font-size: 56px;
    margin-top: 12px;
}
.banner-seminar .banner__case.date .month, .banner-seminars-webinars .banner__case.date .month {
    font-size: 18px;
    margin-top: 8px;
    font-weight: 600;
}
.banner__case.summ:before {
    width: 18px;
    height: 0px;
    background-image: url();
}
.banner__case.summ::after {
    width: 0px;
    height: 0px;
    background-image: url(/local/templates/arb/images/ruble.svg) !important;
}
.banner-seminar .banner__case.summ {
    font-size: 18px;
    font-weight: 600;
}
.banner__case.summ .js-price {
    font-size: 56px;
    font-family: NotoSansBold;
    line-height: 1;
}
.banner-seminar .banner__case.city:before, .banner-seminars-webinars .banner__case.city:before {
    content: "";
    display: block;
    width: 28px;
    min-height: 41px;
    margin-bottom: 5px;
    background-size: contain;
}
.banner__cases .banner__case:first-of-type {
    margin-left: 0 !important;
}
/* добавленный отформатированный код для семинаров*/
.banner-seminar .banner__cases .city, .banner-seminars-webinars .banner__cases .city, .banner-seminar .banner__case.date .month, .banner-seminar .banner__case.summ, .banner-seminars-webinars .banner__case.summ {
    font-size: 16px;
    font-weight: 600;
}
.banner-seminar .banner__case.date .month, .banner-seminars-webinars .banner__case.date .month {
    font-size: 16px;
    margin-top: 9px;
    font-weight: 600;
}
.banner__cases .city span {
    padding-bottom: 17px;
}
@media (max-width: 1480px) {
    .banner__case {
        max-width: 100px;
        min-width: 100px;
        height: 100px;
        padding-top: 6px;
    }
    .banner__cases .city {
        font-weight: 600;
        font-size: 12px;
    }
    .banner__case.date .big {
        font-size: 48px;
        margin-top: 12px;
    }
    .banner__case.summ .js-price {
        font-size: 48px;
    }
    .banner__case.summ {
        font-size: 12px;
        font-weight: 600;
    }
    .banner-seminar .banner__right {
        padding-left: 0rem;
    }
}
@media (max-width: 1400px) {
    .banner .banner__right {
        width: auto !important;
    }
    .banner__case:not(:first-child) {
        margin-left: 17px;
    }
}
.banner__case.summ.free-price:before {
    content: none;
    margin-bottom: 0px;
    background-image: url(/local/templates/arb/images/Web-point.svg);
}
.banner__case.summ.parther-price::before {
    content: "";
    width: 19px;
    height: 21px;
    background-image: url(/local/templates/arb/images/ruble.svg) !important;
}
.banner__case.summ.parther-price span, .banner__case.summ.free-price span {
    font-size: 16px;
}
.banner__case.summ.parther-price span {
    margin-bottom: 8px;
}
.banner-seminar .banner__case.summ.free-price::before, .banner-seminars-webinars .banner__case.summ.free-price::before {
    content: "";
    width: 33px;
    height: 33px;
    background-image: url(/local/templates/arb/images/ruble.svg) !important;
    background-size: cover;
}
.banner-seminar .banner__case.city.seminar-icon:before {
    width: 69%;
    height: 95%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    background-image: url(/local/templates/arb/images/Web-point.svg);
}
/* добавленный отформатированный код для семинаров */
/* баннер со спикером */
.banner-seminar__title {
    margin-bottom: 10px;
}
.banner-seminar__name {
    padding-bottom: 0;
    font-size: 18px;
}
/* баннер со спикером */
/*  */
/***************/
/*   --   --   */
/*   ///////   */
/***************/
/* КОНТАКТЫ */
.banner-block-contact {
     min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('/local/templates/arb/images/banner-contacts.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    text-align: center;
    padding: 250px 0px;
}
.yandex-map-contacts {
    margin: 7rem 0;
    -webkit-filter: grayscale(.7);
    filter: grayscale(.7);
}
.yandex-map-contacts .bx-yandex-view-layout {
    -webkit-filter: hue-rotate(495deg);
    filter: hue-rotate(495deg);
}
.wrap-contact-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
@media (max-width: 770px) {
.link-policy {
margin-top: 65px;
}
    .wrap-contact-block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.wrap-input-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wrap-input-contacts input {
    margin: 10px 0px;
    padding: 10px;
    padding-left: 15px;
    /* width: 100%; */
    border: 1px solid #668a97;
    color: #668a97;
    /* text-transform: uppercase; */
    font-weight: 500;
}
.contact-form-content button {
    color: #fff;
    background-color: #668a97;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.contact-form-content button:hover {
    color: #668a97;
    background-color: transparent;
}
.item-contact-block-address {
    margin-top: 10rem;
    padding-left: 5rem;
}
.contact_item_info {
    margin: 21px 0;
    padding: 10px 0;
    font-size: 16px;
}
.contact_item_info:hover {
    color: #668a97;
}
.contact__phone {
    position: relative;
    padding-left: 28px;
}
.contact__phone:before {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-size: cover;
    background-image: url(/local/templates/arb/images/contacts/phone-contact.png);
}
.contact__address {
    position: relative;
    padding-left: 28px;
}
.contact__address:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 34px;
    background-size: cover;
    background-image: url(/local/templates/arb/images/contacts/point-contact.png);
}
.contact__email {
    position: relative;
    padding-left: 28px;
}
.contact__email:before {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-size: cover;
    background-image: url(/local/templates/arb/images/contacts/mail-contact.png);
}
/* КОНТАКТЫ */
/* выпадающий список спикеров */
.b-drop-employee {
    position: relative;
}
.drop-employee, .drop-employee-strategy {
    /* background-color: #ffffffcc; */
    background-color: #fffffff5;
    padding: 10px;
    display: none;
    border-radius: 5px;
    transition: .2s;
}
.b-drop-employee:hover .drop-employee {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 65px;
}
.b-drop-employee:hover .drop-employee-strategy {
    display: block !important;
    position: absolute;
    top: -70px;
    left: 60%;
}
.comand-drop-employee {
    font-family: NotoSansRegular;
    border-bottom: 2px dotted black;
}
/* выпадающий список спикеров */
.banner-seminar__content {
    margin-left: 20px;
}
/*  */
.arb-history__col, .arb-page table td {
    vertical-align: top; /*выравнивание таблицы по верхнему краю на странице с книгами в исследованиях*/
}
/* soglashenie */
.licence_block.licence_block {
    padding: 0 0 20px;
    position: relative;
    margin: -10px 0 0;
}
.licence_block.licence_block input[type=checkbox] {
    display: block;
    width: 0;
    line-height: 0;
    visibility: hidden;
    margin: 0;
}
body .licence_block.label_block input + label {
    padding-left: 23px;
    font-size: 13px;
    color: #888;
    z-index: 0;
}

body .licence_block.label_block input + label.error {
    color: #a9020d;
}

.licence_block input[type=checkbox] + label {
    margin-bottom: 4px;
    padding-left: 5px;
    position: relative;
    z-index: 100;
    cursor: pointer;
    outline: 0;
    font-weight: 400;
}
.licence_block label {
    position: relative;
    display: block;
    margin: 0 0 3px;
}
.licence_block input[type=checkbox] + label:before {
    font-size: 0;
    content: ".";
    display: none;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ddd;
    z-index: -1;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.licence_block input[type=checkbox] + label:hover:before, .licence_block input[type=checkbox]:checked + label:before, .licence_block input[type=radio] + label:hover:before, .licence_block input[type=radio]:checked + label:before {
    display: inline-block;
    z-index: 3;
}
.licence_block input[type=checkbox]:checked + label:before, .licence_block input[type=checkbox]:checked + label:hover:before, .licence_block input[type=radio]:checked + label:before, .licence_block input[type=radio]:checked + label:hover:before {
    z-index: -1;
}
.licence_block input[type=checkbox] + label:before {
    color: #FFF;
    background: #668a97;
}
.licence_block input[type=checkbox] + label:after {
    font-size: 0;
    content: ".";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 0 0 1px #ccc inset;
    -moz-box-shadow: 0 0 0 1px #ccc inset;
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
    background: #fff;
}
.licence_block input[type=checkbox]:checked + label:after {
    box-shadow: none;
    background: url('/local/templates/arb/images/Input_icons.svg') no-repeat;
}

.licence_block input[type=checkbox] + label.error:after {
    box-shadow: none;
    background: #a9020d;
}



.licenses_check a {
    color: #668a97;
}

.licenses_check label.error a {
    color: #a9020d;
}
/* soglashenie */
.table__city:before {
    background-repeat: no-repeat;
}
/*  */
.modul_programm {
    margin: 1rem 0;
}
.modul_programm td {
    vertical-align: top;
}
.modul_programm tr:nth-child(2n+1) td { /* нечетные */
    background-color: #aac6d0;
}
.modul_programm tr:nth-child(2n) td { /* четные */
    background-color: #e0e8ea;
}
.modul_programm tr:first-child td {
    background-color: #7aa3b2;
    color: #fff;
}
.wrap-modul-table {
    margin: 0 auto;
    width: 100%;
    overflow: auto;
}
/* ширина полупрозрачного белого фона
  с описанием в банерах */
.banner .banner__right {
    width: calc(100% / 3);
}
/* ------ */
/* правки контента внутренней страницы */
.arb-section .text-block {
    width: 100%;
    margin-top: 30px;
}
.arb-section .text-block p {
    padding: 0 50px;
    margin-bottom: 6px;
}
.arb-section .text-block ul {
    padding: 0 50px;
}
.arb-section .text-block .arb-why__list-item {
    margin-left: 0;
}
.arb-section .text-block h3 {
    margin-bottom: 12px;
}
.arb-section .text-block .arb-video-carousel__item {
    margin-top: 0;
}
.arb-video-carousel__item.rutube-item .youtube__play.popup-youtube {
    display: none;
}
/* end - правки контента внутренней страницы */
/*  */
.arb-video-carousel__slider .arb-video-carousel__item {
    cursor: pointer;
}
/* форма оплаты */
.price_for_pay_form {
    font-size: 24px;
    color: #668a97;
    font-weight: 600;
    margin-right: 2rem;
}
.price_for_pay_form::after {
    background-image: url(/local/templates/arb/images/ruble.svg);
    content: "";
    display: inline-block;
    width: 19px;
    min-height: 17px;
    background-size: contain;
}
.js-popup-window-pay .price_for_pay_form::after {
    width: 15px;
    min-height: 15px;
}
.wrap-info-pay p {
    margin: .5rem 0;
}
/* form pay */
.wrapper-info-pay-block {
    padding: 1rem;
}
.info-pay-block {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 15px;
    margin: 1rem 0;
}
.info-pay-block div:nth-child(2) {
    font-family: NotoSansBold;
}
.text-info-pay-detail {
    font-size: 12px;
    margin-top: -8px;
    margin-bottom: 10px;
    text-align: right;
}
.wrap-btn-pay {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin: 1rem 0;
    text-align: center;
}
.wrap-btn-pay a {
    width: 100%;
    margin-left: 0;
}
/* form pay */
/* доработки 10.12.19 формы оплаты */
.form-pay-container {
    /* justify-content: space-between; */
    flex-wrap: nowrap;
}
.form-pay-container .align-center {
    width: auto;
    align-self: center;
}
.price_for_pay_form {
    font-size: 60px;
    color: #668a97;
    font-weight: 600;
    margin-right: 2rem;
}
.right-block-mar .price_for_pay_form::after {
    background-image: url(/local/templates/arb/images/ruble.svg);
    content: "";
    display: inline-block;
    width: 36px;
    min-height: 35px;
    background-size: contain;
}
.right-block-mar {
    margin-left: 9rem; /*95px*/
    box-shadow: 3px 3px 5px #333;
    background: #ffffffcf;
    padding: 9rem;
}
@media (max-width: 1080px) {
    .right-block-mar {
        margin-left: 7rem; /*95px*/
    }
}
.b-drop-employee {
    position: relative;
}
.drop-employee {
    background-color: #fffffff2;
    padding: 10px;
    display: none;
    border-radius: 5px;
    transition: .2s;
}
.b-drop-employee:hover .drop-employee {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 65px;
}
.comand-drop-employee {
    font-family: NotoSansRegular;
    border-bottom: 2px dotted black;
}
.wrap-count-inp {
    display: flex;
}
.count_quantity {
    margin-top: 5px;
    margin-bottom: -7px;
}
.input-count {
    width: 55px;
}
.btn-minus, .btn-minus2 {
    padding: 5px;
    background: #668a97;
    color: #fff;
    width: 25px;
    margin-right: 5px;
    text-align: center;
    align-self: center;
    font-size: 29px;
    cursor: pointer;
}
.btn-plus, .btn-plus2 {
    padding: 5px;
    background: #668a97;
    color: #fff;
    width: 25px;
    margin-left: 5px;
    text-align: center;
    align-self: center;
    cursor: pointer;
    font-size: 29px;
}
/* форма оплаты */
/* затемнение */
.banner-seminar.banner--dark::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
}
/* end - затемнение */
/* news/ доп. блок с картинкой и текстом */
.section-block-link {
    padding: 3rem 0;
    margin: 0 auto;
    width: 100%;
}
.wrap-b-link {
    border: 8px solid #668a97;
    padding: 6rem;
}
.wrap-b-link .title-b {
    font-size: 3rem;
    color: #668a97;
    text-transform: uppercase;
    margin: 0 0 4rem;
    text-align: center;
    font-weight: 600;
}
.wrap-b-link .info-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.info-b .img-b img {
    max-width: 100%;
    max-height: 300px;
    height: auto;
    margin: 0 auto;
}
.wrap-b-link .text-b-right {
    padding-left: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btn-wrap {
    text-align: right;
}
.info-b .img-b {
    text-align: center;
}
@media (max-width: 480px) {
    .wrap-b-link {
        margin: 0;
        padding: 1.5rem;
    }
    .wrap-b-link .info-b {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
/* news/ доп. блок с картинкой и текстом */
.b-wrap-attention {
    padding: 8px 50px;
}
.b-attention {
    border-radius: 1px;
    padding: 2rem 0 1.5rem;
    box-shadow: 0 0 4px #c3d0d6;
    margin: 0px 4rem;
}
@media (max-width: 480px) {
    .b-wrap-attention {
        padding: 8px 5px;
    }
}
/* news/ доп. блок с картинкой и текстом */
/* author */
.employee-author {
    padding: 2rem;
    padding-left: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: between;
    -ms-flex-pack: between;
    justify-content: between;
    border-left: 6px solid #668a97;
    background: -webkit-gradient(linear, left top, right top, from(#f4f8f9a6), to(transparent));
    background: -o-linear-gradient(left, #f4f8f9a6, transparent);
    background: linear-gradient(to right, #f4f8f9a6, transparent);
    /* background: linear-gradient(to right, #f4f8f9, transparent); */
    width: 100%;
    font-size: 14px;
}
.employee-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.employee-card {
    max-width: 285px;
    text-align: center;
    margin: 0 1rem;
}
.employee-title {
    margin: 0 0 1rem;
    color: #668a97;
}
.employee-name {
    font-size: 18px;
    font-weight: 500;
    margin: .7rem 0 1rem;
    text-transform: uppercase;
}
.employee-name a {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #000 !important;
}
.employee-name .bold-text {
    font-weight: 600;
}
.employee-desc {
    font-size: 1.4rem;
}
.employee-img-a img {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.employee-img-a img:hover {
    -webkit-box-shadow: 0 0 9px 0px #668a97;
    box-shadow: 0 0 9px 0px #668a97;
}
/* author */
.banner__content .arb-originality__button:not(:first-child), .parallax__button:not(:first-child) {
    margin-left: 0;
}
/* Страница Онлайн. \events\online.php */
.online-header-b {
    background: #ededed;
    padding: 80px 0 35px;
}
.wrap-header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px auto;
    grid-template-columns: 1fr auto;
    grid-gap: 10px;
    width: 100%;
}
.header-bg {
    background: url('/images/event_online/2020.png') no-repeat;
    background-size: contain;
    padding: 1rem 0
}
.header-right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.online-date {
    font-size: 18px;
    margin: 15px 0;
}
.online-title {
    line-height: 1.3;
    font-size: 36px;
    margin: 15px 0;
}
.bold {
    font-weight: 600;
    font-family: NotoSansBold;
}
.online-desc {
    max-width: 460px;
    line-height: 1.5;
    font-size: 18px;
}
.btn-buy {
    margin: 60px 0 10px;
}
.btn__button--red {
    background: #cd323c;
    color: #fff;
    border-color: #cd323c;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.btn__button--red:hover, .btn__button--red:focus {
    background: transparent;
    color: #000;
    /* border-color: #cd323c; */
}
.header-el {
    width: 200px;
    height: 200px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #668a97;
}
.number-text {
    font-size: 32px;
}
.oval-text {
    width: 120px;
    height: 120px;
    background: #507886;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.el-spiker {
    background: url('/images/event_online/spiker.png') no-repeat;
    background-color: #668a97;
    background-position: bottom;
}
.el-theme {
    background: url('/images/event_online/theme!.png') no-repeat;
    background-color: #668a97;
    background-position: center;
}
.el-empty {
    border-radius: 100%;
    padding: 10px;
    /* margin: 10px; */
    background: transparent;
    -webkit-box-shadow: 0px 0px 18px #bfbebeba;
    box-shadow: 0px 0px 18px #bfbebeba;
    width: 75%;
    height: 75%;
}
.b-text-start-article {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 6rem 1fr;
    grid-template-columns: auto 1fr;
    grid-gap: 6rem;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 3rem;
}
.cube {
    -webkit-box-shadow: 0px 0px 18px #bfbebeba;
    box-shadow: 0px 0px 18px #bfbebeba;
    width: 180px;
    height: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.circle-dot {
    border-radius: 100%;
    background: #cd323c;
    width: 15px;
    height: 15px;
}
.text-article {
    font-size: 18px;
    line-height: 1.5;
    padding: 2rem;
}
.b-do-right-now {
    border-top: 4px solid #cd323c;
    border-bottom: 4px solid #cd323c;
    width: 100%;
    padding: 5rem 6rem;
    font-size: 40px;
}
.wrap-ideal-thunder {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5fr 6rem 4fr;
    grid-template-columns: 5fr 4fr;
    grid-gap: 6rem;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 480px;
}
.b-thunder {
    background: #668a97;
    /* padding: 8rem 6rem; */
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.b-thunder-padding {
    padding: 8rem 6rem;
}
.b-thunder .btn-buy {
    margin: 35px 0 0;
}
.wpap-spikers {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.item-spiker {
    text-align: center;
}
.text-item {
    font-size: 18px;
}
.number-item {
    color: #668a97;
    font-size: 18px;
    margin-bottom: 40px;
    font-size: 24px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.title-spiker {
    text-align: center;
    font-size: 18px;
    margin: 1rem auto;
}
.item-grid {
    border: 2px solid #668a97;
    padding: 1rem 2rem;
    min-height: 200px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.item-grid--green {
    background: #668a97;
    color: #fff !important;
}
.item-grid--green .number-item {
    color: #fff !important;
}
.wrap-first-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 4rem 1fr;
    grid-template-columns: 2fr 1fr;
    grid-gap: 4rem;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
}
.grid-title {
    padding: 3rem;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.wrap-grid-theme {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
}
.b-buy {
    background: #ededed;
    padding: 88px 130px;
    position: relative;
}
.wrap-buy-ticket {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    width: 100%;
    font-size: 20px;
    line-height: 1.4;
}
.wrap-buy-ticket .btn-buy {
    margin: 30px 0 0;
}
.b-buy .text-article {
    padding: 0;
    margin: 2rem 0;
}
.footer-bg {
    background-image: url('/images/event_online/20.png');
    background-repeat: no-repeat;
    background-position: -36px 39px;
    background-size: contain;
}
@media (max-width: 480px) {
}
/* Страница Онлайн. \events\online.php */
/* смена фона в красном баннере-строчке с анонсом грядущего мероприятия */
.arb-adblock__wrapper, .arb-adblock__wrapper .jcsb, .arb-adblock {
    height: auto;
    background-color: firebrick;
}
.dop-b-title {
    line-height: 1.3;
    font-size: 36px;
    margin: 15px 0;
}
.b-img-dop {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(to right, #fff 33%, #ededed 33%);
}
.b-img-dop img {
    padding: 6rem 0;
}
.dop-b-text-item {
    font-size: 18px;
    line-height: 1.4;
}
.wrap-dop-b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    width: 100%;
    padding-bottom: 4rem;
}
.arb-popup-window__window {
    overflow: auto;
    max-height: 89vh;
    transform: translate(-50%, -50%);
}
.footer__logo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 60px;
    margin-left: -15px;
}
@media all and (max-width: 1000px) {
    .footer__logo {
        max-width: 510px;
        margin-top: 30px;
    }
}
@media all and (max-width: 600px) {
    .footer__logo {
        grid-template-columns: 1fr;
        max-width: 200px;
        grid-gap: 10px;
    }
}
.footer__logo svg {
    aspect-ratio: 4 / 1 !important;
    max-width: 100%;
    max-height: 55px;
    height: 100%;
}