@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

@font-face {
    font-family: 'Glober Regular';
    src: url('../fonts/GloberRegular.eot');
    src: local('☺'), url('../fonts/GloberRegular.woff') format('woff'), url('../fonts/GloberRegular.ttf') format('truetype'), url('../fonts/GloberRegular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glober Bold';
    src: url('../fonts/GloberBold.eot');
    src: local('☺'), url('../fonts/GloberBold.woff') format('woff'), url('../fonts/GloberBold.ttf') format('truetype'), url('../fonts/GloberBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Glober Regular';
    line-height: 1.5;
    color: #292929;
    font-size: 15px;
    overflow-x: hidden;
}

a {
    color: #292929;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#leaderboard {
    border-bottom: 1px solid #FAFCFD;
}

.city-select {
    padding-top: 10px;
    padding-bottom: 10px;
}

.city-select a {
    display: inline-block;
    padding-left: 20px;
    font-size: 14px;
    background: url(../images/location.png) left center no-repeat;
    line-height: 16px;
    background-size: 12px;
    line-height: 16px;
    text-decoration: none;
}

.city-select a span {
    display: inline-block;
    border-bottom: 1px dashed;
}

.header-menu {
    padding-top: 10px;
    padding-bottom: 10px;
}

.item-bottom {
    display: none;
}


.header-menu ul,
.header-menu ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}

.header-menu ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 30px;
    font-size: 14px;
}

.header-menu ul li:first-child {
    margin-left: 0px;
}

.header-menu ul li:last-child {
    margin-right: 0px;
}

.user-login {
    text-align: right;
    padding-top: 7px;
}

.user-login a {
    display: inline-block;
    width: 89px;
    height: 29px;
    border: 1px solid #F2F6FA;
    line-height: 31px;
    padding-left: 33px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    background: url(../images/lock.png) 10px center no-repeat;
    transition: all 0.2s ease;
}

.user-login a:hover {
    background-color: #F2F6FA;
}

.branding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.logo {
    line-height: 1;
}

.logo a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Roboto";
}

.logo a span {
    font-weight: bold;
}

.help {
    text-align: center;
}

.help a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 30px;
}

.help a:nth-child(1) {
    color: #4DA900;
    padding-left: 40px;
    background: url(../images/help-1.png) left center no-repeat;
    line-height: 30px;
    font-size: 14px;
}

.help a:nth-child(2) {
    background: rgb(251, 199, 42);
    background: -moz-linear-gradient(top, rgba(251, 199, 42, 1) 0%, rgba(251, 199, 42, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(251, 199, 42, 1) 0%, rgba(251, 199, 42, 1) 100%);
    background: linear-gradient(to bottom, rgba(251, 199, 42, 1) 0%, rgba(251, 199, 42, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbc72a', endColorstr='#fbc72a', GradientType=0);
    width: 218px;
    height: 40px;
    border-radius: 5px;
    line-height: 43px;
    text-align: center;
    color: #000;
    font-size: 14px;
    transition: all 0.2s ease;
}

.help a:nth-child(2):hover {
    opacity: 0.8;
}

.menu-btn {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    z-index: 999;
}

.m-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #F2F6FA;
    border-radius: 5px;
    cursor: pointer;
}

.m-btn span {
    display: block;
    margin: 0 auto;
    width: 19px;
    height: 2px;
    transition: .3s ease;
    background: #868D9A;
}

.m-btn span:not(:last-child) {
    margin-bottom: 4px;
}

.secondary-menu {
    width: 100%;
    background: #1B65EB;
    line-height: 1;
}

.secondary-menu ul,
.secondary-menu ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}

.secondary-menu ul {
    display: flex;
    justify-content: space-between;
}

.secondary-menu ul li a {
    display: block;
    line-height: 60px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.highlighted {
    background: #FAFCFD url(../images/bg-1.png);
    padding: 30px 0px;
}

.h1,
.highlighted h1 {
    margin: 12px 0 24px;
    font-size: 40px;
    line-height: 1.1;
    font-family: 'Glober Bold';
}

.h1 span {
    color: #4DA900;
    font-family: 'Glober Regular';
}

.highlighted h1 {
    max-width: 830px;
}

.edu-filter {
    padding-top: 15px;
}

.edu-filter a {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid transparent;
}

.edu-filter a:hover,
.edu-filter a.active {
    color: #002B5D;
    border-color: #4DA900;
}

.top-blocks {
    padding-top: 30px;
    padding-bottom: 50px;
}

.top-blocks-2 {
    padding-top: 0px;
}

.tb {
    display: inline-block;
    width: 365px;
    height: 150px;
    border: 1px solid #D3D8DC;
    border-radius: 5px;
    padding: 30px 105px 0px 20px;
    color: #4E5B67;
    position: relative;
    vertical-align: top;
}

.tb-2 {
    margin: 0px 18px;
}

.tb-title {
    font-size: 20px;
    font-family: 'Glober Bold';
    color: #292929;
}

.tb:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
}

.tb-1:after {
    background: url(../images/tb-1.png) left top no-repeat;
    width: 79px;
    height: 87px;
    margin-top: -44px;
}

.tb-2:after {
    background: url(../images/tb-2.png) left top no-repeat;
    width: 80px;
    height: 74px;
    margin-top: -37px;
}

.tb-3:after {
    background: url(../images/tb-3.png) left top no-repeat;
    width: 89px;
    height: 81px;
    margin-top: -41px;
}

.block {
    margin-bottom: 24px;
}

.block-title {
    font-family: 'Glober Bold';
    font-size: 40px;
    line-height: 1;
    color: #000;
    padding-bottom: 20px
}

.fs-list {
    text-align: center;
}

.fs-item {
    display: inline-block;
    width: 267px;
    height: 170px;
    vertical-align: top;
    background: #fff;
    box-shadow: 0px 0px 40px rgba(70, 111, 152, 0.16);
    border-radius: 2px;
    margin: 10px;
    transition: all 0.2s ease;
    line-height: 1.2;
}

.fs-item:hover {
    box-shadow: 0px 0px 10px rgba(70, 111, 152, 0.16);
}

img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.fs-img {
    margin: 0px;
    padding: 0px;
}

.fs-item a {
    display: block;
    color: #002B5D;
    text-decoration: none;
    font-family: 'Glober Bold';
    padding-top: 30px;
    height: 170px;
    width: 100%;
    font-size: 18px;
}

.fs-item img {
    display: inline-block;
    margin-bottom: 15px;
}

.banner-1 {
    width: 100%;
    background: url(../images/banner-1.png) center center no-repeat;
    background-size: cover;
}

.banner-1-1 {
    background: url(../images/banner-1-1.png) center center no-repeat;
    border: 1px solid #F0F0F0;
    border-radius: 4px;
}

.banner-cources-list {
    margin-bottom: 0px;
}

.banner-1-inner {
    width: 100%;
    background: url(../images/banner-1-inner.png) center center no-repeat;
    background-size: 1140px;
    padding: 40px 0px;
    text-align: center;
    color: #15A4FA;
    font-size: 20px;
}

.banner-1-1 .banner-1-inner {
    background: none;
    color: #4E5B67;
    font-size: 22px;
}

.b-title {
    color: #fff;
    line-height: 1;
    font-size: 40px;
    font-family: 'Glober Bold';
}

.banner-1-1 .b-title {
    color: #292929;
}

.rec-list {
    text-align: center;
}

.rec-list img {
    max-height: 112px;
    width: auto;
}

.rec-title,
.rec-logo {
    width: 100%;
    padding: 0px;
}

.rec-item {
    display: inline-block;
    vertical-align: top;
    width: 130px;
    margin: 0px 15px;
}

.rec-title {
    font-size: 14px;
    font-family: 'Glober Bold';
    padding-bottom: 5px;
    padding-top: 10px;
}

.rec-desc {
    font-size: 14px;
    color: #002B5D;
    line-height: 1.2;
}

.all-link {
    text-align: right;
}

.all-link a {
    display: inline-block;
    width: 149px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #4DA900;
    border-radius: 3px;
}

.banner-2 {
    background: url(../images/banner-2.png) right bottom no-repeat;
    background-size: 270px;
    height: 440px;
    position: relative;
    border: 1px solid #F2F6FA;
    padding: 30px 20px;
    color: #4E5B67;
}

.banner-2-title {
    font-size: 22px;
    font-family: 'Glober Bold';
    line-height: 1.2;
    color: #000;
    padding-right: 40px;
    padding-bottom: 30px;
}

.banner-2-text {
    padding-right: 60px;
}

.banner-2-link {
    position: absolute;
    bottom: 40px;
    left: 20px;
}

.banner-2-link a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    width: 155px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 3px;
    background: rgb(0, 132, 255);
    background: -moz-linear-gradient(top, rgba(0, 132, 255, 1) 0%, rgba(21, 81, 189, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 132, 255, 1) 0%, rgba(21, 81, 189, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 132, 255, 1) 0%, rgba(21, 81, 189, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0084ff', endColorstr='#1551bd', GradientType=0);
}

.article-item {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    vertical-align: top;
    margin-right: 15px;
    color: #4E5B67;
}

.article-item:nth-child(3n) {
    margin-right: 0px;
}

.article-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.a-title {
    padding: 10px 0px;
}

.a-title a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Glober Bold';
}

.a-tags {
    padding-top: 10px;
}

.a-tags a {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 3px;
    background: #F2F6FA;
    margin-right: 5px;
    font-family: Roboto;
    font-size: 11px;
    text-decoration: none;
    color: #868D9A;
    margin-bottom: 5px;
    transition: all 0.2s ease;
}

.a-tags a:hover {
    background: #F5F7F7;
}

.social {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../images/bg-1.png);
}

.social img {
    max-width: 100%;
    height: auto;
}

.block-title a {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 15px 5px 15px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #4DA900;
    border-radius: 3px;
    font-family: 'Glober Regular';
    line-height: 1;
    margin-left: 5px;
}

.news-date {
    padding-bottom: 10px;
    font-size: 12px;
    color: #868D9A;
}

.news-title {
    font-size: 16px;
}

.news-title a {
    color: #002B5D;
}

.news-row-1 {
    padding-bottom: 20px;
}

.owl-nav {
    position: absolute;
    top: -50px;
    right: 0px;
}

.owl-nav button {
    width: 29px;
    height: 29px;
    overflow: hidden;
    text-indent: -1000px;
    margin-left: 5px;
}

.owl-carousel .owl-nav button.owl-prev {
    background: url(../images/left.png) left top no-repeat;
}

.owl-carousel .owl-nav button.owl-next {
    background: url(../images/right.png) left top no-repeat;
}

.front-about {
    padding-bottom: 80px;
}

.block-subtitle {
    color: #868D9A;
    font-size: 20px;
}

.type-1 {
    color: #868D9A;
    font-size: 18px;
}

.type-2 {
    font-size: 15px;
    color: #868D9A;
}

footer {
    margin-top: 0px;
}

.footer-blocks {
    width: 100%;
    background: #002B5D;
    color: #fff;
    padding: 50px 0px;
}

.site-name {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-family: Roboto;
}

.social-links {
    margin-top: 100px;
}

.f-menu span {
    display: none;
}

.custom-footer__wrapper .social-links {
    display: none;
}

.social-links a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    width: 38px;
    height: 38px;
    background: #001F47;
    border-radius: 3px;
    margin-right: 3px;
    background-position: center center;
    background-repeat: no-repeat;
}

.social-links a.twi {
    background-image: url(../images/s1.png);
}

.social-links a.gplus {
    background-image: url(../images/s2.png);
}

.social-links a.fb {
    background-image: url(../images/s3.png);
}

.social-links a.ok {
    background-image: url(../images/s4.png);
}

.social-links a.vk {
    background-image: url(../images/s5.png);
}

.social-links a:hover {
    background-color: #3B599A;
}

.f-menu {
    display: inline-block;
    vertical-align: top;
}

.custom-footer__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.custom-f-menu {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.f-menu ul,
.f-menu ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}

.f-menu ul li {
    padding-bottom: 20px;
    font-family: Roboto;
    padding-right: 20px;
}

.f-menu ul li a {
    color: #6D93C0;
}

.copyrights {
    background: #001F47;
    padding: 25px 0px;
    color: #6D93C0;
    font-size: 14px;
    font-family: Roboto;
}

.rules {
    text-align: right;
}

.rules a {
    color: inherit;
}

.breadcrumbs {
    padding: 30px 15px;
}

.highlighted .breadcrumbs {
    padding-top: 0px;
}

.breadcrumbs ul,
.breadcrumbs ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}

.breadcrumbs ul li {
    display: inline-block;
    color: #002B5D;
}

.breadcrumbs ul li a {
    color: #002B5D;
}

.breadcrumbs ul li a:hover {
    text-decoration: none;
}

.breadcrumbs ul li:after {
    display: inline-block;
    content: '/';
    margin-left: 4px;
}

.breadcrumbs ul li:last-child:after {
    display: none;
}

.filter {
    background: #F7F3E7;
    position: relative;
    padding: 20px 30px;
    border: 2px solid #DFDACA;
    border-radius: 5px;
}

.filter:after {
    display: block;
    content: '';
    clear: both;
}

.filter-title {
    font-size: 22px;
    font-family: "Glober Bold";
}

.filter form {
    padding-top: 15px;
}

.filter form.is-toggle {
    display: none;
}

.filter-hide {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #002B5D;
    font-size: 14px;
    border-bottom: 1px dashed;
    cursor: pointer;
}

.vuz-form ul li {
    list-style-type: none;
}

.filter-item {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    align-items: center;
}

.field-checkbox__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.field-checkbox__wrapper .inputs {
    width: 574px;
    display: flex;
    flex-direction: column;
}

.field-checkbox__wrapper .inputs div {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.filter-item select {
    width: 574px;
    height: 40px;
    padding: 0px 20px;
    font-size: 14px;
    border: 0px;
}

.filter-item label {
    font-weight: normal;
}

.filter-actions {
    width: 574px;
    float: right;
    padding-top: 10px;
}

.btn-blue {
    height: 40px;
    padding: 0px 30px;
    border-radius: 4px;
    color: #fff;
    border: 0px;
    font-family: Roboto;
    background: rgb(0, 132, 255);
    background: -moz-linear-gradient(top, rgba(0, 132, 255, 1) 0%, rgba(21, 81, 189, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 132, 255, 1) 0%, rgba(21, 81, 189, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 132, 255, 1) 0%, rgba(21, 81, 189, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0084ff', endColorstr='#1551bd', GradientType=0);
    margin-right: 30px;
}

.btn-blue:hover {
    opacity: 0.8;
    color: #fff;
}

.filter-reset {
    cursor: pointer;
    color: #002B5D;
    border-bottom: 1px dashed;
    text-decoration: none;
    font-size: 14px;
}

.cources {
    padding: 50px 0 20px 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/*.cources:after {*/
/*    display: block;*/
/*    content: '';*/
/*    clear: both;*/
/*}*/

.cources-title {
    font-size: 22px;
    font-family: "Glober Bold";
}

/*.cources-toggle {*/
/*    position: absolute;*/
/*    top: 40px;*/
/*    right: 0px;*/
/*}*/
@media screen and (max-width: 767.98px) {
    .cources-toggle {
        width: 100%;
    }
}

.cources-toggle .nav-tabs {
    margin: 0;
}

.univercity-toggle {
    float: right;
    position: relative;
    top: 0px;
    margin: -10px 0px -20px 0px;
}

.cources-toggle .btn {
    height: 40px;
    border: 0px;
    line-height: 40px;
    border: 1px solid #BDC2CB;
    background: none;
    padding: 0px 30px;
    padding-top: 2px;
}

.cources-toggle .btn:hover,
.cources-toggle .btn.active {
    background: #F2F6FA;
}

.content {
    padding-bottom: 80px;
}

p.phone {
    font-size: 40px;
    line-height: 1;
    padding: 0px;
    margin: 0px;
    font-family: "Glober Bold";
}

.phone-desc {
    font-size: 16px;
}

.contact-form {
    background: #fff;
    box-shadow: 0px 0px 40px rgba(70, 111, 152, 0.16);
    padding: 30px;
}

.form-item label {
    font-weight: normal;
}

.cf-title {
    font-size: 22px;
    font-family: "Glober Bold";
    padding-bottom: 10px;
}

.form-item .form-control {
    border-radius: 4px;
    border: 2px solid #DFE3E9;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px 15px 0px 15px;
}

.form--review {
    font-family: 'Glober Regular';
    color: #4E5B67;
}

.form-submit--politic {
    display: flex;
    flex-direction: column;
}

.form-submit--politic button {
    margin-right: 0;
}

.form-submit--politic span {
    margin-top: 12px;
}

.form-submit--politic span a {
    display: inline-block;
    color: #002B5D;
    transition: .3s ease;
}

.form-submit--politic span a:hover {
    opacity: .7;
}

.form-item textarea.form-control {
    resize: none;
    height: 160px;
    padding-top: 15px;
}

.form-actions {
    padding-top: 10px;
}


.form-group--rating {
    margin: 12px 0;
}


.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-radio + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    padding-left: 0;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio + label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* стили при наведении курсора на радио */
.custom-radio:not(:disabled):not(:checked) + label:hover::before {
    border-color: #b3d7ff;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio:not(:disabled):active + label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

/* стили для радиокнопки, находящейся в фокусе */
.custom-radio:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio:focus:not(:checked) + label::before {
    border-color: #80bdff;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio:checked + label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}


.content p a {
    color: #002B5D;
}

.content p {
    margin: 5px 0px 15px 0px;
}

.content h1.h1 {
    padding-bottom: 10px;
}

.content p strong {
    font-weight: normal;
    font-family: "Glober Bold";
}

.academica-today {
    font-size: 16px;
}

.white-box {
    background: #fff;
    box-shadow: 0px 0px 40px rgba(70, 111, 152, 0.16);
    padding: 30px;
    margin-top: 30px;
    padding-right: 150px;
    position: relative;
}

.white-box:after {
    display: block;
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
}

.white-box-1:after {
    background: url(../images/wb-1.png) left top no-repeat;
    width: 70px;
    height: 70px;
}

.white-box-2:after {
    background: url(../images/wb-2.png) left top no-repeat;
    width: 70px;
    height: 75px;
}

.wb-title {
    font-size: 22px;
    font-family: "Glober Bold";
}

.wb-text {
    padding: 10px 0px;
}

.btn-green {
    display: inline-block;
    padding: 0px 30px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #4DA900;
    border-radius: 3px;
}

.btn-black {
    display: inline-block;
    padding: 0px 30px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #D3D8DC;
    border-radius: 3px;
}

.btn-yellow {
    display: inline-block;
    padding: 0px 30px;
    height: 40px;
    margin-top: 15px;
    color: #292929;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #FDD96D;
    border-radius: 3px;
}

.up-row .btn-map {
    margin: 0;
    /*color: #292929;*/
    text-decoration: underline;
}

.up-row .btn-yellow {
    color: #292929;
}

.up-callback a.btn-blue,
.content p a.btn-blue {
    color: #fff;
    text-decoration: none;
    line-height: 40px;
}

.up-callback a.btn-blue {
    width: 140px;
}

.up-callback button.btn-blue {
    margin-top: 20px;

}

.content div a.btn-blue {
    color: #fff;
    text-decoration: none;
    line-height: 40px;
}

#feedback {
    width: 100%;
    height: 100%;
}

#feedback .modal-dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-content {
    padding: 20px 30px 30px 30px;
    border-radius: 0px;
    box-shadow: none;
}

.modal-header {
    padding: 0px;
    border-bottom: 0px;
}

.modal-header .close {
    margin-top: -2px;
    font-size: 40px;
    font-weight: normal;
    opacity: 0.6;
}

.sidebar-banners img {
    max-width: 100%;
    height: auto;
}

.sb-item {
    padding-bottom: 30px;
}

.post-meta {
    font-size: 13px;
    color: #868D9A;
    padding-bottom: 15px;
}

.post-place {
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    padding: 15px 30px;
    line-height: 1;
    font-size: 15px;
}

.post-share {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.ps-soc {
    margin-left: 10px;
}

.ps-soc a {
    display: block;
    text-decoration: none;
    width: 30px;
    height: 30px;
}

.ps-soc-fb {
    background: url(../images/soc-1.png) left top no-repeat;
}

.ps-soc-ok {
    background: url(../images/soc-2.png) left top no-repeat;
}

.ps-soc-vk {
    background: url(../images/soc-3.png) left top no-repeat;
}

.comments {
    padding: 40px 0px;
}

.box-title {
    font-size: 22px;
    font-family: "Glober Bold";
    padding-bottom: 15px;
}

.box-title span {
    color: #4DA900;
    font-family: "Glober Regular";
}

.box-title a {
    color: #002B5D;
    font-family: "Glober Regular";
}

.nav-tabs {
    margin-bottom: 30px;
    border: 0px;
}

.nav-tabs > li > a {
    margin-right: 0px;
    line-height: 1;
    padding: 15px 30px 13px 30px;
    background: #F2F6FA;
    border: 1px solid #BDC2CB;
    border-radius: 0px;
    color: #292929;
    font-size: 15px;
    text-decoration: none;
}

.nav-tabs li:first-child a {
    border-radius: 4px 0px 0px 4px;
}

.nav-tabs li:last-child a {
    border-radius: 0px 4px 4px 0px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 1px solid #BDC2CB;
    background: none;
}

.nav-tabs__more__wrapper > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 1px solid #BDC2CB;
    background: none;
}

.up-tabs {
    margin-bottom: 50px;
}

.up-tabs-list {
    margin-bottom: 0;
}

.up-tabs .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: 12px;
}

.up-tabs .nav-tabs > li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 0 10px;
    background: #F2F6FA;
}

.up-tabs .nav-tabs > li.active {
    border: none;
    background: #4DA900;
}

.up-tabs .nav-tabs__more__wrapper > li.active {
    background: #4DA900;
}

.up-tabs .nav-tabs > li.active a {
    color: #FFFFFF;
}

.up-tabs .nav-tabs > li.active span {
    color: #FFFFFF;
}

.up-tabs .nav-tabs__more__wrapper > li.active span {
    color: #FFFFFF;
}

.up-tabs .nav-tabs > li > a {
    color: #868D9A;
    border: 0px;
    background: none;
    border: 0px;
    padding: 0px;
    line-height: 28px;
    border-radius: 0px;
}

.up-tabs .nav-tabs > li > span {
    color: #868D9A;
    border: 0px;
    background: none;
    border: 0px;
    padding: 0px;
    line-height: 28px;
    border-radius: 0px;
    cursor: pointer;
}

.up-tabs .nav-tabs__more__wrapper > li > span {
    color: #868D9A;
    border: 0px;
    background: none;
    border: 0px;
    padding: 0px;
    line-height: 28px;
    border-radius: 0px;
    cursor: pointer;
}


.up-tabs .nav-tabs > li > a > span {
    display: inline-block;
    border-radius: 5px;
    background: #EAECF0;
    padding: 5px 5px 0px 5px;
    margin-top: -2px;
    line-height: 1;
    margin-left: 5px;
    vertical-align: middle;
}

.up-tabs .nav-tabs > li > a:focus {
    outline: none;
    border: 0px;
}

.up-tabs .nav-tabs > li.active > a,
.up-tabs .nav-tabs > li.active > a:focus,
.up-tabs .nav-tabs > li.active > a:hover {
    border: 0px;
}

.news-list-item {
    padding-bottom: 10px;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 12px 8px 12px;
    margin-left: 0px;
    margin-right: 5px;
    line-height: 1;
    color: #45474D;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #D3D8DC;
    font-size: 12px;
    border-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #45474D;
    cursor: default;
    background-color: #fff;
    border-color: #1551BD;
}

.review-place {
    padding: 15px;
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    margin: 15px 0px;
}

.rp-img {
    text-align: center;
    text-align: center;
    position: relative;
    display: block;
    padding-bottom: 14%;
    height: 0;
    overflow: hidden;
    margin: 0 20px;
}

.rp-img img {
    /*display: inline-block;*/
    /*max-width: 90%;*/
    /*margin: auto;*/
    /*height: auto;*/

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: contain;
}

.rp-title {
    font-size: 18px;
    font-family: "Glober Bold";
    padding: 15px 0px 10px 0px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 15px;
}

.rp-text p {
    margin: 0px 0px 10px 0px;
}

.current-review {
    position: relative;
    padding: 20px;
    background: #F2F6FA;
    margin-top: 30px;
    border-radius: 4px;
}

.current-review:before {
    display: block;
    content: '';
    width: 19px;
    height: 10px;
    background: url(../images/item-1.png) left top no-repeat;
    position: absolute;
    top: -10px;
    left: 100px;
}

.cr-title {
    font-size: 16px;
    font-family: "Glober Bold";
}

.cr-score {
    padding-top: 15px;
    color: #4E5B67;
}

.related-reviews {
    padding-top: 20px;
}

.rr-links {
    text-align: right;
}

.rr-links a {
    margin: 0px 0px 0px 5px;
}

.rr-item {
    padding: 30px;
    background: #F2F6FA;
    border-radius: 4px;
    margin-top: 20px;
}

.review {
    border: 1px solid #F2F6FA;
    border-radius: 4px;
    margin-bottom: 20px;
}

.review .row {
    display: flex;
    align-items: center;
    margin: 0;
}

.rp-right {
    background: #F2F6FA;
    padding: 20px;
}

.review .rp-right {
    width: 100%;
}

.review .rp-title {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.sidebar-menu {
    margin-bottom: 30px;
}

.sidebar-menu ul,
.sidebar-menu ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}

.sidebar-menu ul li {
    margin-bottom: 5px;
}

.sidebar-menu ul li a {
    color: #002B5D;
    font-size: 15px;
}

.sidebar-menu ul li a:hover {
    text-decoration: underline;
}


.dir-icons ul li a,
.sb-icons ul li a {
    padding: 5px 0;
    display: block;
}

.up-links {
    padding: 20px 0px 0px 0px;
}

.up-links a {
    display: inline-block;
    margin-right: 5px;
    padding-top: 10px;
}

.btn-gray {
    background: #E7EAEF;
    text-decoration: none;
    transition: all 0.2s ease;
}

.up-subjects-list .btn-gray {
    background: #F2F6FA;
}

.btn-gray span {
    display: inline-block;
    border-radius: 5px;
    background: #EAECF0;
    padding: 5px 5px 0px 5px;
    margin-top: -2px;
    line-height: 1;
    margin-left: 5px;
    vertical-align: middle;
}

.btn-gray:hover {
    color: #fff;
    background: #4DA900;
}

.btn-gray:hover span {
    background: #478811;
}

.up-place {
    padding-top: 30px;
}

.up-place-list {
    padding-top: 0px;
}

.up-logo {
    display: block;
    padding-top: 56%;
    position: relative;
    width: 100%;
    background: #fff;
}

.up-place h2 {
    margin: 0px;
    padding: 10px 0px 30px 0px;
    font-size: 22px;
    font-family: "Glober Bold";
}

.up-row {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #4E5B67;
}

.up-row-2 {
    padding-top: 10px;
}

.up-row-1 {
    border-bottom: 1px solid #E7EAEF;
}

.up-row span {
    padding-left: 20px;
    display: inline-block;
    margin-right: 30px;
    line-height: 16px;
    padding-top: 2px;
}

.up-row p span {
    padding-left: 0px;
    margin-right: 15px;
    padding-top: 0px;
    color: #292929;
}

.up-row p span:nth-child(2) {
    padding-left: 20px;
}

.up-row p {
    color: #868D9A;
}

.up-row p a {
    color: inherit;
}

.program-item--similar .characteristic {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
}

.program-item--similar .characteristic span {
    display: block;
    font-size: 14px;
    color: #4E5B67;
}


.up-row span:last-child {
    margin-right: 0px;
}

.up-row span.up-city {
    background: url(../images/up-1.png) left top no-repeat;
}

.program-item.active span.up-city {
    background: url(../images/up-1-active.png) left top no-repeat;
}

.up-row span.up-member {
    background: url(../images/up-2.png) left top no-repeat;
    padding-left: 25px;
    margin-right: 0px;
}

.program-item.active span.up-member {
    background: url(../images/up-2-active.png) left top no-repeat;
}

.program-item.active span.up-member a {
    color: #4DA900;
}

.up-row a {
    display: inline-block;
    color: #868D9A;
    margin-right: 20px;
}

.up-right {
    text-align: right;
}

.up-callback a.btn-blue {
    margin-right: 0;
}

.sidebar-banner-bg .up-callback a.btn-blue {
    width: 100%;
}


.pi-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    padding: 5px 20px 0px 0px;
    font-family: "Glober Bold";
    line-height: 1;
}

a.fav {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 25px;
    height: 23px;
    background: url(../images/star.png) left top no-repeat;
}

a.fav:hover,
a.fav.active {
    background: url(../images/star.png) left bottom no-repeat;
}

.program-item.active a.fav {
    background: url(../images/star.png) left bottom no-repeat;
}

.up-subjects {
    padding-top: 30px;
}

.up-subjects-list {
    padding-top: 0px;
    padding-bottom: 50px;
}

.up-subjects .up-links {
    padding-top: 0px;
}

.up-banner {
    margin-top: 30px;
    text-align: left;
    position: relative;
}

.up-banner:after {
    display: block;
    content: '';
    width: 144px;
    height: 140px;
    background: url(../images/up-man.png) left bottom no-repeat;
    position: absolute;
    bottom: 0px;
    left: 20px;
}

.up-banner .banner-1-inner {
    text-align: left;
    width: 440px;
    padding: 30px 0px 30px 0px;
    margin-left: 180px;
}

.up-banner p.banner-1-link {
    position: absolute;
    right: 0px;
    bottom: 20px;
}

.up-banner .b-title {
    font-size: 30px;
}

.up-banner .b-text {
    font-size: 18px;
}

.program-item {
    border: 1px solid #F2F6FA;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: none;
    transition: all 0.2s ease;
    overflow: hidden;
}

.program-item.active {
    border-color: #FDD96D;
    background: #FFFEFC;
}

.program-item:hover {
    border-color: transparent;
    box-shadow: 0px 0px 25px rgba(70, 111, 152, 0.16);
}

.program-item .row {
    display: flex;
    align-items: center;
    margin: 0;
}

.program-item .rp-right {
    background: none;
}

.program-item .pi-title {
    margin-top: 32px;
}

/*.program-item .pi-title {*/
/*    color: #296cbd;*/
/*}*/

/*.program-item .pi-title a {*/
/*    color: #296cbd;*/
/*}*/

.banner-3 .b3-title,
.banner-3 .b3-title a {
    color: #296cbd;
}

.program-item .pi-title--vuz {
    margin-top: 0;
}

.pi-title {
    font-size: 18px;
    font-family: "Glober Bold";
    padding-right: 50px;
}

.program-item__wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
}


.rp-img--vuz {
    flex: 0 0 25%;
}

.rp-content--vuz {
    flex: 1 0 60%;
}


.rp-img--vuz picture {
    display: block;
    padding-top: 56%;
    position: relative;
    height: 0;
    overflow: hidden;
}

@media screen and (max-width: 767.7px) {
    .program-item__wrapper {
        padding: 20px 0
    }

    .rp-img--vuz picture {
        padding-top: 26%;
    }
}

.rp-img--vuz img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
}

@media screen and (max-width: 992px) {
    .rp-img--vuz img {
        margin: 0 !important;
    }
}

@media screen and (max-width: 767.7px) {
    .program-item__wrapper {
        flex-direction: column;
    }

    .rp-img--vuz {
        width: 100%;
    }
}

.pi-meta {
    padding-left: 25px;
    background: url(../images/pi-date.png) left center no-repeat;
    font-size: 14px;
    color: #4E5B67;
    padding-top: 3px;
}

.program-item.active .pi-meta {
    background: url(../images/pi-date-active.png) left center no-repeat;
}

.pi-place {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #F2F6FA;
    margin-right: 20px;
}

.rp-right-nologo .pi-place {
    border: 0px;
    margin-top: 0px;
    padding-top: 10px;
}

.rp-right-nologo .pi-title,
.rp-right-nologo .pi-place {
    padding-left: 15px;
}

.rp-right-nologo .btn-gray {
    padding-top: 10px;
    line-height: 1;
}

.program-item.active .pi-place {
    border-color: #FDD96D;
}

.pi-place-item {
    font-family: "Glober Bold";
}

.program-item .up-row {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.pi-links {
    text-align: right;
}

.pi-links a {
    display: inline-block;
    font-size: 14px;
    color: #4E5B67;
    margin-left: 40px;
}

.pi-links a span {
    display: inline-block;
    vertical-align: middle;
    background: #EAECF0;
    width: 28px;
    height: 20px;
    border-radius: 10px;
    line-height: 24px;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
}

.pi-fav {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}


.vo-header:after,
.vo-item:after {
    display: block;
    content: '';
    clear: both;
}

.vo-header {
    display: none;
    padding: 10px 0px;
    color: #868D9A;
    font-size: 11px;
}

.vo-item {
    padding: 15px 0px;
    border-bottom: 2px solid #F0F0F0;
}

.vo-item:last-child {
    border: 0px;
}

.vo-title {
    color: #292929;
    font-size: 18px;
    font-family: "Glober Bold";
}

.vo-cat .btn {
    font-size: 11px;
    line-height: 1;
    padding-top: 10px;
}

.vo-text {
    font-size: 14px;
    padding-top: 10px;
}

.vo-desc {
    font-size: 14px;
}

.sidebar-banner-bg {
    background: url(../images/sb-bg.png) center center no-repeat;
    padding: 30px;
    border: 1px solid #F0F0F0;
    border-radius: 5px;
    background-size: cover;
    margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
    .sidebar-banner-bg {
        padding: 12px;
    }
}

.sb-bg-title {
    font-size: 22px;
    line-height: 1.1;
    font-family: "Glober Bold";
    background: url(../images/sb-bg-icon.png) left top no-repeat;
    padding-top: 85px;
    margin-bottom: 12px;
}

.letters a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #868D9A;
    text-decoration: none;
    border: 2px solid transparent;
    padding: 5px;
    padding-bottom: 0px;
    line-height: 1;
    border-radius: 4px;
    margin-bottom: 2px;
}

.letters a:hover,
.letters a.active {
    border-color: #868D9A;
    color: #1B65EB;
}

.letters-all {
    text-align: right;
    padding-bottom: 40px;
}

.job-list:after {
    display: block;
    content: '';
    clear: both;
}

.job-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 110px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 25px rgba(70, 111, 152, 0.16);
    color: #002B5D;
    font-size: 18px;
    text-decoration: none;
    font-family: "Glober Bold";
    transition: all 0.2s ease;
}

.job-list a:hover {
    box-shadow: 0px 0px 25px rgba(70, 111, 152, 1);
}

.banner-3 {
    background: #F2F6FA;
    margin-bottom: 30px;

    display: flex;
    position: relative;

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

}

.banner-4 {
    background: #EFF7FF;
    border: 2px solid #1551BD;
    position: relative;
    margin-bottom: 30px;
}

.banner-4:after,
.banner-3:after {
    display: block;
    content: '';
    clear: both;
}

.b3-left {
    background: #B9C2C8;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;

    span {
        font-size: 14px;
        line-height: 100%;
        color: #4E5B67;
    }

    @media screen and (max-width: 992px) {
        position: absolute;
        right: 0;
        top: 0;
        width: initial;

        margin: 0;
        padding: 10px;

        span {
            transform: initial !important;
        }
    }
}

.banner-4 .b3-left {
    background: #1551BD;
    color: #fff;
}

.b3-left span {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.b3-logo {
    justify-content: center;
    width: 140px;
    height: 165px;
    display: flex;
    align-items: center;

}

.b3-text {
    float: left;
    width: 650px;
    padding: 30px;
    font-size: 13px;

    @media screen and (max-width: 992px) {
        padding: 15px;
    }
}

.b3-title {
    font-size: 18px;
    font-family: "Glober Bold";
}

.related-job {
    padding-top: 30px;
    font-size: 14px;
}

.related-job a {
    color: #002B5D;
}

.pi-callback .btn {
    margin-right: 0px;
}

.pi-links-2 a {
    margin: 0px 10px;
}

.pi-links-2 a:hover {
    text-decoration: underline;
}

.up-get-cuestion {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    background: linear-gradient(to bottom, rgb(236 236 236) 0%, rgb(187 186 186) 100%);
    margin-top: 12px;
    width: 140px;
}

@media (max-width: 420px) {
    .up-get-cuestion {
        width: 100%;
    }
}

.profession-list {
    margin-top: 50px;
}

.up-get-cuestion--full {
    width: 100%;
    max-width: 420px;
    display: flex;
    justify-content: center;
    margin: auto;
}

.up-get-cuestion a {
    padding: 10.5px 16px 6.5px 16px;
}

.pi-place .btn {
    margin-right: 0px;
}

.profession-list .program-item .row {
    justify-content: flex-end;
}

.pi-callback {
    margin-left: 24px;
}

.form-checkboxes {
    width: 574px;
}

.form-checkboxes .form-item {
    display: inline-block;
    margin-right: 30px;
    font-size: 15px;
}

.form-checkboxes .form-item span {
    background: #E1DCCC;
    display: inline-block;
    padding: 5px 5px 0px 5px;
    border-radius: 10px;
}

#map {
    width: 100%;
    height: 400px;
}

.map-title {
    font-family: "Glober Bold";
    font-size: 14px;
}

.map-row {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.events-empty {
    font-size: 14px;
    color: #868D9A;
}

.review-title-right {
    text-align: right;
}

.review-title-right .btn {
    margin: 0px;
}

.br-item {
    margin-top: 30px;
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    padding: 30px;
}

.br-title {
    font-family: "Glober Bold";
    font-size: 18px;
    color: #292929;
    padding-bottom: 10px;
}

.br-meta {
    padding-top: 20px;
}

.br-meta span {
    display: inline-block;
    margin-right: 30px;
    padding-left: 25px;
    font-size: 14px;
}

.br-author {
    background: url(../images/author-icon.png) left center no-repeat;
}

.br-date {
    background: url(../images/date-icon.png) left center no-repeat;
}

.br-more {
    padding-top: 30px;
}

.gallery img {
    max-width: 100%;
    height: auto;
}

.gallery .col-sm-4 {
    padding-bottom: 30px;
}

.video-item {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}

.video-item iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-title {
    padding-top: 20px;
    line-height: 1.2;
}

.rating-header {
    padding-bottom: 30px;
    color: #868D9A;
    font-size: 14px;
}

.rating-header .col-sm-6:nth-child(2) {
    text-align: right;
}

.rp-rating {
    font-size: 40px;
    color: #000;
    font-family: "Glober Bold";
    text-align: center;
}

.rating-item {
    position: relative;
}

.rating-num {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 40px;
    font-size: 22px;
    color: #000;
    font-family: "Glober Bold";
    border-right: 1px solid #D3D8DC;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.rating-item .rp-img {
    padding-left: 60px;
}

.main-top__img-box-abs {
    width: 100%;
}

.main-top__img-box-abs img:first-child {
    position: absolute;
    right: -28px;
    top: 20px;
}

.main-top__img-box-abs img:last-child {

    position: absolute;
    left: -280px;
    top: 20px;
}


#header .mobile-menu.active-menu ul {
    padding: 28px;
}

#header .mobile-menu.active-menu ul li {
    list-style-type: none;
}

#header .mobile-menu.active-menu ul li:not(:last-child) {
    margin-bottom: 12px;
}

#header .mobile-menu.active-menu ul li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
}

.menu-btn.active-btn span:nth-of-type(1) {
    transform: rotate(-45deg);
    transition: .3s ease;
    margin-bottom: -2px;
}

.menu-btn.active-btn span:nth-of-type(2) {
    display: none;
}

.menu-btn.active-btn span:nth-of-type(3) {
    transform: rotate(45deg);
    transition: .3s ease;

}

.mobile-menu {
    display: none;
}

.desktop-menu .desktop-menu__wrapper {
    opacity: 0;
    visibility: hidden;
    transition: 0.55s opacity, 0.55s visibility;
    padding: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 144px;
    background: #F2F6FA;
    width: 100%;
}

.desktop-menu .desktop-menu__wrapper.active-menu-list-dt {
    opacity: 1;
    visibility: visible;
}

.desktop-menu .desktop-menu__wrapper .desktop-menu__item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 42px 0;
}

.desktop-menu .desktop-menu__wrapper .desktop-menu__item {
    flex: 1 1 25%;
}

.desktop-menu .desktop-menu__wrapper .desktop-menu__item ul {
    margin-bottom: 18px;
}

.desktop-menu .desktop-menu__wrapper .desktop-menu__item ul span {
    display: block;
}

.desktop-menu .desktop-menu__wrapper .desktop-menu__item ul span a {
    color: #292929;
    text-decoration: none;
    font-family: 'Glober bold';
    line-height: 1.2;
    font-size: 16px;
}

.desktop-menu .desktop-menu__wrapper .desktop-menu__item ul li a {
    display: inline-block;
    color: #002B5D;
    margin-bottom: 4px;
}

.desktop-menu .desktop-menu__wrapper .desktop-menu__item ul li a.additional-itm {
    width: 100%;
}

.desktop-menu .desktop-menu__wrapper .desktop-menu__item ul span:not(:last-child) {
    margin-bottom: 14px;
}

.desktop-menu .desktop-menu__wrapper ul {
    padding: 0;
}

.desktop-menu .desktop-menu__wrapper ul li {
    list-style-type: none;
}

.desktop-menu .desktop-menu__wrapper {
    /*display: none;*/
    padding: 0;
}

.desktop-menu__img-box {
    padding-bottom: 36px;
}

.desktop-menu__img-box img {
    width: 100%;
}

.desktop-menu__bottom-line {
    display: block;
    height: 3px;
    width: 100%;
    background: url(/images/lines.svg) repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}

.secondary-menu .main-menu__wrapper {
    opacity: 0;
    visibility: hidden;
    transition: 0.55s opacity, 0.55s visibility;
    padding: 0;
    position: absolute;
    z-index: 11;
    left: 0;
    top: 202px;
    background: #F2F6FA;
    width: 100%;
}

.secondary-menu ul li:hover .main-menu__wrapper {
    opacity: 1;
    visibility: visible;
}

.secondary-menu .main-menu__wrapper .main-menu__list {
    display: block;
    columns: 4;
    padding: 28px 0;
}

.secondary-menu .main-menu__wrapper .main-menu__list .main-menu__item {
    flex: 1 1 25%;
}

.secondary-menu .main-menu__wrapper .main-menu__list .main-menu__item ul {
    display: flex;
    flex-direction: column;
    break-inside: avoid;

}

.secondary-menu .main-menu__wrapper .main-menu__list .main-menu__item ul:not(:last-child) {
    margin-bottom: 36px;

}

.secondary-menu .main-menu__wrapper .main-menu__list .main-menu__item ul span a {
    color: #292929;
    text-decoration: none;
    font-family: 'Glober bold';
    line-height: 1.2;
    font-size: 16px;
}

.secondary-menu .main-menu__wrapper .main-menu__list .main-menu__item ul li a {
    font-family: 'Glober regular';
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #002B5D;
    line-height: 1.6;
    margin-bottom: 8px;
}

.secondary-menu .main-menu__wrapper .main-menu__list .main-menu__item ul li a:hover {
    text-decoration: underline;
}

.secondary-menu .main-menu__wrapper .main-menu__list .main-menu__item span {
    display: inline-block;
    font-size: 12px;
    color: #868D9A;
    margin-bottom: 18px;
}

.secondary-menu .main-menu__wrapper .main-menu__list .main-menu__item .main-menu__img-box {
    position: relative;
    width: 100%;
    height: 416px;
    border: 1px solid #707070;
    background: url("/images/menu-man.png") no-repeat;
    padding: 22px 22px 0 22px;
    break-inside: avoid;
}

.secondary-menu .main-menu__wrapper .main-menu__list .main-menu__item .main-menu__img-box .btn-blue {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 24px;
}

.secondary-menu .main-menu__wrapper .main-menu__list .main-menu__item .main-menu__img-box .main-menu__title-img {
    padding: 0;
    font-size: 22px;
    font-family: 'Glober Bold';
    line-height: 1.2;
    color: #000;
    margin-bottom: 24px;
}

.secondary-menu .main-menu__wrapper .main-menu__list .main-menu__item .main-menu__img-box .main-menu__sub-title-img {
    font-family: 'Glober regular';
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #4E5B67;
    max-width: 148px;
}

.secondary-menu .main-menu__wrapper .main-menu__list .main-menu__item .main-menu__img-box .btn-blue a {
    line-height: 18px;
    white-space: nowrap;
}

@media all and (max-width: 1200px) {
    .mobile-menu {
        display: block;
    }

    .mobile-menu .main-menu__wrapper {
        display: none;
    }

    #header .mobile-menu {
        opacity: 0;
        transition: all .3s ease;
        animation: left-slide-out 0.3s ease forwards;

    }

    #header .mobile-menu.active-menu {
        opacity: 1;
        position: fixed;
        height: 100%;
        right: 0;
        top: 0;
        background: #1B65EB;
        animation: left-slide 0.3s ease forwards;
        z-index: 99;

    }


}


@keyframes left-slide {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes left-slide-out {
    to {
        transform: translateX(-100%);
    }
}


.f-video-container {
    position: relative;
    display: block;
    width: 100%;
}

.f-video-player {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.f-video-player iframe,
.f-video-player object,
.f-video-player embed {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.f-video-cover {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.f-video-cover img {
    width: 100%;
}

.f-video-cover div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

}

.f-video-cover div img {
    position: absolute;
    width: 64px;
    height: 64px;
    left: 50%;
    top: 45%;
    transform: translateX(-50%);
}

.city-select__drop-wrapper {
    display: block;
    columns: 10;
    margin-top: 24px;
}

.city-select-wrapper-second {
    margin-bottom: 30px;
    break-inside: avoid;
}

.letter--city {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.city--inner {
    margin-top: 10px;
}

.city--inner a {
    display: block;
    line-height: 150%;
    text-decoration: none;
}

@media screen and (max-width: 1680px) {
    .city-select__drop-wrapper {
        columns: 8;
    }
}

@media screen and (max-width: 1280px) {
    .city-select__drop-wrapper {
        columns: 6;
    }
}

@media screen and (max-width: 992px) {
    .city-select__drop-wrapper {
        columns: 4;
    }
}

@media screen and (max-width: 768px) {
    .city-select__drop-wrapper {
        columns: 2;
    }
}


.article__body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-gap: 1rem;
}

.article__item {
}

.article__item img {
    width: 100%;
}

.all-article {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 48px auto 0;
    border: 1px solid green;
    padding: 12px 36px;
    width: 162px;
    white-space: nowrap;
    font-family: 'Glober regular';
    color: #292929;
    font-size: 15px;
    line-height: 1.2;
    cursor: pointer;

}

.main-top {
    position: relative;
}

.main-top__wrapper {
    background: url("/images/bg-blue-main.png");
    width: 100%;
    height: auto;
}

/*.main-top__wrapper img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

.main-top__title-block {
    position: relative;
    padding: 44px 0 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-top__title-block h2 {
    font-family: 'Glober bold';
    font-size: 50px;
    text-align: center;
    margin-bottom: 8px;
    color: #FFFFFF;
}

.main-top__title-block div {
    font-family: 'Glober regular';
    font-weight: 400;
    font-size: 30px;
    color: #2A9DFF;
}

.main-top__card-body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 124px;
}

.main-top__card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 368px;
    min-height: 180px;
    border: 1px solid #1B65EB;
    text-decoration: none;
    padding: 24px;
}

.main-top__card:hover {
    background: #1B65EB;
}

.main-bottom__card-content {
    padding: 12px 0;
}

.main-top__card-content .name {
    font-family: 'Glober bold';
    line-height: 1.2;
    font-size: 22px;
    color: #FFF;
    margin-bottom: 14px;
}

.main-top__card-content div {
    font-family: 'Glober regular';
    font-size: 15px;
    color: #87A7CD;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main-bottom__card-body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -64px;
    margin-bottom: 64px;
}

.main-bottom__card {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 368px;
    min-height: 240px;
    background: #FFF;
    border-radius: 4px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    padding: 24px;
}

.main-bottom__card .name {
    font-family: 'Glober bold';
    line-height: 1.2;
    font-size: 22px;
    margin-bottom: 28px;
}

.main-bottom__card ul {
    padding: 0;
    margin: 0;
}

.main-bottom__card ul li {
    list-style-type: none;
}

.main-bottom__card ul li:not(:last-child) {
    margin-bottom: 12px;
}

.main-bottom__card ul li a {
    color: #002B5D;
}

.nav-tabs__more__btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    padding: 0 12px;
    background: #F2F6FA;
    cursor: pointer;
}

.nav-tabs__more__btn span {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #868D9A;
    margin: 0 2px;
}

.nav-tabs__more__wrapper {
    display: none;
}

.nav-tabs__more__wrapper.toggle-tab {
    display: flex;
    flex-wrap: wrap;
}

.nav-tabs__more__wrapper li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 0 12px;
    background: #F2F6FA;
}

.nav-tabs__more__wrapper li a {
    color: #868D9A;
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    line-height: 28px;
    text-decoration: none;
    white-space: nowrap;
}

.tab-content .tab-pane {
    display: none;
}

.tab-pane a {
    color: #868D9A;
}

/*.b3-title a {*/
/*    color: #296cbd;*/
/*}*/

.tab-pane a:hover {
    text-decoration: underline;
}

.tab-content .tab-pane.active {
    display: block !important;
}

.help a:nth-child(1):hover {
    opacity: .7;
}

.up-tabs .nav-tabs > li:hover {
    opacity: .7;
}

.nav-tabs__more__wrapper li:hover {
    opacity: .7;
}

.banner-2-link a:hover {
    opacity: .7;
}

.all-article:hover {
    color: #23527c;
}

.tabs > input[type="radio"] {
    display: none;
}

.tabs label.active-el-tab {
    background: #4DA900;
    color: #ffffff;
}

.tabs-new > input[type="radio"] {
    display: none;
}

.tabs-new label.active-el-tab {
    background: #4DA900;
    color: #ffffff;
}


.tabs .datepicker {
    display: inline-block !important;

}

.tabs #datepicker {
    background: #F2F6FA;
    transition: all 0.2s ease;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border-radius: 4px;
    border: none;
    padding: 12px 12px 8px 12px;
}

.tabs #datepicker::placeholder {
    color: #000;
}

.datepicker__wrapper {
    top: 58px !important;
}

.datepicker__header {
    display: flex;
    align-items: center;

}

.datepicker__header .datepicker__prev {
    margin-right: 8px;
    font-size: 32px;
    height: 28px;
    color: #4DA900;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.datepicker__header .datepicker__next {
    margin-left: 8px;
    font-size: 32px;
    height: 28px;
    color: #4DA900;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.datepicker__cal {
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 18px;
    border: 1px solid #ddd;
}

.datepicker__cal thead tr th {
    color: #FFFFFF;
    padding: 8px 6px 10px;
    background: #4DA900;
}

.datepicker__cal tbody tr td {
    padding: 8px 2px;
    text-align: center;
    cursor: pointer;
}

.tabs > div {
    display: none;
}

.tabs-new > div {
    display: none;
}


.section-load.active-tab {
    display: block !important;
    margin-top: 10px;
}

.section-load-ed.active-tab-education {
    display: block !important;
    margin-top: 10px;
}

.section-load-dod.active-tab-dod {
    display: block !important;
    margin-top: 10px;
}

.tabs label {
    display: inline-block;
    background: #F2F6FA;
    transition: all 0.2s ease;
    margin-right: 5px;
    margin-bottom: 0;
    padding: 12px 12px 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
}

.tabs label:hover {
    opacity: .7;
}


.tabs-new label {
    display: inline-block;
    background: #F2F6FA;
    transition: all 0.2s ease;
    margin-right: 5px;
    margin-bottom: 0;
    padding: 12px 12px 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
}

.tabs-new label:hover {
    opacity: .7;
}


.pager-list-more {
    font-family: 'Glober Regular';
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    border-radius: 4px;
    border: 0;
    background: linear-gradient(to bottom, rgba(0, 132, 255, 1) 0%, rgba(21, 81, 189, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 240px;
    margin: 24px auto;
    cursor: pointer;

}

.pager-list-more:hover {
    opacity: .7;
}

.new-up-row {
}

.head-info p span.value {
    display: inline-block;
    color: #868D9A;
    padding-left: 0;
}


.head-info .socials-wrapper {
    display: flex;
    align-items: flex-start;
}

.head-info .socials-wrapper span {
    padding-left: 0;
    margin-right: 15px;
    color: #292929;
}

.head-info .socials-wrapper .social-wrapper {
    display: flex;
    flex-direction: column;
}

.new-up-row h2 {
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.content-load .dod-list {
    padding: 0;
    margin: 24px 0;
}

.content-load .dod-list li {
    list-style-type: none;
}

@media screen and (max-width: 1200px) {
    .tabs label {
        margin-bottom: 12px;
    }
}

.days-up-tabs-list h2 {
    font-family: 'Glober Bold';
    font-weight: 700;
    margin-top: 24px;
}

.days-tab-content {
    margin-top: 12px;
}


.days-dod-list li {
    display: block;
    border-top: 1px solid #f0f0f0;
    padding-top: calc(1.5rem + 1.2vh);
    padding-bottom: calc(1.5rem + 2vh);
    color: #000;
    text-decoration: none !important;
}

.days-item {
    display: block;
    color: #000;
    text-decoration: none !important;
    line-height: 1.2;
}

.days-item:not(:first-child) {
    margin-top: calc(3rem + 1.2vh);
}

.days-date {
    font-family: 'Glober Bold';
    font-weight: 700;
    color: #e9e9e9;
    margin-bottom: -1.2rem;
    font-size: 3rem;
}

.days-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 10rem;
    width: 10rem;
    height: 10rem;
    background-color: #f9f9f9;
}


.days-img {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 5.3rem;
    height: 5.3rem;
    background-size: contain;
}

.days-content-date {
    display: flex;
    align-items: flex-start;
}

.days-content-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 24px;
}

.days-content-wrapper span {
    display: block;
    font-size: 1.3rem;
    color: #646464;
    margin-bottom: 1.1rem;
}

.days-content-wrapper .text {
    font-family: 'Glober Bold';
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 24px;
    text-decoration: none;
    color: #000;
}

.days-content-wrapper .text:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .days-img-wrapper {
        display: none;
    }

    .days-content-wrapper {
        margin-left: 0;
        margin-top: 12px;
    }
}

#feedback .modal-dialog {
    width: calc(100% - 32px);
    margin: auto !important;
    max-width: 640px;
}

#consultation .modal-dialog {
    width: calc(80% - 32px);
    margin: auto !important;
}

@media screen and (max-width: 576px) {
    #consultation .modal-dialog {
        width: calc(100% - 32px);
        margin: auto !important;
    }
}

.detail-logo img {
    width: 100%;
}


.tab-new-education {
    display: none;
}

.tab-new-education.active {
    display: block;
}

.new--tab.active-tab {
    background: #4DA900;
    color: #ffffff;
}

.new--tab.active-tab a {
    color: #FFF;
}

.new--tab.active-tab span {
    color: #000;
}

.new--tab.active-tab:hover span {
    background: #fff;
}

.up-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
}


.photo-list__link-box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.photo-list__item {
    flex: 0 0 25%;
    margin: 0 6px 12px 6px;
    background: #fff;
    max-width: 202px;
    position: relative;
}

.photo-list__item picture {
    display: block;
    padding-top: 56%;
    position: relative;
    width: 100%;
}

.photo-list__item picture img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}

@media screen and (max-width: 1200px) {
    .photo-list__link-box {
        justify-content: space-between;
        margin: 0;
    }

    .photo-list__item {
        flex: 0 0 49%;
        max-width: initial;
        margin: 12px 0;
    }
}


.video-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.main-video {
    width: calc(100% - 3px);
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.main-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-gallery__bottom {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -6px;
    padding-top: 24px;
}

.video-tile {
    flex: 0 0 33%;
    margin: 0 6px 12px 6px;
    background: #fff;
    max-width: 202px;
    min-width: 202px;
    position: relative;
    cursor: pointer;
}

.video-tile img {
    width: 100%;
    height: auto;
}

.play-icon {
    position: absolute;
    font-size: 28px;
    color: white;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Попап стили */
.popup-video {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.popup-video-content {
    width: 60%;
}

.popup-video-content-wrapper {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;

}

.popup-video-content-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}


@media screen and (max-width: 1200px) {
    .main-video {
        width: 100%;
    }

    .video-gallery__bottom {
        justify-content: space-between;
        margin: 0;
    }

    .video-tile {
        flex: 0 0 49%;
        max-width: initial;
        margin: 12px 0;
        min-width: auto;
    }

    .popup-video-content {
        max-width: 80%;
    }
}

.modal_confirm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    min-height: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
    justify-content: center;
    align-items: center;
    display: flex;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.modal_confirm.show {
    opacity: 1;
    height: 100%;
    min-height: auto;
    overflow: visible;
    z-index: 99;
}

.modal_confirm-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: left;
}

.modal_confirm .close {
    font-size: 24px;
    opacity: 1;
    color: #000;
    cursor: pointer;
}

.modal_confirm__btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.modal_confirm-content .btn {
    min-width: 80px;
    margin-right: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}


.container-small {
    max-width: 840px;
}

.address-wrapper-lb {
    position: relative;
}

.address-wrapper-lb #acMemcab_field_property_VUZ_SITE {
    padding-left: 6.3rem;
}

.address-wrapper-lb .address-pref {
    position: absolute;
    top: 7px;
    left: 1.5rem;
    color: #292929;

}

table td a {
    margin-right: 0 !important;
    margin-left: 0;
}

#formField-phonesTable1 td input {
    max-width: 96%;
    width: 174px;
}

#formField-phonesTable-user td input {
    max-width: 100%;
    width: 200px;
    margin-right: 3px;
}


@media screen and (max-width: 1200px) {
    #formField-phonesTable-user td input {
        width: 100%;
        margin-right: 0;
    }

    #formField-phonesTable1 td input {
        max-width: 100%;
        width: 100%;
    }
}

#suggestions {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

.suggestion-item {
    cursor: pointer;
    padding: 6px 1.5rem;
    border: 1px solid #ccc;
    font-size: 12px;
}

.suggestion-item:hover {
    opacity: .7;
}

.show-more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    max-width: 320px;
    border: none;
    background: linear-gradient(to bottom, rgba(0, 132, 255, 1) 0%, rgba(21, 81, 189, 1) 100%);
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.show-more:hover {
    opacity: .7;
    transition: .3s ease;
}


.review-content__list {
    margin-bottom: 24px;
}

.card-review {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
    padding-left: 90px;
}

.current-review--college {
    margin-left: 90px;
}


.card-review__photo {
    max-width: 40px;
    width: 40px;
    min-width: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.current-review--college picture {
    position: relative;
    display: block;
    padding-top: 156%;
    color: transparent;
}

.current-review--college picture img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    .current-review--college {
        margin-left: 0;
    }

    .current-review .cr-img {
        margin-bottom: 8px;
    }

    .current-review--college .cr-img {
        margin-bottom: 8px;
    }

    .current-review--college picture {
        padding-top: 10%;
    }

    .current-review--college picture img {
        object-fit: contain;
        max-width: 10%;
    }
}

.card-review__main {
    padding-left: 10px;
    width: 100%;
}

.card-review__text {
    line-height: 143%;
    font-size: 15px;
    margin-bottom: 12px;
}

.card-review__childs:not(.is-open) {
    display: block;
}

.card-review ul {
    list-style-type: none;
    padding-left: 0;
}

.card-review-shop {
    background: #f9f9f9;
    padding: 12px 0;
}

.card-review__name {
    font-family: "Glober Bold";
    font-size: 16px;
    line-height: 143%;
    padding-bottom: 0.1em;
}

.card-review__date {
    font-size: 13px;
    color: #868D9A;
    padding-bottom: 0.8em;
    line-height: 143%;
}

.card-review__text {
    line-height: 1.5;
    color: #292929;
    font-size: 15px;
}

.review-content__more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}


.vuz-programs {
    padding: 12px;
}

.vuz-programs .iBody {
    margin-bottom: 12px;
}

.vuz-programs .iBody .iName {
    padding-bottom: 2px;
}

.vuz-programs .iBody .iName a {
    color: #1551BD;
    font-style: normal;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25em;
    text-align: left;
    text-transform: none;
    word-spacing: 0;
    text-decoration: none;
}

.vuz-programs .iBody .iName a:hover {
    opacity: .7;
}

.vuz-programs .iBody .iProperty {
    color: #6a6a6a;
    font-style: normal;
    font-size: 13px;
    line-height: 1.25em;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    word-spacing: 0;
    padding-bottom: 2px;
    padding-left: 12px;
}

.vuz-programs .more-programs {
    text-align: right;
}

.vuz-programs .more-programs a {
    display: inline-block;
    color: #002B5D;
    font-size: 15px;
}

.vuz-programs .more-programs a:hover {
    text-decoration: underline;
}

.comment_more button {
    margin-right: 0;
}

.iField {
    margin-bottom: 12px;
}

#successMessage {
    min-height: 280px;
}

.links ul {
    padding-left: 0;
    margin-bottom: 0;
    color: #292929;
}

.links ul li {
    list-style-type: none;
    position: relative;
    padding-left: 12px;
}

.links ul li a:hover {
    opacity: .7;
}

.links ul li:before {
    content: '';
    background: #868D9A;
    min-width: 4px;
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.links ul li:first-child {
    margin-top: 8px;
}

.links ul li a {
    color: #868D9A;
}

.seo-program__to-show p {
    font-size: 14px;
    color: #4E5B67;
    margin: 0;
    transition: .3s ease;
}

.seo-program__to-show.expanded {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}

.seo-program__text .show-more {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 160px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    background: linear-gradient(to bottom, rgb(236 236 236) 0%, rgb(187 186 186) 100%);
    color: #292929;
    margin: 24px auto;
}

.alphabet {
    margin-bottom: 20px;
}

.alphabet ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;

    li {
        list-style-type: none;
        border: 1px solid #D3D8DC;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 12px;

        &:not(:has(a)) {
            background: #D3D8DC;
            color: #FFF;
            padding: 10px 12px 8px 12px;
        }

        &.current {
            border-color: #1551BD;
            background: #1551BD;

            a {
                color: #FFF;
            }

        }

        a {
            padding: 10px 12px 8px 12px;
        }
    }
}

.educations ul {
    padding: 0;
    list-style-type: none;
}

.content .content-socials-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content .social-wrapper {
    display: inline-flex;
    flex-direction: column;
}

.formated-txt .breadcrumbs {
    ul {
        margin: 0;
        padding-left: 0;

        li {
            margin: 0 !important;
        }
    }
}

.formated-txt h1 {
    margin-top: 0;

    @media screen and (min-width: 991.98px) {
        font-size: 40px;
    }
}

.formated-txt h1,
.formated-txt h2,
.formated-txt h3,
.formated-txt h4,
.formated-txt h5,
.formated-txt h6 {
    font-family: 'Glober Bold';
}

.formated-txt p {
    margin: 5px 0 15px 0;

    b {
        font-family: 'Glober Bold';
    }
}

.formated-txt .btn-blue {
    display: inline-flex;
    align-items: center;
    color: #FFF;
}

.formated-txt .btn-green {
    color: #292929;
}

.formated-txt ul {
    padding: 0 0 0 15px;
    margin: 5px 0 15px 0;

    li {

        &:not(:last-child) {
            margin-bottom: 12px;
        }
    }
}

.formated-txt ol {
    padding: 0 0 0 15px;
    margin: 5px 0 15px 0;

    li {

        &:not(:last-child) {
            margin-bottom: 12px;
        }
    }
}

.formated-txt a {
    color: #002B5D;
}


.top_adverts {
    display: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.top_adverts--main {
    display: flex;
    margin-bottom: 0;
}

.top_adverts--simple .top_adverts {
    display: flex;
    margin: 20px 0;
}

.top_adverts--md {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

@media screen and (min-width: 480px) {
    .top_adverts {
        display: flex;
        justify-content: flex-start;
    }

    .top_adverts--md {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .top_adverts--simple {
        display: none;
    }

}


.top_adverts .top_adverts__wrapper {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    /*flex: 1 1 100%;*/
    /*flex: 1;*/
}

/*@media screen and (min-width: 480px) {*/
/*    .top_adverts .top_adverts__wrapper {*/
/*        flex: 1;*/
/*    }*/
/*}*/

.top_adverts .top_adverts__wrapper picture {
    display: block;
}

.top_adverts .top_adverts__wrapper picture img {
    margin: auto;
    object-fit: cover;
}

.sidebar_adverts:not(:last-child) {
    margin-bottom: 24px;
}

.sidebar_adverts img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}


.page-notfound {
    padding: 40px 0;
}

.page-notfound__title {
    color: #1B65EB;
    line-height: 100%;
    text-align: center;
    font-size: 8em;
    font-weight: 600;
}

.page-notfound__subtitle {
    color: #292929;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 12px;
}

.page-notfound_home {
    text-align: center;

    a {
        font-size: 1em;
        font-weight: 400;
        text-decoration: underline;
        color: #1B65EB;
    }
}

@media screen and (min-width: 991.98px) {
    .page-notfound {
        padding: 80px 0;
    }

    .page-notfound__title {
        font-size: 15em;
    }

    .page-notfound__subtitle {
        font-size: 2em;
    }

    .page-notfound_home a {
        font-size: 1.5em;
    }
}

.program-list {
    img {
        max-width: 100%;
    }
}

.yandex-map-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 220px;
    /*padding-bottom: 100%;*/
    margin-bottom: 30px;

    @media screen and (min-width: 991.98px) {
        min-height: 440px;
    }
}

.yandex-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}


.header-wrapper {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.header-l-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.user-login--md {
    display: none;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .user-login--md {
        display: block;
    }
}

.sidebar_adverts {
    display: none;
}

.sidebar_adverts--md {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
}

@media screen and (min-width: 768px) {
    .sidebar_adverts {
        display: flex;
    }

    .sidebar_adverts--md {
        display: none;
    }
}

.header-register {
    text-align: center;
    padding: 8px 0;
    border-bottom: 1px solid lightgrey;
}

.header-register a {
    text-decoration: underline;
}

.header-register img {
    max-width: 100%;
}

.top-banner a {
    max-width: 800px;
    margin: 0 auto;
    display: inline-block;
}

.is-open-catalog .top-banner {
    display: none;
}

@media screen and (min-width: 1200px) {
    .secondary-menu .main-menu__wrapper {
        top: 310px;
    }
}

.grecaptcha-badge {
    visibility: hidden !important;
}