

/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?171559852551*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/ranepa/template_styles.css?171922608464734*/
:root {
    --border-color: #EAEAEC;
    --grey-color: #7C7C88;
    --red-color: #DB3553;
    --dark-red: #AF2A42;
    --pink-color: #FBEBEE;
    --dark-pink: #F8D7DD;
    --black-color: #1F1F2F;
    --lightgrey-color: #9696A0;
    --text-grey: #40404E;
    --blue-color: #5271C9;
}

/*Main styles*/
#page-body {
    max-width: 100vw;
    overflow: hidden;
}
a {
    text-decoration: none;
    color: var(--red-color);
    font-weight: 700;
}
img {
    max-width: 100%;
    height: auto;
}
.red-color {
    color: var(--red-color);
}
.grey-color {
    color: var(--grey-color);
}
.text-grey {
    color: var(--text-grey);
}
.lightgrey-color {
    color: var(--lightgrey-color);
}
.btn-red {
    color: #ffffff;
    background: var(--red-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    border-radius: 30px;
}
.btn-red:hover, .btn-red:active {
    background: var(--dark-red);
    color: #ffffff;
    transition: .2s ease;
}
.btn-red:focus, .btn-red:focus-within {
    background: var(--red-color);
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(219, 53, 83, 0.1);
    -moz-box-shadow: 0px 0px 0px 4px rgba(219, 53, 83, 0.1);
    box-shadow: 0px 0px 0px 4px rgba(219, 53, 83, 0.1);
}
.btn-red-transparent {
    color: var(--red-color);
    background: transparent;
    border: 1px solid var(--red-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    border-radius: 30px;
}
.btn-red-transparent:hover, .btn-red-transparent:active {
    background: var(--pink-color);
    color: var(--red-color);
    border: 1px solid var(--red-color);
    transition: .2s ease;
}
.btn-red-transparent:focus, .btn-red-transparent:focus-within {
    background: var(--pink-color);
    border: 1px solid var(--red-color);
    color: var(--red-color);
    -webkit-box-shadow: 0px 0px 0px 4px rgba(219, 53, 83, 0.1);
    -moz-box-shadow: 0px 0px 0px 4px rgba(219, 53, 83, 0.1);
    box-shadow: 0px 0px 0px 4px rgba(219, 53, 83, 0.1);
}
.btn-white {
    background: var(--pink-color);
    color: var(--red-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid transparent;
}
.btn-white:hover, .btn-white:active {
    background: var(--dark-pink);
    color: var(--red-color);
    transition: .2s ease;
}
.btn-white:focus, .btn-white:focus-within {
    background: var(--pink-color);
    color: var(--red-color);
    -webkit-box-shadow: 0px 0px 0px 4px rgba(219, 53, 83, 0.1);
    -moz-box-shadow: 0px 0px 0px 4px rgba(219, 53, 83, 0.1);
    box-shadow: 0px 0px 0px 4px rgba(219, 53, 83, 0.1);
}
.btn-big {
    padding: 12px 32px;
    text-align: center;
}
.btn-full {
    width: 100%;
}
h1, .ud-h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: calc(1em - 61px);
    color: #1F1F2F;
}
h2, .ud-h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    letter-spacing: calc(1em - 43px);
    color: #1F1F2F;
}
h3, .ud-h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: calc(1em - 37px);
    color: #1F1F2F;
}
h4, .ud-h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: calc(1em - 24px);
    color: #1F1F2F;
}
h5, .ud-h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: calc(1em - 22px);
    color: #1F1F2F;
}
h6, .ud-h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: calc(1em - 20px);
    color: #1F1F2F;
}
h2 span {
    color: var(--red-color);
}
blockquote {
    padding-left: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-left: 2px solid #000000;
}
blockquote footer {
    font-style: normal;
    color: #9696A0;
    margin-top: 16px;
    font-size: 16px;
}
blockquote footer cite {
    font-style: normal;
}
.text-tag-12 {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: calc(1em - 12px);
}
.text-rg-sixteen {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.text-md-forteen {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.text-md-sixteen {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
.text-md-eighteen {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: calc(1em - 18px);
}
.text-sb-fourteen {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}
.text-sb-sixteen {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: calc(1em - 16px);
}
.text-sb-eighteen {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.text-sb-twenty {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}
.text-bd-twentyfour {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
}
.text-link {
    color: #000000;
    font-weight: 500;
}
.text-link:hover {
    color: var(--red-color);
    text-decoration: underline;
    transition: .2s ease;
}
.mb-04 {
    margin-bottom: 4px;
}
.mb-08 {
    margin-bottom: 8px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mt-16 {
    margin-top: 16px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mt-32 {
    margin-top: 32px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-p-32>p {
    margin-bottom: 32px;
}
.mb-36 {
    margin-bottom: 36px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-48 {
    margin-bottom: 48px;
}
.mb-60 {
    margin-bottom: 60px;
}
.my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.mb-72 {
    margin-bottom: 72px;
}
.pt-24 {
    padding-top: 24px;
}
.pb-32 {
    padding-bottom: 32px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.pb-80 {
    padding-bottom: 80px;
}

/*Body and Header*/
body {
	background: #F9F9FA;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	overflow-x: hidden;
}
#header>.row {
    background: #ffffff;
    border-radius: 32px;
    -webkit-box-shadow: 0px 40px 40px -34px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 40px 40px -34px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 40px 40px -34px rgba(0, 0, 0, 0.2);
    margin-right: 0;
    margin-left: 0;
}
.block-logo {
    border-radius: 20px;
    border: 1px solid var(--border-color);
    margin: 12px 0;
}
.block-logo a {
    padding: 20px 24px;
    display: block;
    position: relative;
}
.driver {
    border-left: 1px solid var(--border-color);
    height: 55px;
    margin: 0 5px;
}
.logo-link {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 8px;
}
.block-logo a:hover .logo-link {
    opacity: 1;
    transition: .2s ease;
}
.block-ranepa img {
    width: 61px;
}
.block-kmpo img {
    width: 210px;
}
.regions>div {
    /*width: max-content;
    border-bottom: 1px solid var(--grey-color);*/
}
.select-city__block__text, .select-city__modal__submit-wrap, .select-city__modal__list-wrap {
    display: none;
}
.select-city__modal__list__item {
    color: #1E1E2F !important;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    margin-bottom: 22px !important;
    margin-right: 32px;
}
.select-city__modal__list__item:hover {
    color: var(--red-color) !important;
    text-decoration: none;
    transition: .2s ease;
}
.select-city__modal__list {
    columns: auto;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.select-city__block__text-city {
    text-decoration: none;
    color: #7C7C88;
    font-family: var(--bs-body-font-family);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    border-bottom: 1px solid #7C7C88;
}
.select-city__block__text-city:hover {
    color: var(--red-color);
    border-bottom: 1px solid var(--red-color);
    transition: .2s ease;
}
.select-city__block__text-city:after {
    content: "\F282";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: 12px;
    margin-left: 8px;
    vertical-align: middle;
}
.select-city__modal__title, 
.select-city__modal__list__title, 
.select-city__modal__list__item {
    font-family: var(--bs-body-font-family) !important;
}
.select-city__modal-wrap {
    box-shadow: none;
    border-radius: 32px;
    width: 1150px;
    padding: 72px 60px;
    text-align: center;
    position: unset;
}
.select-city__modal__title {
    font-size: 42px !important;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 40px !important;
}
.top-menu a {
    color: var(--black-color);
}
.top-menu a:hover {
    color: var(--red-color);
    transition: .2s ease;
}
.top-menu>.d-flex {
    margin: 0 -16px 0 -16px;
}
.top-menu>.d-flex>div {
    padding: 0 16px;
}
.vk-btn-header a:hover div {
    color: var(--red-color);
    transition: .2s ease;
}
.vk-btn-header a:hover svg>path {
    fill: var(--red-color);
}
.col-header-30 {
    flex: 0 0 auto;
    width: 30%;
}
.col-header-70 {
    flex: 0 0 auto;
    width: 70%;
}
.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*Slider*/
#slider {
    margin-top: 40px;
}
#slider .mobile-image {
    display: none;
}
#slider .carousel-inner {
    border-radius: 32px;
}
.slider-img>img {
    border-radius: 32px;
    width: 100%;
    height: auto;
}
.carousel-control-next, .carousel-control-prev {
    position: unset;
    width: auto;
    opacity: 1;
    background: #ffffff;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    margin: 0 14px;
}
.carousel-control-next:hover, .carousel-control-prev:hover, .carousel-control-next:active, .carousel-control-prev:active {
    background: var(--dark-pink);
    color: var(--red-color);
    transition: .2s ease;
}
.carousel-control-next:focus, .carousel-control-prev:focus, .carousel-control-next:focus-within, .carousel-control-prev:focus-within {
    background: var(--pink-color);
    color: var(--red-color);
    -webkit-box-shadow: 0px 0px 0px 4px rgba(219, 53, 83, 0.1);
    -moz-box-shadow: 0px 0px 0px 4px rgba(219, 53, 83, 0.1);
    box-shadow: 0px 0px 0px 4px rgba(219, 53, 83, 0.1);
}
.carousel-indicators {
    position: unset;
    margin: 0;
}
.slider-nav {
    position: absolute;
    bottom: 64px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: 0 auto;
}
.carousel-indicators [data-bs-target] {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    margin-right: 7px;
    margin-left: 7px;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1L2 8.5L10 16' stroke='%23DB3553' stroke-width='2'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 8.5L1 16' stroke='%23DB3553' stroke-width='2'/%3E%3C/svg%3E");
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 11px;
    height: 17px;
}
.slider-info {
    color: #ffffff;
}
.slider-block-first {
    padding: 48px 64px 64px 50px;
}
.slider_name {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: calc(1em - 48px);
}
.slider-tag {
    color: #ffffff;
    display: inline-block;
    width: max-content;
    border: 1px solid #ffffff;
    border-radius: 42px;
    padding: 8px 14px;
}
.slider-img {
    width: 100%;
    height: 100%;
}
.slider-img div {
    background-repeat: no-repeat;
    background-position: 0% 50%;
    height: 100%;
    width: 100%;
    background-size: auto;
    border-radius: 32px;
}
#carouselmainIndicators .carousel-item>.row {
    height: 100%;
}
#carouselmainIndicators .carousel-item {
    height: 700px;
    border-radius: 32px;
}
.mobile-href-slider {
    display: none;
}
#carouselNewsIndicators .carousel-item {
    height: 500px;
    text-align: center;
}
#carouselNewsIndicators .carousel-item img {
    width: auto;
    height: 100%;
    border-radius: 16px;
}

/*Colleges is*/
.pluses-white {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
}
.pluses-img {
    width: 72px;
    height: 72px;
}
.pluses-img img {
    border-radius: 8px;
    height: 100%;
    width: auto;
}

/*Colleges city*/
.big-cifr {
    font-weight: 600;
    font-size: 64px;
    margin-bottom: 8px;
    line-height: 1;
}
.big-circle {
    border: 3px solid #EEF1FA;
    width: 114px;
    height: 114px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.small-circle {
    background: var(--blue-color);
    color: #ffffff;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    font-weight: 500;
    font-size: 48px;
    text-align: center;
}
.steps-block a {
    border-bottom: 1px solid var(--red-color);
}
.steps-block a:hover {
    border-bottom: 1px solid transparent;
    transition: .2s ease;
}
.blue-ul ul {
    padding-left: 0;
}
.blue-ul ul li {
    list-style-type: none;
}
.blue-ul ul li::before {
    content: "\2022";
    color: var(--blue-color);
    font-size: 25px;
    line-height: 0;
    vertical-align: middle;
}
.red-ul ul {
    padding-left: 0;
}
.red-ul ul li {
    list-style-type: none;
}
.red-ul ul li::before {
    content: "\2022";
    color: var(--red-color);
    font-size: 25px;
    line-height: 1;
    vertical-align: text-bottom;
    margin-right: 6px;
}
.steps-block .text-md-sixteen>div {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: var(--text-grey);
}
.step-line {
    display: flex;
    align-items: center;
}
.step-line .blue-line {
    border-top: 3px solid var(--blue-color);
    height: 3px;
    width: calc(100% - 134px);
    margin-left: 20px;
}
.step-line .blue-line.empty-line {
    width: 230%;
    margin-top: 54px;
    margin-left: -130%;
}
.steps-relat>.col-4:nth-child(6) .space-line {
    width: 20px;
    height: 20px;
    background: #f9f9fa;
    z-index: 1;
}
.steps-relat>.col-4:nth-child(6) .big-circle {
    position: relative;
    z-index: 1;
    background: #f9f9fa;
}
.steps-relat>.col-4:nth-child(6) .blue-line {
    position: absolute;
}
.steps-relat>.col-4:last-child .blue-line {
    display: none;
}
.container-small {
    max-width: 930px;
}
.red-big-circle {
    width: 28px;
    height: 28px;
    border: 2px solid #E98698;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
}
.red-small-circle {
    width: 12px;
    height: 12px;
    background: var(--red-color);
    border-radius: 100%;
}
.red-line-y {
    display: flex;
}
.line-y-content {
    width: calc(100% - 52px);
}
.small-accordion {
    background: #F5F5F6;
    border-radius: 4px;
    border: none;
    --bs-accordion-border-color: none;
    --bs-accordion-border-width: 0;
}
.accordion-item:first-of-type .accordion-button, .accordion-button {
    border-radius: 0 !important;
    background: transparent;
}
.accordion-item {
    border-radius: 4px !important;
    background: transparent;
}
.small-accordion .accordion-button, .small-accordion .accordion-body {
    padding: 12px;
}
.accordion-button:not(.collapsed) {
    color: #1E1E2F;
    box-shadow: none;
}
.small-accordion .accordion-button::after, .small-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23868689' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: inherit;
    background-position: 50% 50%;
}
.lineup-to-bottom {
    height: calc(100% - 42px);
    width: 2px;
    border-right: 2px solid var(--red-color);
    margin: 7px 0 7px 13px;
}
.red-line_dates>.col-12:last-child .lineup-to-bottom {
    display: none;
}
.col-25 {
    width: 20%;
    flex: 0 0 auto;
    margin-bottom: 24px;
}
.partners-white {
    background: #ffffff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    height: 220px;
}
.partners-white img {
    width: auto;
    max-width: 100%;
    max-height: 90%;
}
.border-sixteen .carousel-inner {
    border-radius: 16px;
}
.steps-overflow {
    position: relative;
    width: 100vw;
    overflow-x: hidden;
}

/*FAQ*/
.grey-ul ul {
    padding-left: 20px;
}
.big-accordion {
    background: transparent;
    border-radius: 4px;
    border: none;
    --bs-accordion-border-color: none;
    --bs-accordion-border-width: 0;
}
.big-accordion .accordion-button {
    padding: 32px 0;
    border-top: 1px solid #989898;
}
.big-accordion>.accordion-item:first-child .accordion-button {
    border-top: 1px solid transparent;
}
.big-accordion .accordion-body {
    padding: 0 0 40px 0;
}
.big-accordion .accordion-button::after, .big-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='19' viewBox='0 0 32 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L16 16L30 2' stroke='black' stroke-width='3'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: 50% 50%;
    width: 28px;
    height: 14px;
}
.small-accordion .accordion-button, .big-accordion .accordion-button {
    background-color: transparent;
}

/*Contacts*/
.contacts {
    background: #F5F5F6;
    border-radius: 32px;
    padding: 40px;
}
.contacts .text-link {
    display: block;
}
.contacts .text-link-a a {
    color: #000000;
    font-weight: 500;
}
.contacts .text-link-a a:hover {
    color: var(--red-color);
    text-decoration: underline;
    transition: .2s ease;
}
.contacts-item {
    display: flex;
}
.contacts-item>.icon {
    width: 24px;
    margin-right: 16px;
}
.contacts-item>div:nth-child(2) {
    width: calc(100% - 40px);
}
.contact-map {
    border-radius: 16px;
}
.contact-map>#map .ymaps-2-1-79-inner-panes {
    border-radius: 16px;
}
.contacts>.row>div {
    display: flex;
}

/*Footer*/
#footer {
    background: #AF2A42;
    padding-top: 32px;
    color: #ffffff;
}
.footer-top {
    border-radius: 0 0 32px 32px;
    height: 60px;
    margin-bottom: -32px;
    background: #f9f9fa;
    position: relative;
}
#footer>.container {
    padding-top: 58px;
    padding-bottom: 36px;
}
#footer .btn-white {
    font-size: 20px;
    font-weight: 700;
}
.footer-line>.col-12 {
    padding-top: 36px;
    padding-bottom: 36px;
    height: 1px;
    display: flex;
    align-items: center;
}
.footer-line>.col-12>hr {
    border-top: 1px solid #E76B81;
    border-bottom: 0;
    opacity: 1;
    width: 100%;
}
.copyright {
    color: #ffffff;
}
.copyr-ud {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
}
.copyr-ud>div {
    padding-right: 5px;
}
.copyr-ud>svg {
    margin-bottom: -2px;
}
.copyr-ud:hover path {
    fill: #e7bfc6;
    transition: .2s ease;
}
.footer-block-logo>.block-ranepa>a {
    padding-right: 20px;
}
.footer-block-logo>.block-kmpo>a {
    padding-left: 20px;
}
.footer-block-logo a:hover .logo-link {
    opacity: 1;
    transition: .2s ease;
}
#footer .driver {
    border-left: 1px solid #D4667A;
}
#footer .logo-link {
    right: 0;
}
.footer-block-logo>.block-ranepa, .footer-block-logo>.block-kmpo {
    position: relative;
    padding: 20px 0;
}
#footer .padding-top-footer {
    padding-top: 20px;
}
#footer .text-link {
    color: #ffffff;
    display: inline-block;
    border-bottom: 1px solid transparent;
}
#footer .text-link:hover {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.2);
    transition: .2s ease;
}
.bottom-menu a, #footer .text-link-a a {
    color: #ffffff;
    font-weight: 500;
    border-bottom: 1px solid transparent;
}
.bottom-menu a:hover, #footer .text-link-a a:hover {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.2);
    transition: .2s ease;
}
#footer .href-is-block .text-link {
    display: block;
}
.contact-map {
    width: 100%;
}
.map-control {
    font-size: 1px;
    opacity: 0;
    width: 100%;
}
.ymaps-map {
    border-radius: 16px;
}

/*Form*/
.full-form {
    border-radius: 32px;
    background-color: var(--dark-red);
    background-image: url("data:image/svg+xml,%3Csvg width='1378' height='574' viewBox='0 0 1378 574' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1378' height='574' fill='%23AF2A42'/%3E%3Cmask id='mask0_446_703037' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1378' height='574'%3E%3Crect width='1378' height='574' rx='32' fill='%23E98698'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_446_703037)'%3E%3Cg filter='url(%23filter0_f_446_703037)'%3E%3Cellipse cx='475' cy='436' rx='191' ry='162' fill='%23E98698'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_446_703037' x='-112' y='-122' width='1174' height='1116' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='198' result='effect1_foregroundBlur_446_703037'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
}
.full-form .name-form {
    padding: 24px 24px 24px 32px;
    color: #ffffff;
}
.full-form>.row>.col-6:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form-pad .form-grey {
    margin: 24px;
    padding: 24px;
    border-radius: 16px;
    background: #EAEAEC;
    /*height: calc(100% - 48px);*/
}
.full-form .ud-h1 {
    color: #ffffff;
}
.form-grey label {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 6px;
}
.form-grey .inputtext {
    border-radius: 8px;
    border: 0;
    padding: 14px 12px;
    margin-bottom: 12px;
    width: 100%;
    color: #000000;
}
.form-grey .inputtext::-webkit-input-placeholder {
    color: #868689;
}
.form-grey .inputtext:-moz-placeholder {
    color: #868689;
    opacity: 1;
}
.form-grey .inputtext::-moz-placeholder {
    color: #868689;
    opacity: 1;
}
.form-grey .inputtext:-ms-input-placeholder {
    color: #868689;
}
.form-grey .inputtext::-ms-input-placeholder {
    color: #868689;
}
.form-grey .inputtext::placeholder {
    color: #868689;
}
.form-grey .inputtext:focus {
    outline: none;
    box-shadow: none;
}
input[name="web_form_submit"] {
    outline: none;
    border: none;
}
.form>div:nth-child(4)>div:nth-child(2) {
    margin: 18px 0;
}
.form>div:nth-child(4)>div:nth-child(2) label {
    color: #1E1E2F;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    vertical-align: middle;
}
.form>div:nth-child(4)>div:nth-child(2) a:hover {
    color: var(--dark-red);
}
input[type="checkbox"] {
    display: none;
}
.form>div:nth-child(4)>div:nth-child(2) label:before {
    content: " ";
    color: #000;
    display: inline-block;
    margin-right: 10px;
    margin-top: -3px;
    position: relative;
    text-align: center;
    text-indent: 0px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #F7A492;
    border-radius: 4px;
    vertical-align: middle;
}
.form>div:nth-child(4)>div:nth-child(2) input:checked + label:before {
    content: "";
    background-color: #F26849;
    border: 1px solid #F26849;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L4.75 9L1 5.36364' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.form>div:nth-child(4)>div:nth-child(2) input:checked:hover + label:before {
    background-color: #C5543B;
    border: 1px solid #C5543B;
}
.form>div:nth-child(4)>div:first-child, .form>div:nth-child(5)>div {
    display: none;
}
.form>div>div:first-child {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 6px;
}
.form>div>div:first-child>font {
    display: none;
}
#gotoModal .modal-dialog {
    max-width: 620px;
    background: #EAEAEC;
    border-radius: 16px;
}
#gotoModal .modal-dialog>.modal-content {
    padding: 48px;
}
.speciality .modal-dialog {
    max-width: 1150px;
    background: #ffffff;
    border-radius: 32px;
}
.speciality .modal-dialog>.modal-content {
    padding: 64px 120px;
}
#gotoModal .modal-content, .speciality .modal-content {
    background: transparent;
    border: none;
}
#gotoModal .modal-body, .speciality .modal-body {
    padding: 0;
}
.modal .btn-close, .select-city__close {
    position: fixed;
    z-index: 1;
    top: 48px;
    right: 48px;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 100%;
    width: 52px;
    height: 52px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 11M21 21L11 11M11 11L21 1M11 11L1 21' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: auto;
}
.g-recaptcha {
    display: block !important;
    width: 100% !important;
    margin-bottom: 24px !important;
}


/*News*/
.news-list-img {
    position: relative;
    display: block;
}
.news-list-img img {
    width: 100%;
    border-radius: 16px;
}
.tag-list {
    position: absolute;
    padding: 4px 12px;
    background: #ffffff;
    top: 16px;
    left: 19px;
    border-radius: 99px;
}
.news-list-img:hover {
    opacity: 0.9;
    transition: .2s ease;
}
.brdcr, .brdcr a {
    color: #9B9B9B;
}
.brdcr a:hover {
    color: var(--red-color);
    transition: .2s ease;
}
.brdcr-symbol {
    padding: 0 12px;
}
.tag-detail {
    padding: 4px 12px;
    border-radius: 99px;
    color: var(--red-color);
    border: 1px solid var(--red-color);
    display: inline-block;
    width: auto;
    margin-right: 16px;
}
.news-detail-date {
    display: inline-block;
    width: auto;
}
.nd-flex {
    display: flex;
}
.nd-main-img {
    border-radius: 16px;
    text-align: center;
}
.nd-main-img img {
    width: auto;
    text-align: center;
    min-width: 50%;
    height: auto;
    border-radius: 16px;
}
.news-detail-txt p, .news-detail-txt blockquote, .news-detail-txt h2, .news-detail-txt h3, .news-detail-txt h4, .news-detail-txt h5, .news-detail-txt h6 {
    margin-bottom: 24px;
}
#carouselNewsIndicators img {
    width: 100%;
}
.load_more {
    cursor: pointer;
}
.news-page .news-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-blue-block {
    margin: 12px 0;
    background: #DCE3F4;
    color: #000000;
    padding: 22px 26px;
    border-radius: 16px;
}
.news-blue-block a {
    color: var(--blue-color);
    display: inline-block;
    font-weight: 500;
}
.news-blue-block a:hover {
    color: #314479;
    transition: .2s ease;
}
.dark-block {
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.3;
    background: #40404E;
    padding: 24px;
    border-radius: 16px;
    margin: 12px 0;
}
.number-block {
    color: #000000;
    line-height: 1.3;
    font-weight: 500;
    background: #EAEAEC;
    padding: 24px;
    border-radius: 16px;
    margin: 12px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.number-block>*:first-child {
    font-size: 90px;
    border-right: 2px solid #000000;
    padding-right: 32px;
}
.number-block>*:nth-child(2) {
    font-size: 18px;
    padding-left: 32px;
}

/*Speciality*/
.list-tags {
    display: flex;
    flex-wrap: wrap;
}
.list-tags>div {
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 3px 8px;
    border-radius: 30px;
}
.list-tags>div[class*="purple"] {
    color: #5271C9;
    background: #EEE1FA;
}
.list-tags>div[class*="blue"] {
    color: #43A4AA;
    background: #F2F6F9;
}
.list-tags>div[class*="yellow"] {
    color: #EF8C0B;
    background: #FDF4E7;
}
.list-tags>div[class*="red"] {
    color: #C5543B;
    background: #FEF0ED;
}
.list-tags>div[class*="grey"] {
    color: #7C7C88;
    background: #F5F5F6;
}
.speciality-item {
    display: block;
    background: #ffffff;
    height: 280px;
    padding: 32px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(64, 64, 78, 0.06);
    -moz-box-shadow: 0px 3px 5px 0px rgba(64, 64, 78, 0.06);
    box-shadow: 0px 3px 5px 0px rgba(64, 64, 78, 0.06);
}
.speciality-item:hover {
    box-shadow: 0px 3px 5px 0px rgba(64, 64, 78, 0);
    transition: .2s ease;
}
.competition-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}
.competition-list>div {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #B0B0B8;
    margin: 0 12px 12px 12px;
    width: calc(33.333333% - 24px);
}
.what-new-list li {
    margin-bottom: 24px;
    display: flex;
}
.what-new-list li::before {
    margin-right: 12px;
}
.cvalification {
    display: flex;
}
.cvalification>div:first-child {
    width: 60%;
    padding-right: 20%;
}
.cvalification-txt {
    color: var(--red-color);
    font-size: 32px;
    font-weight: 600;
    width: 40%;
    padding: 28px;
    border-radius: 16px;
    border: 1px solid var(--red-color);
    text-align: center;
    height: max-content;
}
.sp-dates {
    border-bottom: 1px solid #B0B0B8;
    padding: 32px 0;
    display: flex;
    justify-content: space-between;
}
.sp-dates-block>.sp-dates:nth-child(2) {
    border-top: 1px solid #B0B0B8;
}
.sp-dates>div {
    width: 25%;
}
.sp-dates>div:first-child {
    color: var(--red-color);
}
.sp-dates>div:nth-child(2) {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}
.sp-dates>div:nth-child(3) {
    font-size: 16px;
    font-weight: 600;
}
.freeplace {
    border-radius: 16px;
    border: 1px solid #B0B0B8;
    padding: 48px;
}
.places-flex {
    display: flex;
    justify-content: center;
}
.places-flex>.freeplace-block, .places-flex>.coinplace-block {
    width: 48%;
    padding: 24px 0;
}
.red-place-txt {
    font-weight: 600;
    font-size: 59px;
    line-height: 1;
}
.place-driver {
    height: auto;
    width: 2px;
    border-left: 1px solid #B0B0B8;
}
.atcities {
    border-radius: 16px;
    background: #F5F5F6;
    padding: 32px;
}
.howmusch {
    border-radius: 16px;
    background: var(--red-color);
    padding: 32px;
    color: #ffffff;
}
.howmusch {
    display: flex;
}
.howmusch>div {
    width: 50%;
}
.howmusch .ud-h3 {
    color: #ffffff;
}
.text-howmusch {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
}
.speciality .full-form {
    margin: 0 -120px -64px -120px;
}
.speciality .full-form .d-flex {
    width: 100%;
}
.speciality .full-form .d-flex>div {
    width: 50%;
}
.speciality .full-form .d-flex>.form-div-name {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.prev-picture-speciality img {
    border-radius: 16px;
    width: 100%;
}
.news-page .bx-filter-parameters-box-title {
    display: none;
}
.news-page .ntns-filter {
    display: none;
}
.news-page form>.row>.col-lg-12 .checkbox .bx-filter-param-text {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.news-page form>.row>.col-lg-12 .checkbox .bx-filter-param-text:before{
    content: " ";
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
    margin-top: -3px;
    position: relative;
    text-align: center;
    text-indent: 0px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #EAEAEC;
    border-radius: 4px;
    vertical-align: middle;
}
.news-page form>.row>.col-lg-12 .checkbox .bx-filter-input-checkbox input:checked + .bx-filter-param-text:before {
    content: "";
    background-color: var(--red-color);
    border: 1px solid var(--red-color);
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L4.75 9L1 5.36364' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.news-page form>.row>.col-lg-12 .checkbox .bx-filter-input-checkbox input:checked:hover + .bx-filter-param-text:before {
    background-color: var(--dark-red);
    border: 1px solid var(--dark-red);
}
.news-page form>.row>.col-lg-12 .col-xs-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.news-page .bx-filter-popup-result>* {
    display: none !important;
}
.news-page .col-lg-12.bx-filter-parameters-box {
    padding-left: 0;
}
.news-page .bx-filter-popup-result>a {
    display: block !important;
    background: var(--red-color);
    color: #ffffff;
    border-radius: 30px;
    padding: 6px 20px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 12px;
}
.news-page form>.row>.col-lg-12 .checkbox {
    width: auto;
    margin-right: 16px;
    margin-bottom: 16px;
}
div[id^="wait_"] {
    display: none !important;
}
.tablet-h2 {
    display: none;
}
.tablet-btn-modal {
    display: none;
}
.header-col-mobile, .footer-mobile {
    display: none !important;
}
.step-first {
    display: none;
}
.ud-option, .ud-option-radio {
    display: none;
    cursor: pointer;
}
#speciality .smartfilter>.row {
    justify-content: center;
}
#speciality .smartfilter>.row>.col-lg-12 {
    width: auto;
    margin-bottom: 12px;
}
.speciality .ud-option:hover, .speciality .ud-option-radio:hover {
    background-color: var(--red-color);
    border-color: var(--red-color);
    color: #ffffff;
    transition: .2s ease;
}
.student-life .text-sb-twenty {
    font-weight: 500;
}
.red-line_dates>.col-12:last-child>div>.mb-32 {
    margin-bottom: 0;
}
.partners-href a:hover {
    background: #EAEAEC;
    transition: .2s ease;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}
.to-home>.col-12 {
    margin: 20px 0;
}
.block-to-home {
    display: flex;
    align-items: center;
}
.block-to-home>div {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #1F1F2F;
}
.block-to-home:hover div {
    color: var(--red-color);
    transition: .2s ease;
}
.block-to-home:hover path {
    stroke: var(--red-color);
    transition: .2s ease;
}
.errors {
	color: var(--dark-red);
    font-weight: 700;
    padding-bottom: 12px;
}
.success {
    align-items: center;
    min-height: 300px;
}
.select-city__dropdown {
    background-color: #ffffff;
    box-shadow: 0px 3px 5px 0px rgba(64, 64, 78, 0.06);
    padding: 24px 16px;
    border-radius: 16px;
    border: 1px solid #7C7C88;
    margin-top: 10px;
}
.select-city__dropdown__title {
    color: #1F1F2F;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--bs-body-font-family);
    margin-bottom: 10px;
}
.select-city__dropdown__choose {
    font-family: var(--bs-body-font-family);
    font-size: 14px;
    font-weight: 700;
    text-transform: inherit;
    border-radius: 30px;
}
.select-city__dropdown__choose__no {
    background: var(--red-color);
}
.select-city__dropdown__choose__no:hover {
    opacity: 1;
    background: var(--dark-red);
    transition: .2s ease;
}
.select-city__dropdown__choose__yes {
    background: var(--pink-color);
    color: var(--red-color);
    border: none;
}
.select-city__dropdown__choose__yes:hover {
    opacity: 1;
    background: var(--dark-pink);
    transition: .2s ease;
}
.btn-mobs {
    display: none;
}
.review {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.review>.video-review {
    width: 50%;
    padding: 0 12px;
}
.review>.video-review>video {
    width: 100%;
    height: 300px;
    max-height: 300px;
    object-fit: cover;
    border-radius: 32px;
}
.review>.video-review>iframe {
    width: 100%;
    height: 300px;
    max-height: 300px;
    border-radius: 32px;
}
.collegeis {
    margin-top: 20px;
}
.speciality .bx-filter-parameters-box-title, 
.speciality .ntns-filter {
    display: none;
}
.not_display {
    display: none;
}
.SPHERES>.select-lists>div {
    display: none;
}
.select-refresh {
    opacity: 0;
    display: none;
    position: absolute;
    top: 8px;
    right: 12px;
    color: var(--red-color);
    font-weight: 900;
    font-size: 24px;
    cursor: pointer;
}
.child-selected + .select-refresh {
    display: block;
    opacity: 1;
}
.parent-select {
    position: relative;
}
.bx-filter-select-text {
    border: 1px solid #A8A8A8;
    border-radius: 30px;
    padding: 12px 42px 12px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L8 8.5L15 1.5' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 50%;
}
.bx-filter-select-text.child-selected {
    color: var(--red-color);
    border-color: var(--red-color);
    background-image: none;
    transition: .2s ease;
}
.bx-filter-select-text:hover {
    color: var(--dark-red);
    border-color: var(--dark-red);
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L8 8.5L15 1.5' stroke='%23af2a42' stroke-width='2'/%3E%3C/svg%3E%0A");
    transition: .2s ease;
}
.bx-filter-select-text:hover + .select-refresh {
    color: var(--dark-red);
    transition: .2s ease;
}
.select-refresh:hover {
    color: var(--dark-red);
    transition: .2s ease;
}
.bx-filter-select-text.child-selected:hover {
    background-image: none;
}
.popup-window {
    -webkit-box-shadow: 0px 6px 8px 0px rgba(31, 31, 47, 0.15);
    -moz-box-shadow: 0px 6px 8px 0px rgba(31, 31, 47, 0.15);
    box-shadow: 0px 6px 8px 0px rgba(31, 31, 47, 0.15);
    border-radius: 12px;
    padding: 13px 20px;
    max-width: 400px;
}
.select-lists label {
    color: #1E1E2F;
    font-size: 16px;
    font-weight: 500;
    margin: 7px 0;
    font-family: var(--bs-body-font-family);
    cursor: pointer;
    position: relative;
}
.select-lists label:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #F7A492;
    border-radius: 20px;
    margin-right: 10px;
    position: absolute;
}
.select-lists label>span {
    padding-left: 30px;
    display: block;
}
.select-lists label.selected:before {
    background: #F26849;
    border: 1px solid #F26849;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L4.75 9L1 5.36364' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.select-lists label:hover {
    color: var(--red-color);
    transition: .2s ease;
}


@media(max-width: 1430px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
    }
    #page-body>.container, .steps-overflow>.container {
        padding-left: 48px;
        padding-right: 48px;
    }
}
@media(max-width: 1300px) {
    h1, .ud-h1, .slider_name {
        font-size: 40px;
        line-height: 1.1;
        letter-spacing: calc(1em - 41px);
    }
    h2, .ud-h2 {
        font-size: 32px;
        line-height: 1.3;
        letter-spacing: calc(1em - 33px);
    }
    .select-city__modal__title {
        font-size: 32px !important;
        line-height: 1.3;
    }
    h3, .ud-h3 {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: calc(1em - 28px);
    }
    h4, .ud-h4 {
        font-size: 21px;
        line-height: 1.3;
        letter-spacing: calc(1em - 22px);
    }
    h5, .ud-h5 {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: normal;
    }
    h6, .ud-h6 {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: normal;
    }
    .text-md-eighteen, 
    .text-sb-eighteen {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: normal;
    }
    .text-md-sixteen, 
    .text-rg-sixteen, 
    .text-sb-sixteen {
        font-size: 15px;
    }
    .text-sb-twenty {
        font-size: 18px;
        line-height: 24px;
    }
    .text-bd-twentyfour {
        font-size: 20px;
    }
    .btn-red, .btn-white, .btn-red-transparent {
        font-size: 16px !important;
    }
}
@media(max-width: 1250px) {
    .select-city__modal-wrap {
        width: calc(100% - 96px);
    }
}
@media(max-width: 1200px) {
    .col-header-70 .top-menu-bl .text-sb-eighteen, .col-header-70 .btn-red, .col-header-70 .text-md-sixteen, .col-header-70 .text-sb-sixteen {
        font-size: 15px;
    }
    .block-logo a {
        padding: 18px 10px;
    }
    .speciality-list>.col-4 {
        width: 50%;
    }
    .col-25 {
        width: 25%;
    }
    .full-form .col-6 {
        width: 100%;
    }
    .full-form .name-form {
        text-align: center;
        padding: 24px;
    }
    .full-form .name-form .ud-h1 {
        font-size: 60px;
        line-height: 68px;
        letter-spacing: calc(1em - 61px);
    }
    .full-form>.row {
        background-image: url(/bitrix/templates/ranepa/images/stars.svg);
        background-repeat: no-repeat;
        background-position: 50% 30%;
    }
    .full-form .form-img {
        display: none;
    }
    .form-pad .form-grey {
        width: 60%;
        margin: 32px auto;
    }
    .contacts .col-5, .contacts .col-7 {
        width: 100%;
    }
    .contacts>.row>div {
        display: block;
    }
    .contacts .col-5 {
        display: flex;
        margin-bottom: 32px;
    }
    .contacts h2 {
        width: 40%;
    }
    .contacts .contact-tablet {
        width: 60%;
    }
    .student-life .col-6 {
        width: 100%;
    }
    .student-life .col-6 img {
        width: 100%;
    }
    .student-life .col-6 h2 {
        display: none;
    }
    .student-life .col-6:nth-child(2) {
        margin-bottom: 32px;
    }
    .tablet-h2 {
        display: block;
    }
    .student-life .col-6.ps-5 {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
    .tablet-btn-modal {
        display: block;
    }
    .btn-footer-desktop {
        display: none;
    }
    #footer .row.mb-36>div {
        width: 50%;
    }
    .speciality .modal-dialog {
        max-width: 100%;
        margin-right: 32px;
        margin-left: 32px;
    }
    .speciality .modal-dialog>.modal-content {
        padding: 48px;
    }
    .speciality .full-form {
        margin: 0 -48px -48px -48px;
    }
    .speciality .full-form .d-flex>div {
        width: 100%;
    }
    .speciality .full-form .d-flex {
        flex-wrap: wrap;
    }
    .dark-block {
        font-size: 24px;
    }
    .number-block>*:first-child {
        font-size: 64px;
    }
    .big-cifr {
        font-size: 58px;
    }
}
@media(max-width: 1050px) {
    .header-col-desktop {
        align-items: end !important;
    }
    .block-desktop {
        display: none;
    }
    .btn-mobs {
        display: block;
    }
    .header-col-mobile {
        display: flex !important;
    }
    .header-flex>div {
        margin: 0 16px;
    }
    .header-flex>div:last-child {
        margin-right: 0;
    }
    .header-flex>.regions.mb-3 {
        margin-bottom: 0 !important;
    }
    .col-header-30 {
        width: 50%;
    }
    .col-header-70 {
        width: 50%;
    }
    .col-header-70 .text-sb-sixteen {
        font-size: 18px;
        letter-spacing: calc(1em - 18px);
    }
    .btn-icon, a.btn-menu {
        display: block;
        height: 100%;
    }
    .btn-icon>svg {
        height: 100%;
        width: 54px;
    }
    a.btn-menu>svg {
        height: 100%;
        width: 38px;
    }
    .header-col-mobile>.regions, .header-col-mobile>.btn-modal {
        margin: 0 16px;
    }
    .header-col-mobile>.btn-menu {
        margin-left: 16px;
    }
    #header>.row {
        margin-top: 0 !important;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        border-radius: 0 0 12px 12px;
        padding: 5px;
    }
    #header {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .block-logo {
        border-radius: 5px;
        justify-content: space-around;
    }
    #menuModal {
        padding-right: 0;
        color: #ffffff;
    }
    #menuModal .modal-dialog {
        height: 100vh;
        margin: 0 0 0 auto;
        max-width: 90%;
    }
    #menuModal .modal-dialog>.modal-content {
        border-radius: 32px 0 0 32px;
        background: var(--dark-red);
        height: 100%;
    }
    #menuModal .modal-dialog .modal-body {
        padding: 32px;
    }
    #menuModal .regions .text-sb-sixteen {
        font-weight: 600;
        font-size: 28px;
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
        letter-spacing: normal;
        line-height: 1.3;
    }
    #menuModal .bottom-menu .text-md-eighteen {
        font-weight: 600;
        font-size: 28px;
        color: #ffffff;
        letter-spacing: normal;
    }
    #menuModal .btn-white {
        font-size: 28px;
        line-height: 1.1;
    }
    #menuModal .mob-menu-bl>.bottom-menu>div {
        margin-bottom: 20px;
    }
    #menuModal .vk-btn-header a>div {
        color: #ffffff;
        font-weight: 500;
        font-size: 20px;
        letter-spacing: normal;
    }
    #menuModal .vk-btn-header a:hover {
        color: var(--pink-color);
    }
    #menuModal .form-red {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
    #menuModal .btn-close {
        top: 32px;
        right: 32px;
    }
    #carouselmainIndicators .carousel-inner>.carousel-item>.row {
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
    #carouselmainIndicators .carousel-inner>.carousel-item>.row>div {
        width: 100%;
    }
    #carouselmainIndicators .carousel-inner>.carousel-item>.row>.col-6:nth-child(2) {
        height: 400px;
    }
    .slider-img div {
        background-size: cover;
        background-position: 0% 25%;
    }
    #page-body>.container, .steps-overflow>.container {
        padding-left: 32px;
        padding-right: 32px;
    }
    .slider-nav {
        position: unset;
        margin-top: 12px;
    }
    .slider-nav>button {
        display: none;
    }
    .carousel-indicators [data-bs-target] {
        background-color: #1F1F2F;
    }
    h1, .ud-h1, .slider_name {
        font-size: 28px;
        letter-spacing: normal;
    }
    h2, .ud-h2 {
        font-size: 24px;
        letter-spacing: normal;
    }
    .select-city__modal__title {
        font-size: 24px !important;
    }
    h3, .ud-h3 {
        font-size: 22px;
        letter-spacing: normal;
    }
    h4, .ud-h4 {
        font-size: 20px;
        line-height: 1.3;
        letter-spacing: normal;
    }
    h5, .ud-h5 {
        font-size: 16px;
    }
    h6, .ud-h6 {
        font-size: 16px;
    }
    .collegeis>.row:nth-child(2) {
        max-width: 100vw;
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding-bottom: 20px;
    }
    .collegeis>.row:nth-child(2)>.col-4 {
        width: 60vw;
    }
    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pt-60 {
        padding-top: 40px;
    }
    .pb-60 {
        padding-bottom: 40px;
    }
    .pb-80 {
        padding-bottom: 60px;
    }
    .mt-60 {
        margin-top: 40px;
    }
    .mb-60 {
        margin-bottom: 40px;
    }
    .my-60 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .mt-32 {
        margin-top: 24px;
    }
    .mb-32 {
        margin-bottom: 24px;
    }
    .mb-p-32>p {
        margin-bottom: 24px;
    }
    .mb-36 {
        margin-bottom: 28px;
    }
    .mb-40 {
        margin-bottom: 30px;
    }
    .mb-48 {
        margin-bottom: 32px;
    }
    .colleges-city>.row:nth-child(2)>.col-6 {
        width: 100%;
    }
    .colleges-city>.row:nth-child(2)>.col-6.ps-5 {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
        padding-top: 32px;
    }
    .colleges-city>.row:nth-child(3)>.col-3 {
        width: 50%;
        margin-bottom: 24px;
    }
    .slide img {
        width: 100%;
    }
    .big-cifr {
        font-size: 40px;
    }
    .partners>.row:nth-child(2) {
        max-width: 100vw;
        overflow-x: scroll;
        flex-wrap: nowrap;
    }
    .partners>.row:nth-child(2)>.col-25 {
        width: 30vw;
    }
    .partners-white {
        height: 150px;
    }
    .full-form .name-form .ud-h1 {
        font-size: 40px;
        line-height: 1.3;
        letter-spacing: normal;
    }
    .news-page .col-4 {
        width: 50%;
    }
    .news-detail-txt .col-2 {
        display: none;
    }
    .news-detail-txt .col-8 {
        width: 100%;
    }
    .cvalification-txt {
        font-size: 26px;
        padding: 12px;
    }
    .sp-dates>div:nth-child(2) {
        font-size: 26px;
    }
    #slider .desctop-image {
        display: none;
    }
    #slider .mobile-image {
        display: block;
    }
    #slider .slider_descr, #slider .slider-btn {
        display: none;
    }
    #carouselmainIndicators .carousel-item {
        height: 650px;
    }
    .desktop-href-slider {
        display: none;
    }
    .mobile-href-slider {
        display: block;
        color: #ffffff;
    }
    .footer-top {
        height: 40px;
    }
    .colleges-city>.row:first-child, 
    .collegeis>.row:first-child, 
    .colleges-dates>.row:first-child, 
    .partners h2, 
    .student-life .tablet-h2, 
    .contacts h2 {
        margin-bottom: 32px !important;
    }
    .select-city__modal-wrap {
        width: calc(100% - 64px);
    }
    .review {
        display: block;
    }
    .review>.video-review {
        width: 100%;
        margin-bottom: 24px;
    }
    .review>.video-review>video, .review>.video-review>iframe {
        height: 400px;
        max-height: 400px;
    }
}
@media(max-width: 800px) {
    .speciality-list>.col-4 {
        width: 100%;
    }
    .header-flex>div {
        margin: 0 12px;
    }
    .speciality-item {
        height: auto;
        min-height: 200px;
    }
    .partners>.row:nth-child(2)>.col-25 {
        width: 60vw;
    }
    .form-pad .form-grey {
        width: 100%;
        margin: 12px 0 0 0;
    }
    .full-form>.row {
        background: none;
        margin-left: -32px;
        margin-right: -32px;
    }
    .full-form .form-pad {
        padding: 0;
    }
    .big-accordion>.accordion-item .accordion-button {
        padding: 24px 0;
        font-size: 18px;
    }
    .contacts h2, .contacts .contact-tablet {
        width: 100%;
    }
    .contacts .col-5 {
        display: block;
        margin-bottom: 32px;
    }
    .footer-desktop {
        display: none !important;
    }
    .footer-mobile {
        display: flex !important;
    }
    .copyright {
        flex-direction: column-reverse;
    }
    .copyright>.text-end {
        text-align: start !important;
    }
    .copyr-ud {
        justify-content: start;
        margin-bottom: 12px;
    }
    .copyright>.col-6 {
        width: 100%;
    }
    .full-form .name-form .ud-h1 {
        font-size: 32px;
    }
    .partners>.row>.col-6 {
        width: 100%;
    }
    .partners>.row>.col-6.ps-5 {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
    .partners h2 {
        margin-bottom: 24px;
    }
    .step-line {
        display: none;
    }
    .step-first {
        display: block;
        width: auto;
        position: absolute;
    }
    .steps-relat>.col-4 {
        width: 100%;
        display: none;
        margin-top: 80px;
    }
    .big-circle {
        width: 60px;
        height: 60px;
    }
    .small-circle {
        background: transparent;
        border: 1px solid var(--blue-color);
        color: var(--blue-color);
        width: 36px;
        height: 36px;
        font-size: 23px;
    }
    .blue-mob .small-circle {
        background: var(--blue-color);
        color: #ffffff;
    }
    .steps-relat {
        justify-content: center;
        position: relative;
    }
    .steps-relat>.mob-cifr-1 {
        left: 0;
    }
    .steps-relat>.mob-cifr-2 {
        left: 64px;
    }
    .steps-relat>.mob-cifr-3 {
        left: 128px;
    }
    .steps-relat>.mob-cifr-4 {
        left: 192px;
    }
    .steps-relat>.mob-cifr-5 {
        left: 256px;
    }
    .competition-list>div {
        width: 100%;
    }
    .cvalification {
        flex-wrap: wrap;
    }
    .cvalification>div:first-child {
        width: 100%;
        padding-right: 0;
    }
    .cvalification-txt {
        width: 100%;
    }
    .sp-dates {
        flex-wrap: wrap;
        align-items: baseline;
    }
    .sp-dates>div:first-child {
        width: 100%;
        margin-bottom: 12px;
    }
    .sp-dates>div:nth-child(2), .sp-dates>div:nth-child(3) {
        width: 50%;
    }
    .sp-dates>div:nth-child(3) {
        text-align: end;
    }
    .what-new-list li {
        margin-bottom: 16px;
    }
    .atcities {
        padding: 24px;
    }
    #gotoModal .modal-dialog {
        max-width: 100%;
        margin-left: 24px;
        margin-right: 24px;
        margin-top: 24px;
    }
    #gotoModal .modal-dialog>.modal-content {
        padding: 24px;
    }
    /*.speciality form>.row>.col-lg-12:nth-child(2) .bx-filter-block>.bx-filter-parameters-box-container, 
    .speciality form>.row>.col-lg-12:first-child .bx-filter-block>.bx-filter-parameters-box-container {
        position: relative;
    }
    .speciality form>.row>.col-lg-12:nth-child(2) .col-xs-12, 
    .speciality form>.row>.col-lg-12:first-child .col-xs-12 {
        display: none;
        position: absolute;
        top: 50px;
        background: #ffffff;
        border-radius: 12px;
        padding: 20px;
        -webkit-box-shadow: 0px 6px 8px -4px rgba(31, 31, 47, 0.15);
        -moz-box-shadow: 0px 6px 8px -4px rgba(31, 31, 47, 0.15);
        box-shadow: 0px 6px 8px -4px rgba(31, 31, 47, 0.15);
        z-index: 1;
    }
    .speciality .ud-option, 
    .speciality .ud-option-radio {
        display: block;
        width: auto;
        font-size: 16px;
        border: 1px solid #A8A8A8;
        border-radius: 30px;
        padding: 12px 48px 12px 24px;
        color: #000000;
        font-weight: 700;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L8 8.5L15 1.5' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: calc(100% - 16px) 50%;
    }
    .speciality .ud-option-radio {
        margin-bottom: 12px;
    }
    .ud-option.clicked, .ud-option-radio.clicked {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 8.5L8 1.5L1 8.5' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
        transition: .2s ease;
    }
    .speciality form>.row>.col-lg-12:first-child .col-xs-12 .radio>label .bx-filter-param-text {
        padding: 0;
        background: transparent;
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }
    .speciality form>.row>.col-lg-12:first-child .col-xs-12 .radio>label input[type="radio"]:checked + .bx-filter-param-text {
        color: var(--red-color);
        background: transparent;
    }
    .speciality .radio {
        margin-right: 16px;
        margin-bottom: 16px;
    }*/
    .howmusch>div {
        width: 100%;
        text-align: center;
    }
    .howmusch {
        flex-wrap: wrap;
    }
    .howmusch .ud-h3 {
        margin-bottom: 12px;
    }
    .text-howmusch {
        font-size: 26px;
    }
    .bl-bottom-menu .bottom-menu a {
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
    .colleges-city>.row:nth-child(2)>.col-6.ps-5 {
        margin-bottom: 24px;
    }
    .student-life .col-6:nth-child(2) {
        margin-bottom: 24px;
    }
    #carouselNewsIndicators .carousel-item img {
        height: auto;
    }
    .dark-block {
        font-size: 20px;
    }
    .number-block>*:first-child {
        font-size: 40px;
    }
    .number-block>*:nth-child(2) {
        font-size: 16px;
        padding-left: 24px;
    }
    #footer>.container {
        padding-top: 48px;
    }
}
@media(max-width: 600px) {
    .speciality-item {
        padding: 24px;
    }
    .header-flex>div {
        margin: 0 8px;
    }
    #menuModal .regions .text-sb-sixteen, 
    #menuModal .bottom-menu .text-md-eighteen, 
    #menuModal .btn-white {
        font-size: 20px;
    }
    #menuModal .vk-btn-header a>div {
        font-size: 18px;
    }
    a.btn-menu>svg {
        width: 32px;
    }
    .btn-icon>svg {
        width: 42px;
    }
    .header-col-mobile>.regions, .header-col-mobile>.btn-modal {
        margin: 0 12px;
    }
    .py-60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pt-60 {
        padding-top: 30px;
    }
    .pb-60 {
        padding-bottom: 30px;
    }
    .pb-80 {
        padding-bottom: 50px;
    }
    .my-60 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .mt-60 {
        margin-top: 30px;
    }
    .mb-60 {
        margin-bottom: 30px;
    }
    .mt-32 {
        margin-top: 21px;
    }
    .mb-32 {
        margin-bottom: 21px;
    }
    .mb-36 {
        margin-bottom: 24px;
    }
    .mb-40 {
        margin-bottom: 28px;
    }
    .mb-48 {
        margin-bottom: 32px;
    }
    .big-cifr {
        font-size: 32px;
    }
    .collegeis>.row:nth-child(2)>.col-4 {
        width: 80vw;
    }
    .news-page .col-4 {
        width: 100%;
    }
    .speciality .modal-dialog {
        margin-right: 16px;
        margin-left: 16px;
    }
    .modal .btn-close, .select-city__close {
        top: 12px;
        right: 12px;
        width: 36px;
        height: 36px;
    }
    .speciality .modal-dialog>.modal-content {
        padding: 32px;
        padding-top: 42px;
    }
    .cvalification-txt, .sp-dates>div:nth-child(2) {
        font-size: 22px;
    }
    #carouselmainIndicators .carousel-item {
        height: 700px;
    }
    .col-header-70 .text-sb-sixteen {
        font-size: 16px;
        letter-spacing: normal;
    }
    .speciality {
        padding: 0;
    }
    .speciality.pt-60 {
        padding-top: 30px;
    }
    .speciality>.modal-dialog {
        margin: 0;
        border-radius: 0;
    }
    .freeplace {
        padding: 32px;
    }
    .places-flex {
        flex-wrap: wrap;
    }
    .places-flex>.freeplace-block, .places-flex>.coinplace-block {
        width: 100%;
    }
    .place-driver {
        display: none;
    }
    .places-flex .freeplace-block {
        border-bottom: 1px solid #B0B0B8;
    }
    .speciality .full-form {
        margin: 0 -32px -32px -32px;
    }
    .modal .btn-close, .select-city__close {
        background-size: 60%;
    }
    .student-life .text-sb-twenty {
        font-size: 16px;
    }
    .mb-p-32>p {
        margin-bottom: 24px;
    }
    .colleges-city>.row:first-child, 
    .collegeis>.row:first-child, 
    .colleges-dates>.row:first-child, 
    .partners h2, 
    .student-life .tablet-h2, 
    .contacts h2 {
        margin-bottom: 24px !important;
    }
    .block-to-home>div {
        font-size: 14px;
    }
    .select-city__modal__list, .select-city__list_wrapper_favorites .select-city__list {
        display: block;
    }
    .select-city__modal-wrap {
        width: calc(100% - 16px);
        padding: 32px 24px;
        margin: 8px;
        max-height: calc(100% - 16px);
        overflow-y: scroll;
    }
    .select-city__modal__list__item, .select-city__list_item {
        font-size: 16px !important;
    }
    .select-city__modal__list__item, .select-city__list_item {
        margin-bottom: 16px !important;
        margin-right: 0;
    }
    .select-city__block__text-city {
        font-size: 14px;
    }
    .select-city__block__text-city:after {
        display: none;
    }
    .number-block>*:first-child {
        font-size: 24px;
    }
    .select-city__dropdown-wrap {
        right: 15px;
    }
    .review>.video-review>video, .review>.video-review>iframe {
        height: 250px;
        max-height: 250px;
    }
    .block-logo a {
        padding: 12px 10px;
    }
    .driver {
        margin: 0;
    }
    .popup-window {
        max-width: 100%;
        left: 25px !important;
        right: 25px;
    }
    .select-city__block {
        text-align: end;
    }
}
@media(max-width: 475px) {
    #menuModal .regions .text-sb-sixteen, 
    #menuModal .bottom-menu .text-md-eighteen, 
    #menuModal .btn-white {
        font-size: 20px;
    }
    #menuModal .vk-btn-header a>div {
        font-size: 18px;
    }
    a.btn-menu>svg {
        width: 24px;
    }
    .btn-icon>svg {
        width: 32px;
    }
    .header-col-mobile>.regions, .header-col-mobile>.btn-modal {
        margin: 0 8px;
    }
    #page-body>.container, .steps-overflow>.container {
        padding-left: 24px;
        padding-right: 24px;
    }
    .pluses-white .text-md-eighteen {
        font-size: 14px;
    }
    .pluses-white {
        padding: 16px;
        height: 100%;
    }
    .red-line-y {
        margin-left: -24px;
    }
    .red-big-circle {
        margin-right: 12px;
    }
    .line-y-content {
        width: calc(100% - 40px);
    }
    .collegeis>.row:nth-child(2)>.col-4 {
        width: 80vw;
    }
    .col-header-70 .text-sb-sixteen {
        font-size: 14px;
        letter-spacing: normal;
    }
    #carouselmainIndicators .carousel-item>.row {
        height: auto;
    }
    #carouselmainIndicators .carousel-inner>.carousel-item>.row>.col-6:nth-child(2) {
        height: 250px;
    }
    #carouselmainIndicators .carousel-item>.row {
        height: auto;
    }
    .slider_name {
        font-size: 24px;
    }
    .slider-block-first {
        padding: 32px;
    }
    #carouselmainIndicators .carousel-item {
        height: 500px;
    }
    .form>div:nth-child(4)>div:nth-child(2) {
        position: relative;
    }
    .form>div:nth-child(4)>div:nth-child(2)>label {
        margin-left: 30px;
    }
    .form>div:nth-child(4)>div:nth-child(2)>label:before {
        position: absolute;
        left: 0;
        margin-top: 0;
    }
    .form>div:nth-child(4)>div:nth-child(2)>label a {
        display: contents;
    }
    .block-logo a {
        padding: 10px 6px;
    }
    .logo-link {
        display: none;
    }
    .big-accordion>.accordion-item .accordion-button {
        font-size: 16px;
    }
    .big-accordion .accordion-button::after, .big-accordion .accordion-button:not(.collapsed)::after {
        width: 18px;
        height: 12px;
    }
    .select-city__block__text-city {
        font-size: 13px;
    }
}
@media(max-width: 400px) {
    .select-city__modal-wrap {
        height: calc(100% - 16px);
    }
    .select-city__modal__list {
        max-height: 100%;
    }
    .header-flex {
        flex-wrap: wrap;
        justify-content: end;
    }
    .header-flex>.regions {
        width: 100%;
        text-align: end;
        margin: 0;
        padding-bottom: 8px;
    }
}
@media(max-width: 375px) {
    #carouselmainIndicators .carousel-item {
        height: 500px;
    }
    .modal .btn-close, .select-city__close {
        width: 24px;
        height: 24px;
    }
    .big-circle {
        width: 50px;
        height: 50px;
    }
    .steps-relat>.mob-cifr-1 {
        left: 0;
    }
    .steps-relat>.mob-cifr-2 {
        left: 54px;
    }
    .steps-relat>.mob-cifr-3 {
        left: 104px;
    }
    .steps-relat>.mob-cifr-4 {
        left: 158px;
    }
    .steps-relat>.mob-cifr-5 {
        left: 212px;
    }
    .competition-list>div {
        width: 100%;
    }
    #speciality .smartfilter>.row {
        justify-content: flex-start;
    }
    #speciality .smartfilter>.row>.col-lg-12:first-child {
        margin-bottom: 12px;
    }
}
@media(max-width: 350px) {
    #carouselmainIndicators .carousel-item {
        height: 550px;
    }
    .pluses-white .text-md-eighteen {
        font-size: 13px;
    }
}



/* End */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?171559852551 */
/* /local/templates/ranepa/template_styles.css?171922608464734 */
