@font-face {
    font-family: Roboto;//font-display:swap;
    src: local("Roboto-Regular"), url(/local/client/app/fonts/roboto-400.woff) format("woff"), url(/local/client/app/fonts/roboto-400.woff2) format("woff2");
    font-weight: 400
}

@font-face {
    font-family: Roboto;//font-display:swap;
    src: local("Roboto-Medium"), url(/local/client/app/fonts/roboto-500.woff) format("woff"), url(/local/client/app/fonts/roboto-500.woff2) format("woff2");
    font-weight: 500
}

@font-face {
    font-family: Roboto;//font-display:swap;
    src: local("Roboto-Bold"), url(/local/client/app/fonts/roboto-700.woff) format("woff"), url(/local/client/app/fonts/roboto-700.woff2) format("woff2");
    font-weight: 700
}

@font-face {
    font-family: Dejavu;
    src: url(/local/client/app/fonts/DejaVuSansCondensed.ttf) format("ttf");
    font-weight: 400
}

.header__top {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7) !important;
}

.f {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7) !important;
}

.order-finish > :not(:last-child) {
    display: block;
    margin-bottom: 30px
}

.order-finish__payment table {
    width: auto
}

.order-finish__payment table td {
    text-align: left
}

.order-finish__payment .btn-default {
    background-color: #d3d3d3
}

.order-finish__payment .btn-default:hover {
    background-color: #a3a3a3
}

.e-404 {
    padding-top: 40px !important;
    text-align: center
}

.e-404__img {
    width: 100%;
    padding: 50px 80px;
    pointer-events: none
}

@media (max-width: 767px) {
    .e-404__img {
        padding: 40px 30px
    }
}

@media (max-width: 500px) {
    .e-404__img {
        padding: 30px 20px
    }
}

* {
    box-sizing: border-box;
    outline: none !important
}

html {
    height: 100%;
    min-width: 320px;
    overflow-x: hidden
}

html.locked {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

body {
    margin: 0;
    font-size: 16px;
    font-family: Roboto, Arial, Geneva CY, DejaVu Sans, "sans-serif" !important;
    color: #010f30;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    background-color: #a5b7d4;
}
.mobile_phone{
    display: none;
}
@media (max-width: 1023px) {
    .mobile_phone {
        display: flex;
		text-align: center;
		justify-content: center;
		padding: 15px;
		flex-direction: column;
		align-items: center;
    }
	.mobile_phone .header__social{
		margin-top:20px;
		margin-left:auto;
	}
}

@media (max-width: 767px) {
    body {
        font-size: 14px
    }
}

.container {
    max-width: 1300px;
    margin: auto;
    padding: 0 15px;
    box-sizing: content-box
}

@media (max-width: 1023px) {
    .container {
        padding: 0
    }
}

form {
    margin-bottom: 0
}

p {
    display: block;
    margin: 0 0 20px;
    line-height: 1.6
}

p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%;
    max-height: 100%
}

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

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
    clear: both
}

button {
    border: 0;
    padding: 0;
    background: transparent
}

input::-ms-clear {
    display: none
}

.hidden {
    display: none
}

.i-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em
}

b, strong {
    font-weight: 700
}

@media (max-width: 500px) {
    input {
        font-size: 16px !important
    }
}

.error-text {
    color: #f33
}

@media (max-width: 500px) {
    .only-desktop {
        display: none !important
    }
}

@media (min-width: 501px) {
    .only-mobile {
        display: none !important
    }
}

@media (min-width: 1024px) {
    .only-burger {
        display: none !important
    }
}

@media (max-width: 1023px) {
    .only-untilBurger {
        display: none !important
    }
}

.styles {
    min-width: 1300px;
    padding: 20px
}

.styles__item {
    position: relative;
    margin-bottom: 10px
}

.styles__item--margin-top {
    margin-top: 10px
}

.styles__text {
    position: absolute;
    right: calc(100% + 30px);
    top: 0;
    color: #808cb0;
    text-align: right;
    white-space: nowrap
}

.styles__text:after {
    content: ":";
    display: inline-block
}

.lazy.init:not(.lazy--replace) {
    animation-name: fadeIn;
    animation-duration: .5s;
    animation-fill-mode: both
}

#bx-panel {
    height: 0
}

.bx-ie .f-items {
    width: 100% !important;
    max-width: 100% !important
}

.bx-ie .teachers__name {
    max-width: 95%
}

.bx-ie .presentations__item {
    overflow: hidden
}

.bx-ie .presentations__body {
    display: block
}

.c-certification {
    background-color: #72eaf8;
    border-color: #65d1dd
}

.c-international {
    background-color: #f87272;
    border-color: #dd6565
}

.c-сert-renewal {
    background-color: #9c9;
    border-color: #88b688
}

.c-beginners {
    background-color: #ffb633;
    border-color: #e4a22d
}

.c-training {
    background-color: #c9f;
    border-color: #b688e4
}

.c-english {
    background-color: #f68dc5;
    border-color: #dc7eb0
}

.header-search__clear, .header-search input, .m-menu {
    display: none
}

.header-search__inner {
    display: flex
}

[data-modal] {
    pointer-events: none
}

.features {
    margin-top: 30px
}

table {
    border-collapse: collapse;
    border-color: transparent
}

.bblock {
    vertical-align: middle;
    font-weight: 500;
    color: #808cb0 !important
}

.wrap {
    cellspacing: 10px
}

.block {
    display: flex;
}
@media (max-width: 1024px) {
    .block{
        flex-direction: column;
    }
    .product-form {
        max-width: 100%!important;
        margin-left: 5px!important;
        margin-right: 5px!important;
    }
}
.wrap-top-replace {
    padding: 0 !important;
    background-color: #fff !important
}

.show-more-icon {
    width: 10px;
    height: 10px;
    margin-right: 0;
    margin-left: 10px;
    transform: rotate(-90deg)
}

.modal__checkbox {
    display: inline-block !important;
    height: 20px !important;
    max-width: 20px !important
}

.s-toggle.wrapper_top {
    margin-top: 30px
}

.hidden_item {
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: -9999px;
    left: -9999px
}

.about-menu {
    margin: 0;
    padding: 25px;
    background-color: #EEEEEE;
    list-style: none
}

@media (max-width: 1023px) {
    .about-menu {
        padding: 20px
    }
}

@media (max-width: 767px) {
    .about-menu {
        width: 100%;
        padding: 15px 20px;
        margin-bottom: 20px
    }
}

@media (max-width: 500px) {
    .about-menu {
        display: none
    }
}

.about-menu > li {
    color: #bbbbbb
}

.about-menu > li:not(:last-of-type) {
    margin-bottom: 18px
}

.about-menu a {
    transition: color .2s
}

.about-menu a:hover {
    color: #ff0505
}

.aside {
    display: flex
}

@media (max-width: 767px) {
    .aside {
        flex-direction: column
    }
}

.aside__main {
}

@media (max-width: 767px) {
    .aside__main {
        width: 100%;
        order: 1
    }
}

.aside__sidebar {
    width: 290px;
    margin-left: 40px
}

@media (max-width: 767px) {
    .aside__sidebar {
        width: 100%;
        margin-left: 0
    }
}

.b-breadcrumbs {
    margin: 10px;
    font-size: 14px;
    color: #bbbbbb;
}
.section--top .b-breadcrumbs {
    color: #EEEEEE;
}

@media (max-width: 1023px) {
    .b-breadcrumbs {
        margin-bottom: 0;
        font-size: 13px
    }
}

@media (max-width: 767px) {
    .b-breadcrumbs {
        margin-bottom: 0
    }
}

@media (max-width: 500px) {
    .b-breadcrumbs {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 1.3
    }
}

.b-breadcrumbs--small {
    margin-bottom: 26px
}

@media (max-width: 767px) {
    .b-breadcrumbs--small {
        margin-bottom: 20px
    }
}

.b-breadcrumbs__item {
    display: inline-block;
    cursor: default
}

.b-breadcrumbs__item:before {
    content: "/";
    padding-right: 4px
}

.b-breadcrumbs__item:first-of-type {
    padding-left: 0
}

.b-breadcrumbs__item:first-of-type:before {
    display: none
}

.b-breadcrumbs__item:last-of-type {
    color: #bbbbbb
}

.section--top .b-breadcrumbs__item:last-of-type {
    color: #ffffff
}

.b-breadcrumbs__link {
    color: #bbbbbb;
    transition: color .2s
}
.section--top .b-breadcrumbs__link {
    color: #EEEEEE;
}

.b-breadcrumbs__link:hover {
    color: #ff0505
}

.b-checkbox {
    display: block;
    margin-bottom: 15px;
/ / cursor: pointer
}

.b-checkbox--radio {
    display: inline-block;
    margin-right: 40px
}

@media (max-width: 767px) {
    .b-checkbox--radio {
        margin-right: 20px
    }
}

.b-checkbox--radio .b-checkbox__box {
    border-radius: 50%
}

.b-checkbox--radio .b-checkbox__box:before {
    display: none
}

.b-checkbox--radio .b-checkbox__box:after {
    border-radius: 50%;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #d4dadf;
    transform: translateX(-50%) translateY(-50%);
    transition: background-color .2s
}

.b-checkbox--pp {
    display: flex;
    margin-bottom: 0;
    align-items: center
}

@media (max-width: 500px) {
    .b-checkbox--pp {
        display: block
    }
}

.b-checkbox--pp .b-checkbox__label {
    padding-right: 10px
}

@media (max-width: 500px) {
    .b-checkbox--pp .b-checkbox__label {
        padding-right: 0
    }
}

.b-checkbox--pp .b-checkbox__box {
    background-color: #fff;
    border-color: #fff
}

.b-checkbox--pp .btn {
    margin-left: auto
}

@media (max-width: 500px) {
    .b-checkbox--pp .btn {
        width: 100%;
        margin-top: 15px
    }
}

.b-checkbox--title {
    margin-bottom: 24px;
    font-weight: 700
}

@media (max-width: 767px) {
    .b-checkbox--title {
        margin-bottom: 15px
    }
}

.b-checkbox--title:hover .b-checkbox__text {
    color: #ff0505
}

.b-checkbox-description {
    padding-left: 27px
}

.b-checkbox-description:not(:last-of-type) {
    margin-bottom: 30px
}

.b-checkbox__input.active + .b-checkbox__box {
    border-color: #bbbbbb
}

.b-checkbox__input.active + .b-checkbox__box:after {
    background-color: #bbbbbb
}

.b-checkbox__input {
    display: none
}

.b-checkbox__input:checked:not(.disabled) + .b-checkbox__box {
    border-color: #bbbbbb
}

.b-checkbox__input:checked:not(.disabled) + .b-checkbox__box:after, .b-checkbox__input:checked:not(.disabled) + .b-checkbox__box:before {
    background-color: #bbbbbb
}

.b-checkbox__input.disabled + .b-checkbox__box {
    background-color: #e8eff6;
    cursor: default
}

.b-checkbox__input.disabled + .b-checkbox__box:after, .b-checkbox__input.disabled + .b-checkbox__box:before {
    content: none
}

.b-checkbox__input.disabled + .b-checkbox__box + .b-checkbox__text {
    cursor: default
}

.b-checkbox__label {
    display: flex;
    align-items: flex-start;
    cursor: pointer
}

.b-checkbox__label.disabled {
    cursor: default
}

.b-checkbox__box {
    display: block;
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    margin: 3px 10px 3px 0;
    position: relative;
    border: 1px solid #d4dadf;
    border-radius: 2px;
    transition: border-color .2s;
    cursor: pointer
}

.b-checkbox__box:after {
    transform-origin: bottom;
    height: 13px;
    transform: rotate(35deg)
}

.b-checkbox__box:after, .b-checkbox__box:before {
    content: "";
    position: absolute;
    left: 6px;
    bottom: 3px;
    width: 2px
}

.b-checkbox__box:before {
    transform-origin: bottom;
    height: 7px;
    transform: rotate(-35deg)
}

.b-checkbox__text {
    flex: 1 1 auto;
    line-height: 26px;
	font-size:12px;
/ / cursor: pointer;
    transition: color .2s
}

.b-count {
    display: flex;
    min-width: 120px;
    max-width: 120px;
    height: 50px;
    margin-right: 15px;
    align-items: center;
    border: 1px solid #dee7f1;
    border-radius: 2px
}

.b-count-title {
    margin-right: 10px;
    color: #808cb0
}

.b-count-text, .b-count-title {
    font-size: 14px;
    font-weight: 500
}

.b-count-text {
    line-height: 50px
}

.b-count__btn {
    display: inline-block;
    min-width: 44px;
    height: 48px;
    transition: .2s;
    position: relative;
    cursor: pointer
}

.b-count__input {
    width: 30px;
    background-color: transparent;
    border: 0;
    text-align: center
}

.b-count .plus:after, .b-count .plus:before {
    height: 16px
}

.b-courses {
    display: flex;
    max-width: 100%;
    overflow: hidden
}

.b-courses--mb {
    margin-bottom: 40px
}

.b-courses__left {
    width: 33%
}
.b-courses__right {
    color: #222222;
    width: 67%
}

.b-courses__right .link{
    color: #222222;
}

.b-courses__left {
    background-color: #a5b7d4
}

@media (max-width: 1023px) {
    .b-courses__left {
        display: none
    }
}

.b-courses__right {
    padding: 20px;
    background-color: #d3d3d3
}

@media (max-width: 1279px) {
    .b-courses__right {
        padding: 20px 60px 20px 30px
    }
}

@media (max-width: 1023px) {
    .b-courses__right {
        width: 100%;
        padding: 0;
        background-color: #fff
    }
}

.b-courses__item {
    display: flex;
    min-height: 73px;
    align-items: center;
    justify-content: space-between;
    padding: 5px 40px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .28);
    background-color: #95a7c4;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: color .2s, background-color .2s
}

@media (max-width: 1279px) {
    .b-courses__item {
        padding: 5px 20px
    }
}

@media (max-width: 1023px) {
    .b-courses__item {
        height: auto;
        padding: 10px 20px
    }
}

.b-courses__item--mobile {
    display: none
}

@media (max-width: 1023px) {
    .b-courses__item--mobile {
        display: flex;
        overflow: hidden
    }
}

.b-courses__item--mobile * {
    pointer-events: none
}

.b-courses__item:hover:not(.active), .b-courses__item:hover:not(.active):after {
    background-color: #a5b7d4
}

.b-courses__item.active {
    border-color: transparent;
    background-color: #d3d3d3;
    color: #010f30;
    overflow: visible
}

.b-courses__item.active:after {
    background-color: #95a7c4;
    transform: translateY(-50%) translateX(50%) rotate(45deg)
}

@media (max-width: 1023px) {
    .b-courses__item.active:after {
        top: 100%
    }
}

@media (max-width: 1023px) {
    .b-courses__item.active .plus:after {
        background-color: #010f30
    }
}

@media (max-width: 1023px) {
    .b-courses__item.active .plus:before {
        height: 2px
    }
}

.b-courses__item:after {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #95a7c4;
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transition: transform .2s, background-color .2s
}

@media (max-width: 1023px) {
    .b-courses__item:after {
        top: 105%;
        right: 50%;
        transform: translateY(-120%) translateX(50%) rotate(45deg)
    }
}

.b-courses__item .plus:after, .b-courses__item .plus:before {
    height: 20px
}

@media (max-width: 1023px) {
    .b-courses__item .plus:after, .b-courses__item .plus:before {
        background-color: #fff !important
    }
}

.b-courses__inner {
    display: none
}

@media (max-width: 1023px) {
    .b-courses__inner {
        display: block
    }
}

.b-courses__inner.active {
    display: block
}

.b-courses__content {
    display: none;
    animation-name: fadeInLeftSmall;
    animation-duration: 1s;
    animation-fill-mode: both
}

@media (max-width: 1023px) {
    .b-courses__content {
        padding: 20px 15px;
        animation-name: none
    }
}

.b-courses__content.active {
    display: block
}

.b-courses__links .link--more {
    margin-top: 21px
}

@media (max-width: 767px) {
    .b-courses__links .link--more {
        margin-top: 26px
    }
}

.b-courses__links svg {
    width: 15px !important
}

.b-courses__title {
    margin-top: 41px;
    margin-bottom: 11px;
    padding-top: 19px;
    border-top: 1px solid #dee7f1;
    font-weight: 500
}

@media (max-width: 1279px) {
    .b-courses__title {
        margin-top: 20px
    }
}

@media (max-width: 1023px) {
    .b-courses__title {
        margin-top: 28px
    }
}

.b-form--subscribe .b-form__item {
    margin-bottom: 15px
}

.b-form--subscribe .b-form__item:last-child {
    margin-bottom: 0
}

.b-form--order .b-form__item {
    display: block;
    width: 600px;
    max-width: 100%;
    margin-bottom: 25px;
    margin-right: 0
}

@media (max-width: 767px) {
    .b-form--order .b-form__item {
        margin-bottom: 15px
    }
}

.b-form--order .b-form__item--address, .b-form--order .b-form__item--requisites {
    width: 620px;
    max-width: calc(100% + 20px);
    margin-left: -20px
}

.b-form--order .b-form__aside .b-checkbox {
    margin-bottom: 25px;
    white-space: nowrap
}

@media (max-width: 1023px) {
    .b-form--order .b-form__aside .b-checkbox {
        margin-top: -25px
    }
}

@media (max-width: 767px) {
    .b-form--order .b-form__aside .b-checkbox {
        margin-top: -15px;
        margin-bottom: 15px
    }
}

.b-form--order .b-checkbox--radio .b-checkbox__text {
    font-weight: 500
}

.b-form__inner {
    display: flex;
    margin-left: -20px;
    margin-bottom: -25px;
    flex-wrap: wrap
}

.b-form__inner--s-pb {
    padding-bottom: 20px
}

.b-form__inner--pb {
    padding-bottom: 40px
}

@media (max-width: 767px) {
    .b-form__inner--pb {
        padding-bottom: 20px
    }
}

.b-form__inner .b-form__description {
    margin-bottom: 20px
}

.b-form__inner .b-form__item {
    width: calc(33.33% - 20px);
    margin-bottom: 25px;
    margin-left: 20px;
    margin-right: 0
}

@media (max-width: 1023px) {
    .b-form__inner .b-form__item {
        width: calc(50% - 20px)
    }
}

@media (max-width: 500px) {
    .b-form__inner .b-form__item {
        width: calc(100% - 20px)
    }
}

.b-form__inner .b-form__item--double {
    width: calc(66.66% - 20px)
}

@media (max-width: 1023px) {
    .b-form__inner .b-form__item--double {
        width: calc(100% - 20px)
    }
}

.b-form__inner .b-form__item--address {
    width: 33.33%;
    margin-left: 0
}

@media (max-width: 1023px) {
    .b-form__inner .b-form__item--address {
        width: 50%
    }
}

@media (max-width: 500px) {
    .b-form__inner .b-form__item--address {
        width: 100%
    }
}

@media (max-width: 484px) {
    .b-form__listener .b-form__item {
        width: 100%
    }
}

.b-form__bottom {
    padding-top: 40px;
    border-top: 2px solid #dee7f1;
    text-align: right
}

@media (max-width: 767px) {
    .b-form__bottom {
        padding-top: 20px
    }
}

.b-form__bottom--reg {
    position: relative;
    padding-bottom: 20px
}

.b-form__bottom--reg .b-form__text {
    top: calc(100% + 10px);
    right: 0
}

.b-form__label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700
}

.b-form__item {
    display: inline-block;
    /*width: 100%;*/
    height: 100%;
    margin-right: 10px;
    position: relative
}

@media (max-width: 1279px) {
    .b-form__item {
        width: 200px
    }
}

@media (max-width: 1023px) {
    .b-form__item--placeholder {
        display: none
    }
}

.b-form__item--text {
    margin-bottom: 65px !important;
    position: relative
}

@media (max-width: 767px) {
    .b-form__item--text {
        margin-bottom: 95px !important
    }
}

@media (max-width: 500px) {
    .b-form__item--desc, .b-form__item--text {
        margin-bottom: 55px !important
    }
}

.b-form__item--double.b-form__item--text {
    margin-bottom: 45px !important
}

@media (max-width: 1023px) {
    .b-form__item--double.b-form__item--text {
        margin-bottom: 25px !important
    }
}

@media (max-width: 1023px) {
    .b-form__item--double .b-form__text {
        margin-bottom: 15px;
        position: static
    }
}

.b-form__item--address {
    display: inline-flex !important;
    align-items: flex-start
}

.b-form__item--address > label {
    width: calc(33.33% - 20px);
    margin-left: 20px
}

.b-form__item--requisites {
    display: inline-flex !important;
    align-items: flex-start
}

.b-form__item--requisites > label {
    width: calc(50% - 20px);
    margin-left: 20px
}

.b-form__item--promo {
    display: flex !important
}

@media (max-width: 500px) {
    .b-form__item--promo {
        flex-direction: column
    }
}

.b-form__item--promo label {
    margin-right: 20px;
    flex-grow: 1
}

@media (max-width: 500px) {
    .b-form__item--promo label {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.b-form__item--promo .btn {
    margin-top: 31px
}

@media (max-width: 500px) {
    .b-form__item--promo .btn {
        margin-top: 0
    }
}

@media (max-width: 1279px) {
    .b-form__item--full {
        width: 100%
    }
}

.b-form__item input, .b-form__item textarea {
    width: 100%;
    padding: 14px;
    border-radius: 2px;
    border: 1px solid #dee7f1;
    color: #010f30;
    transition: border .2s
}

@media (max-width: 500px) {
    .b-form__item input, .b-form__item textarea {
        padding: 14px 8px
    }
}

.b-form__item input:hover, .b-form__item textarea:hover {
    border-color: #808cb0
}

.b-form__item input:focus, .b-form__item textarea:focus {
    border-color: #bbbbbb
}

.b-form__item input:disabled, .b-form__item textarea:disabled {
    border-color: #dee7f1 !important;
    background-color: #EEEEEE
}

.b-form__item input:-moz-read-only, .b-form__item textarea:-moz-read-only {
    border-color: #dee7f1 !important;
    background-color: #EEEEEE
}

.b-form__item input:read-only, .b-form__item textarea:read-only {
    border-color: #dee7f1 !important;
    background-color: #EEEEEE
}

.b-form__item input.error, .b-form__item textarea.error {
    padding-right: 40px;
    border-color: #f33
}

.b-form__item input.error ~ .tooltip, .b-form__item textarea.error ~ .tooltip {
    display: flex
}

.b-form__item input.green, .b-form__item textarea.green {
    border-color: #0c6
}

.b-form__item input {
    height: 45px
}

.b-form__item textarea {
    height: 150px;
    resize: none
}

.b-form__item--location input, .b-form__item[data-datepicker-range] input, .b-form__item[data-datepicker] input {
    padding-right: 40px
}

.b-form__item--location input.error, .b-form__item[data-datepicker-range] input.error, .b-form__item[data-datepicker] input.error {
    padding-right: 65px
}

.b-form__item--location .tooltip, .b-form__item[data-datepicker-range] .tooltip, .b-form__item[data-datepicker] .tooltip {
    right: 38px
}

.b-form__item[data-datepicker-range] {
    min-width: 230px
}

.b-form__item[data-datepicker-range], .b-form__item[data-datepicker] {
    position: relative
}

.b-form__item[data-datepicker-range].init:after, .b-form__item[data-datepicker].init:after {
    background-image: url(/local/client/img/calendar.svg)
}

.b-form__item[data-datepicker-range]:after, .b-form__item[data-datepicker]:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 13px;
    right: 11px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none
}

.b-form__item--location {
    position: relative
}

.b-form__item--location.init:after {
    background-image: url(/local/client/icons/search.svg)
}

.b-form__item--location:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 13px;
    right: 11px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none
}

.b-form__item label {
    position: relative
}

.b-form__item .tooltip {
    display: none;
    position: absolute;
    bottom: 12px;
    right: 12px
}

.b-form__item .tooltip__icon {
    display: flex;
    margin: 0;
    padding: 0;
    min-width: 22px
}

.b-form__item .tooltip__text {
    background-color: #fff;
    color: #f33
}

.b-form__item .tooltip__text--green {
    color: #0c6
}

.b-form__item .tooltip__text:after {
    background-color: #fff
}

.b-form__item.form--error .select {
    border-color: #f33
}

.b-form__file {
    display: inline-flex;
    align-items: flex-end
}

.b-form__file.error .tooltip {
    display: flex !important;
    height: 44px;
    margin-left: 10px;
    align-items: center
}

.b-form__file.error .tooltip__icon {
    display: flex;
    margin: 0;
    padding: 0
}

.b-form__file.error .tooltip__text {
    background-color: #fff;
    color: #f33
}

.b-form__file.error .tooltip__text:after {
    background-color: #fff
}

.b-form__file.green .tooltip__text {
    color: #0c6
}

.b-form__file label {
    display: flex;
    flex-direction: column
}

.b-form__file [data-file-text] {
    display: inline-block;
    width: 190px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis
}

.b-form__file [data-file-upload] {
    display: none
}

.b-form__file .tooltip {
    display: none !important
}

.b-form__text {
    display: block;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    font-size: 14px;
    color: #808cb0
}

.b-form__radio {
    display: flex
}

@media (max-width: 500px) {
    .b-form__radio {
        flex-wrap: wrap
    }
}

.b-form__radio .b-checkbox:last-child {
    margin-right: 0
}

.b-form__aside {
    display: flex
}

@media (max-width: 1023px) {
    .b-form__aside {
        display: block
    }
}

.b-form__aside .b-checkbox {
    display: flex;
    height: 45px;
    margin-bottom: 0;
    margin-left: 20px;
    align-self: flex-end;
    align-items: center
}

@media (max-width: 1023px) {
    .b-form__aside .b-checkbox {
        margin-left: 0
    }
}

.b-form select {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    background-color: #fff;
    border: 1px solid #d4dadf;
    color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ""
}

.b-form select::-ms-expand {
    display: none
}

.b-form__error, .b-form__success {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500
}

.b-form__error--no-margin, .b-form__success--no-margin {
    margin-bottom: 0
}

.b-form__error {
    color: #f33
}

.b-form__success {
    color: #0c6
}

.b-form__label--block {
    display: inline-block !important
}

.b-checkbox--margin-left {
    margin-left: 20px
}

.b-form__heading {
    margin-left: 20px;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 700
}

.b-checkbox--margin-left {
    margin-left: 20px !important
}

.b-form__item-small {
    width: 10% !important
}

.b-nav {
    display: flex;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

@media (max-width: 1023px) {
    .b-nav {
        height: 48px;
        flex-direction: column;
        background-color: #fff;
        border: 1px solid #dee7f1
    }
}

.b-nav:last-child {
    margin-bottom: 0
}

.b-nav:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #c9d8e6;
    z-index: 1
}

@media (max-width: 1023px) {
    .b-nav:after {
        display: none
    }
}

@media (min-width: 1024px) {
    .b-nav__link {
        padding-right: 40px;
        margin-bottom: 0;
        padding-bottom: 25px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .6px;
        white-space: nowrap;
        transition: color .2s;
        position: relative
    }
}

@media (min-width: 1024px) and (max-width: 1450px) {
    .b-nav__link {
        padding-right: 20px;
        padding-bottom: 15px;
        letter-spacing: 0
    }
}

@media (min-width: 1024px) {
    .b-nav__link.active, .b-nav__link:hover {
        color: #bbbbbb
    }

    .b-nav__link:after, .b-nav__link:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #c9d8e6;
        z-index: 2
    }

    .b-nav__link.active:after {
        background-color: #bbbbbb;
        right: 40px;
        transition: background-color .2s
    }
}

@media (min-width: 1024px) and (max-width: 1450px) {
    .b-nav__link.active:after {
        right: 20px
    }
}

@media (min-width: 1024px) {
    .b-nav__link.active svg {
        display: none
    }
}

@media (max-width: 1023px) {
    .b-nav__link {
        display: flex;
        min-height: 48px;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        font-size: 12px;
        font-weight: 700
    }

    .b-nav__link.active {
        order: -1
    }

    .b-nav__link.active.opened svg {
        transform: scale(-1);
        fill: #bbbbbb
    }

    .b-nav__link.active svg {
        width: 13px;
        height: 13px;
        margin-left: 7px;
        fill: #010f30;
        transition: fill .2s, transform .2s
    }
}

.b-tabs__head {
    margin-bottom: 30px
}

.b-tabs__head:last-child {
    margin-bottom: 0
}

@media (min-width: 1024px) {
    .b-tabs__head {
        display: flex;
        flex-wrap: wrap;
        overflow-x: auto;
        justify-content: center;
        align-content: stretch;
        align-items: flex-end;;
    }

    .b-tabs__head:after {
        /*content: "";*/
        /*position: absolute;*/
        /*left: 0;*/
        /*right: 0;*/
        /*bottom: 0;*/
        /*height: 2px;*/
        /*background-color: #c9d8e6;*/
        /*z-index: 1*/
    }
}

@media (max-width: 1023px) {
    .b-tabs__head {
        display: none
    }
}

@media (min-width: 1023px) {
    .b-tabs__link {
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .6px;
        /* white-space: nowrap; */
        transition: color .2s;
        position: relative;
        width: 33%;
        text-align: center;
    }
}

@media (min-width: 1024px) and (max-width: 1450px) {
    .b-tabs__link {
        padding-right: 20px;
        padding-bottom: 15px;
        letter-spacing: 0
    }
}

@media (min-width: 1024px) {
    .b-tabs__link:after, .b-tabs__link:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #c9d8e6;
        z-index: 2
    }

    .b-tabs__link.active, .b-tabs__link:hover {
        color: #bbbbbb
    }

    .b-tabs__link.active:after {
        background-color: #bbbbbb;
        right: 40px;
        transition: background-color .2s
    }
}

@media (min-width: 1024px) and (max-width: 1450px) {
    .b-tabs__link.active:after {
        right: 20px
    }
}

@media (max-width: 1023px) {
    .b-tabs__link {
        display: flex;
        height: auto;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border-bottom: 1px solid hsla(0, 0%, 100%, .28);
        background-color: #bbbbbb;
        color: #fff;
        position: relative;
        cursor: pointer;
        transition: color .2s, background-color .2s
    }

    .b-tabs__link:hover:not(.active), .b-tabs__link:hover:not(.active):after {
        background-color: #8e0505
    }

    .b-tabs__link.active {
        border-color: transparent;
        background-color: #d3d3d3;
        color: #010f30
    }

    .b-tabs__link.active:after {
        background-color: #d3d3d3;
        transform: translateY(-50%) translateX(50%) rotate(45deg)
    }

    .b-tabs__link.active .plus:after {
        background-color: #010f30
    }

    .b-tabs__link.active .plus:before {
        display: none
    }

    .b-tabs__link:after {
        content: "";
        width: 13px;
        height: 13px;
        position: absolute;
        top: 100%;
        right: 50%;
        background-color: #bbbbbb;
        transform: translateY(-120%) translateX(50%) rotate(45deg);
        transition: transform .2s, background-color .2s;
        z-index: 1
    }

    .b-tabs__link * {
        pointer-events: none
    }

    .b-tabs__link .plus {
        margin-left: 10px
    }

    .b-tabs__link .plus:after, .b-tabs__link .plus:before {
        height: 20px;
        background-color: #fff !important
    }
}

.b-tabs__link--mobile {
    display: none
}

@media (max-width: 1023px) {
    .b-tabs__link--mobile {
        display: flex
    }
}

.b-tabs__item {
    display: none
}

@media (max-width: 1023px) {
    .b-tabs__item {
        padding: 20px 0
    }

    .b-tabs__item .b-courses {
        padding: 0 15px
    }
}

.b-tabs__item.active {
    display: block
}

.b-tabs__item .b-media.swiper-container {
    margin-bottom: 0
}

.b-tabs-text {
    display: flex;
    align-items: flex-start
}

@media (max-width: 767px) {
    .b-tabs-text {
        display: block
    }
}

.b-tabs-text__img {
    max-width: 400px
}

@media (max-width: 1023px) {
    .b-tabs-text__img {
        max-width: 300px
    }
}

@media (max-width: 767px) {
    .b-tabs-text__img {
        max-width: 100%
    }
}

@media (max-width: 500px) {
    .b-tabs-text__img {
        width: 100%;
        height: auto !important;
        margin-bottom: 15px
    }
}

.b-tabs-text__img:not(.init) {
    min-width: 400px;
    height: 270px
}

@media (max-width: 1023px) {
    .b-tabs-text__img:not(.init) {
        min-width: 300px;
        height: 200px
    }
}

.b-tabs-text__content {
    padding-left: 30px
}

@media (max-width: 767px) {
    .b-tabs-text__content {
        margin-top: 15px;
        padding-left: 0
    }
}

.b-tabs-float {
    width: 100%
}

.b-tabs-float__img {
    max-width: 400px;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 15px;
    float: left
}

@media (max-width: 767px) {
    .b-tabs-float__img {
        max-width: 50%
    }
}

@media (max-width: 500px) {
    .b-tabs-float__img {
        max-width: 100%
    }
}

.b-tabs__program {
    overflow: hidden
}

.b-tabs__program.small {
    position: relative
}

.b-tabs__program.small:after {
    display: block
}

.b-tabs__program.active:after {
    display: none
}

.b-tabs__program:after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0))
}

.books-s {
    display: flex;
    position: relative;
    background-color: #fff
}

@media (max-width: 767px) {
    .books-s {
        padding-left: 7px;
        flex-direction: column
    }
}

@media (max-width: 500px) {
    .books-s {
        padding-left: 0;
        padding-top: 5px
    }
}

.books-s__color {
    width: 5px
}

@media (max-width: 767px) {
    .books-s__color {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0
    }
}

@media (max-width: 500px) {
    .books-s__color {
        right: 0;
        bottom: inherit;
        width: 100%;
        height: 5px
    }
}

.books-s__info {
    flex: 1 0;
    padding: 20px 25px 30px
}

@media (max-width: 767px) {
    .books-s__info {
        padding: 20px 15px 15px
    }
}

.books-s__title {
    display: block;
    margin-bottom: 25px;
    color: #bbbbbb;
    transition: color .2s
}

.books-s__title:hover {
    color: #ff0505
}

.books-s__options {
    display: flex;
    margin-top: 10px
}

@media (max-width: 1023px) {
    .books-s__options {
        flex-direction: column
    }
}

.books-s__option {
    display: flex;
    margin-right: 25px;
    color: #808cb0
}

@media (max-width: 1023px) {
    .books-s__option {
        margin-right: 0
    }

    .books-s__option:not(:last-of-type) {
        margin-bottom: 10px
    }
}

.books-s__option img {
    width: 20px;
    margin-right: 10px
}

.books-s__actions {
    display: flex;
    flex: 0 1 225px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-left: 2px solid #EEEEEE
}

@media (max-width: 767px) {
    .books-s__actions {
        flex-basis: auto;
        padding: 10px 15px 15px;
        flex-direction: row;
        border-left: none;
        border-top: 2px solid #EEEEEE
    }

    .books-s__actions .btn--full {
        width: auto
    }
}

.books-s__price {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700
}

.books__img {
    float: left;
    width: 300px;
    height: auto;
    margin-right: 40px;
    margin-bottom: 30px;
    flex: 0 0 300px
}

@media (max-width: 767px) {
    .books__img {
        max-width: 50%;
        margin-right: 20px;
        margin-bottom: 20px
    }
}

@media (max-width: 500px) {
    .books__img {
        max-width: none;
        width: 300px;
        margin-right: calc(100% - 300px)
    }
}

.books__img img {
    width: 100%;
    height: 100%;
    font-family: object-fit\:cover;
    -o-object-fit: cover;
    object-fit: cover
}

.btn-nav {
    display: none;
    position: relative;
    height: 17px;
    width: 21px;
    margin-right: 13px;
    cursor: pointer;
    transition: transform .3s;
    flex: 0 0 auto;
    background-color: transparent
}

@media (max-width: 1023px) {
    .btn-nav {
        display: block
    }
}

.btn-nav.active {
    transform: rotateY(180deg) translateZ(0)
}

.btn-nav.active .btn-nav__line {
    width: 25px;
    background-color: transparent;
    transition: none
}

.btn-nav.active .btn-nav__line:after, .btn-nav.active .btn-nav__line:before {
    top: 0;
    bottom: 0;
    margin: auto
}

.btn-nav.active .btn-nav__line:before {
    transform: rotate(-45deg) translateZ(0)
}

.btn-nav.active .btn-nav__line:after {
    transform: rotate(45deg) translateZ(0)
}

.btn-nav__line {
    top: 0;
    bottom: 0;
    width: 19px;
    border-radius: 1px;
    margin: auto;
    transition: transform .6s, background-color .8s
}

.btn-nav__line, .btn-nav__line:after, .btn-nav__line:before {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #808cb0
}

.btn-nav__line:after, .btn-nav__line:before {
    content: "";
    transition: transform .6s
}

.btn-nav__line:before {
    top: 5px
}

.btn-nav__line:after {
    bottom: 5px
}

button.btn {
    display: inline-block;
    text-align: center
}

.btn {
    display: inline-flex;
    align-items: center;
    padding: 16px 35px;
    justify-content: center;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .05em;
    transition: color .2s, background .2s;
    white-space: nowrap;
    cursor: pointer;
    border-color: transparent
}

@media (max-width: 767px) {
    .btn {
        padding: 16px 18px
    }
}

.btn--yellow {
    background-color: #d3d3d3
}

.btn--yellow:hover {
    background-color: #a3a3a3
}

.btn--blue {
    background-color: #aa0505;
    color: #fff;
    border-radius: 25px;
}

.btn--blue:hover {
    background-color: #8e0505
}

.btn--buy {
    min-width: 140px
}

.btn--full {
    width: 100%
}

.btn--clear {
    background-color: transparent;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    color: #bbbbbb
}

@media (max-width: 1279px) {
    .btn--clear {
        padding: 16px 20px
    }
}

.btn--clear:hover {
    background-color: #bbbbbb;
    color: #fff
}

.btn--clear:hover .plus:after, .btn--clear:hover .plus:before {
    background-color: #fff
}

.btn--clear .plus {
    width: 25px;
    height: auto;
    padding: 0;
    margin-right: 10px
}

.btn--clear .plus:after, .btn--clear .plus:before {
    background-color: #bbbbbb
}

.btn.disable {
    background-color: #e8eff6;
    color: #808cb0;
    cursor: default
}

.catalog-sort {
    display: flex;
    margin-bottom: 25px
}

@media (max-width: 500px) {
    .catalog-sort {
        margin-bottom: 17px;
        flex-wrap: wrap
    }
}

.catalog-sort__title {
    font-weight: 700;
    margin-right: 20px;
    line-height: 1.2
}

@media (max-width: 500px) {
    .catalog-sort__title {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }
}

.catalog-sort__item {
    line-height: 1.2;
    transition: color .2s
}

.catalog-sort__item:not(:last-of-type) {
    margin-right: 20px
}

.catalog-sort__item:hover {
    color: #bbbbbb
}

.catalog-sort__item--active {
    padding-bottom: 2px;
    color: #bbbbbb;
    border-bottom: 2px solid #bbbbbb
}

@media (max-width: 1023px) {
    .contacts.active {
        display: block
    }
}

.contacts__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.contacts__item:not(:last-of-type) {
    margin-bottom: 15px
}

.contacts__item--big > span {
    font-weight: 500;
    margin-right: -20px
}

.contacts__item > svg {
    margin-right: 10px
}

.contacts__item > svg * {
    fill: #010f30
}

.contacts__item > span {
    margin-right: -20px
}

@media (max-width: 500px) {
    .contacts__item > span + a {
        display: block;
        width: 100%
    }
}

.contacts-address {
    display: flex;
    margin-bottom: 20px;
    align-items: center
}

.contacts-address > :not(:last-child) {
    margin-right: 10px
}

.contacts-address svg {
    width: 25px;
    height: 25px
}

.contacts-address svg * {
    fill: #bbbbbb
}

.contacts__imgs {
    display: flex
}

@media (max-width: 500px) {
    .contacts__imgs {
        flex-wrap: wrap
    }
}

.contacts__imgs img {
    width: 250px;
    height: 180px;
    margin-right: 20px
}

.contacts__map {
    width: 100%;
    height: 350px
}

.contacts__map:not(:last-child) {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .contacts .link--ml {
        margin-left: 25px
    }
}

.documents {
    display: flex;
    margin-right: -20px;
    margin-bottom: -20px;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .documents {
        margin-bottom: -10px;
        margin-right: -10px
    }
}

.documents__item {
    display: flex;
    width: calc(25% - 20px);
    padding: 30px 20px 15px;
    margin-right: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}

@media (max-width: 1023px) {
    .documents__item {
        width: calc(33.33% - 20px)
    }
}

@media (max-width: 767px) {
    .documents__item {
        width: calc(50% - 10px);
        margin-bottom: 10px;
        margin-right: 10px
    }
}

@media (max-width: 500px) {
    .documents__item {
        width: calc(100% - 10px)
    }
}

.documents__item:hover {
}

.documents__img {
    display: flex;
    height: auto;
    margin-bottom: 20px;
    padding: 0 30px;
    align-items: center;
    position: relative
}

.documents__img img {
    border: 1px solid #000000;
    border-radius: 15px;
}

.documents__img:hover .b-media-zoom {
    opacity: 1
}

@media (max-width: 1279px) {
    .documents__img {
        padding: 0 20px
    }
}

@media (max-width: 1023px) {
    .documents__img {
        padding: 0 15px
    }
}

@media (max-width: 500px) {
    .documents__img {
        padding: 0
    }
}

.documents__img > img:not(.init) {
    width: 180px;
    height: 270px
}

.documents__subtext {
    max-width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
    line-height: 1.3
}

.documents__link {
    display: flex;
    margin-top: auto;
    align-items: center;
    cursor: pointer
}

.documents__link svg {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.filter:not(:last-child) {
    margin-bottom: 20px
}

@media (max-width: 500px) {
    .filter:not(:last-child) {
        margin-bottom: 15px
    }
}

.filter.filter--small .b-form__item {
    max-width: 270px
}

@media (max-width: 1279px) {
    .filter.filter--small .b-form__item {
        max-width: 100%
    }
}

.filter:not(.filter--small) .b-form__item {
    max-width: 180px
}

@media (max-width: 1279px) {
    .filter:not(.filter--small) .b-form__item {
        max-width: 100%
    }
}

.filter .filter__header {
    display: none;
    padding: 13px 15px;
    justify-content: space-between
}

.filter .filter__header.active .plus {
    transition: height .2s
}

.filter .filter__header.active .plus:before {
    height: 2px
}

@media (max-width: 500px) {
    .filter .filter__header {
        display: flex
    }
}

.filter .filter__header .plus {
    padding: 10px 15px
}

.filter .filter__header .plus:after, .filter .filter__header .plus:before {
    height: 20px;
    background-color: #010f30
}

.filter .filter__header img {
    width: 20px;
    height: 14px
}

.filter .filter__header img:not(.init) {
    border-radius: 5px
}

.filter__inner {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: -15px
}

@media (max-width: 1279px) {
    .filter__inner {
        margin-right: -10px
    }
}

@media (max-width: 500px) {
    .filter__inner {
        display: none;
        margin: 5px 0
    }
}

.filter__inner .b-form__item {
    flex-shrink: 1;
    margin-top: 15px
}

@media (max-width: 1279px) {
    .filter__inner .b-form__item {
        width: calc(33.33% - 10px)
    }
}

@media (max-width: 767px) {
    .filter__inner .b-form__item {
        width: calc(50% - 10px)
    }
}

@media (max-width: 500px) {
    .filter__inner .b-form__item {
        width: 100%
    }
}

.filter__inner .b-form__item--course {
    max-width: 685px
}

.filter__inner .b-form__item--time {
    max-width: 270px
}

.filter__inner .b-form__item--sert {
    max-width: 300px
}

.filter__inner .b-form__item--date {
    max-width: 240px
}

.filter__inner .b-form__item--date [data-datepicker] {
    width: calc(50% - 8px);
    display: inline-block;
    position: relative
}

@media (max-width: 767px) {
    .filter__inner .b-form__item--date [data-datepicker] {
        width: calc(50% - 6px)
    }
}

.filter__inner .b-form__item--date [data-datepicker] input {
    font-size: 12px !important;
    padding: 14px 12px
}

.filter__inner .b-form__item--date [data-datepicker] input::-webkit-input-placeholder {
    font-size: 16px
}

.filter__inner .b-form__item--date [data-datepicker] input::-moz-placeholder {
    font-size: 16px
}

.filter__inner .b-form__item--date [data-datepicker] input:-ms-input-placeholder {
    font-size: 16px
}

.filter__inner .b-form__item--date [data-datepicker] input:-moz-placeholder {
    font-size: 16px
}

.filter__inner .b-form__item--date [data-datepicker].init:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 13px;
    right: 11px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    background-image: url(/local/client/img/calendar.svg)
}

.filter__inner .b-checkbox {
    display: flex;
    align-items: center;
    height: 45px;
    margin: 0 10px;
    align-self: flex-end;
    flex-shrink: 0
}

@media (max-width: 1279px) {
    .filter__inner .b-checkbox {
        margin-left: 0
    }
}

.filter__inner .btn {
    margin-left: auto
}

@media (max-width: 1279px) {
    .filter__inner .btn {
        margin-top: 15px;
        margin-right: 10px
    }
}

@media (max-width: 500px) {
    .filter__inner .btn {
        width: 100%;
        margin-left: 0
    }
}

.filter__mobile {
    display: none !important
}

@media (max-width: 500px) {
    .filter__mobile {
        display: inline-block !important
    }
}

.header-search.active .header-search__inner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20
}

.header-search__inner {
    align-items: center;
    position: relative;
    transition: right .4s
}

.header-search__inner.active {
    right: 30px
}

@media (max-width: 1023px) {
    .header-search__inner.active {
        right: 0
    }
}

.header-search__submit {
    font-size: 100%;
    font-family: inherit;
    line-height: 1.15
}

.header-search__clear {
    display: none
}

@media (max-width: 1279px) {
    .header-search__clear {
        margin-right: 29px !important
    }
}

.header-search__clear * {
    pointer-events: none
}

.header-search__clear .plus {
    display: inline-block !important;
    vertical-align: middle
}

.header-search__clear .plus:after, .header-search__clear .plus:before {
    height: 19px
}

.header-search input {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    padding: 15px 255px 15px 25px;
    color: #010f30;
    z-index: 11;
}

@media (max-width: 1023px) {
    .header-search input {
        padding: 15px 95px 15px 15px
    }
}

.header-search input::-webkit-input-placeholder {
    color: #808cb0
}

.header-search input:-ms-input-placeholder, .header-search input::-ms-input-placeholder {
    color: #808cb0
}

.header-search input::placeholder {
    color: #808cb0
}

@media (max-width: 1023px) {
    .header {
        height: auto !important;
        position: relative;
        z-index: 20
    }
}

.header__inner {
    background-color: #fff
}

@media (max-width: 1023px) {
    .header__inner {
        height: auto
    }
}

.header__inner.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20
}

.header__important-message {
    margin: 0 auto;
    padding: 10px;
    background: #e73429;
    color: #fff;
    text-align: center;
    font-size: 16px
}

@media (max-width: 1023px) {
    .header__important-message {
        font-size: 14px
    }
}

.header__important-message a {
    text-decoration: underline
}

.header__info{
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center
}

.header__top {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1023px) {
    .header__top {
        display: none
    }
}
@media (max-width: 1200px) {
    .header__top {
        font-size: 12px;
    }
}

.header__logo {
    display: flex;
    align-items: center;
    padding: 16px 0
}

@media (max-width: 1450px) {
    .header__logo {
        padding: 9px 0 5px
    }
}

.header__logo--mobile {
    display: none
}

@media (max-width: 1023px) {
    .header__logo--mobile {
        display: flex
    }
}

.header__logo img {
    width: 80px;
    height: 80px;
    font-family: object-fit\:contain;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 40px;
}

@media (max-width: 1023px) {
    .header__logo img {
        width: 70px;
        height: auto
    }
}

.header__logo span {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #afafaf;
    color: #ffffff;
}

.header__tel {
    margin-right: 0px;
    font-weight: 700;
    transition: color .2s
}

.header__tel[href]:hover,  .header__email[href]:hover{
    color: #ff0505
}
.header__city{
    margin-left: 0;
    color: #afafaf;
}
.header__email{
    margin-left: auto;
    color: #afafaf;
    font-weight: 700;
    transition: color .2s;
}
.header__tel, .header__top > [id^=bx_incl_area] {
    color: #fff;
}

.header-bottom {
}

.header-bottom__inner {
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
    justify-content: center;
}

@media (max-width: 1023px) {
    .header-bottom__inner {
        padding: 0 15px
    }
}

.header-bottom .title-search-result {
    position: absolute;
    display: none;
    padding: 20px 25px;
    background-color: #EEEEEE;
    z-index: 9
}

.header-bottom .title-search-result .title-search_main-title {
    margin: 4px 0;
    font-weight: 700
}

.header-bottom .title-search-result .title-search-item {
    margin: 10px 0 10px 5px
}

.header-bottom .title-search-result .title-search-item b {
    color: #bbbbbb
}

.header-bottom .title-search-result .title-search-all {
    margin-top: 20px
}

.header__menu {
    display: flex;
    margin: 0 22px;
    align-items: center
}

@media (max-width: 1279px) {
    .header__menu {
        margin: 0 8px
    }
}

@media (max-width: 1023px) {
    .header__menu {
        display: none
    }
}

.header__menu > [id^=bx_incl_area] {
    display: flex;
    align-items: center
}

.header__menu > :not([id^=bx_incl_area]), .header__menu > [id^=bx_incl_area] > * {
    display: block;
    margin: 0 17px;
    padding: 24px 0;
    font-size: 15px;
    font-weight: 500;
    color: #222222;
    position: relative;
    transition: color .2s
}

@media (max-width: 1450px) {
    .header__menu > :not([id^=bx_incl_area]), .header__menu > [id^=bx_incl_area] > * {
        padding: 18px 0
    }
}

@media (max-width: 1279px) {
    .header__menu > :not([id^=bx_incl_area]), .header__menu > [id^=bx_incl_area] > * {
        margin: 0 8px
    }
}

.header__menu > :not([id^=bx_incl_area]):hover, .header__menu > [id^=bx_incl_area] > :hover {
    color: #a3a3a3
}

.header__menu > :not([id^=bx_incl_area]):hover:before, .header__menu > [id^=bx_incl_area] > :hover:before {
    height: 4px
}

.header__menu > :not([id^=bx_incl_area]).active, .header__menu > [id^=bx_incl_area] > .active {
    color: #a3a3a3
}

.header__menu > :not([id^=bx_incl_area]):before, .header__menu > [id^=bx_incl_area] > :before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background-color: #d3d3d3;
    transition: height .2s;
    z-index: 12
}

.header__links {
    display: flex;
    align-items: center
}

@media (max-width: 1279px) {
    .header__links {
        margin-right: 14px
    }
}

@media (max-width: 1023px) {
    .header__links {
        margin-right: 0
    }
}

.header__links a, .header__links button {
    margin-right: 35px;
    color: #808cb0;
    white-space: nowrap;
    cursor: pointer;
    transition: color .2s
}

@media (max-width: 1279px) {
    .header__links a, .header__links button {
        margin-right: 15px
    }
}

.header__links a:hover, .header__links button:hover {
    color: #8e0505
}

.header__links a:hover svg *, .header__links button:hover svg * {
    fill: #8e0505
}

.header__links a:hover .plus:after, .header__links a:hover .plus:before, .header__links button:hover .plus:after, .header__links button:hover .plus:before {
    background-color: #8e0505
}

.header__links a div[data-header-cart-count], .header__links button div[data-header-cart-count] {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500
}

@media (max-width: 1023px) {
    .header__links a div[data-header-cart-count], .header__links button div[data-header-cart-count] {
        display: none
    }
}

.header__links svg {
    width: 20px;
    height: 20px
}

.header__links svg * {
    fill: #808cb0;
    transition: fill .2s
}

@media (max-width: 1023px) {
    .header__login {
        display: none
    }
}

.header__login > span {
    max-width: 126px;
    overflow: hidden;
    text-overflow: ellipsis
}

.header__cart {
    margin-right: 0 !important
}

.header__cart svg {
    margin-right: 3px
}

.header__cart div[data-header-cart-count] {
    display: inline-block !important;
    padding: 5px 8px;
    border-radius: 20px;
    background-color: #f33;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    line-height: 1
}

@media (max-width: 1023px) {
    .header .container {
        padding: 0
    }
}

.link {
    color: #bbbbbb;
    text-decoration: none;
    transition: color .2s
}

.link:hover {
    color: #ff0505
}

.link--pseudo {
    padding: 3px 0;
    border-bottom: 1px dashed currentColor;
    text-decoration: none;
    line-height: .8
}

.link--pseudo:hover {
    color: #808cb0
}

.link--noul {
    text-decoration: none
}

.link--icon {
    display: flex;
    position: relative;
    align-items: center
}

.link--icon:hover svg * {
    fill: #ff0505
}

.link--icon:not(:last-of-type) {
    margin-bottom: 18px
}

@media (max-width: 767px) {
    .link--icon:not(:last-of-type) {
        margin-bottom: 16px
    }
}

.link--icon span {
    padding-left: 30px
}

@media (max-width: 767px) {
    .link--icon span {
        padding-left: 33px
    }
}

.link--icon svg {
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px
}

@media (max-width: 767px) {
    .link--icon svg {
        left: 4px
    }
}

.link--icon svg * {
    transition: fill .2s
}

.link-toggle {
    display: flex;
    line-height: 1.4;
    color: #bbbbbb;
    align-items: center;
    transition: color .2s
}

.link-toggle:hover {
    color: #ff0505
}

.link-toggle:hover:after {
    border-top-color: #ff0505
}

.link-toggle:after {
    content: "";
    display: block;
    margin-left: 5px;
    border-top: 4px solid #bbbbbb;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    transition: border-top-color .2s
}

.link-toggle.active:after {
    transform: scale(-1)
}

.link-toggle.active span:first-of-type {
    display: none
}

.link-toggle.active span:last-of-type, .link-toggle span:first-of-type {
    display: block
}

.link-toggle span:last-of-type {
    display: none
}

.link--more {
    position: relative;
    display: flex;
    padding-right: 15px;
    align-items: center;
    text-decoration: none
}

@media (max-width: 767px) {
    .link--more {
        width: 100%
    }
}

.link--more:hover:after {
    border-top: 4px solid #ff0505
}

.link--more:after {
    content: "";
    margin-left: 5px;
    border-top: 4px solid #bbbbbb;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transform: rotate(-90deg);
    transition: border-top-color .2s
}

.link--ml {
    display: flex;
    align-items: center;
    margin-left: 30px
}

@media (max-width: 767px) {
    .link--ml {
        margin-left: 33px
    }
}

.link-underline {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #bbbbbb;
    text-transform: uppercase;
    text-decoration: none !important;
    position: relative;
    cursor: pointer
}

.link-underline:hover:after {
    opacity: 1
}

.link-underline:active:after {
    bottom: 2px
}

.link-underline:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background-color: #bbbbbb;
    opacity: .21;
    transition: opacity .2s, bottom .2s
}

.news-detail__img {
    float: left;
    width: 278px;
    height: 230px;
    margin: 0 40px 20px 0
}

@media (max-width: 767px) {
    .news-detail__img {
        margin: 0 20px 20px 0
    }
}

@media (max-width: 500px) {
    .news-detail__img {
        width: 100%;
        height: auto;
        margin: 0 0 15px
    }
}

.news-detail__img img {
    width: 100%;
    height: 100%;
    font-family: object-fit\:cover;
    -o-object-fit: cover;
    object-fit: cover
}

.plus {
    position: relative;
    width: 15px;
    height: 15px;
    padding: 15px;
    cursor: pointer;
    transition: height .2s
}

.plus.active:before {
    height: 2px
}

.plus:hover:after, .plus:hover:before {
    background-color: #ff0505
}

.plus:after, .plus:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 14px;
    margin: auto;
    background-color: #808cb0;
    transition: .2s
}

.plus:after {
    transform: rotate(90deg)
}

.plus--cross:before {
    transform: rotate(-45deg)
}

.plus--cross:after {
    transform: rotate(45deg)
}

.section {
    padding: 15px 40px 15px;
}

@media (max-width: 1279px) {
    .section {
        padding: 30px 15px 20px
    }
}

@media (max-width: 767px) {
    .section {
        padding: 15px 15px 15px
    }
}

.section:not(.section--filter) .filter--small .b-form__item {
    max-width: 270px
}

@media (max-width: 1279px) {
    .section:not(.section--filter) .filter--small .b-form__item {
        max-width: 100%
    }
}

.section--filter .filter--small .b-form__item {
    max-width: 180px;
    margin-right: 25px
}

@media (max-width: 1279px) {
    .section--filter .filter--small .b-form__item {
        max-width: 100%;
        margin-right: 10px
    }
}

.section--filter .filter--small .b-form__item:nth-child(3) {
    margin-right: 0
}

@media (max-width: 1279px) {
    .section--filter .filter--small .b-form__item:nth-child(3) {
        margin-right: 10px
    }
}

.section--filter .filter--small .b-form__item--course {
    max-width: 665px
}

.section--filter .filter--small .b-form__item--date {
    max-width: 245px
}

.section--filter .filter--small .b-form__item--time {
    max-width: 260px
}

.section--filter .filter--small .b-form__item--sert {
    max-width: 390px;
    margin-right: 80px
}

@media (max-width: 1279px) {
    .section--filter .filter--small .b-form__item--sert {
        margin-right: 10px
    }
}

@media (max-width: 1279px) {
    .section--filter .filter--small .b-form__item--course, .section--filter .filter--small .b-form__item--date, .section--filter .filter--small .b-form__item--sert, .section--filter .filter--small .b-form__item--time {
        max-width: 100%
    }
}

.section--filter .filter--small .btn {
    margin-left: 63px
}

@media (max-width: 1279px) {
    .section--filter .filter--small .btn {
        margin-left: auto
    }
}

.section--lk .b-form__item, .section--lk > .b-checkbox__label {
    margin-bottom: 10px
}

.section--lk .b-form__item:last-child, .section--lk > .b-checkbox__label:last-child {
    margin-bottom: 20px
}

.section--bg {
    background-color: #EEEEEE
}

.section--bg .news__description {
    background-color: #fff
}

@media (max-width: 767px) {
    .section--m-bg {
        background-color: #EEEEEE
    }
}

.section--nopb {
    padding-bottom: 0 !important
}

.section--eqpt {
    padding-top: 40px
}

@media (max-width: 1279px) {
    .section--eqpt {
        padding-top: 20px
    }
}

@media (max-width: 767px) {
    .section--eqpt {
        padding-top: 15px
    }
}

.section--centered {
    text-align: center
}

.section--top {
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
    min-height: 600px;
    padding: 0;
}

@media (max-width: 1023px) {
    .section--top {
        min-height: 50px
    }
}

@media (max-width: 767px) {
    .section--top {
    / / height: 150 px;
        min-height: 50px;
        padding-top: 15px
    }
}

@media (max-width: 500px) {
    .section--top {
    / / height: 105 px;
        min-height: 50px
    }
}

.section--top:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, #a5b7d4 50%, #FFFFFF);
}
@media (max-width: 767px) {
    .section--top:after {
        /*background: #FFFFFF*/
    }
}

.section--top > :not(img) {
    position: relative;
    z-index: 2
}

.section--top .tag {
    display: inline-block;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 700
}

@media (max-width: 767px) {
    .section--top .tag {
        margin-bottom: 5px
    }
}

.section--top .tag--new {
    color: #fff;
    background-color: #f33
}

.section--top > .section__img {
    position: absolute;
    display: block;
    top: 0;
    /* right: 0; */
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: object-fit\:cover;
    -o-object-fit: cover;
    object-fit: cover;
    /* transform: translateY(-50%); */
    z-index: 0;
}

@media (max-width: 767px) {
    .section--top > .section__img {
        display: none;
        background-image: none !important
    }
}

.section--top > .section__img:not(.init) {
    min-height: 100%
}

.section--top .title-1 {
    color: #222;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
}

@media (max-width: 767px) {
    .section--top .title-1 {
        max-width: 100%
    }
}
.section__info__block{
    display: flex;
    margin-bottom: 5px;
    flex-direction: column;
}
@media (max-width: 1200px) {
    .section__info__block{
        flex-direction: column;
        align-items: center;
    }
}
.section__info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-evenly;
}
@media (max-width: 1200px) {
    .section__info{
        align-items: center;
    }
}

.bx-red .p-wrap-top{
    background: #f5f5f5;
}
.list__end img{
    width: 100%;
}
.list img{
    width: 30px;
}
.list .item{
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.section__info img {
    width: 60px;
    height: 43px;
    margin-right: 10px;
    font-family: object-fit\:contain;
    -o-object-fit: contain;
    object-fit: contain
}

.section__info img:last-of-type {
    margin-right: 20px
}

.section__info span {
    display: flex;
    padding: 5px 15px;
    margin: 5px;
    border-radius: 15px;
    background-color: #d3d3d3DD;
    font-size: 14px;
    font-weight: 700
}

.section__discount {
    font-size: 18px;
    font-weight: 500
}

.section__discount span {
    color: #f33
}

.section-text__top:after, .section-text__top:before {
    content: "";
    display: table;
    clear: both
}

@media (max-width: 1023px) {
    .section-text__top {
        display: flex;
        flex-direction: column
    }
}

.section-text__description p {
    margin-bottom: 0
}

.section-text__img {
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-left: 40px;
    margin-bottom: 20px;
    float: right
}

@media (max-width: 1023px) {
    .section-text__img {
        min-width: 0;
        width: auto;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
        float: none;
        font-family: object-fit\:cover;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.section-text__items {
    display: flex;
    margin-top: 40px;
    margin-left: -20px;
    margin-bottom: -20px;
    flex-wrap: wrap
}

@media (max-width: 1279px) {
    .section-text__items {
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    .section-text__items {
        margin-bottom: -15px
    }
}

.section-text__item {
    display: flex;
    width: calc(25% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    align-items: center;
    padding: 13px 20px;
    background-color: #EEEEEE;
    font-size: 14px;
    font-weight: 500
}

@media (max-width: 1279px) {
    .section-text__item {
        width: calc(50% - 20px)
    }
}

@media (max-width: 767px) {
    .section-text__item {
        width: calc(100% - 20px);
        margin-bottom: 15px
    }
}

.section-text__item img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    flex-shrink: 0
}

.styled-list {
    margin: 0 0 30px
}

.styled-list--triple {
    column-count: 3
}

@media (max-width: 767px) {
    .styled-list--triple {
        column-count: 2
    }
}

@media (max-width: 500px) {
    .styled-list--triple {
        column-count: 1
    }
}

.styled-list:last-child {
    margin-bottom: 0
}

.styled-list-title {
    margin-bottom: 20px;
    font-weight: 500
}

.styled-list ol, .styled-list ul {
    padding-left: 0;
    margin: 20px 0
}

.styled-list ol li, .styled-list ul li {
    font-weight: 400
}

.styled-list ol li:not(:last-child), .styled-list ul li:not(:last-child) {
    margin-bottom: 10px
}

.styled-list ol li ol, .styled-list ol li ul, .styled-list ul li ol, .styled-list ul li ul {
    margin: 12px 0
}

.styled-list ol {
    counter-reset: a
}

.styled-list ol li {
    position: relative;
    list-style-type: none
}

.styled-list ol li:before {
    counter-increment: a;
    content: counters(a, "") ".";
    margin-right: 5px;
    color: #bbbbbb;
    font-weight: 700
}

.styled-list ul {
    list-style-type: none
}

.styled-list ul li:before {
    counter-increment: none;
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 10px 2px 0;
    border-radius: 50%;
    background-color: #bbbbbb
}

.styled-list--black > ol > li {
    font-weight: 700
}

.styled-list--black > ol > li:before {
    color: #010f30
}

.tag {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    z-index: 3
}

.tag--new {
    color: #fff;
    background-color: #f33
}

.teacher-detail__photo {
    float: left;
    width: 240px;
    height: 320px;
    margin-right: 40px;
    margin-bottom: 10px
}

@media (max-width: 1023px) {
    .teacher-detail__photo {
        margin-right: 20px
    }
}

@media (max-width: 767px) {
    .teacher-detail__photo {
        width: 150px;
        height: 200px
    }
}

@media (max-width: 500px) {
    .teacher-detail__photo {
        width: 50%;
        height: 50%;
        margin-right: 50%
    }
}

.teacher-detail__photo img {
    width: 100%;
    height: 100%;
    font-family: object-fit\:cover;
    -o-object-fit: cover;
    object-fit: cover
}

.teacher-detail__position {
    margin-bottom: 20px
}

.teacher-detail__position a {
    color: #808cb0;
    transition: color .2s
}

.teacher-detail__position a:hover {
    color: #ff0505
}

.teachers.swiper-container .teachers__item {
    width: 100%;
    margin-right: 0
}

.teachers__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-right: -20px
}

@media (max-width: 1279px) {
    .teachers__wrapper {
        margin-right: -15px
    }
}

.teachers__item {
    display: flex;
    width: 100%;
    padding: 30px 40px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    background-color: #EEEEEE
}

@media (max-width: 1279px) {
    .teachers__item {
        padding: 20px
    }
}

.teachers .teachers__item {
    width: calc(25% - 20px);
    margin-bottom: 20px;
    margin-right: 20px
}

@media (max-width: 1279px) {
    .teachers .teachers__item {
        width: calc(25% - 15px);
        margin-bottom: 15px;
        margin-right: 15px
    }
}

@media (max-width: 1023px) {
    .teachers .teachers__item {
        width: calc(100% / 3 - 15px)
    }
}

@media (max-width: 767px) {
    .teachers .teachers__item {
        width: calc(50% - 15px)
    }
}

@media (max-width: 500px) {
    .teachers .teachers__item {
        width: calc(100% - 15px)
    }
}

.teachers__img {
    width: 120px;
    height: 120px;
    border-radius: 50%
}

.teachers__name {
    display: block;
    padding: 16px 0
}

.teachers__description {
    max-width: 100%;
    margin-bottom: auto;
    font-size: 14px;
    line-height: 20px;
    color: #808cb0
}

.test__tabs {
    position: relative;
    display: flex;
    margin-bottom: 20px;
    overflow-x: auto
}

.test__tabs:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #c9d8e6;
    z-index: 1
}

.test__tabs a {
    position: relative;
    padding: 5px;
    font-size: 15px;
    font-weight: 700;
    transition: color .2s
}

.test__tabs a.selected {
    color: #bbbbbb
}

.test__tabs a.selected:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    z-index: 2;
    background-color: #bbbbbb
}

.test__tabs a.answered {
    color: #0c6
}

.test__tabs a.disable {
    color: #808cb0
}

.test__tabs a.next, .test__tabs a.previous {
    color: #010f30;
    font-weight: 700
}

.test__tabs a.first, .test__tabs a.last {
    font-weight: 700
}

.test-question {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
}

.test-question__number {
    margin-bottom: 10px !important
}

.test-question__name {
    position: relative
}

.test__timer {
    line-height: normal;
    display: inline;
    border-style: solid;
    border-width: 1px;
    border-color: #ced6e4 #9cadc9 #9cadc9 #ced6e4;
    padding: 3px;
    color: #a1a1a1
}

.test__message {
    border: 1px solid red;
    background-color: #fafade;
    padding: 5px;
    margin-bottom: 10px
}

.test__answer .b-form__item {
    width: 100% !important
}

.test__btns {
    display: flex;
    margin-top: 15px;
    justify-content: flex-end
}

@media (max-width: 500px) {
    .test__btns {
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.test__btns .btn:not(:first-of-type) {
    margin-left: 10px
}

@media (max-width: 500px) {
    .test__btns .btn:not(.test__fin) {
        flex-grow: 1
    }
}

@media (max-width: 500px) {
    .test__fin {
        width: 100%;
        margin-left: 0 !important;
        margin-top: 10px
    }
}

table.learn-result-table {
    background-color: #f9fafb;
    border-collapse: collapse;
    font-size: 100%
}

table.learn-result-table th {
    text-align: left;
    color: #25639a
}

table.learn-result-table td, table.learn-result-table th {
    border: 1px solid #adc3d5;
    padding: 3px 5px;
    vertical-align: top
}

div.sorting {
    padding: 4px 0
}

div.sorting select {
    width: 300px
}

.title-1, h1 {
    text-align: center;
    max-width: 100%;
    margin: 20px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3
}

@media (max-width: 1023px) {
    .title-1, h1 {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .title-1, h1 {
        font-size: 26px
    }
}

@media (max-width: 500px) {
    .title-1, h1 {
        margin-bottom: 19px;
    / / font-size: 22 px;
        font-size: 20px
    }
}

.title-2, h2 {
    display: flex;
    margin: 40px 0;
    align-items: flex-start;
    justify-content: space-evenly
}
.product-form h2 {
    margin: 0;
}
@media (max-width: 767px) {
    .title-2, h2 {
		text-align: center;
        margin-bottom: 15px;
        flex-wrap: wrap
    }
}

.title-2:first-child:last-child, h2:first-child:last-child {
    margin-bottom: 0
}

.title-2 span, h2 span {
    font-size: 30px;
    font-weight: bold;
    /*text-shadow: 0px 12px 15px #cccccc;*/
    margin-right: 15px
}

@media (max-width: 767px) {
    .title-2 span, h2 span {
        font-size: 20px
    }
}

@media (max-width: 500px) {
    .title-2 span, h2 span {
        margin-right: 0
    }
}

.title-2 a:not(.btn), h2 a:not(.btn) {
    transition: color .2s
}

.title-2 a:not(.btn):hover, h2 a:not(.btn):hover {
    color: #ff0505
}

.title-2 .btn, h2 .btn {
    margin-left: auto
}

@media (max-width: 767px) {
    .title-2 .btn, h2 .btn {
        margin-top: 20px
    }
}

@media (max-width: 500px) {
    .title-2 .btn, h2 .btn {
        width: 100%
    }
}

.title-3, h3 {
    display: flex;
    margin: 0;
    margin-bottom: 25px;
    align-items: center
}

@media (max-width: 767px) {
    .title-3, h3 {
        flex-wrap: wrap
    }
}

.title-3 span, h3 span {
    display: block;
    font-size: 22px
}

@media (max-width: 767px) {
    .title-3 span, h3 span {
        width: 100%
    }
}

.title-3 .link, h3 .link {
    display: block
}

@media (max-width: 500px) {
    .title-3 .link, h3 .link {
        width: 100%;
        text-align: right
    }
}

.title-3 .link:first-of-type, h3 .link:first-of-type {
    margin-left: auto
}

.title-3 .link:not(:last-of-type), h3 .link:not(:last-of-type) {
    margin-right: 30px
}

@media (max-width: 500px) {
    .title-3 .link:not(:last-of-type), h3 .link:not(:last-of-type) {
        margin-right: 0
    }
}

.title-4, h4 {
    display: flex;
    margin: 0;
    margin-bottom: 39px;
    align-items: center
}

@media (max-width: 1279px) {
    .title-4, h4 {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .title-4, h4 {
        margin-bottom: 15px;
        flex-wrap: wrap
    }
}

.title-4:first-child:last-child, h4:first-child:last-child {
    margin-bottom: 0
}

.title-4 span, h4 span {
    font-size: 18px;
    margin-right: 15px
}

@media (max-width: 767px) {
    .title-4 span, h4 span {
        font-size: 14px
    }
}

@media (max-width: 500px) {
    .title-4 span, h4 span {
        margin-right: 0
    }
}

.title-4 .btn, h4 .btn {
    margin-left: auto
}

@media (max-width: 767px) {
    .title-4 .btn, h4 .btn {
        margin-top: 20px
    }
}

@media (max-width: 500px) {
    .title-4 .btn, h4 .btn {
        width: 100%
    }
}

.section__info .tooltip {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    text-align: center;
    min-width: 200px;
    margin: 5px;
    padding: 5px;
    border-radius: 15px;
    font-weight: bold;
    flex-direction: column;
}

.tooltip__block {
    display: flex;
}
@media (max-width: 1200px) {
    .tooltip__block {
        flex-wrap: wrap;
        width: 100%;
    }
    .tooltip {
        width: 100%;
        display: flex;
        position: relative;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
        margin: 5px;
        padding: 5px;
        background: #ffffff88;
        border-radius: 15px;
        font-weight: bold;
        flex-direction: column;
    }
}
.tooltip.b-p-price__inner {
    display: flex
}

.tooltip__icon {
    padding: 5px;
    margin: -5px;
    cursor: pointer
}

.tooltip__icon:first-of-type {
    margin-left: 0 !important
}

.tooltip__icon svg {
    width: 20px;
    height: 20px
}

.tooltip__icon svg * {
    fill: #808cb0;
    transition: fill .2s
}

.tooltip__icon:hover svg * {
    fill: #bbbbbb
}

.tooltip__text {
    display: none;
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    width: 220px;
    padding: 10px 15px;
    border-radius: 2px;
    background-color: #8e0505;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    transform: translateY(-50%);
    z-index: 2;
    white-space: normal
}

@media (max-width: 767px) {
    .tooltip__text {
        top: inherit;
        bottom: calc(100% + 10px);
        left: 50%;
        transform: translateX(-50%)
    }
}

.tooltip__text.left {
    left: inherit;
    right: calc(100% + 10px)
}

.tooltip__text.left:after {
    left: inherit;
    right: 0;
    transform: translateY(-50%) translateX(50%) rotate(45deg)
}

.tooltip__text.moved:after {
    display: none
}

.tooltip__text:after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #8e0505;
    transform: translateY(-50%) translateX(-50%) rotate(45deg)
}

@media (max-width: 767px) {
    .tooltip__text:after {
        top: 100%;
        left: 50%;
        transform: translateY(-50%) rotate(45deg)
    }
}

.b-p-bottom {
    display: flex;
    align-items: center;
    padding-top: 20px;
    position: relative
}

@media (max-width: 1023px) {
    .b-p-bottom {
        padding-top: 10px;
        flex-wrap: wrap
    }
}

.b-p-bottom:not(:last-child) {
    padding-bottom: 10px;
    padding-top: 10px
}

.b-p-bottom:after {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    right: -30px;
    width: calc(100% + 60px);
    height: 2px;
    background-color: #EEEEEE
}

.b-p-bottom + .b-p-bottom {
    padding-top: 10px
}

.b-p-bottom__select {
    display: flex;
    max-width: 100%;
    margin-right: auto;
    align-items: center
}

@media (max-width: 767px) {
    .b-p-bottom__select {
        display: block
    }
}

.b-p-bottom__select .select {
    min-width: 270px;
    border-color: transparent
}

@media (max-width: 1023px) {
    .b-p-bottom__select .select {
        min-width: 260px
    }
}

.b-p-bottom__select .select:after {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    border: none !important;
    background-image: url(/local/client/img/edit.svg)
}

.b-p-bottom__select .select-wrapper {
    margin-left: -15px
}

@media (max-width: 1450px) {
    .b-p-bottom__select .select-wrapper {
        margin-left: 0
    }
}

.b-p-bottom__select .select-open .select {
    border-color: #dee7f1
}

.b-p-bottom__select .select-open .select:after {
    margin-bottom: 5px
}

.b-p-bottom__select .select-error {
    border-color: #f33
}

@media (max-width: 1023px) {
    .b-p-bottom__select .select > .label {
        padding: 0
    }
}

@media (min-width: 768px) {
    .b-p-bottom__select .select > .label { /* !!min */
        overflow: inherit;
        text-overflow: inherit
    }
}

.b-p-bottom__select .error {
    min-width: 175px;
    width: 175px;
    margin-left: 17px;
    color: #f33
}

@media (max-width: 767px) {
    .b-p-bottom__select .error {
        margin-left: 0
    }
}

.b-p-bottom__status {
    margin-left: 10px;
    color: #f33
}

@media (max-width: 1023px) {
    .b-p-bottom__status {
        margin-top: 7px;
        margin-left: auto;
        align-self: flex-start
    }
}

.b-p-bottom__status--success {
    color: #0c6
}

.b-p-bottom .b-p-bottom__sum {
    display: flex;
    align-items: center;
    font-weight: 500;
    white-space: nowrap
}

@media (max-width: 1023px) {
    .b-p-bottom .b-p-bottom__sum {
        width: calc(100% - 110px);
        margin-top: 7px
    }
}

.b-p-bottom .b-p-bottom__sum:not(:last-of-type) {
    margin-right: 40px
}

@media (max-width: 1023px) {
    .b-p-bottom .b-p-bottom__sum:not(:last-of-type) {
        margin-right: 0
    }
}

.b-p-bottom .b-p-bottom__sum .tooltip__icon {
    padding-left: 0
}

@media (max-width: 767px) {
    .b-p-bottom__link {
        display: block;
        width: 100%;
        margin: 10px 0 0
    }
}

.b-p-bottom__link:not(:last-of-type) {
    margin-right: 30px
}

.b-p-bottom__link:first-of-type {
    margin-left: auto
}

.b-p-bottom__title {
    margin-right: 10px;
    color: #808cb0
}

.b-p {
    padding: 23px 30px 20px;
    background-color: #fff;
    position: relative
}

@media (max-width: 1450px) {
    .b-p {
        padding: 23px 20px 15px
    }
}

@media (max-width: 767px) {
    .b-p {
        padding: 30px 15px 15px
    }
}

.b-p:not(:last-of-type) {
    margin-bottom: 15px
}

.b-p__color {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    z-index: 2
}

@media (max-width: 500px) {
    .b-p__color {
        right: 0;
        bottom: inherit;
        width: 100%;
        height: 5px
    }
}

.b-p__top {
    display: flex;
    margin-bottom: 17px;
    align-items: center
}

@media (max-width: 1023px) {
    .b-p__top {
        display: block
    }
}

.b-p__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    transition: color .2s
}

@media (max-width: 1023px) {
    .b-p__title {
        font-size: 16px
    }
}

.b-p__title:hover {
    color: #ff0505
}

.b-p__certificates {
    display: flex;
    margin-right: 14px;
    margin-left: auto;
    align-items: flex-end
}

@media (max-width: 1023px) {
    .b-p__certificates {
        margin-right: 0;
        margin-top: 15px
    }
}

.b-p__certificates img {
    min-width: 36px;
    min-height: 36px;
    max-height: 45px;
    vertical-align: top
}

.b-p__certificates .tooltip__icon {
    margin: -5px
}

.b-p__info {
    display: flex;
    align-items: center;
    color: #808cb0
}

@media (max-width: 1279px) {
    .b-p__info {
        width: 100%
    }
}

@media (max-width: 767px) {
    .b-p__info {
        display: block;
        margin-bottom: 6px
    }
}

.b-p__info > div {
    display: flex;
    margin-right: 30px;
    align-items: center;
    font-size: 14px;
    font-weight: 500
}

@media (max-width: 1279px) {
    .b-p__info > div {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .b-p__info > div {
        margin-bottom: 11px
    }
}

.b-p__info img {
    width: 20px;
    height: 20px;
    margin-right: 7px
}

.b-p__lecturer {
    display: flex;
    margin-top: 10px;
    margin-bottom: 30px
}

@media (max-width: 1279px) {
    .b-p__lecturer {
        margin-top: 24px;
        margin-bottom: 35px
    }
}

@media (max-width: 500px) {
    .b-p__lecturer {
        display: block
    }
}

.b-p__lecturer span {
    display: block;
    margin-right: 10px;
    font-weight: 500;
    color: #808cb0
}

.b-p__format {
    display: flex;
    align-items: center
}

@media (max-width: 1023px) {
    .b-p__format {
        width: 100%;
        margin-bottom: 15px
    }
}

.b-p__format span {
    display: block;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #808cb0
}

.b-p__format .tooltip {
    margin-right: 15px
}

.b-p__content {
    display: flex;
    align-items: center
}

@media (max-width: 1279px) {
    .b-p__content {
        flex-wrap: wrap
    }
}

.b-p__content + .b-p-bottom {
    margin-top: 25px
}

@media (max-width: 767px) {
    .b-p__content + .b-p-bottom {
        margin-top: 20px
    }
}

.b-p__content + .b-p__content {
    margin-top: 10px
}

.b-p-price {
    display: flex;
    margin-left: auto
}

@media (max-width: 500px) {
    .b-p-price {
        width: 100%;
        margin-top: 6px;
        margin-left: 0
    }
}

.b-p-price__title {
    margin-right: 12px;
    align-self: center;
    font-weight: 500;
    color: #808cb0
}

@media (max-width: 1023px) {
    .b-p-price__title {
        font-size: 14px
    }
}

.b-p-price__title--top {
    margin-top: 5px;
    align-self: flex-start
}

.b-p-price__inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start
}

.b-p-price__current {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap
}

.b-p-price__old {
    font-size: 12px;
    color: #808cb0;
    position: relative;
    white-space: nowrap
}

.b-p-price__old:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #808cb0
}

.b-p-price__old + .b-p-price__current {
    margin-top: 0;
    margin-bottom: -8px;
    color: #f33
}

.b-p .b-count-title {
    margin-left: 18px
}

@media (max-width: 1023px) {
    .b-p .b-count-title {
        margin-left: 0
    }
}

.b-p .plus--cross {
    position: absolute;
    top: 5px;
    right: 3px
}

@media (max-width: 767px) {
    .b-p .plus--cross {
        top: 9px
    }
}

.b-p .basket-items-list-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 3;
    opacity: .3
}

.basket-nav {
    display: flex;
    margin-bottom: 38px
}

@media (max-width: 1023px) {
    .basket-nav {
        flex-wrap: wrap
    }
}

@media (max-width: 767px) {
    .basket-nav {
        margin-bottom: 20px
    }
}

.basket-nav__item {
    display: flex;
    width: 100%;
    padding: 25px 20px;
    align-items: center;
    border-bottom: 2px solid #fff;
    background-color: #EEEEEE;
    font-size: 12px;
    font-weight: 700
}

@media (max-width: 1023px) {
    .basket-nav__item {
        width: 50%;
        padding: 15px
    }
}

@media (max-width: 767px) {
    .basket-nav__item {
        width: 100%;
        padding: 7px 15px;
        border-right: none !important
    }
}

.basket-nav__item.locked {
    cursor: default;
    pointer-events: none
}

@media (max-width: 1023px) {
    .basket-nav__item:nth-of-type(2) {
        border-right: none
    }
}

.basket-nav__item:not(:last-child) {
    border-right: 2px solid #fff
}

.basket-nav__item.active .basket-nav__icon, .basket-nav__item:hover .basket-nav__icon {
    color: #fff
}

.basket-nav__item.active .basket-nav__text, .basket-nav__item:hover .basket-nav__icon, .basket-nav__item:hover .basket-nav__text {
    color: #bbbbbb
}

.basket-nav__item.active .basket-nav__icon {
    background-color: #bbbbbb;
    color: #fff
}

.basket-nav__icon {
    display: flex;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    color: #808cb0;
    transition: background-color .2s ease-out, color .2s
}

.basket-nav__text {
    text-transform: uppercase;
    color: #808cb0;
    transition: color .2s
}

.basket-total {
    margin-top: 20px
}

.basket-total--pp .btn {
    margin-left: 0 !important
}

.basket-total--pp .b-checkbox--pp {
    color: #fff
}

.basket-total__inner {
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 30px;
    background-color: #bbbbbb
}

@media (max-width: 1023px) {
    .basket-total__inner {
        align-items: flex-start;
        padding: 20px 15px
    }
}

@media (max-width: 767px) {
    .basket-total__inner {
        flex-wrap: wrap
    }
}

.basket-total__price, .basket-total__title {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

@media (max-width: 1023px) {
    .basket-total__price, .basket-total__title {
        font-size: 16px
    }
}

.basket-total__title {
    margin-right: 10px
}

@media (max-width: 767px) {
    .basket-total__title {
        width: calc(100% - 10px - 80px)
    }
}

.basket-total__price {
    margin-right: 40px;
    white-space: nowrap
}

@media (max-width: 767px) {
    .basket-total__price {
        width: 80px;
        margin-right: 0;
        margin-left: auto;
        text-align: right
    }
}

.basket-total__error {
    text-align: right;
    padding: 0 22px 10px;
    margin-top: -10px;
    color: #f33
}

.basket-total .btn {
    margin-left: auto
}

@media (max-width: 767px) {
    .basket-total .btn {
        width: 100%;
        margin-top: 15px
    }
}

.basket-total .link {
    color: #fff !important;
    transition: -webkit-text-decoration .2s;
    transition: text-decoration .2s;
    transition: text-decoration .2s, -webkit-text-decoration .2s
}

.basket-total .link:hover {
    -webkit-text-decoration: transparent;
    text-decoration: transparent
}

.basket-total .b-checkbox--pp {
    margin-right: auto
}

@media (max-width: 767px) {
    .basket-total .b-checkbox--pp {
        margin-bottom: 10px
    }
}

.basket-order-toggle {
    display: none
}

.basket-order-toggle.active {
    display: block
}

.basket-order-delivery {
    font-size: 22px
}

.basket-order [data-tab-text] {
    display: none;
    margin-bottom: 0
}

.basket-order [data-tab-text].active {
    display: block
}

.basket-empty {
    display: flex;
    flex-direction: column;
    align-items: center
}

.basket-empty__img {
    width: 150px;
    height: 150px;
    margin-bottom: 20px
}

.basket-empty__img svg {
    width: 100%;
    height: 100%
}

.basket-empty__img svg * {
    fill: #bbbbbb
}

.basket .basket-total {
    margin-top: 40px
}

@media (max-width: 1023px) {
    .basket .basket-total {
        margin-top: 20px
    }
}

.main-slider {
    overflow: hidden;
    background-color: #EEEEEE
}

.main-slider, .main-slider .main-slider__slide {
    height: 480px
}

@media (max-width: 1023px) {
    .main-slider, .main-slider .main-slider__slide {
        height: 298px
    }
}

@media (max-width: 767px) {
    .main-slider, .main-slider .main-slider__slide {
        height: auto
    }
}

.main-slider .main-slider__slide {
    display: flex
}

@media (max-width: 767px) {
    .main-slider .main-slider__slide {
        flex-wrap: wrap
    }
}

.main-slider__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
/ / opacity: 0;
    font-family: object-fit\:cover;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    transition: opacity .5s
}

@media (max-width: 767px) {
    .main-slider__img {
        height: 194px;
        position: static
    }
}

@media (max-width: 500px) {
    .main-slider__img {
        height: 120px
    }
}

.main-slider__img.swiper-lazy-loaded {
    opacity: 1
}

.main-slider__inner {
    display: flex;
    width: 570px;
    margin: 40px;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 40px;
    background-color: hsla(0, 0%, 100%, .85)
}

@media (max-width: 1023px) {
    .main-slider__inner {
        margin: 20px;
        padding: 20px
    }
}

@media (max-width: 767px) {
    .main-slider__inner {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 15px;
        background-color: #fff
    }
}

.main-slider__inner .title-1 {
    margin-bottom: 11px
}

.main-slider__info {
    display: inline-block;
    margin-bottom: 25px;
    padding: 13px 24px 11px;
    background-color: #0c6;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1;
    color: #fff
}

@media (max-width: 1023px) {
    .main-slider__info {
        margin-bottom: 10px;
        padding: 7px 10px;
        font-size: 12px
    }
}

.main-slider__text {
    margin-bottom: auto;
    max-width: 100%
}

.main-slider .b-slider__arrows {
    right: 36px;
    bottom: 40px
}

.main-slider .b-slider__arrow {
    margin-right: 5px;
    border-radius: 2px
}

.main-slider .main-slider__paginations {
    display: none;
    width: auto !important;
    position: absolute;
    bottom: 50% !important;
    left: inherit !important;
    right: 40px;
    flex-direction: column;
    justify-content: center;
    transform: translateY(50%);
    z-index: 1;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both
}

@media (max-width: 767px) {
    .main-slider .main-slider__paginations {
        right: 15px;
        top: 0;
        bottom: inherit !important;
        height: 194px;
        transform: none
    }
}

@media (max-width: 500px) {
    .main-slider .main-slider__paginations {
        height: 120px
    }
}

.main-slider .main-slider__paginations.init {
    display: flex
}

.main-slider .main-slider__pagination {
    display: flex;
    width: 20px;
    height: 2px;
    margin-left: auto;
    border-radius: 0;
    background: #bbbbbb;
    opacity: 1;
    transition: width .2s, background .2s;
/ / cursor: pointer
}

.main-slider .main-slider__pagination:not(:last-of-type) {
    margin-bottom: 10px !important
}

.main-slider .main-slider__pagination.active {
    width: 40px;
    background-color: #d3d3d3
}

.main-slider .link-underline {
    margin-top: 25px
}

@media (max-width: 500px) {
    .main-slider .link-underline {
        margin-top: 15px
    }
}

.main__inner {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.20);
}

.main__inner [data-slider=product-m] {
    overflow: visible
}

@media (max-width: 500px) {
    .main__inner [data-slider=product-m] {
        overflow: hidden
    }
}

.b-media-zoom {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    transform: translateX(-50%) translateY(-50%);
    justify-content: center;
    align-items: center;
    background-color: #bbbbbb;
    border-radius: 50%;
    opacity: 0
}

.b-media-zoom:hover {
    background-color: #8e0505
}

.b-media-zoom.init {
    transition: opacity .2s, background-color .2s
}

.b-media {
    display: flex;
    margin-right: -20px;
    flex-wrap: wrap
}

.b-media:not(.swiper-container) {
    margin-bottom: -20px
}

.b-media.init .b-media__play {
    opacity: 1
}

@media (max-width: 500px) {
    .b-media.swiper-container {
        margin-bottom: 20px
    }
}

.b-media__card {
    position: relative;
    width: calc(33.3% - 20px);
    height: 260px;
    margin-right: 20px
}

.b-media__card:not(.swiper-slide) {
    margin-bottom: 20px
}

@media (max-width: 1279px) {
    .b-media__card:not(.swiper-slide) {
        height: 240px
    }
}

@media (max-width: 1023px) {
    .b-media__card:not(.swiper-slide) {
        width: calc(50% - 20px)
    }
}

@media (max-width: 767px) {
    .b-media__card:not(.swiper-slide) {
        height: 170px
    }
}

@media (max-width: 500px) {
    .b-media__card:not(.swiper-slide) {
        width: 100%;
        height: 190px
    }
}

.b-media__card.swiper-slide {
    height: 260px !important
}

@media (max-width: 1279px) {
    .b-media__card.swiper-slide {
        height: 190px !important
    }
}

@media (max-width: 1023px) {
    .b-media__card.swiper-slide {
        height: 160px !important
    }
}

@media (max-width: 500px) {
    .b-media__card.swiper-slide {
        height: 160px !important
    }
}

.b-media__link {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative
}

.b-media__link--video:hover:after, .b-media__link:hover .b-media-zoom {
    opacity: 1
}

.b-media__link--video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, #980505FF, hsla(0, 0%, 100%, 0));
    z-index: 1;
    opacity: .5;
    pointer-events: none;
    transition: opacity .2s
}

.b-media__link > img {
    width: 100%;
    height: 100%;
    font-family: object-fit\:cover;
    -o-object-fit: cover;
    object-fit: cover
}

.b-media__link > img.init ~ .b-media__play {
    opacity: 1
}

.b-media__title {
    position: absolute;
    right: 20px;
    left: 20px;
    bottom: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    z-index: 2
}

.b-media__play {
    display: flex;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    z-index: 2;
    transform: translateY(-50%) translateX(-50%);
    transition: background-color .2s, opacity .2s
}

.b-media__play:hover {
    background-color: #bbbbbb
}

.b-media__play:hover:after {
    border-top-color: #fff
}

.b-media__play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-top: 8px solid #bbbbbb;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transform: translateY(-50%) translateX(-40%) rotate(-90deg);
    transition: background-color .2s
}

.p-wrap:not(:last-child) {
    margin-bottom: 10px
}

.p-wrap--schedule > .p-wrap__items {
    padding: 40px 30px;
    margin-top: 0;
    border: 1px solid #dee7f1;
    border-top-color: transparent
}

@media (max-width: 1023px) {
    .p-wrap--schedule > .p-wrap__items {
        padding: 30px 20px
    }
}

@media (max-width: 767px) {
    .p-wrap--schedule > .p-wrap__items {
        padding: 15px
    }
}

@media (max-width: 1023px) {
    .p-wrap--schedule > .p-wrap-top {
        padding: 15px 20px
    }
}

@media (max-width: 767px) {
    .p-wrap--schedule > .p-wrap-top {
        padding: 15px
    }
}

.p-wrap--schedule > .p-wrap-top:not(:last-child) {
    margin-bottom: 0
}

.p-wrap--faq .p-wrap__items {
    padding: 20px 30px;
    background-color: #eee
}

.p-wrap--faq + .title-3 {
    margin-top: 25px
}

.p-wrap-top {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    background-color: #fff;
    position: relative
}

@media (max-width: 767px) {
    .p-wrap-top {
        min-height: auto;
        flex-wrap: wrap;
        padding: 15px
    }
}

.p-wrap-top:not(:last-child) {
    margin-bottom: 10px
}

.p-wrap-top[data-toggle-btn] {
    cursor: pointer
}

@media (max-width: 767px) {
    .p-wrap-top--tag {
        padding-top: 28px
    }
}

.p-wrap-top[data-toggle-btn]:not(.active):hover .p-wrap-top__title, .p-wrap-top[href]:hover .p-wrap-top__title {
    color: #ff0505
}

.p-wrap-top[data-toggle-btn]:not(.active):hover .link--icon svg *, .p-wrap-top[href]:hover .link--icon svg * {
    fill: #ff0505
}

.p-wrap-top.active {
    background-color: #bbbbbb
}

.p-wrap-top.active .p-wrap-top__title {
    color: #fff
}

.p-wrap-top.active .plus:before {
    height: 2px
}

.p-wrap-top.active .plus:after {
    background-color: #fff
}

.p-wrap-top__title {
    align-self: center;
    color: #222222;
    transition: color .2s
}

@media (max-width: 767px) {
    .p-wrap-top__title {
        width: calc(100% - 10px - 30px);
        order: -2
    }
}

.p-wrap-top__title[href]:hover {
    color: #ff0505
}

.p-wrap-top__certificates {
    display: flex;
    margin-left: auto;
    align-items: flex-end;
    padding-left: 10px
}

@media (max-width: 767px) {
    .p-wrap-top__certificates {
        margin-top: 5px
    }
}

.p-wrap-top__certificates img {
    min-width: 36px;
    min-height: 36px;
    max-width: 40px;
    max-height: 40px;
    vertical-align: top
}

.p-wrap-top__certificates img:not(.init) {
    border-radius: 50%
}

.p-wrap-top__certificates + .plus {
    margin-left: 24px !important
}

.p-wrap-top__certificates .tooltip__icon {
    margin: -5px 0 -5px 5px;
    border-radius: 50%;
    background-color: #fff
}

.p-wrap-top__duration {
    margin-left: 20px;
    align-self: center;
    padding: 5px 15px;
    border-radius: 40px;
    background-color: #d3d3d3;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap
}

@media (max-width: 767px) {
    .p-wrap-top__duration {
        margin-top: 5px;
        margin-left: 0
    }
}

.p-wrap-top .tag {
    padding: 3px 15px
}

.p-wrap .p-wrap-top {
    margin-bottom: 0
}

.p-wrap__items {
    display: none;
    margin-top: 10px
}

.p-wrap__items.active {
    display: block
}

.p-wrap__info {
    padding-bottom: 20px
}

.p-wrap__no-items {
    padding: 10px 30px
}

.p-wrap .plus {
    align-self: center;
    margin-left: auto
}

@media (max-width: 767px) {
    .p-wrap .plus {
        order: -2;
        margin-left: 10px !important;
        padding: 10px 15px;
        align-self: flex-start
    }
}

.p-wrap .plus:after, .p-wrap .plus:before {
    height: 20px
}

.search-item {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
}

.search-item__title {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
    color: #bbbbbb;
    transition: color .2s
}

.search-item__title:hover {
    color: #ff0505
}

.search-item__text {
    margin-bottom: 10px
}

.search-item__date {
    margin-bottom: 5px;
    font-size: 13px;
    color: #808cb0
}

.search-item__path {
    font-size: 13px
}

.search-item__path span {
    color: #808cb0
}

.search-item__path a {
    color: #bbbbbb;
    text-decoration: underline;
    transition: color .2s
}

.search-item__path a:hover {
    color: #ff0505
}

.search-page form {
    display: flex
}

.search-page form:not(:last-child) {
    margin-bottom: 20px
}

.search-page form input[type=text] {
    height: 45px;
    padding: 14px;
    margin-right: 10px;
    border-radius: 2px;
    border: 1px solid #dee7f1;
    color: #010f30;
    transition: border .2s
}

@media (max-width: 767px) {
    .search-page form input[type=text] {
        width: 75%
    }
}

.search-page form input[type=submit] {
    display: inline-flex;
    align-items: center;
    padding: 14px 35px;
    justify-content: center;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .05em;
    color: #fff;
    border: 0;
    background-color: #bbbbbb;
    transition: color .2s, background .2s;
    white-space: nowrap;
    cursor: pointer
}

@media (max-width: 767px) {
    .search-page form input[type=submit] {
        font-size: 12px !important;
        padding: 14px 25px
    }
}

.search-page form input[type=submit]:hover {
    background-color: #8e0505
}

.search-page font.text {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #808cb0
}

.search-page font.text:last-child {
    margin-bottom: -10px
}

.search-page font.text a {
    color: #bbbbbb;
    text-decoration: underline;
    transition: color .2s
}

.search-page font.text a:hover {
    color: #ff0505
}

:root {
/ / --yellow: #ffb633
}

.p {
    display: flex;
    min-height: 150px;
    background-color: #fff;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    position: relative
}

@media (max-width: 1023px) {
    .p {
        flex-wrap: wrap;
        padding-left: 7px
    }
}

@media (max-width: 500px) {
    .p {
        padding-left: 0
    }
}

.p:not(:last-child) {
    margin-bottom: 10px
}

.p__color {
    width: 7px
}

@media (max-width: 1023px) {
    .p__color {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0
    }
}

@media (max-width: 500px) {
    .p__color {
        right: 0;
        bottom: inherit;
        width: 100%;
        height: 5px
    }
}

.p__content {
    width: calc(100% - 7px - 492px);
    padding: 23px 20px 20px
}

@media (max-width: 1279px) {
    .p__content {
        width: calc(100% - 7px - 450px);
        padding: 20px 15px 15px
    }
}

@media (max-width: 1023px) {
    .p__content {
        width: 100%;
        padding: 40px 15px 15px
    }
}

.p__info {
    display: flex;
    align-items: center;
    color: #808cb0
}

@media (max-width: 500px) {
    .p__info {
        display: block
    }
}

.p__info > * {
    display: flex;
    align-items: center;
    margin-bottom: 17px
}

@media (max-width: 767px) {
    .p__info > * {
        margin-bottom: 11px
    }
}

.p__info > :not(:last-of-type) {
    margin-right: 20px
}

@media (max-width: 1279px) {
    .p__info > :not(:last-of-type) {
        margin-right: 15px
    }
}

.p__info img {
    width: 20px;
    height: 20px;
    margin-right: 7px
}

.p__format, .p__lecturer {
    display: flex
}

.p__format span, .p__lecturer span {
    display: block;
    margin-right: 10px;
    font-weight: 500;
    color: #808cb0
}

.p__lecturer {
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .p__lecturer {
        margin-bottom: 14px
    }
}

@media (max-width: 500px) {
    .p__lecturer {
        display: block
    }
}

.p__format {
    align-items: flex-end;
    line-height: 1
}

@media (max-width: 500px) {
    .p__format {
        flex-wrap: wrap
    }
}

.p__format .tooltip {
    margin-right: 15px
}

.p-actions {
    width: 492px;
    padding: 30px 20px 20px;
    border-left: 2px solid #EEEEEE
}

@media (max-width: 1279px) {
    .p-actions {
        width: 450px;
        padding: 15px
    }
}

@media (max-width: 1023px) {
    .p-actions {
        width: 100%;
        padding: 10px 15px 15px;
        border-left: none;
        border-top: 2px solid #EEEEEE
    }
}

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

@media (max-width: 500px) {
    .p-actions__inner {
        display: block
    }
}

@media (max-width: 500px) {
    .p-actions__inner .btn {
        width: 100%
    }
}

.p__description {
    margin-bottom: 16px;
    font-size: 14px;
    color: #bbbbbb
}

@media (max-width: 767px) {
    .p__description {
        margin-bottom: 7px;
        font-size: 12px
    }
}

.p__description--error {
    color: #f33
}

.p-price {
    display: flex;
    width: 300px;
    margin-right: 10px;
    margin-left: 1px;
    border-radius: 2px;
    white-space: nowrap
}

@media (max-width: 500px) {
    .p-price {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0
    }
}

.p-price__item {
    width: 100%;
    margin-left: -1px;
    padding: 6px 10px;
    border: 1px solid #dee7f1;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    z-index: 1
}

@media (max-width: 767px) {
    .p-price__item {
        padding: 9px 10px;
        font-size: 12px
    }
}

.p-price__item:first-of-type {
    border-radius: 2px 0 0 2px
}

.p-price__item:last-of-type {
    border-radius: 0 2px 2px 0
}

.p-price__item:hover {
    border-color: #808cb0;
    z-index: 2
}

.p-price__item.active {
    background-color: #EEEEEE;
    color: #bbbbbb;
    transition: color .2s
}

.p-price__item span {
    display: block;
    pointer-events: none
}

.p-price__new {
    width: 100%;
    color: #f33
}

.p-price__old {
    display: inline-block !important;
    color: #808cb0;
    position: relative
}

.p-price__old:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #808cb0
}

.p.active {
    background-color: #e8eff6;
    color: #bbbbbb;
    transition: color .2s
}

@media (max-width: 1023px) {
    .presentations {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px
    }
}

.presentations__item {
    display: flex;
    margin-bottom: 20px
}

@media (max-width: 1023px) {
    .presentations__item {
        width: calc(50% - 15px);
        height: 100%;
        margin-right: 15px;
        margin-bottom: 15px;
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .presentations__item {
        width: 100%
    }
}

.presentations__item--graduates {
    background-color: #fff
}

.presentations__item.active .presentations__address {
    padding: 20px
}

.presentations__item.active .presentations__address span {
    opacity: 1;
    transition: opacity .5s
}

.presentations__item.active .presentations__info {
    flex-grow: 0
}

.presentations__header {
    display: flex;
    width: 430px;
    flex-direction: column
}

@media (max-width: 1023px) {
    .presentations__header {
        width: 100%;
        flex-shrink: 0
    }
}

.presentations__bottom {
    display: flex;
    height: 67px;
    flex-direction: column;
    flex-grow: 1
}

@media (max-width: 1023px) {
    .presentations__bottom {
        height: auto
    }
}

.presentations__body {
    width: calc(100% - 430px);
    padding: 35px 30px;
    background-color: #fff
}

@media (max-width: 1023px) {
    .presentations__body {
        width: 100%;
        padding: 20px 15px;
        transition: height .3s
    }
}

.presentations__title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    min-height: 54px
}

@media (max-width: 767px) {
    .presentations__title {
        font-size: 16px
    }
}

.presentations__img {
    display: flex;
    width: 100%;
    min-height: 277px
}

@media (max-width: 500px) {
    .presentations__img {
        min-height: 0
    }
}

.presentations__img img {
    width: 100%;
    font-family: object-fit\:cover;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 1023px) {
    .presentations__img img {
        height: 100%
    }
}

.presentations__address {
    height: 0;
    justify-content: center;
    flex-grow: 1;
    padding: 0 20px;
    color: #fff;
    background-color: #8e0505;
    transition: height .2s, padding .2s
}

.presentations__address.active {
    display: block
}

.presentations__address div {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1
}

@media (max-width: 500px) {
    .presentations__address div {
        align-items: flex-start
    }
}

.presentations__address span {
    opacity: 0
}

.presentations__info {
    display: flex;
    height: 67px;
    padding: 20px 20px 23px;
    align-items: center;
    color: #fff;
    background-color: #bbbbbb
}

@media (max-width: 1023px) {
    .presentations__info {
        height: auto;
        flex-wrap: wrap
    }
}

@media (max-width: 767px) {
    .presentations__info {
        padding: 15px
    }
}

.presentations__inner {
    padding-bottom: 15px;
    overflow: hidden
}

.presentations__date, .presentations__time {
    display: flex;
    margin-right: 20px;
    align-items: center
}

.presentations__date svg, .presentations__time svg {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.presentations__date svg *, .presentations__time svg * {
    fill: #fff
}

.presentations__add {
    margin-left: auto;
    line-height: 1.2
}

@media (max-width: 1023px) {
    .presentations__add {
        margin-right: 100%;
        margin-top: 15px
    }
}

.presentations__add:hover span {
    border-color: transparent
}

.presentations__add span {
    border-bottom: 1px dashed #fff;
    transition: border-color .2s
}

.presentations .link-toggle {
    position: relative
}

.presentations .link-toggle:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100px;
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    transition: opacity .2s
}

.presentations .link-toggle.active:before {
    opacity: 0
}
.map {
    text-align: center;
    color: #bbbbbb;
}
.map img{
    width: 50%;
}
.change_city a {
    display: inline-block;
    padding: 5px 15px;
    margin: 5px;
    border-radius: 15px;
    background-color: #d3d3d3DD;
    font-size: 12px;
    font-weight: 700;
}
.right img {
    border-radius: 50px;
}
.plan_value {
    flex-direction: column;
    justify-content: center;
    text-align: center;

}
.plan_value a{
    padding: 0 10px;
    background: #fff;
    border-radius: 10px;
    margin-top: 5px;
}
.plan_value a:hover{
    background: #a5b7d4;
    color: #fff;
}