

/* Start:/local/templates/utro/components/bitrix/menu/top_menu/style.css?1774901789701*/
.nav__list_main .link_clr_orange{
	color: orange;
	font-weight: 600;
}
@media (max-width: 992px) {
    .nav__list_main {
        width: 100%;
        position: fixed;
        left: -120%;
        top: 0px;
        background-color: white;
        border-right: #EB9100 1px solid;
        height: 100%;
        flex-direction: column;
        justify-content: flex-start;
        z-index: 100;
        padding: 30px 20px;
        padding-top: 100px;
        overflow: scroll;
        transition: left 0.3s ease;
    }
    .nav__list_main .nav__link {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav__list_main.active {
        left: 0;
    }
}
/* End */


/* Start:/local/templates/utro/components/bitrix/menu/bottom_menu/style.min.css?16219295333715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/local/templates/utro/components/bitrix/menu/bottom_menu/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/local/templates/utro/components/bitrix/menu/bottom_menu/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/local/templates/utro/components/bitrix/menu/bottom_menu/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */


/* Start:/local/templates/utro/styles.css?178523189733508*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");
.telega_link svg {fill:#EB9100}
.telega_link:hover svg {fill:#fff}
*,*:hover{
    transition: .3s;
}
.btn {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    padding: 20px 50px;
    border: 2px solid transparent;
    border-radius: 30px;
    font-weight: bold;
    background-color: transparent;
    transition: background-color 0.5s ease, color 0.5s ease;
}

.btn_red {
    border-color: #DE0917;
    color: #DE0917;
}

.btn_red:hover {
    background-color: #DE0917;
    color: white;
}

.btn_red:active {
    transition: background-color 0s;
    background-color: #CC141B;
    color: white;
}

.btn_white {
    border-color: white;
    color: #EB9100;
    background-color: white;
}

.btn_white:hover {
    background-color: white;
    color: #EB9100;
}

.btn_white:active {
    transition: background-color 0s;
}

.btn_white.btn_background-transparent {
    background-color: transparent;
    color: white;
}

.btn.btn_round {
    padding: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.btn_border0 {
    border: none;
}

.btn_background-white {
    background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1280px) {
    .btn{
        padding: 10px 30px;
    }
}

.cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.cards__item {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

.cards_4 .cards__item {
    flex: 25% 0 0;
}

@media (max-width: 992px) {
    .cards_4 .cards__item {
        flex: 50% 0 0;
    }
}

@media (max-width: 768px) {
    .cards_4 .cards__item {
        flex: 100% 0 0;
    }
}

.cards_3 .cards__item {
    flex: 33.3333% 0 0;
}

@media (max-width: 992px) {
    .cards_3 .cards__item {
        flex: 100% 0 0;
    }
}

.cards_2 .cards__item {
    flex: 50% 0 0;
}

@media (max-width: 992px) {
    .cards_2 .cards__item {
        flex: 100% 0 0;
    }
}

.title {
    font-size: 2.8rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 50px;
}

.title_m0 {
    margin: 0;
}

.title_small {
    font-size: 2.5rem;
}

.title__orange {
    color: #EB9100;
}

.title__red {
    color: #DE0917;
}

.title_font-color {
    color: #454545;
}

.title_mb20 {
    margin-bottom: 20px;
}

.title_pr50 {
    padding-right: 50px;
}

.title_center {
    text-align: center;
}

.title_font18 {
    font-size: 20px;
}

.subtitle {
    color: #454545;
    font-size: 16px;
}

.title-block {
    color: white;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-block_dark {
    color: #454545;
}

@media (max-width: 768px) {
    .title-block {
        flex-direction: column;
        align-items: flex-start;
    }
}

.content {
    font-size: 1.2rem;
    line-height: 30px;
}

.content ul li {
    margin-bottom: 10px;
}

.content ul li:last-child {
    margin-bottom: 0;
}

.content ul li::marker {
    color: #EB9100;
}

.content .red {
    color: #DE0917;
}

.content_font-gray {
    color: #777777;
}

.content img {
    max-width: 100%;
    object-fit: cover;
}

.content img.left {
    float: left;
    clear: both;
    margin: 0 50px 50px 0;
}

.content img.right {
    float: right;
    clear: both;
    margin: 0 0px 50px 50px;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 14px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    color: #454545;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1 0 100%;
}

.container {
    width: 1240px;
    margin: auto;
}

@media (max-width: 1280px) {
    .container {
        width: 970px;
    }
}

@media (max-width: 992px) {
    .container {
        width: 750px;
    }
}

@media (max-width: 768px) {
    .container {
        width: auto;
        padding: 0 15px;
    }
}

.header {
    padding-top: 20px;
    background-color: white;
}

@media (max-width: 992px) {
    .header {
        position: sticky;
        top: 0;
        z-index: 100;
    }
}

.header__icon {
    display: none !important;
    text-decoration: none;
    color: inherit;
}

@media (max-width: 768px) {
    .header__icon {
        display: flex !important;
    }
}

@media (max-width: 768px) {
    .header .top__contacts {
        display: none;
    }
    .header .top__button {
        display: none;
    }
}
.header__suggest h2{
    color: orange;
}

.top {
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
}

@media (max-width: 768px) {
    .top {
        padding-bottom: 10px;
    }
}

.top__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top__container-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top__logo {
    display: block;
    color: inherit;
    text-decoration: none;
}

.top__logo-img {
    display: block;
    width: 155px;
}

@media (max-width: 1280px) {
    .top__logo-img {
        width: 120px;
    }
}

.top__contacts {
    display: flex;
}

.top__contacts_vertical {
    flex-direction: column;
}

.top__contacts_vertical .top__contacts-item {
    margin-right: 0;
    margin-bottom: 20px;
}

.top__contacts_red .top__contacts-icon-svg {
    color: #DE0917;
}

.top__contacts-button {
    width: 100%;
    text-align: center;
}

.top__contacts-item {
    margin-right: 75px;
    display: flex;
    align-items: stretch;
}

.top__contacts-item:last-child {
    margin-right: 0;
}

@media (max-width: 1280px) {
    .top__contacts-item {
        margin-right: 10px;
    }
}

@media (max-width: 992px) {
    .top__contacts-item {
        flex-direction: column;
        align-items: flex-start;
    }
    footer .top__contacts-item {
        flex-direction: row;
        align-items: center;
    }
}

.top__contacts-icon-block {
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    margin-right: 10px;
}

@media (max-width: 1280px) {
    .top__contacts-icon-block {
        padding: 12px;
    }
}

.top__contacts-icon-svg {
    font-size: 14px;
    color: #EB9100;
}

.top__contacts-text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.top__contacts-text-value {
    font-weight: 500;
    font-size: 1.25rem;
}

.top__contacts-text-value_normal-weight {
    font-weight: normal;
}

@media (max-width: 992px) {
    .top__contacts-text-value {
        font-size: 1.1rem;
    }
}

.nav {
    padding: 20px 0;
}

@media (max-width: 768px) {
    .nav {
        padding: 5px 0;
    }
}

.nav_p0 {
    padding: 0;
}

.nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.nav__list_vertical {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-height: 250px;
}

@media (max-width: 768px) {
    .nav__list_vertical {
        max-height: none;
    }
}

.nav__item {
    position: relative;
}

.nav__item:hover .inserted-list {
    border-color: #DE0917;
    visibility: visible;
}

.nav__item:hover .nav__link {
    color: #DE0917;
}

.nav__item:hover .nav__link-icon {
    transform: rotate(180deg);
}

.nav__link {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    font-size: 1.2rem;
    padding: 12px 0;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
}

@media (max-width: 992px) {
    .nav__link {
        display: inline-flex;
    }
}

.nav__link-icon {
    transition: transform 0.3s ease;
    display: inline-block;
    font-size: 12px;
}

@media (max-width: 992px) {
    .nav__link-icon {
        padding: 5px;
    }
}

@media (max-width: 1280px) {
    .nav__link {
        font-size: 1.1rem;
    }
}

.nav__close {
    display: none;
    text-decoration: none;
    margin-bottom: 20px;
    color: #c54a01;
    font-weight: 600;
    font-size: 14px;
}

@media (max-width: 992px) {
    .nav__close {
        display: block;
    }
}

.inserted-list {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 100%;
    transition: max-height 0.5s ease, visibility 0.5s ease;
}

@media (max-width: 992px) {
    .inserted-list {
        position: static;
    }
}

.inserted-list__list {
    margin: 0;
    background-color: white;
    border-top: 1px solid #DE0917;
    padding: 30px 15px;
    list-style: none;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 280px;
}

@media (max-width: 992px) {
    .inserted-list__list {
        max-height: none;
        flex-wrap: nowrap;
        box-shadow: none;
    }
}

.inserted-list__item {
    padding: 0 15px;
    margin-bottom: 20px;
}

.inserted-list__link {
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: 1.2rem;
    white-space: nowrap;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.inserted-list__link:hover {
    color: #DE0917;
    text-decoration: underline;
}

@media (max-width: 1280px) {
    .inserted-list__link {
        font-size: 1.1rem;
    }
}

.burger {
    display: none;
    margin-left: auto;
    width: 60px;
    height: 60px;
    padding: .5em 1em;
    background: #EB9100;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    backface-visibility: hidden;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .burger {
        display: flex;
    }
}

.burger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: white;
    transition: all 0.3s ease;
}

.burger > div:before, .burger > div:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: calc(-60px / 6);
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    transition: all 0.3s ease;
}

.burger > div:after {
    top: calc(60px / 6);
}

.burger.active > div {
    transform: rotate(135deg);
}

.burger.active > div:before, .burger.active > div:after {
    top: 0;
    transform: rotate(90deg);
}

.burger.active > div:after {
    opacity: 0;
}


.section {
    padding: 100px 0;
}

.section_pt0 {
    padding-top: 0;
}

.section_pt20 {
    padding-top: 20px;
}

.section_pb0 {
    padding-bottom: 0;
}

.section__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.section_orange {
    background-color: #EB9100;
}

.section__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.section__title .title {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .section__title .title {
        white-space: normal;
    }
}

.section__line {
    width: 100%;
    height: 2px;
    background-color: #EB9100;
}

.section__galery {
    margin-top: 50px;
}

.advantage {
    display: block;
    left: 15px;
    top: 0;
    text-decoration: none;
    color: inherit;
    border: 1px solid #E0E0E0;
    padding: 50px 40px;
    height: 100%;
    transition: border-color 0.3s ease, max-height 1s ease;
    background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1280px) {
    .advantage {
        padding: 50px 20px;
    }
}

.advantage:hover {
    border-color: #DE0917;
}

.advantage:hover .advantage__title {
    font-weight: 500;
}

.advantage__img {
    display: block;
    max-width: 50px;
}

.advantage__content {
    font-size: 1.25rem;
}

.advantage__title {
    margin-top: 20px;
    font-size: 1.25rem;
    line-height: 30px;
}

.advantage__text {
    transition: max-height 1s ease, opacity 1s ease;
    line-height: 24px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}

.education {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.education__head {
    background-color: #EB9100;
    padding: 20px 40px;
    display: flex;
    align-items: center;
}

.education__icon {
    position: relative;
    margin-right: 15px;
}

.education__icon::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #DE0917;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.education__img {
    display: block;
}

.education__title {
    font-size: 1.2rem;
    color: white;
    font-weight: bold;
}

.education__content {
    padding: 30px;
    border: 1px solid #E0E0E0;
    border-top: none;
    flex: 1 0 auto;
}

.education__content ul {
    padding: 0;
}

.galery-news {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    height: 100%;
}

.galery-news::after {
    content: '';
    width: 10%;
    height: 2px;
    background-color: #EB9100;
    position: absolute;
    bottom: 0;
    left: 0;
}

.galery-news__img {
    height: 420px;
    display: block;
    object-fit: cover;
    width: 100%;
}

.galery-news__img_short {
    height: 310px;
}

.galery-news:hover .galery-news__title {
    color: #DE0917;
}

.galery-news__title {
    font-size: 1.75rem;
    margin: 30px 0;
    line-height: 36px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.footer__line {
    width: 100%;
    height: 1px;
    background-color: #EB9100;
}

.footer__logo {
    margin-bottom: 30px;
}

.footer__top {
    padding-top: 70px;
    padding-bottom: 70px;
}

.footer__container {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .footer__container {
        flex-direction: column;
    }
}

@media (max-width: 992px) {
    .footer__item {
        margin-bottom: 30px;
    }
    .footer__item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 992px) {
    .footer__contacts {
        align-self: flex-start;
    }
}

.footer__nav {
    flex: 0 0 60%;
}

.footer__bottom-container {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

.footer__bottom-container a {
    color: #454545;
}

@media (max-width: 768px) {
    .footer__bottom-container a {
        margin-bottom: 15px;
    }
    .footer__bottom-container a:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .footer__bottom-container {
        flex-direction: column;
    }
}

.links {
    display: flex;
}

.links__item {
    display: flex;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.links__item:hover {
    background-color: #DE0917;
    border-color: transparent;
}

.links__item:hover i {
    color: white;
}

.banner {
    position: relative;
}

.banner__img {
    display: block;
    width: 100%;
    min-height: 420px;
    object-fit: cover;
}

.banner__phantom {
    height: 90px;
    width: 100%;
}

@media (max-width: 1280px) {
    .banner__phantom {
        height: 180px;
    }
}

@media (max-width: 992px) {
    .banner__phantom {
        height: 0;
    }
}

.banner__form-bottom {
    position: absolute;
    bottom: 0;
}

@media (max-width: 992px) {
    .banner__form-bottom {
        position: static;
    }
}

@media (max-width: 992px) {
    .banner__form-bottom.form {
        padding: 100px 15px;
    }
    .banner__form-bottom .form__container_horizontal {
        flex-direction: column;
        margin: 0;
    }
    .banner__form-bottom .form__container_horizontal .form__block {
        width: 100%;
        margin-bottom: 30px;
    }
}

.banner__form-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
}

@media (max-width: 992px) {
    .banner__form-top {
        position: static;
        width: 100%;
    }
    .banner__form-top.form {
        padding: 100px 15px;
    }
}

.form {
    padding: 100px;
    /* active state */
    /* BOTTOM BARS ================================= */
    /* active state */
}
.confidence{
    color: inherit;
}

@media (max-width: 768px) {
    .form {
        padding: 25px;
    }
}

.form_p0 {
    padding: 0;
}
.form_p40{
    padding: 40px 0;
}

.form_pr0 {
    padding-right: 0;
}

.form__container {
    display: flex;
}

.form__container_vertical {
    flex-direction: column;
}

.form__container_vertical .form__block {
    margin-bottom: 30px;
}

.form__container_horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px;
}

.form__container_horizontal .form__block {
    margin: 0 15px;
    flex: 1 0 auto;
}

.form__agreement {
    color: #BDBDBD;
}

.form__agreement_abs {
    position: absolute;
    top: 100%;
    right: 0;
    width: 150%;
}

@media (max-width: 992px) {
    .form__agreement_abs {
        width: 100%;
        position: static;
    }
}

.form__btn {
    width: 100%;
}

.form_light {
    background-color: white;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.form_light.form_opacity {
    background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 992px) {
    .form_light {
        box-shadow: none;
    }
}

.form_orange {
    background-color: #EB9100;
    color: white;
}

.form_orange input {
    color: white;
}

.form_border-radius {
    border-radius: 30px;
}

.form__block {
    position: relative;
    display: inline-block;
}

.form input {
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
    padding-right: 50px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
}

.form input::placeholder{
    color: transparent;
}

.form input:focus {
    outline: none;
}

.form label {
    font-size: 18px;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.form input:focus ~ label, .form input:valid ~ label {
    top: -15px;
    font-size: 14px;
}

.form input:focus ~ .form__icon, .form input:valid ~ .form__icon {
    color: #EB9100;
}

.form input.error ~ .form__icon{
    color:#DE0917;
}

.form input.error{
    color: #DE0917;
}

.form .error ~ .bar:before, .form .error ~ .bar:after{
    background: #DE0917 !important;
}

.success{
    display: inline-block;
    background-color: #3fb53f;
    padding: 15px;
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 18px;
}

.form__icon {
    position: absolute;
    right: 25px;
    top: 10px;
    font-size: 20px;
}

.form .bar {
    position: relative;
    display: block;
    width: 100%;
}

.form .bar:before, .form .bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #EB9100;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.form .bar:before {
    left: 50%;
}

.form .bar:after {
    right: 50%;
}

.form input:focus ~ .bar:before,
.form input:focus ~ .bar:after,
.form input:valid ~ .bar:before,
.form input:valid ~ .bar:after {
    width: 50%;
}

.form_orange .bar:before, .form_orange .bar:after {
    background: white;
}

.form_orange input:focus ~ .form__icon, .form_orange input:valid ~ .form__icon {
    color: white;
}

.breadcrumb {
    background-color: #EB9100;
    padding: 30px 0;
    color: white;
    position: relative;
}

.breadcrumb__title-section{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    z-index: 2;
    position: relative;
}
.breadcrumb__title-section .breadcrumb__title{
    font-size: 40px;
    margin: 50px 0 20px 0;
    width: fit-content;
}
.breadcrumb__title-section .breadcrumb__btn{
    background: #ffc74a;
    color: white;
    font-size: 16px;
    padding: 5px 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition-duration: .3s;
}
.breadcrumb__title-section .breadcrumb__btn:hover{
    background: #fb5e14;
    transition-duration: .3s;
}
@media(max-width: 768px){
    .breadcrumb__title{
        font-size: 30px;
    }
}

.breadcrumb__img {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    opacity: 0.1;
}

.breadcrumb__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.breadcrumb__item {
    margin-right: 25px;
    margin-bottom: 5px;
    position: relative;
}

.breadcrumb__item::after {
    content: '•';
    position: absolute;
    font-size: 16px;
    right: -14px;
    top: 0;
}

.breadcrumb__item:last-child::after {
    content: '';
}

.breadcrumb__link {
    text-decoration: none;
    color: inherit;
}

.administration__item {
    position: relative;
    margin-bottom: 30px;
}

.administration__item:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .administration__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px 20px;
        background-color: white;
    }
}

.administration__block-img {
    position: absolute;
    top: 20px;
}

@media (max-width: 992px) {
    .administration__block-img {
        position: relative;
        top: 0;
        order: -1;
    }
}

.administration__block-img_left {
    left: 0;
}

.administration__block-img_left::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20px;
    right: -20px;
    border: 4px solid #E0E0E0;
}

.administration__block-img_right {
    right: 0;
}

.administration__block-img_right::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20px;
    left: -20px;
    border: 4px solid #E0E0E0;
}

.administration__img {
    display: block;
}

.administration__block {
    width: 85%;
}

@media (max-width: 1280px) {
    .administration__block {
        width: 80%;
    }
}

@media (max-width: 992px) {
    .administration__block {
        width: 100%;
    }
}

.administration__block_right {
    margin-left: auto;
}

.administration__block_left {
    margin-right: auto;
}

.administration__phantom {
    height: 40px;
}

.administration__content {
    background-color: white;
    padding: 60px 80px;
}

@media (max-width: 992px) {
    .administration__content {
        padding: 0;
    }
}

.team__item {
    padding: 30px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.team__item:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .team__item {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .team__item {
        padding: 30px 20px;
    }
}

.team__img-block {
    margin-bottom: 20px;
    position: relative;
    width: 280px;
    height: 350px;
    flex: 0 0 280px;
}

.team__img-block_left {
    margin-right: 60px;
}

.team__img-block_left::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 4px solid #EB9100;
    position: absolute;
    bottom: -20px;
    right: -20px;
}

.team__img-block_right {
    margin-left: 60px;
}

.team__img-block_right::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 4px solid #EB9100;
    position: absolute;
    bottom: -20px;
    left: -20px;
}

@media (max-width: 992px) {
    .team__img-block {
        order: -1;
        margin: 0 0 40px 0;
    }
}

.team__img {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team__img-block:has(.team__img[src=""]) {
    display: none;
}

@media (max-width: 480px) {
    .team__img-block {
        width: 240px;
        height: 300px;
        flex-basis: 240px;
    }
}

.team__content-block {
    align-self: stretch;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #EB9100 #E0E0E0;
    width: 100%;
}

.team__content-block_right {
    padding-right: 30px;
}

.team__content-block_left {
    padding-left: 30px;
    direction: rtl;
}

.team__content-block::-webkit-scrollbar {
    width: 7px;
}

.team__content-block::-webkit-scrollbar-track {
    background: #E0E0E0;
    border-radius: 5px;
}

.team__content-block::-webkit-scrollbar-thumb {
    background-color: #EB9100;
    /* цвет плашки */
    border-radius: 5px;
}

@media (max-width: 992px) {
    .team__content-block {
        padding: 0;
    }
}

.team__content {
    direction: ltr;
    width: 100%;
    height: 240px;
    padding-top: 30px;
}

@media (max-width: 992px) {
    .team__content {
        height: auto;
    }
}

.banner-opacity {
    background-image: url("/local/templates/utro/assets/images/pupils.jpg");
    background-size: cover;
    padding: 100px 0;
}

.banner-opacity_kids {
    background-image: url("/local/templates/utro/assets/images/kids-form.jpg");
}

@media (max-width: 992px) {
    .banner-opacity.form {
        padding: 100px 0;
    }
    .banner-opacity .form__container_horizontal {
        flex-direction: column;
        margin: 0;
    }
    .banner-opacity .form__container_horizontal .form__block {
        width: 100%;
        margin-bottom: 30px;
    }
}

.galery__item {
    display: block;
    color: inherit;
    text-decoration: none;
}

.galery__img-block {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.galery__img {
    display: block;
    height: 200px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.1s ease-in;
}

.galery__img:hover {
    transform: scale(1.1);
}

.news {
    background-color: white;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news__block {
    padding: 30px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.news__title {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
}

.news__title::after {
    content: '';
    width: 25%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EB9100;
}

.news__img {
    display: block;
    height: 270px;
    width: 100%;
    object-fit: cover;
}

.news__link {
    flex: 1 0 auto;
    display: flex;
    align-items: flex-end;
}

.classes {
    overflow: hidden;
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
}

.classes__img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.classes__img_short {
    height: 400px;
}

.classes__cover {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: white;
    z-index: 10;
    padding: 0 40px 0 40px;
    transition: max-height 1s ease-in-out;
}

.classes__cover.active {
    padding-bottom: 75px;
}

.classes__orange {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #EB9100, transparent);
    opacity: 1;
    transition: opacity 2s ease;
}

.classes__red {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(222, 9, 23, 0.7);
    opacity: 0;
    transition: opacity 1s ease-in;
}

.classes__red.classes_first {
    background: linear-gradient(to top, #DE0917, transparent);
    opacity: 1;
}

.classes__title {
    padding: 20px 0;
    margin: 40px 0;
    margin-top: 80px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    z-index: 10;
}

@media (max-width: 1280px) {
    .classes__title {
        margin-top: 60px;
    }
}

.classes__title::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: calc(calc(100% - 50px) / 2);
    background-color: white;
}

.classes__title_no-line::after {
    content: none;
}

.classes__title_small {
    font-size: 18px;
}

.classes__content {
    transition: opacity 0.3s ease;
    display: none;
    opacity: 0;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    z-index: 10;
}

@media (max-width: 1280px) {
    .classes__content {
        font-size: 16px;
        line-height: 24px;
    }
}

.price {
    border: 1px solid #EB9100;
    padding-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.price__head {
    display: flex;
    justify-content: space-between;
}

.price__img-block {
    background-color: #EB9100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    margin-right: 10px;
}

.price__img {
    display: block;
}

.price__right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 30px;
}

.price__title {
    font-size: 30px;
    color: #DE0917;
    font-weight: 700;
    margin-bottom: 15px;
}

.price__subtitle {
    color: #EB9100;
    font-size: 18px;
}

.price__content {
    padding: 30px 30px 0 30px;
}

.price__list {
    font-size: 18px;
    line-height: 36px;
    margin: 0;
}

.price__list li {
    list-style-image: url("/local/templates/utro/assets/images/check.png");
}

.price__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 20px;
    flex: 1 0 auto;
}

.price__price {
    font-size: 30px;
    font-weight: 700;
    color: #DE0917;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 200;
    color: #454545;
}

.modal__body {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__content {
    padding: 0;
    overflow: hidden;
    position: relative;
    background-color: white;
    width: 600px;
    margin: auto;
    padding: 120px 105px;
}

@media(max-width: 768px){
    .modal__content{
        width: 300px;
        padding: 30px 15px;
    }
}

.modal__content .title{
    font-size: 30px;
    margin-bottom: 40px;
}

.modal__content .title__text{
    margin: 0;
    font-weight: 400;
}

.modal__left {
    flex: 50% 0 0;
    padding: 20px;
}

@media (max-width: 768px) {
    .modal__left {
        flex: 100% 0 0;
    }
}

.modal__right {
    flex: 50% 0 0;
}

@media (max-width: 768px) {
    .modal__right {
        display: none;
    }
}

.modal__right img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal__title {
    margin-bottom: 20px;
}
.modal__title p{
    font-size: 18px;
    margin: 20px 0 0;
    color: orange;
}

.modal__close {
    color: #E9E9E9;
    font-size: 2rem;
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal__close-icon {
    transition: 0.3s;
    padding: 5px;
    cursor: pointer;
}

.popup_active {
    opacity: 1;
    visibility: visible;
}
/* BITRIX */
.text-incomplete{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}
.text-incomplete.active{
    display: block;
    overflow: visible;
}
.go-up{
    display: flex;
    justify-content: flex-end;
    margin-right: 15px;
    margin-bottom: -15px;
    position: sticky;
    bottom: 30px;
    overflow: hidden;
}
.go-up__block{
    padding: 15px 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EB9100;
    font-size: 36px;
    cursor: pointer;
    color: #EB9100;
    background-color: white;
    transition: transform 0.5s ease;
    transform: translateX(100px);
}
.go-up__block.active{
    transform: translateX(0px);
}
/*# sourceMappingURL=style.css.map */
@font-face {
    font-family: 'icons';
    src:  url('/local/templates/utro/assets/fonts/icons.eot?ecyvg');
    src:  url('/local/templates/utro/assets/fonts/icons.eot?ecyvg#iefix') format('embedded-opentype'),
    url('/local/templates/utro/assets/fonts/icons.ttf?ecyvg') format('truetype'),
    url('/local/templates/utro/assets/fonts/icons.woff?ecyvg') format('woff'),
    url('/local/templates/utro/assets/fonts/icons.svg?ecyvg#icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
    content: "\e900";
}
.icon-arrow-left:before {
    content: "\e901";
}
.icon-arrow-right:before {
    content: "\e902";
}
.icon-arrow-up:before {
    content: "\e903";
}
.icon-call:before {
    content: "\e904";
}
.icon-close:before {
    content: "\e905";
}
.icon-facebook:before {
    content: "\e906";
}
.icon-instagramm:before {
    content: "\e907";
}
.icon-mail:before {
    content: "\e908";
}
.icon-man:before {
    content: "\e909";
}
.icon-vkontakte:before {
    content: "\e90a";
}

@media screen and (max-width:1280px) {
    #main_form_callback2 .form__container_horizontal{
        flex-wrap: wrap;
    }

    #main_form_callback2 .form__block:nth-child(-n+2){
        margin-bottom: 30px;
    }
}
.hidden{
    display: none;
}

.color-blue{
    color: blue;
}
.text-center {
    text-align: center;
}
.clear-margin{
    margin: 0;
    padding: 0;
}
.font-size-subtitle {
    font-size: 18px;
}
/* End */
/* /local/templates/utro/components/bitrix/menu/top_menu/style.css?1774901789701 */
/* /local/templates/utro/components/bitrix/menu/bottom_menu/style.min.css?16219295333715 */
/* /local/templates/utro/styles.css?178523189733508 */
