

/* Start:/local/libs/styledef.css?1663763436115*/
:root {
    --project-color: #E54B4B;
    --project-color-hover: #F14C4C;
    --project-color-gradient:  #F5F5F5;
}
/* End */


/* Start:/bitrix/templates/intermeda/components/bitrix/menu/top/style.css?1746892388917*/
.top-menu {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top-menu li {
    padding: 20px 16px;
    cursor: pointer;
}

/*.dropdown-content*/
.top-menu li ul {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 160;
    padding: 16px 24px 0 24px;
    border-radius: 24px;
    border: 1px solid #a2abaa;
    list-style-type: none;
}

.top-menu li ul li {
    padding: 0;
    margin-bottom: 14px;
}

.top-menu li:hover ul{
    display: flex;
    flex-direction: column;
}

.top-menu li:hover img{
    transform: rotate(180deg);
}

.top-menu li.events{
    border-right: 1px solid #a2abaa;
}
.top-menu li.events a{
    color: #485251;
}

.top-menu li.events:before {
    content: url("/bitrix/templates/intermeda/components/bitrix/menu/top/images/events.svg");
    padding-right: 10px;
    float: left;
}

/* End */


/* Start:/bitrix/templates/intermeda/components/bitrix/system.auth.form/info/style.css?17468923881196*/
.log-in-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 31px 98px 22px 34px;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #485251;
    transition: 0.3s;
}

.log-in-box:hover{
    color: #30cfba !important;
}

/*.dropdown-content*/
.log-in-section ul {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 16px 24px 0 24px;
    margin-top: -22px;
    border-radius: 24px;
    border: 1px solid #a2abaa;
    list-style-type: none;
}

.log-in-section ul li {
    padding: 0;
    margin-bottom: 14px;
}

.log-in-section:hover ul{
    display: flex;
    flex-direction: column;
}

.log-in-section ul .separator {
    border-bottom:  1px solid #a2abaa;
}

@media (max-width: 1300px) {
    .log-in-box {
        padding: 31px 34px 22px;
    }
}

@media (max-width: 1024px) {
    .log-in-box {
        padding: 0;
    }

    .main-header-mobile__log-in img {
        width: 15px;
        height: 15px;
        margin: 0;
    }
}

/* End */


/* Start:/bitrix/components/medigit/medconfirm.form/templates/.default/style.css?17265960183824*/
body:has(.modal_info_message) {
    overflow-y: hidden;
}
.popup-window-overlay {
    position: fixed;
    height: 100vh !important;
}
.modal_info_message {
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%);
    max-width: 776px;
    animation-name: block-appearance;
    animation-duration: 0.6s;
}
.modal_info_message .popup-b__block {
    padding: 60px 70px;
}
.modal_info_message .popup-b__exit {
    position: absolute;
    top: 21px;
    right: 19px;
    width: 20px;
    height: 20px;
    background-size: 22px;
}
.modal_info_message .popup-verific__title {
    margin: 17px auto;
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    color: #333333;
}
.modal_info_message .popup-verific__selection {
    display: flex;
    margin: 35px auto 0;
}
.popup-verific__button {
    padding: 11px 55px;
    margin-right: 20px;
    border: 2px solid var(--project-color, #D1181F);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    background-color: var(--project-color, #D1181F);
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}
.popup-verific__button:hover {
    background-color: var(--project-color-hover, #D1181F);
    border-color: var(--project-color-hover, #D1181F);
}
.popup-verific__button:active {
    border: 2px solid var(--project-color, #D1181F);
    background-color: var(--project-color, #D1181F);
    color: #ffffffcb;
}
.popup-verific__button_transparent {
    background-color: transparent;
    color: var(--project-color, #D1181F);
    transition: background-color 0.3s, color 0.3s;
}
.popup-verific__button_transparent:active {
    background-color: #00000017;
    color: var(--project-color, #D1181F);
}
.popup-verific__button_transparent:hover {
    color: #fff;
}
.info_message_stop_button {
    display: inline-block;
}
.info-message-form {
    margin-top: 70px;
}
.info_message_stop_text {
    margin-bottom: 100px;
}
.info_message_stop_text > p {
    margin-bottom: 20px;
}

@keyframes block-appearance {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


@media (max-width: 814px) {
    .modal_info_message {
        max-width: 594px;
    }
    .modal_info_message .popup-verific__title {
        margin: -14px auto 17px;
        font-size: 22px;
        line-height: 27px;
    }
    .modal_info_message .popup-verific__selection {
        margin: 35px auto -6px;
    }
}
@media (max-width: 550px) {
    .modal_info_message {
        max-width: 96%;
    }
    .modal_info_message .popup-b__block {
        padding: calc(5% + 35px) 5% 8%;
    }
    .modal_info_message .popup-verific__title {
        margin: 0 auto 15px;
        font-size: 20px;
        line-height: 23px;
    }
    .modal_info_message .popup-verific__selection {
        margin: 35px auto 0;
    }
    .popup-verific__button {
        padding: 9px 39px;
        border-radius: 4px;
        font-size: 14px;
        line-height: 19px;
    }
    .modal_info_message .popup-info__t {
        font-size: 16px;
        line-height: 120%;
    }
    .info_message_stop_button {
        display: block;
        width: 100%;
        height: 50px;
        margin-top: 20px;
        padding-top: 14px;
        padding-bottom: 15px;
        font-size: 15px;
        line-height: 124%;
        font-weight: 600;
        border: 1px solid var(--project-color, #D1181F);
        border-radius: 6px;
    }
    .popup-verific__button:active {
        border: 1px solid var(--project-color, #D1181F);
    }
    a.info_message_stop_button {
        margin-top: 16px;
    }
    .info-message-form {
        margin-top: 24px;
    }
    .info_message_stop_text p {
        margin-bottom: 16px;
        font-size: 15px;
        line-height: 120%;
    }
}

/* End */


/* Start:/bitrix/templates/intermeda/styles.css?17468923881625*/
* {
    font-family: "Raleway", sans-serif;
    font-feature-settings: "pnum" on, "lnum" on;
    box-sizing: border-box;
}

h1 {
    margin-top: 8px;
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 42px;
    line-height: 112%;
}

h2, h2 a {
    display: inline-block;
    text-decoration: none;
    color: #485251;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    margin: 0;
}

h2 {
    margin-top: 124px;
    bottom: 42px;
}


h2 a:after {
    content: '';
    padding: 28px;
    margin-left: 8px;
    background-image: url('/bitrix/templates/intermeda/img/go.svg');
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center calc(50% + 2px);
    transition: all 0.2s;
}

h2 a:hover::after {
    margin-left: 20px;
}

.h2-as-h1 h2{
    margin-top: 8px;
}

section header {
    margin-bottom: 24px;
}

.index-slider-section h2 a:after {
    background-size: 100%;
    background-position: center calc(50% + 4px);
    margin-left: 16px;
}

.index-slider-section h2 a:hover::after {
    margin-left: 32px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 18px;
    }

    h2, h2 a {
        margin-bottom: 0;
        margin-top: 10px;
        font-size: 26px;
    }

    h2 a:after {
        background-size: 100%;
        padding: 16px;
        margin-left: 8px;
        background-position: center calc(50% + 1px);
    }

    h2 a:hover::after {
        margin-left: 24px;
    }

    .basic-container section {
        margin-top: 44px;
    }
}

@media (max-width: 325px) {
    h2, h2 a {
        font-size: 20px;
    }

    h2 a:after {
        margin-left: 10px;
    }
}
/* End */


/* Start:/bitrix/templates/intermeda/template_styles.css?174689238814209*/
body {
    margin: 0;
    padding: 0;
    color: #485251;
    line-height: 1.3;
    background-color: #F5F5F5;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
    outline: none;
}

.main-header-mobile {
    display: none;
}

.main-header-mobile__logo {
    padding: 7px 10px 0 10px;
    display: flex;
}

.site-search {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-left: 16px;
    color: #485251;
}

.site-search img {
    margin-right: 8px;
}

/* Стили header */
.header-logo {
    padding: 17px 9px 17px 64px;
}

.basic-container {
    padding: 0px 64px;
}

.main-header {
    border-bottom: 1px solid #a2abaa;
}

.main-header__container {
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    justify-content: space-evenly;
}

.main-header a {
    color: #485251;
    transition: 0.3s;
}

.main-header a:hover {
    color: #30cfba !important;
}

.main-header-mobile__log-in {
    display: flex;
    align-items: center;
}

.main-header-mobile__log-in a {
    display: flex;
    align-items: center;
    color: #485251;
    font-size: 12px;
    font-weight: 500;
}

.main-header__center {
    width: 100%;
    font-weight: 500;
}

.main-header__right {
    border-left: 1px solid #a2abaa;
}

.main-header__left {
    border-right: 1px solid #a2abaa;
}

.amm-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #a2abaa;
}

.amm-menu .top-menu {
    justify-content: flex-end;
    font-size: 14px;
}

/* Конец стилей header */

/* Ограничение контейнера между шапкой и подвалом */

main {
    max-width: 1440px;
    margin: 0 auto;
}

/* Ограничение контейнера между шапкой и подвалом */

/* Стили footer */
.main-footer {
    margin-top: 124px;
    background-color: #333e40;
    color: #fff;
}

.top-footer__columns {
    display: flex;
    justify-content: space-evenly;
}

.top-footer__column {
    display: flex;
    flex-direction: column;
    margin: 0px 8px 0px 8px;
}

.top-footer__logo a img {
    margin: 0px 16px 0px 16px;
}

.bottom-footer {
    border-bottom: 1px solid #616766;
    display: flex;
    justify-content: space-between;
}

.footer-link {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 28px;
}

.footer-sublink {
    font-size: 18px;
    font-weight: 400;
    color: #949c9b;
    margin-bottom: 28px;
    transition: 0.3s;
}

.footer-sublink:hover {
    color: #30cfba;
}

.mailing {
    display: flex;
    padding: 43px 0;
    align-items: center;
    border-right: 1px solid #616766;
    width: 83%;
}

.mailing-info {
    margin: 0px 31px 0 64px;
}

.mailing-info__heading {
    font-weight: 700;
    color: #fff;
    margin-bottom: 13px;
}

.mailing-info__text {
    font-size: 18px;
    color: #949c9b;
}

.mailing-label {
    color: #949c9b;
    margin-right: 20px;
}

.maling-input,
.subscribe-mailing-btn,
.mobile-subscribe-mailing-btn,
.mobile-footer-mailing-input {
    font-family: "Raleway", sans-serif;
}

.subscribe-mailing-btn:disabled,
.mobile-subscribe-mailing-btn:disabled {
    opacity: 0.5;
    cursor: auto;
}

.mailing-input {
    padding: 17px 0px 17px 23px;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 12px;
    outline: none;
}

.mailing-input::placeholder {
    color: #949c9b;
}

.subscribe-mailing-btn {
    padding: 20px 36px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border: none;
    background-color: #30cfba;
}

.log-in-section_footer {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding-right: 9%;
    padding-top: 23px;
}

.terms {
    color: #949c9b;
    padding: 16px 64px;
    font-size: 14px;
    margin: 0 auto;
    max-width: 1440px;
}

.terms-address {
    margin-top: 8px;
}

/* Конец стилей footer */

/* Мобильный хедер */
.burger-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.burger-menu {
    border-left: 1px solid #a2abaa;
    height: 48px;
}

/* иконка меню */

.burger-menu .menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 24px 20px 23px 20px;
    position: relative;
    user-select: none;
}

.burger-menu .menu-icon .navicon {
    background: #485251;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 24px;
}

.burger-menu .menu-icon .navicon:before,
.burger-menu .menu-icon .navicon:after {
    background: #485251;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
}

.burger-menu .menu-icon .navicon:before {
    top: 10px;
}

.burger-menu .menu-icon .navicon:after {
    top: -10px;
}

/* Кнопка меню */

.burger-menu .menu-btn {
    display: none;
}

.burger-menu .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.burger-menu .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.burger-menu .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.burger-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.burger-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* Само меню */

.mobile-menu {
    position: absolute;
    width: 100%;
    top: 48px;
    left: 0;
    background-color: #fff;
    height: 100vh;
    z-index: 20;
}

.mobile-menu-hide {
    display: none;
}

.mobile-menu__content {
    padding: 32px 16px;
}

.mobile-menu__links {
    display: flex;
    flex-direction: column;
}

.mobile-menu__link {
    margin: 24px 0px 0px 0px;
    font-size: 14px;
    color: #485251;
    font-weight: 500;
}

.mobile-events-link {
    display: flex;
    align-items: center;
    color: #485251;
    font-size: 14px;
}

.mobile-events-link img {
    margin-right: 5px;
}

button.accordion {
    width: 100%;
    border: none;
    outline: none;
    background-color: #fff;
    border-bottom: 1px solid #a2abaa;
    text-align: left;
    padding: 8px 0px;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    color: #485251;
    cursor: pointer;
    margin-top: 24px;
    font-weight: 500;
}

button.accordion:after {
    font-family: FontAwesome;
    content: url("/bitrix/templates/intermeda/img/icons/menu.svg");
    font-family: "fontawesome";
    font-size: 18px;
    float: right;
    transition: ease-in-out 0.3s;
}

button.accordion.is-open:after {
    transform: rotate(180deg);
}

button.accordion.is-open {
    border: none;
}

.mobile-events-links {
    margin-bottom: 6px;
}

.accordion-content {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
}

.accordion-content__link {
    margin: 16px 0;
    font-size: 14px;
    color: #a2abaa;
}

/* Конец мобильного хедера */

/* Стили футера */

.menu-block {
    display: flex;
    padding: 40px 64px;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: space-between;
}

.menu-block-wrapper {
    border-bottom: 1px solid #616766;
}

.menu-container {
    border-bottom: 1px solid #616766;
}

.menu-block__links {
    display: flex;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    padding: 12px;
}

.footer-menu li a {
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.footer-menu li a:hover {
    color: var(--project-color);
}

.menu-block_intermeda .footer-menu li a:hover {
    color: #30cfba;
}

.footer-menu ul {
    padding-inline-start: 0;
}

.footer-menu li ul li {
    padding: 0;
}

.telegram-link {
    display: flex;
    align-items: center;
    color: var(--project-color, #5B8ADE);
    font-size: 18px;
    font-weight: 700;
}

.telegram-link img {
    margin-right: 8px;
}

.menu-logo {
    margin-right: 66px;
}

/* Конец стилей футера */

@media screen and (max-width: 1339px) {
    .subscribe-mailing-btn {
        margin-top: 10px;
    }
}

@media (max-width: 1300px) {
    .header-logo {
        padding: 17px 9px 17px 17px;
    }
}

@media (max-width: 1024px) {
    .main-header {
        display: none;
    }

    .main-header-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #a2abaa;
        height: 48px;
    }

    .main-header-mobile__right {
        display: flex;
    }

    .site-search img {
        margin-right: 25px;
    }

    .main-header-mobile__log-in {
        margin-right: 16px;
    }
}

@media screen and (max-width: 768px) {
    .basic-container {
        padding: 0px 16px;
    }

    .terms {
        font-size: 12px;
        padding: 16px;
    }

    .menu-block {
        padding: 40px 16px;
    }

    .telegram-link img {
        width: 24px;
        height: 24px;
    }

    .telegram-link {
        font-size: 14px;
        font-weight: 700;
        margin-top: 8px;
    }
}

/*Блок названия направления*/
.container-index {
    padding: 65px;
    border-radius: 100px 0;
    background-color: var(--project-color, #5B8ADE);
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.container-index a{
    color: #FFFFFF;
    text-decoration: underline;
}

.index-banner__description {
    display: flex;
    border-top: 4px solid #fff;
}

.index-banner__block1 {
    position: relative;
    width: 32%;
    margin-top: 16px;
    padding-right: 32px;
    font-size: 20px;
}

.index-banner__block1::before {
    position: absolute;
    content: '';
    top: -16px;
    right: -4px;
    width: 4px;
    height: 40px;
    background-color: #fff;
}

.index-banner__block2 {
    width: 36.5%;
    margin-top: 16px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 20px;
}

.index-banner__block3 {
    margin-top: -4px;
    display: block;
    width: 31.5%;
    padding: 40px 2px 20px 36px;
    border-radius: 82px 0 100px 0;
    border: 4px solid #fff;
    background-color: #fff;
    text-decoration: none;
    transition: all 0.4s;
}

.index-banner__h1 {
    margin-top: 97px;
    font-size: 120px;
    margin-bottom: 13px;
    font-weight: 600;
}

.index-banner__events {
    font-weight: 600;
    font-size: 32px;
    line-height: 39, 68px;
    color: var(--project-color, #5B8ADE);
}

.index-banner__arrow {
    margin-top: 46px;
    margin-left: -12px;
    margin-bottom: -18px;
}

.index-banner__arrow circle {
    stroke: var(--project-color, #5B8ADE);
}

.index-banner__arrow path {
    fill: var(--project-color, #5B8ADE);
}

.index-banner__block3:hover { /* целиком новое правило */
    background-color: var(--project-color, #5B8ADE);
    transition: all 0.4s;
}

.index-banner__block3:hover .index-banner__events {
    color: #fff;
    transition: all 0.4s;
}

.index-banner__block3:hover .index-banner__arrow circle {
    stroke: #fff;
    transition: all 0.4s;
}

.index-banner__block3:hover .index-banner__arrow path {
    fill: #fff;
    transition: all 0.4s;
}


@media (max-width: 991px) {
    .container-index {
        padding: 5%;
        border-radius: 60px 0;
    }

    .index-banner__block1 {
        padding-right: 15px;
        font-size: 16px;
    }

    .index-banner__block1::before {
        top: -14px;
    }

    .index-banner__block2 {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
    }

    .index-banner__block3 {
        padding: 24px 6px 19px 24px;
        border-radius: 60px 0;
    }

    .index-banner__h1 {
        margin-top: 40px;
        font-size: 60px;
        margin-bottom: 10px;
    }

    .index-banner__events {
        font-size: 20px;
    }

    .index-banner__arrow {
        margin-top: 11px;
    }
}

@media (max-width: 565px) {
    .container-index {
        padding: 61px 16px 54px;
        border-radius: 29px 0;
    }

    .index-banner__h1 {
        margin-top: 0;
        font-size: 36px;
        margin-bottom: 11px;
    }

    .index-banner__description {
        flex-direction: column;
        border-top: none;
    }

    .index-banner__block1 {
        order: 2;
        width: 100%;
        margin-top: 16px;
        padding-right: 0;
        font-size: 14px;
        line-height: 17px;
    }

    .index-banner__block1::before {
        display: none;
    }

    .index-banner__block2 {
        order: 3;
        width: 100%;
        margin-top: 16px;
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
        line-height: 17px;
    }

    .index-banner__block3 {
        position: relative;
        order: 1;
        width: 100%;
        padding: 6% 6% 16% 6%;
        border-radius: 30px 0;
    }

    .index-banner__events {
        font-size: 18px;
        line-height: 21px;
    }

    .index-banner__arrow {
        position: absolute;
        bottom: 9px;
        right: 9px;
        width: 47px;
        margin-top: 0;
        margin-left: -12px;
        margin-bottom: -18px;
    }
}

@media (max-width: 870px) {
    .footer-link,
    .footer-sublink {
        font-size: 12px;
    }

    .footer-menu li a {
        font-size: 14px;
    }
}

@media (min-width: 871px) and (max-width: 1050px) {
    .footer-link,
    .footer-sublink {
        font-size: 14px;
    }

    .top-footer__column {
        width: auto;
    }
}

@media (max-width: 1250px) {
    .menu-block,
    .menu-block__links {
        flex-direction: column;
        align-items: baseline;
    }

    .menu-block__social {
        margin-top: 24px;
    }

    .menu-logo {
        width: 190px;
        margin-bottom: 24px;
    }
}

@media (max-width: 1305px) {
    .site-search,
    .amm-menu .top-menu {
        font-size: 12px;
    }

    .footer-desktop-logo {
        width: 150px;
        height: 150px;
    }
}
/* End */
/* /local/libs/styledef.css?1663763436115 */
/* /bitrix/templates/intermeda/components/bitrix/menu/top/style.css?1746892388917 */
/* /bitrix/templates/intermeda/components/bitrix/system.auth.form/info/style.css?17468923881196 */
/* /bitrix/components/medigit/medconfirm.form/templates/.default/style.css?17265960183824 */
/* /bitrix/templates/intermeda/styles.css?17468923881625 */
/* /bitrix/templates/intermeda/template_styles.css?174689238814209 */
