

/* Start:/local/templates/externat/assets/css/programsDetail.css?170679035073678*/
@font-face {
    font-family: AvenirNextCyr;
    font-display: swap;
    src: url(/local/templates/externat/assets/css/../../assets/fonts/AvenirNextCyr-Light.woff2) format("woff2"), url(/local/templates/externat/assets/css/../../assets/fonts/AvenirNextCyr-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: AvenirNextCyr;
    font-display: swap;
    src: url(/local/templates/externat/assets/css/../../assets/fonts/AvenirNextCyr-Regular.woff2) format("woff2"), url(/local/templates/externat/assets/css/../../assets/fonts/AvenirNextCyr-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: AvenirNextCyr;
    font-display: swap;
    src: url(/local/templates/externat/assets/css/../../assets/fonts/AvenirNextCyr-Medium.woff2) format("woff2"), url(/local/templates/externat/assets/css/../../assets/fonts/AvenirNextCyr-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: AvenirNextCyr;
    font-display: swap;
    src: url(/local/templates/externat/assets/css/../../assets/fonts/AvenirNextCyr-Demi.woff2) format("woff2"), url(/local/templates/externat/assets/css/../../assets/fonts/AvenirNextCyr-Demi.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: AvenirNextCyr;
    font-display: swap;
    src: url(/local/templates/externat/assets/css/../../assets/fonts/AvenirNextCyr-Bold.woff2) format("woff2"), url(/local/templates/externat/assets/css/../../assets/fonts/AvenirNextCyr-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    height: 100%
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input, button, textarea {
    font-family: inherit;
    font-size: inherit
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit
}

a {
    color: inherit;
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

.title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1
}

@media (max-width: 1800px) {
    .title {
        font-size: 50px
    }
}

@media (max-width: 1200px) {
    .title {
        font-size: 45px
    }
}

@media (max-width: 47.99875em) {
    .title {
        font-size: 35px
    }
}

h1, .h1 {
    font-size: 64px;
    line-height: 80px;
    font-weight: 600
}

@media (max-width: 61.99875em) {
    h1, .h1 {
        font-size: 36px;
        line-height: 50px
    }
}

@media (max-width: 47.99875em) {
    h1, .h1 {
        font-size: 28px;
        line-height: 40px
    }
}

.h2, h2 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 500
}

@media (max-width: 61.99875em) {
    .h2, h2 {
        font-size: 32px;
        line-height: 44px
    }
}

@media (max-width: 47.99875em) {
    .h2, h2 {
        font-size: 24px;
        line-height: 34px
    }
}

.h3, h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%
}

@media (max-width: 61.99875em) {
    .h3, h3 {
        font-size: 20px;
        line-height: 140%
    }
}

.h4, h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500
}

h5, .h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500
}

.text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400
}

@media (max-width: 61.99875em) {
    .text {
        font-size: 16px;
        line-height: 28px
    }
}

.hidden {
    display: none !important
}

body {
    font-family: "AvenirNextCyr", sans-serif;
    color: #191919;
    font-size: 1.6rem;
    font-weight: 400
}

body .lock {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.wrapper {
    max-width: 1153px;
    margin: 0 auto
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper > * {
    min-width: 0
}

*::-moz-selection {
    color: #fff;
    background: #ff5d08
}

*::selection {
    color: #fff;
    background: #ff5d08
}

.container, [class*=__container] {
    padding: 0 50px;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px
}

@media (max-width: 1540px) {
    .container, [class*=__container] {
        padding: 0 30px
    }
}

@media (max-width: 768px) {
    .container, [class*=__container] {
        padding: 0 10px
    }
}

.container--normal, [class*=__container--normal] {
    max-width: 1152px;
    padding: 0
}

@media (max-width: 1680px) {
    .container--normal, [class*=__container--normal] {
        max-width: 1062px
    }
}

@media (max-width: 1200px) {
    .container--normal, [class*=__container--normal] {
        padding: 0 40px
    }
}

@media (max-width: 567px) {
    .container--normal, [class*=__container--normal] {
        padding: 0 30px
    }
}

.container--big, [class*=__container--big] {
    max-width: 1400px;
    padding: 0
}

@media (max-width: 1680px) {
    .container--big, [class*=__container--big] {
        max-width: 1062px
    }
}

@media (max-width: 1680px) {
    .container--big, [class*=__container--big] {
        max-width: 1062px
    }
}

@media (max-width: 1200px) {
    .container--big, [class*=__container--big] {
        padding: 0 40px
    }
}

@media (max-width: 567px) {
    .container--big, [class*=__container--big] {
        padding: 0 30px
    }
}

.lock {
    overflow: hidden
}

.header {
    border-bottom: none
}

.header .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.header .header-top__logo {
    margin-right: 30px
}

@media (max-width: 1540px) {
    .header .header-top__logo svg {
        width: 250px
    }
}

@media (max-width: 1180px) {
    .header .header-top__logo svg {
        width: 220px
    }
}

@media (max-width: 920px) {
    .header .header-top__logo svg {
        width: 200px
    }
}

@media (max-width: 900px) {
    .header .header-top__logo {
        margin-right: 15px
    }
}

.header .header-top__btn {
    margin-right: 34px
}

@media (max-width: 1180px) {
    .header .header-top__btn {
        margin-right: 20px
    }
}

.header .header-top__tel .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header-top__tel .link__img {
    margin-right: 2px
}

.header .header-top__tel .link__text {
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px
}

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

.header .header-top__right .header-right-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header-top__right .header-right-item:not(:last-child) {
    margin-right: 30px
}

@media (max-width: 1500px) {
    .header .header-top__right .header-right-item:not(:last-child) {
        margin-right: 15px
    }
}

@media (max-width: 1440px) {
    .header .header-top__right .header-right-item:not(:last-child) {
        margin-right: 20px
    }
}

@media (max-width: 800px) {
    .header .header-top__right .header-right-item:not(:last-child) {
        margin-right: 10px
    }
}

.header .header-top__right .header-right-item__text {
    margin-right: 10px;
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px
}

@media (max-width: 1440px) {
    .header .header-top__right .header-right-item__text {
        display: none
    }
}

.header .header-top__right .header-right-item__img svg {
    cursor: pointer;
    fill: #ccc;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header .header-top__right .header-right-item__img svg:hover {
    fill: #ff5d08
}

.header .header-top__right .header-right-item__link {
    margin-left: 10px;
    color: #ff5d08;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px
}

@media (max-width: 820px) {
    .header .header-top {
        display: none
    }
}

.header .header-bottom {
    background-color: #ff5d08
}

.header .header-bottom .menu {
    max-width: 1000px;
    margin: 0 auto;
    padding: 17px 0 19px 0
}

.header .header-bottom .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

.header .header-bottom .menu__item {
    color: #fff;
    position: relative
}

.header .header-bottom .menu__item:not(:last-child) {
    margin-right: 50px
}

@media (max-width: 1100px) {
    .header .header-bottom .menu__item:not(:last-child) {
        margin-right: 30px
    }
}

@media (max-width: 900px) {
    .header .header-bottom .menu__item:not(:last-child) {
        margin-right: 20px
    }
}

.header .header-bottom .menu__link {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px
}

@media (max-width: 820px) {
    .header .header-bottom {
        display: none
    }
}

.header .header-mobile {
    display: none
}

@media (max-width: 820px) {
    .header .header-mobile {
        display: block
    }
}

.header .header-mobile .header-mobile-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ff5d08;
    padding: 8px 29px
}

@media (max-width: 660px) {
    .header .header-mobile .header-mobile-top {
        padding: 8px 10px
    }
}

.header .header-mobile .header-mobile-top__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header-mobile .header-mobile-top__text {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    margin-right: 10px;
    margin-bottom: 2px
}

@media (max-width: 420px) {
    .header .header-mobile .header-mobile-top__text {
        display: none
    }
}

.header .header-mobile .header-mobile-top__tel {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    margin-left: 2px;
    margin-bottom: 2px;
    cursor: pointer
}

.header .header-mobile .header-mobile-top__action svg {
    cursor: pointer
}

.header .header-mobile .header-mobile-bottom {
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 660px) {
    .header .header-mobile .header-mobile-bottom {
        padding: 15px 10px
    }
}

.header .header-mobile .header-mobile-bottom__logo svg {
    width: 248px
}

@media (max-width: 390px) {
    .header .header-mobile .header-mobile-bottom__logo svg {
        width: 190px
    }
}

@media (max-width: 570px) {
    .header .header-mobile .header-mobile-bottom__btn {
        display: none
    }
}

.header .header-mobile .header-mobile-bottom__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header-mobile .header-mobile-bottom__actions .action-social-link {
    margin-right: 20px
}

@media (max-width: 660px) {
    .header .header-mobile .header-mobile-bottom__actions .action-social-link:nth-child(1) {
        display: none
    }
}

@media (max-width: 500px) {
    .header .header-mobile .header-mobile-bottom__actions .action-social-link svg {
        width: 28px;
        height: 28px
    }
}

@media (max-width: 390px) {
    .header .header-mobile .header-mobile-bottom__actions .action-social-link {
        margin-right: 15px
    }
}

.header .header-mobile .header-mobile-bottom__actions .menu-burger {
    cursor: pointer
}

.dropdown-list {
    position: absolute;
    width: 300px;
    background-color: #fff;
    padding: 15px 45px 35px 45px;
    top: 43px;
    left: -45px;
    z-index: 10;
    opacity: 0
}

.dropdown-list__link {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    opacity: .37;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.dropdown-list__link:hover {
    opacity: 1;
    color: #000
}

.dropdown-gap {
    position: absolute;
    width: 100%;
    height: 40px
}

@media (max-width: 820px) {
    .dropdown-gap {
        display: none
    }
}

.mobile-menu__menu {
    position: absolute;
    padding: 30px 30px 50px 30px;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    z-index: 100;
    top: 0;
    overflow: auto;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-animation: ani 1s forwards;
    animation: ani 1s forwards
}

.mobile-menu__list {
    margin-bottom: 20px
}

.mobile-menu__section {
    padding-bottom: 5px;
    margin-bottom: 25px
}

.mobile-menu__section a {
    display: block;
    border-bottom: 1px solid #5c5c5c;
    color: #000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 15px;
    text-transform: uppercase
}

.mobile-menu__subsection {
    height: 35px
}

.mobile-menu__subsection:not(:last-child) {
    margin-bottom: 7px
}

.mobile-menu__subsection a {
    color: #000;
    line-height: 1;
    font-size: 15px;
    opacity: .37
}

.mobile-menu__subsection a:hover {
    color: #ff5d08;
    opacity: 1
}

.mobile-menu .btn-cross {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 101
}

@-webkit-keyframes ani {
    0% {
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ani {
    0% {
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.footer {
    background: #252525
}

.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px
}

@media (max-width: 1400px) {
    .footer__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 990px) {
    .footer__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (max-width: 600px) {
    .footer__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer__content .footer-info {
    max-width: 280px
}

@media (max-width: 1180px) {
    .footer__content .footer-info {
        max-width: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 25px;
        margin-top: 25px;
        border-top: 1px solid #363636;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 990px) {
    .footer__content .footer-info {
        display: block;
        max-width: 280px;
        border-top: none;
        padding-top: 0;
        margin-top: 0
    }
}

@media (max-width: 600px) {
    .footer__content .footer-info {
        margin: 0 auto
    }
}

.footer__content .footer-info__logo {
    padding-bottom: 25px;
    border-bottom: 1px solid #363636
}

@media (max-width: 1180px) {
    .footer__content .footer-info__logo {
        border-bottom: none;
        margin-right: 100px
    }
}

@media (max-width: 990px) {
    .footer__content .footer-info__logo {
        margin-right: 0;
        border-bottom: 1px solid #363636
    }
}

.footer__content .footer-info__logo svg {
    opacity: .3;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer__content .footer-info__logo svg:hover {
    opacity: 1
}

.footer__content .footer-info__info {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #363636
}

@media (max-width: 1400px) {
    .footer__content .footer-info__info {
        border-bottom: none
    }
}

@media (max-width: 1180px) {
    .footer__content .footer-info__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 990px) {
    .footer__content .footer-info__info {
        display: block
    }
}

.footer__content .footer-info__info .info-link {
    font-size: 13px;
    margin-bottom: 25px;
    color: #5c5c5c;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media (max-width: 1180px) {
    .footer__content .footer-info__info .info-link {
        margin-right: 100px
    }
}

@media (max-width: 990px) {
    .footer__content .footer-info__info .info-link {
        margin-right: 0
    }
}

.footer__content .footer-info__info .info-link:hover {
    color: #fff
}

.footer__content .footer-info__info .info-img img {
    max-width: 100%;
    opacity: .3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media (max-width: 1180px) {
    .footer__content .footer-info__info .info-img img {
        max-width: 280px
    }
}

.footer__content .footer-info__info .info-img img:hover {
    opacity: 1
}

.footer__content .footer-menu {
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1180px) {
    .footer__content .footer-menu {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width: 990px) {
    .footer__content .footer-menu {
        display: none
    }
}

.footer__content .footer-menu__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 15px
}

.footer__content .footer-menu .item-menu__title {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    display: block;
    margin-bottom: 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer__content .footer-menu .item-menu__title:hover {
    color: #ff5d08
}

.footer__content .footer-menu .list-item__link {
    color: #fff;
    line-height: 2;
    opacity: .37;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 13px;
    font-weight: 400
}

.footer__content .footer-menu .list-item__link:hover {
    opacity: 1
}

.footer__content .footer-contacts {
    max-width: 250px
}

@media (max-width: 1400px) {
    .footer__content .footer-contacts {
        width: 100%;
        max-width: 100%;
        padding-top: 25px;
        border-top: 1px solid #363636;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 1180px) {
    .footer__content .footer-contacts {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (max-width: 990px) {
    .footer__content .footer-contacts {
        display: block;
        max-width: 250px;
        padding-top: 0;
        border-top: none
    }
}

@media (max-width: 600px) {
    .footer__content .footer-contacts {
        margin: 0 auto
    }
}

.footer__content .footer-contacts__main {
    border-bottom: 1px solid #363636;
    margin-bottom: 25px;
    padding-bottom: 25px
}

@media (max-width: 1400px) {
    .footer__content .footer-contacts__main {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

@media (max-width: 990px) {
    .footer__content .footer-contacts__main {
        text-align: right
    }
}

@media (max-width: 600px) {
    .footer__content .footer-contacts__main {
        text-align: left
    }
}

.footer__content .footer-contacts__tel {
    font-size: 30px;
    color: #ff5d08;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 10px;
    display: block
}

.footer__content .footer-contacts__tel:hover {
    opacity: .5
}

.footer__content .footer-contacts__mail {
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media (max-width: 990px) {
    .footer__content .footer-contacts__mail {
        margin-bottom: 20px;
        display: block
    }
}

@media (max-width: 414px) {
    .footer__content .footer-contacts__mail {
        margin-top: 20px
    }
}

.footer__content .footer-contacts__mail:hover {
    color: #ff5d08
}

.footer__content .footer-contacts__address {
    color: #fff;
    border-bottom: 1px solid #363636;
    margin-bottom: 25px;
    padding-bottom: 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media (max-width: 1400px) {
    .footer__content .footer-contacts__address {
        border-bottom: none
    }
}

@media (max-width: 1180px) {
    .footer__content .footer-contacts__address {
        max-width: 300px
    }
}

@media (max-width: 990px) {
    .footer__content .footer-contacts__address {
        text-align: right
    }
}

@media (max-width: 600px) {
    .footer__content .footer-contacts__address {
        text-align: left
    }
}

.footer__content .footer-contacts__address:hover {
    color: #ff5d08
}

.footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px
}

@media (max-width: 414px) {
    .footer__copyright {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 230px
    }
}

.footer__copyright .copyright {
    color: #fff;
    opacity: .37;
    font-size: 13px
}

@media (max-width: 414px) {
    .footer__copyright .copyright {
        text-align: center;
        margin: 0 auto
    }
}

.footer__copyright .privacy-policy {
    color: #fff;
    opacity: .37;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 13px
}

@media (max-width: 414px) {
    .footer__copyright .privacy-policy {
        text-align: center
    }
}

@media (max-width: 380px) {
    .footer__copyright .privacy-policy {
        margin-top: 10px
    }
}

.footer__copyright .privacy-policy:hover {
    opacity: 1;
    color: #ff5d08
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide, swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: rgba(0, 0, 0, 0)
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: #fff;
    opacity: .3
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #fff
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s transform, .2s top;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s left;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s right;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    -ms-touch-action: none;
    touch-action: none
}

.swiper .swiper-notification, swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    border: 2px solid #d7d7d7;
    height: 60px;
    position: relative;
    max-width: 300px
}

.selector__prev {
    border-right: 2px solid #d7d7d7;
    border-radius: 60px 0 0 60px;
    margin-right: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    height: 103%
}

.selector__prev:hover {
    border: 2px solid #ff5d08
}

.selector__prev:hover svg path {
    fill: #ff5d08
}

.selector__prev svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.selector__next {
    border-left: 2px solid #d7d7d7;
    border-radius: 0 60px 60px 0;
    margin-right: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    height: 103%
}

.selector__next:hover {
    border: 2px solid #ff5d08
}

.selector__next:hover svg path {
    fill: #ff5d08
}

.selector__next svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.selector__button {
    height: 100%;
    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;
    width: 60px;
    cursor: pointer
}

.selector__current {
    font-size: 15px;
    font-weight: 500;
    color: #191919
}

.dropdown-block {
    position: relative;
    max-width: 265px
}

@media (max-width: 566px) {
    .dropdown-block {
        max-width: 100%;
        width: 100%
    }
}

.dropdown-block__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
    border-radius: 30px;
    border: 2px solid #d7d7d7;
    height: 60px;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px
}

.dropdown-block__button:hover {
    border-color: #ff5d08;
    color: #ff5d08
}

.dropdown-block__button--active {
    border-color: #ff5d08;
    color: #ff5d08
}

.dropdown-block__button--active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown-block__list {
    z-index: 999;
    border-radius: 30px;
    position: absolute;
    top: 115%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 2px solid #d7d7d7;
    overflow: hidden;
    padding: 15px 30px
}

@media (max-width: 47.99875em) {
    .dropdown-block__list {
        overflow-y: auto;
        height: 280px
    }
}

.dropdown-block__item {
    display: block;
    padding: 15px 0;
    font-weight: 500;
    cursor: pointer
}

.dropdown-block__item:hover {
    font-weight: 600
}

.dropdown-block__item + .dropdown-block__item {
    border-top: 1px solid #d7d7d7
}

.dropdown-list {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    border: 1px solid #ff5d08;
    border-top: unset
}

.show-dropdown {
    opacity: 1;
    visibility: visible
}

.dropdown:after {
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    display: block;
    width: 20px;
    height: 4px;
    background: #fff;
    top: 39px;
    position: absolute;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    left: 21px
}

.dropdown.menu__link--active:after {
    opacity: 1;
    visibility: visible
}

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

.pagination__arrow {
    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;
    border: 2px solid #ff5d08;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (max-width: 47.99875em) {
    .pagination__arrow {
        display: none
    }
}

.pagination__page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    font-weight: 700;
    font-size: 25px;
    line-height: 54px;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pagination__page:hover {
    color: #ff5d08
}

.pagination__page--current {
    background-color: #ff5d08;
    border-radius: 50%;
    color: #fff
}

.pagination__page--current:hover {
    color: #fff
}

.pagination__extend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    font-weight: 700;
    font-size: 25px;
    line-height: 54px;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (max-width: 61.99875em) {
    .pagination__extend {
        width: 5px
    }
}

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

.breadcrumbs__item {
    max-width: 205px;
    font-weight: 300;
    color: #aeaeae;
    -webkit-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    transition: color .5s ease-out;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
    text-align: left;
    text-transform: uppercase
}

.breadcrumbs__item:not(:last-child)::after {
    margin-right: 4px;
    content: "/"
}

.breadcrumbs__item:not(:last-child):hover {
    color: #ff5d08
}

@media (max-width: 61.99875em) {
    .breadcrumbs {
        display: none
    }
}

.header-block__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 42.5px 0
}

.btn {
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block
}

.btn--request {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    background: #ff5d08;
    border: 2px solid #ff5d08;
    border-radius: 30px;
    color: #fff;
    padding: 10px 31px
}

@media (max-width: 1180px) {
    .btn--request {
        padding: 10px 20px
    }
}

@media (max-width: 900px) {
    .btn--request {
        font-size: 13px
    }
}

@media (max-width: 768px) {
    .btn--request {
        padding: 5px 15px
    }
}

.btn--request:hover {
    background: #fff;
    color: #191919
}

@media (max-width: 576px) {
    .header-block__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 0 30px
}

@media (max-width: 567px) {
    .controls {
        margin: 15px auto 0 0
    }
}

.controls__arrow {
    width: 60px;
    height: 60px;
    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;
    border-radius: 100%;
    cursor: pointer;
    border: 2px solid #ff5d08;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.controls__arrow:hover {
    background-color: #ff5d08
}

.controls__arrow:hover svg path {
    fill: #fff
}

.controls__arrow + .controls__arrow {
    margin-left: 15px
}

.comments {
    padding: 30px 0 30px 0
}

.comments__wrapper {
    margin-bottom: 100px
}

.comments__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 61.99875em) {
    .comments__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.comments__photo {
    width: 117px;
    height: 117px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px
}

.comments__photo img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 61.99875em) {
    .comments__photo {
        width: 150px;
        height: 150px;
        margin-bottom: 30px
    }
}

.comments__name {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700
}

.comments__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    color: #ff5d08;
    font-weight: 300
}

.comments__info strong {
    font-weight: 500
}

.comments__icon {
    background-color: #ff5d08;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px
}

.comments__content p {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px
}

@media (max-width: 557px) {
    .comments__content p {
        font-size: 15px;
        line-height: 22px
    }
}

.comments__more {
    margin-top: 15px;
    font-weight: 500;
    color: #ff5d08
}

.comments__pagination {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

.comments-modal__img {
    width: 117px;
    height: 117px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px
}

.comments-modal__img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.comments-modal__name {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700
}

.comments-modal__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ff5d08;
    font-weight: 300
}

.comments-modal__caption strong {
    font-weight: 500
}

.comments-modal__icon {
    background-color: #ff5d08;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px
}

.comments-modal__content {
    white-space: pre-line;
    font-size: 20px;
    line-height: 32px
}

@media (max-width: 47.99875em) {
    .programs__container {
        max-width: 100%;
        padding: 0
    }
}

.programs__wrapper {
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.programs__item {
    position: relative;
    overflow: hidden;
    background: #000;
    color: #fff;
    padding: 60px;
    width: 100%
}

.programs__item::before {
    content: "";
    padding-top: 100%;
    float: left
}

@media (max-width: 47.99875em) {
    .programs__item::before {
        padding-top: 70%
    }
}

@media (max-width: 576px) {
    .programs__item::before {
        padding-top: 120%
    }
}

@media (max-width: 1200px) {
    .programs__item {
        padding: 40px
    }
}

@media (max-width: 47.99875em) {
    .programs__item {
        width: 100%;
        padding: 30px;
        margin: 0
    }
}

.programs__item:hover .programs__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.programs__item a {
    display: block;
    height: 100%
}

.programs__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform 3s ease-in-out;
    transition: -webkit-transform 3s ease-in-out;
    -o-transition: transform 3s ease-in-out;
    transition: transform 3s ease-in-out;
    transition: transform 3s ease-in-out, -webkit-transform 3s ease-in-out;
    background-color: #ddd;
    opacity: .7
}

.programs__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.programs__title {
    min-height: 215px;
    max-width: 317px;
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 700
}

@media (max-width: 1680px) {
    .programs__title {
        font-size: 30px
    }
}

@media (max-width: 1200px) {
    .programs__title {
        font-size: 40px
    }
}

@media (max-width: 61.99875em) {
    .programs__title {
        font-size: 30px
    }
}

@media (max-width: 47.99875em) {
    .programs__title {
        font-size: 40px
    }
}

@media (max-width: 567px) {
    .programs__title {
        font-size: 30px
    }
}

.programs__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.programs__options-item {
    padding: 0 10px;
    text-align: center;
    min-width: 100px
}

@media (max-width: 1680px) {
    .programs__options-item {
        min-width: 80px
    }
}

.programs__options-item + .programs__options-item {
    border-left: 1px solid rgba(255, 255, 255, .17)
}

.programs__options-value {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 7px
}

@media (max-width: 1680px) {
    .programs__options-value {
        font-size: 30px
    }
}

@media (max-width: 47.99875em) {
    .programs__options-value {
        font-size: 40px
    }
}

.programs__options-sub {
    font-size: 15px;
    line-height: 24px
}

.programs__button {
    max-width: 260px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 30px;
    border: 2px solid #fff;
    font-size: 15px;
    height: 60px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.programs__button:hover {
    background-color: #ff5d08;
    border-color: #ff5d08
}

@media (max-width: 47.99875em) {
    .programs__button {
        margin: 0 auto 0 35px
    }
}

.info__wrapper {
    margin-top: 60px;
}

@media (max-width: 1200px) {
    .info__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.info__content {
    font-size: 20px;
    line-height: 32px
}

@media (max-width: 61.99875em) {
    .info__content {
        font-size: 17px;
        line-height: 24px
    }
}

@media (max-width: 567px) {
    .info__content {
        font-size: 15px
    }
}

@media (max-width: 1200px) {
    .info__content {
        width: 100%
    }
}

.info__content p {
    margin-bottom: 15px
}

.info__content ul {
    position: relative;
    margin-bottom: 15px;
    padding-left: 40px
}

.info__content li {
    padding: 15px 0
}

.info__content li::before {
    content: "•";
    color: #ff5d08;
    position: absolute;
    left: 0
}

.info__content h2 {
    font-size: 35px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px
}

.info__content h3 {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px
}

.info__content sup {
    color: #f60
}

.info__button {
    margin-top: 60px;
    min-width: 260px;
    color: #ff5d08;
    border-radius: 30px;
    border: 2px solid #ff5d08;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    height: 60px;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.info__button:hover {
    background-color: #ff5d08;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.info__options {
    width: auto;
    display: inherit;
    float: right;
    padding-left: 100px;
    padding-bottom: 20px;
}

@media (max-width: 1200px) {
    .info__options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float:none;
        padding-bottom: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0
    }
}

.info__option-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 30px 0;
    font-size: 20px
}

.info__option-item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    max-width: 300px;
    width: 100%;
    background-color: #e1e1e1
}

@media (max-width: 576px) {
    .info__option-item:not(:last-child)::after {
        max-width: 100%
    }
}

.info__option-item span {
    margin: 0 20px 0 0;
    line-height: .8;
    color: #ff5d08;
    font-size: 60px;
    font-weight: 700
}

@media (max-width: 1200px) {
    .info__option-item span {
        font-size: 45px
    }
}

@media (max-width: 576px) {
    .info__option-item span {
        margin-right: 10px
    }
}

@media (max-width: 1200px) {
    .info__option-item {
        width: 50%
    }
}

@media (max-width: 47.99875em) {
    .info__option-item {
        font-size: 15px
    }
}

@media (max-width: 576px) {
    .info__option-item {
        width: 100%
    }
}

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

@media (max-width: 567px) {
    .modal__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.modal__close {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    color: #ff5d08;
    font-size: 22.5px;
    font-weight: 500
}

@media (max-width: 567px) {
    .modal__close {
        top: 30px;
        right: 30px
    }
}

.modal__img {
    width: 117px;
    height: 117px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px
}

.modal__img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.modal__name {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700
}

@media (max-width: 47.99875em) {
    .modal__name {
        margin-bottom: 5px;
        font-size: 20px;
        line-height: 1.2
    }
}

.modal__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500
}

.modal__caption strong {
    font-weight: 700
}

.modal__icon {
    background-color: #ff5d08;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px
}

.modal__content {
    white-space: pre-line;
    font-size: 20px;
    line-height: 32px
}

@media (max-width: 61.99875em) {
    .modal__content {
        font-size: 17px;
        line-height: 24px
    }
}

@media (max-width: 567px) {
    .modal__content {
        font-size: 15px
    }
}

.modal__content p {
    margin-bottom: 15px
}

.modal__content ol, .modal__content ul {
    margin-bottom: 15px;
    padding-left: 40px
}

.modal__content ul {
    position: relative
}

.modal__content ul li {
    padding: 15px 0;
    border-top: 1px solid #f1f1f1
}

.modal__content ul li:first-child {
    border-top: none
}

.modal__content ul li:before {
    content: "• ";
    color: #ff5d08;
    position: absolute;
    left: 0
}

@media (max-width: 47.99875em) {
    .modal__info {
        margin: 15px 0 30px 0
    }
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99998;
    background-color: rgba(0, 0, 0, .3);
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s, visibility .4s;
    -o-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s
}

.modal__box {
    width: 1060px;
    max-width: 100%;
    padding: 30px 40px;
    z-index: 1;
    margin: 30px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 17px -7px rgba(34, 60, 80, .2);
    box-shadow: 0 0 17px -7px rgba(34, 60, 80, .2);
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s
}

@media (max-width: 1200px) {
    .modal__box {
        width: 770px
    }
}

@media (max-width: 47.99875em) {
    .modal__box {
        width: auto
    }
}

.modal.open {
    visibility: visible;
    opacity: 1
}

.modal.open .modal__box {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

/* End */


/* Start:/local/templates/externat/components/bitrix/news.detail/program/style.css?17067970603873*/
div.news-detail {
    word-wrap: break-word;
}

div.news-detail img.detail_picture {
    float: left;
    margin: 0 8px 6px 1px;
}

.news-date-time {
    color: #486DAA;
}

.info__content table {
    font-size: 16px;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.info__content table td {
    border: 1px solid #ddd;
    padding: 6px;
    text-align: left;
}

.info__content table {
    font-size: 14px;
}

.info__content table td:nth-child(4) {
    width: 38%;
}

.info__content iframe,
.info__content img,
.info__content video {
    max-width: 100%;
}

.info__content table {
    max-width: 100%;
    min-width: 420px;
    overflow-x: scroll;
}

.info__content a {
    font-weight: 500;
    text-decoration: underline;
}

.info__content a:hover {
    text-decoration: none;
}

.faq {
    padding: 80px 0;
}

.faq__title {
    margin-bottom: 30px;
}

@media (max-width: 991.99px) {
    .faq {
        padding: 60px 0;
    }
}

@media (max-width: 767.98px) {
    .faq {
        padding: 40px 0;
    }

    .faq__title {
        margin-bottom: 20px;
    }
}

.faq-item__question {
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 13px;
    cursor: pointer;
}

.faq-item + .faq-item {
    border-top: 1px solid rgba(29, 19, 19, 0.15);
}

.faq-item[data-open] .faq-item__question {
    color: #ff5d08;
}

.faq-item__answer {
    padding-bottom: 13px;
}

.faq-item__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.faq-item__question::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background-position: center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M20.125 9.2811L18.8756 7.71936L12.0003 13.2196L5.125 7.71936L3.87561 9.2811L12.0003 15.7809L20.125 9.2811Z%27 fill=%27%230D0E20%27/%3e%3c/svg%3e");
}

.faq-item[data-open] .faq-item__question::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.prices {
    padding: 80px 0;
}

.prices {
    margin-bottom: 30px;
}

@media (max-width: 991.99px) {
    .prices {
        padding: 60px 0;
    }
}

@media (max-width: 767.98px) {
    .prices {
        padding: 40px 0;
    }

    .prices {
        margin-bottom: 20px;
    }
}

.prices-table {
    border-left: 2px solid #000;
}

.prices-table__row {
    display: flex;
    border-top: 2px solid #000;
    text-align: center;
}


.prices-table__row--title span {
    font-weight: 600;
    color: #ff5d08;
}

.prices-table__row:last-child {
    border-bottom: 2px solid #000;
}

.prices-table__col {
    display: flex;
    justify-content: center;
    width: calc(70% / 4);
    flex-shrink: 0;
    border-right: 2px solid #000;
}

.prices-table__col:nth-child(1) {
    width: 30%;
}

.prices-table__col span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 5px;
}

@media (max-width: 1200px) {
    .prices-table {
        font-size: 18px;
    }
}

@media (max-width: 991.92px) {
    .prices-table {
        font-size: 16px;
        width: 800px;
    }
    .prices__wrapper{
        overflow-x: auto;
        padding:5px 0;
    }
}
@media (max-width: 767.92px) {
    .prices-table {
        font-size: 14px;
    }
    .prices-table {
        width: 700px;
    }
    .prices__wrapper{
        overflow-x: auto;
    }
    .prices__container--normal{
        padding:0 5px;
    }
}


/* End */
/* /local/templates/externat/assets/css/programsDetail.css?170679035073678 */
/* /local/templates/externat/components/bitrix/news.detail/program/style.css?17067970603873 */
