

/* Start:/local/templates/siz_new/css/training.css?177858006623913*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --accent: #1D8119;
    --mob_size: 576px;
    --pad_size: 992px;
    --lap_size: 1200px;
}

.page-wrapper.training {
    margin: unset;
    font-style: normal;
    font-family: OpenSans, sans-serif;
    font-optical-sizing: auto;
}

.wrapper {
    width: 100%;
    height: auto;
}

.container {
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
    max-width: 1260px;
    box-sizing: border-box;
}

.training b {
    font-weight: 600;
    color: var(--accent);
}

.training strong {
    font-weight: 600;
}

.input {
    --height: 38px;

    background-color: white;
    border-radius: 24px;
    border: 1px solid #70738B;
    height: var(--height);
    max-height: var(--height);
    padding: 6px 12px;
    box-sizing: border-box;

    font-style: normal;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    outline: unset;
}

.input::placeholder {
    font-style: normal;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}

.select {
    --height: 38px;

    background-color: white;
    border-radius: 24px;
    border: 1px solid #70738B;
    height: var(--height);
    max-height: var(--height);
    padding: 6px 12px;
    box-sizing: border-box;

    font-style: normal;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}

.checkbox-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    gap: 12px;
}

.checkbox {
    --size: 14px;
    position: relative;

    height: var(--size);
    max-height: var(--size);
    min-height: var(--size);
    width: var(--size);
    max-width: var(--size);
    min-width: var(--size);
}

.checkbox input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
    margin: unset;
    padding: unset;
    z-index: 3;
    cursor: pointer;
}

.checkbox::after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
    border-radius: 2px;
    border: 1px solid var(--accent);
    box-sizing: border-box;
    inset: 0 0 0 0;
    content: '';
    z-index: 1;
}

.checkbox:has(input:checked)::before {
    content: '';
    position: absolute;
    inset: 0 0 0 0;
    width: 100%;
    height: 100%;
    background-image: url('/training/images/check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    z-index: 2;
}

.checkbox-label a {
    color: inherit;
    text-decoration: underline;
}

.accent-button {
    background-color: var(--accent);
    border: unset;
    outline: unset;
    text-align: center;
    border-radius: 50px;
    color: white;
    height: 48px;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
}

.h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin: unset;
}

.h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin: unset;
}

.h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin: unset;
}

.h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin: unset;
}

@media (min-width: 768px) {
    .container {
        padding: 0 40px;
    }
}

@media (max-width: 992px) {
    .h1 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {

    .h2,
    .h1 {
        font-size: 20px;
    }

    .h3,
    .h4 {
        font-size: 16px;
    }
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.hero-4{
    margin-bottom: 120px;
}

.hero-4__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-4__list {
    display: flex;
    flex-direction: column;
}

.hero-4__item {
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 0px 5px 1px #E3EBFC;
}

.hero-4__item-head {
    padding: 24px;
    padding-right: 50px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    cursor: pointer;
    width: 100%;
    height: auto;
    align-items: center;
}

.hero-4__item-head::after {
    content: '';
    position: absolute;
    top: calc(50% - 15px);
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url('/training/images/roundup.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.hero-4__item:has(.hero-4__item-body.active) .hero-4__item-head::after {
    transform: rotate(180deg);
}

.hero-4__item-body {
    display: none;
    padding: 0px 24px 24px 24px;
    box-sizing: border-box;
}

.hero-4__item-body.active {
    display: block;
}

.hero-4__item-body p {
    margin: unset;
    line-height: 1.5;
    max-width: 90%;
}

.hero-2__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-2__list {
    list-style: none;
    margin: unset;
    padding: unset;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
}

.hero-2__item {
    background-color: #D6E9D5;
    padding: 24px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 24px;
    width: 100%;

    display: flex;
    flex-direction: column;
    position: relative;
    gap: 12px;
}

.hero-2__item p {
    margin: unset;
}

.hero-2__item img {
    position: absolute;
    inset: 16px -60px auto auto;
    object-fit: contain;
    width: 156px;
    height: 156px;
    z-index: 1;
}

@media (max-width: 992px) {
    .hero-2__item .hero-2__h2 br {
        display: none;
    }

    .hero-2__item img {
        right: 0px !important;
        inset: calc(50% - 60px) -60px auto auto;
        height: 120px;
        width: 120px;
    }

    .hero-2__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .hero-2__item img {
        right: -20px !important;
    }

    .hero-2__item {
        gap: 12px;
    }

    .hero-2__list {
        grid-template-columns: 1fr;
    }

    .hero-2__h1 br {
        display: none;
    }
}

.hero-3__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-3__list {
    list-style: none;
    margin: unset;
    padding: unset;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
}

.hero-3__item {
    background-color: #D6E9D5;
    padding: 24px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 24px;
    width: 100%;

    display: flex;
    flex-direction: column;
    position: relative;
    gap: 12px;
}

.hero-3__item p {
    margin: unset;
}

.hero-3__item img {
    position: absolute;
    inset: 16px -60px auto auto;
    object-fit: contain;
    width: 156px;
    height: 156px;
    z-index: 1;
}

.hero-3__item .hero-3__h2 {
    height: 60px;
}

@media (max-width: 992px) {
    .hero-3__list {
        flex-direction: column;
    }

    .hero-3__item {
        padding: 24px 24px 64px 24px;
    }

    .hero-3__item .hero-3__h2 {
        height: auto;
    }

    .hero-3__item .hero-3__h2 br {
        display: none;
    }

    .hero-3__item img {
        right: 0px !important;
        inset: calc(50% - 60px) -60px auto auto;
        height: 120px;
        width: 120px;
    }

    .hero-3__item p,
    .hero-3__item h3 {
        max-width: 80%;
    }
}

@media (max-width: 768px) {
    .hero-3__item img {
        right: -30px !important;
        inset: calc(50% - 50px) -50px auto auto;
        height: 100px;
    }

    .hero-3__list {
        gap: 12px;
    }

    .hero-3__item {
        gap: 12px;
    }

    .hero-3__item strong {
        font-weight: 400 !important;
    }
}


.hero-1__container {
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 24px;
}

.hero-1__content,
.hero-1__slider-wrapper {
    background-color: #F0F3F9;
    border-radius: 24px;
    padding: 24px 24px;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 440px;
}

.hero-1__content .slick-list,
.hero-1__content .slick-track {
    height: 100%;
}

.hero-1__content .slick-track,
.hero-1__slider .slick-track {
    display: flex;
}

.hero-1__content {
    padding: unset;
}

.hero-1__slider-wrapper {
    position: relative;
    padding: unset;
}

.hero-1__slide {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 24px;
    box-sizing: border-box;
}

.hero-1__navigation {
    --btn_size: 44px;
    position: absolute;
    inset: auto 12px 24px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.hero-1__prev,
.hero-1__next {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);

    height: var(--btn_size);
    max-height: var(--btn_size);
    min-height: var(--btn_size);
    width: var(--btn_size);
    max-width: var(--btn_size);
    min-width: var(--btn_size);
    border-radius: 100%;
    border: unset;
    outline: unset;
    cursor: pointer;
    transition: .2s;
}

.hero-1__prev.disabled,
.hero-1__next.disabled {
    background-color: rgba(53, 63, 71, 1);
    opacity: 0.2;
}

.hero-1__prev.disabled path,
.hero-1__next.disabled path {
    fill: white !important;
}

.hero-1__slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.hero-1__slide-list {
    margin: unset;
    padding: 0px 0px 0px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hero-1__slide-list-title {
    margin-left: -20px;
    margin-bottom: 6px;
    font-weight: 600;
}

.hero-1__slider .slick-list,
.hero-1__slider .slick-track {
    height: 100%;
}

.hero-1__slide {
    width: 100%;
    height: 100%;
    display: flex !important;
    flex-direction: column;
}

.hero-1__slide-body {
    background-color: var(--accent);
    height: 100%;
}

.hero-1__slide-head {
    height: 100%;
}

.hero-1__content p {
    max-width: 80%;
}

.hero-1__underline {
    position: relative;
    padding-bottom: .8em;
}

.hero-1__subslide {
    position: relative;
    height: 100%;
    width: 100%;
    background: #000000;
}

.hero-1__subslide>* {
    position: absolute;
    inset: 0 0 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-1__subslide video{
    object-fit: contain;
}

.hero-1__underline::after {
    position: absolute;
    height: 4px;
    max-height: 4px;
    min-height: 4px;
    content: '';
    background-color: var(--accent);
    width: 80%;
    bottom: 0;
    left: 0;
}

@media (max-width: 992px) {
    .hero-1__container {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .hero-1__container {
        grid-template-columns: 1fr;
    }

    .hero-1__content {
        height: 320px;
    }

    .hero-1__content,
    .hero-1__slider-wrapper {
        min-height: unset;
    }

    .hero-1__slide-body {
        padding-bottom: 70px;
    }

    .hero-1__slide>* {
        max-width: 80%;
    }

    .hero-1__slider {
        min-height: 245px;
    }
}

.hero-5__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-5__body {
    display: grid;
    grid-template-columns: 1fr 470px;
    min-height: 650px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    overflow: hidden;
}

.hero-5__body>picture>* {
    position: absolute;
    inset: 0 0 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-5__list {
    grid-column: 2/3;
    padding-right: 20%;
    box-sizing: border-box;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero-5__item {
    background-color: white;
    padding: 24px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: start;
    border-radius: 24px;
    position: relative;
}

.hero-5__item>* {
    margin: unset;
}

.hero-5__item::after {
    position: absolute;
    height: 0px;
    width: 0px;
    border: 20px solid transparent;
    border-right: 40px solid white;
    top: 50%;
    left: 0px;
    content: '';
    transform: translateY(-50%) translateX(-100%);
}

.hero-5__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 992px) {
    .hero-5__list {
        padding-right: 5%;
    }

    .hero-5__body {
        grid-template-columns: 1fr 50%;
        border-radius: unset;
    }

    .hero-5__container {
        padding: unset !important;
    }
}

@media (max-width: 768px) {
    .hero-5__body {
        grid-template-columns: 1fr;
        background-color: rgba(176, 176, 176, 0.2);
        border-radius: 24px 24px 0px 0px;
        min-height: unset;
        padding-bottom: 24px;
    }

    .hero-5__body>picture>* {
        position: relative;
        inset: unset;
        height: 422px;
        width: 100%;
        object-fit: cover;
        border-radius: 24px 24px 0px 0px;
    }

    .hero-5__list {
        grid-column: unset;
        margin-top: -24px;
    }

    .hero-5__item::after {
        display: none;
    }
}

.hero-6__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-6__body {
    display: grid;
    grid-template-columns: 1fr 700px;
    min-height: 650px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;

    background-image: url('/training/images/hero-6-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-6__subtitle {
    position: absolute;
    inset: auto 0px 0px 0px;
    padding: 24px 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(0, 0, 0));
}

.hero-6__list {
    grid-column: 2/3;
    padding-right: 10%;
    box-sizing: border-box;
    padding-top: 10%;
    padding-bottom: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    width: 100%;
    height: calc(100% - 80px);
    gap: 12px;
}

.hero-6__item {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 24px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: center;
    border-radius: 24px;
    position: relative;
    backdrop-filter: blur(3px);
}

.hero-6__item>* {
    margin: unset;
}

.hero-6__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 992px) {
    .hero-6__body {
        grid-template-columns: 1fr;
        height: max-content;
        min-height: unset;
        padding-bottom: 120px;
    }

    .hero-6__list {
        padding: 24px 48px;
        box-sizing: border-box;
        height: max-content;
    }

    .hero-6__item {
        height: 140px;
    }
}

@media (max-width: 768px) {
    .hero-6__list {
        grid-template-columns: 1fr;
        padding-right: 20%;
        padding-left: unset;
        padding-top: unset;
    }

    .hero-6__container {
        padding: unset !important;
    }

    .hero-6__body {
        padding-top: 18px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        box-sizing: border-box;
        border-radius: unset;
        padding-bottom: 100px !important;
    }

    .hero-6__item {
        padding-right: 48px;
    }

    .hero-6__subtitle {
        text-align: center;
        padding-top: 64px;
    }
}

.hero-7__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-7__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-7__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F0F3F9;
    border-radius: 24px;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    box-sizing: border-box;
}

.hero-7__item {
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 0px 5px 1px #E3EBFC;
    background-color: white;
    border-radius: 24px;
    max-width: 770px;
}

.hero-7__item-head {
    padding: 12px 18px;
    padding-right: 50px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    cursor: pointer;
    width: 100%;
    height: auto;
    align-items: center;
    gap: 24px;
}

.hero-7__item-numb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: max-content;
    font-size: 60px;
    font-weight: 600;
    color: #B5CFB4;
    line-height: 0.9;
    user-select: none;
}

.hero-7__item-numb::before {
    content: 'МОДУЛЬ';
    position: relative;
    font-size: 18px;
}

.hero-7__item-head::after {
    content: '';
    position: absolute;
    top: calc(50% - 15px);
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url('/training/images/roundup.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.hero-7__item:has(.hero-7__item-body.active) .hero-7__item-head::after {
    transform: rotate(180deg);
}

.hero-7__item-body {
    display: none;
    padding: 0px 24px 24px 24px;
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    gap: 32px;
}

.hero-7__item-body>b {
    margin-bottom: -20px;
}

.hero-7__item-body ol {
    padding: unset;
    margin: unset;
    margin-left: 20px;

    display: flex;
    flex-direction: column;
    list-style: decimal;
    gap: 16px;
}

.hero-7__item-body ol>li {
    list-style: decimal;
    gap: 12px;
}

.hero-7__item-body ul {
    padding: unset;
    margin: unset;
    margin-left: 20px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    list-style: disc;
    gap: 8px;
}

.hero-7__item-body ul li {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hero-7__item-body.active {
    display: flex;
}

.hero-7__item-body p {
    margin: unset;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .hero-7__item-numb {
        font-size: 32px;
    }

    .hero-7__item-numb::before {
        font-size: 11px;
    }

    .hero-7__container {
        padding: unset !important;
    }

    .hero-7__list {
        border-radius: unset;
    }

    .hero-7__item {
        border-radius: 12px;
    }
}

.hero-9__wrapper {
    background-color: #F0F3F9;
    padding: 24px 0px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: auto;
}

#hero-9-anchor {
    position: absolute;
    top: -12vh;
    width: 100%;
    height: 0px;
    opacity: 0;
}

.hero-9__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-9__slide {
    display: flex;
    flex-direction: column;
    padding: 0px 12px;
    box-sizing: border-box;
    height: auto;
}

.hero-9__slide-head {
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: left;
    padding: 24px 12px;
    box-sizing: border-box;
    background-color: #D6E9D5;
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
}

.hero-9__slide-body {
    display: flex;
    flex-direction: column;
    padding: 24px 24px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 0px 0px 12px 12px;
    gap: 24px;
    height: 100%;
}

.hero-9__list {
    margin: 0px 0px 12px 20px;
    padding: unset;
    list-style: url('/training/images/hero-9_list.svg');
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero-9__slide-price {
    /* font-size: 32px;
    font-weight: 600; */
    margin: auto 0px 0px 0px !important;
}

.hero-9__accent-button {
    margin-top: 12px;
}

.hero-9__slider .slick-track {
    display: flex !important;
}

.hero-9__slider .slick-track .slick-slide {
    display: flex !important;
    height: auto !important;
}

@media (max-width: 992px) {
    .hero-9__slider .slick-list {
        overflow: visible;
    }

    .hero-9__slide {
        padding: 0px 6px;
    }

    .hero-9__slide-head {
        height: 84px;
    }
}

.hero-10__wrapper {
    --height: 600px;

    height: var(--height);
    max-height: var(--height);
    min-height: var(--height);

    background-image: url('/training/images/hero-10-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-10__container {
    height: 100%;
    display: grid;
    grid-template-columns: 580px 1fr;
    overflow: hidden;
    align-items: end;
}

.hero-10__img {
    height: 90%;
    object-fit: cover;
    margin-left: -70px;
    display: flex;
    align-items: end;
}

.hero-10__description {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
}

.hero-10__accent-button {
    max-width: 340px;
    margin-top: 24px;
    align-content: center;
    text-decoration: none;

}

.hero-10__img>.img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 992px) {
    .hero-10__wrapper {
        background-image: url('/training/images/hero-10-bg-mob.png');
        --height: 374px;
    }

    .hero-10__container {
        grid-template-columns: 450px 1fr;
    }

    .hero-10__img {
        height: auto;
        width: 270px;
        margin-left: unset;
    }

    .hero-10__img>.img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .hero-10__description {
        padding: unset !important;
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .hero-10__wrapper {
        background-image: unset;
        --height: auto;
    }

    .hero-10__description strong {
        font-weight: 400 !important;
    }

    .hero-10__accent-button {
        margin-top: 12px;
    }

    .hero-10__container {
        display: flex;
        flex-direction: column-reverse;
        align-items: start;
        gap: 24px;
    }

    .hero-10__description br {
        display: none;
    }

    .hero-10__description {
        gap: 12px;
    }

    .hero-10__img {
        height: auto;
        width: 100%;
        margin-left: unset;
        height: 390px;

        background-image: url('/training/images/hero-10-bg-mob2.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

    }

    .hero-10__container {
        padding: unset !important;
    }

    .hero-10__img>.img {
        width: auto;
        margin-left: -40px;
        height: 90% !important;
    }
}
/* End */


/* Start:/local/templates/siz_new/components/bitrix/news.list/videos/style.css?17781519913857*/
.hero-1__container {
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 24px;
}

.hero-1__content,
.hero-1__slider-wrapper {
    background-color: #F0F3F9;
    border-radius: 24px;
    padding: 24px 24px;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 440px;
}

.hero-1__content .slick-list,
.hero-1__content .slick-track {
    height: 100%;
}

.hero-1__content .slick-track,
.hero-1__slider .slick-track {
    display: flex;
}

.hero-1__content {
    padding: unset;
}

.hero-1__slider-wrapper {
    position: relative;
    padding: unset;
}

.hero-1__slide {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 24px;
    box-sizing: border-box;
}

.hero-1__navigation {
    --btn_size: 44px;
    position: absolute;
    inset: auto 12px 24px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.hero-1__prev,
.hero-1__next {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);

    height: var(--btn_size);
    max-height: var(--btn_size);
    min-height: var(--btn_size);
    width: var(--btn_size);
    max-width: var(--btn_size);
    min-width: var(--btn_size);
    border-radius: 100%;
    border: unset;
    outline: unset;
    cursor: pointer;
    transition: .2s;
}

.hero-1__prev.disabled,
.hero-1__next.disabled {
    background-color: rgba(53, 63, 71, 1);
    opacity: 0.2;
}

.hero-1__prev.disabled path,
.hero-1__next.disabled path {
    fill: white !important;
}

.hero-1__slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.hero-1__slide-list {
    margin: unset;
    padding: 0px 0px 0px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hero-1__slide-list-title {
    margin-left: -20px;
    margin-bottom: 6px;
    font-weight: 600;
}

.hero-1__slider .slick-list,
.hero-1__slider .slick-track {
    height: 100%;
}

.hero-1__slide {
    width: 100%;
    height: 100%;
    display: flex !important;
    flex-direction: column;
}

.hero-1__slide-body {
    background-color: var(--accent);
    height: 100%;
}

.hero-1__slide-head {
    height: 100%;
}

.hero-1__content p {
    max-width: 80%;
}

.hero-1__underline {
    position: relative;
    padding-bottom: .8em;
}

.hero-1__subslide {
    position: relative;
    height: 100%;
    width: 100%;
}

.hero-1__subslide>* {
    position: absolute;
    inset: 0 0 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-1__underline::after {
    position: absolute;
    height: 4px;
    max-height: 4px;
    min-height: 4px;
    content: '';
    background-color: var(--accent);
    width: 80%;
    bottom: 0;
    left: 0;
}

@media (max-width: 992px) {
    .hero-1__container {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .hero-1__container {
        grid-template-columns: 1fr;
    }

    .hero-1__content {
        height: 320px;
    }

    .hero-1__content,
    .hero-1__slider-wrapper {
        min-height: unset;
    }

    .hero-1__slide-body {
        padding-bottom: 70px;
    }

    .hero-1__slide>* {
        max-width: 80%;
    }

    .hero-1__slider {
        min-height: 245px;
    }
}

.h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin: unset;
}

@media (max-width: 768px) {

    .h2 {
        font-size: 20px;
    }
}

.hero-1__play-overlay {
    background-image: url(/training/images/play.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 80px;
    height: 80px;
    background-size: cover;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
/* End */


/* Start:/local/templates/siz_new/components/bitrix/news.list/slider/style.css?17782248302416*/
.hero-8__wrapper {
    overflow: hidden;
}

.hero-8__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-8__sliderWrapper {
    --btn_size: 44px;
    justify-content: space-between;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    gap: 6px;
    width: 100%;
    height: auto;
    padding: 2px 0px;
    box-sizing: border-box;
}

.hero-8__slide-desc {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 24px 12px;
    box-sizing: border-box;
    background-color: #F5F3F1;
    border-radius: 6px;
}

.hero-8__slide-desc>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.hero-8__slider {
    width: calc(100% - var(--btn_size) * 2 - 12px);
    height: auto;
    /* min-width: 900px; */
}

.hero-8__slide {
    width: 100%;
    height: auto;
    border-radius: 6px;
    padding: 0px 4px;
    box-sizing: border-box;
    overflow: hidden;
}


.hero-8__slide picture {
    max-height: 190px;
    height: 190px;
    width: 100%;

    border-radius: 6px;
    background-color: #F5F3F1;
    overflow: hidden;
    display: block;
}

.hero-8__slide picture>* {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-8__prev,
.hero-8__next {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);

    height: var(--btn_size);
    max-height: var(--btn_size);
    min-height: var(--btn_size);
    width: var(--btn_size);
    max-width: var(--btn_size);
    min-width: var(--btn_size);
    border-radius: 100%;
    border: unset;
    outline: unset;
    cursor: pointer;
    transition: .2s;
}

.hero-8__prev.disabled,
.hero-8__next.disabled {
    background-color: rgba(53, 63, 71, 1);
    opacity: 0.2;
}

.hero-8__prev.disabled path,
.hero-8__next.disabled path {
    fill: white !important;
}

@media (max-width: 922px) {

    .hero-8__prev,
    .hero-8__next {
        display: none;
    }

    .hero-8__sliderWrapper {
        overflow: visible;
    }

    .hero-8__slider {
        min-width: unset;
        width: 100%;
    }

    .hero-8__slider .slick-list {
        overflow: visible;
    }

    .hero-8__h1 br {
        display: none;
    }
}
/* End */
/* /local/templates/siz_new/css/training.css?177858006623913 */
/* /local/templates/siz_new/components/bitrix/news.list/videos/style.css?17781519913857 */
/* /local/templates/siz_new/components/bitrix/news.list/slider/style.css?17782248302416 */
