/* Top section */

.top-section {
    padding-bottom: 70px;
    background-color: #060628;
    position: relative;
}

@media screen and (min-width: 576px) {
    .top-section {
        padding: 50px 0 70px;
    }
}

.top-section__shape {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
}

.top-section__title {
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Times New Roman', Sans-serif;
    font-size: 30px;
    /*font-size: calc(20px + 28 * ((100vw - 320px) / 1600));*/
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 0;
}

.top-section__title--small {
    font-size: 20px;
    line-height: 1.55;
    overflow-wrap: initial;
    width: 70%;
}

.top-section__btn {
    display: inline-block;
    margin-top: 20px;
    font-size: 18px;
    color: #ffffff;
    background-color: #f5683e;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
}

.top-section__btn:hover,
.top-section__btn:active {
    background-color: #9dadee;
    color: #ffffff;
}

@media screen and (min-width: 576px) {
    .top-section__title {
        letter-spacing: 4px;
        font-size: 46px;
    }

    .top-section__title--small {
        font-size: 30px;
        line-height: 1.37;
    }
}

@media screen and (min-width: 600px) {
    .top-section__title {
        width: 70%;
    }

    .top-section__btn {
        padding: 15px 30px;
    }
}

@media screen and (min-width: 1920px) {
    .top-section__title {
        font-size: 48px;
    }
}

/* Bumps loop */

.top-section:not(.top-section__lk) + .container {
    max-width: 100%;
}

.bumps-section {
    position: relative;
    margin: 50px auto 36px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bumps-section > .clr {
    width: 100%;
}

.bumps-section .page-numbers {
    text-align: center;
}

.bumps-item {
    margin-bottom: 50px;
    width: 320px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.bumps-section--row .bumps-item {
    width: 100%;
    margin-bottom: 30px;
    flex-direction: row;
}

.bumps-section--row .bumps-item:not(:nth-child(3n + 1)) {
    margin-left: 0;
    margin-right: 0;
}

.bumps-section--row .bumps-item .bumps-item__image {
    width: 333px;
    min-height: 450px;
    flex-shrink: 0;
}

.bumps-section--row .bumps-item .bumps-item__info {
    padding: 38px 60px 15px 74px;
    justify-content: flex-start;
}

.bumps-section--row .bumps-item .bumps-item__link {
    width: 333px;
    margin-left: auto;
}

.bumps-section--row .bumps-item .bumps-item__about {
    display: block;
}

.bumps-section--row .bumps-item .bumps-item__details {
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 0;
    margin: 25px 0 30px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0;
}

.bumps-section--row .bumps-item .bumps-item__details ul {
    padding: 0;
    margin: 0;
    flex-basis: 48%;
}

.bumps-section--row .bumps-item .bump-info__cats {
    border: none;
    min-height: auto;
}

.bumps-section--row .bumps-item .bump-info__cats li {
    line-height: 31px;
    margin-top: 0;
}

.bumps-section--row .bumps-item .bump-info__cats li::before {
    top: 13px;
}

.bumps-section--row .bumps-item .bumps-item__about {
    font-size: 14px;
    line-height: 25px;
}

@media screen and (min-width: 734px) {
    .bumps-section {
        flex-direction: row;
        align-items: stretch;
    }

    .bumps-section .bumps-item:not(:nth-child(2n)) {
        margin-right: 20px;
    }

    .bumps-section--row .bumps-item:not(:nth-child(2n)) {
        margin-right: 0;
    }

    .bumps-section .bumps-item:not(:nth-child(3n)) {
        margin-left: 0;
    }
}

@media screen and (min-width: 960px) {
    .bumps-section {
        max-width: 80%;
    }

    .bumps-section--row {
        max-width: none;
    }

    .bumps-item {
        width: 333px;
    }
}

@media screen and (min-width: 1200px) {
    .bumps-section {
        max-width: none;
    }

    .bumps-section .bumps-item:not(:nth-child(3n + 1)) {
        margin-left: 20px;
    }

    .bumps-section .bumps-item:not(:nth-child(2n)) {
        margin-right: 0;
    }

    .bumps-section.bumps-section--row .bumps-item {
        margin-left: 0;
    }
}

.bumps-item__image {
    min-height: 250px;
    overflow: hidden;
    position: relative;
}

.bumps-item__image a {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 100%;
}

.bumps-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.bumps-item__info {
    padding: 32px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.bumps-item__about {
    display: none;
}

.bumps-item__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.bumps-item__info a {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: #060628;
}

.bump-info__icf {
    display: inline-flex;
    align-items: center;
    margin: 18px 0 3px;
    border: 1px solid #ccc;
    padding: 10px 13px;
    font-size: 16px;
    line-height: 1;
    align-self: baseline;
}

.bump-info__icf img {
    width: 22px;
    height: 22px;
    margin-right: 13px;
}

.bumps-item__details {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    flex-grow: 1;
}

.bumps-item__details ul {
    font-size: 15px;
    line-height: 31px;
    color: #000000;
    margin-left: 0;
    list-style: none;
}

.bump-info__cats {
    min-height: 90px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0;
}

.bump-info__cats li {
    position: relative;
    padding-left: 30px;
    line-height: 1;
}

.bump-info__cats li:not(:first-child) {
    margin-top: 10px;
}

.bump-info__cats li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #f5683e;
}

.bump-info__price {
    font-size: 18px;
}

.bump-info__price-currency {
    margin-right: 15px;
}

.bump-info__price-value {
    color: #f5683e;
}

.bump-info__list {
    margin-bottom: 0;
    margin-top: 0;
}

.bump-info__list li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.bumps-item__link {
    font-size: 16px;
    line-height: 31px;
    padding: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9dadee;
    /* transition: all 0.3s; */
}

.bumps-item__link svg {
    margin-left: 38px;
}

.bumps-item__link:hover,
.bumps-item__link:active,
.bumps-item__link:focus {
    color: #ffffff;
    background-color: #060628;
}

/* Bumps Single */

.bump-single {
    margin: 40px auto 36px;
    background-color: #fff;
    width: 100%;
}

.bump-single__backlink {
    display: inline-flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 6px;
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-left: 20px;
}

.bump-single__backlink:hover,
.bump-single__backlink:active,
.bump-single__backlink:focus {
    text-decoration: none;
    color: #000000;
}

.bump-single__backlink img {
    margin-right: 28px;
}

@media (min-width: 480px) {
    .bump-single {
        width: 80%;
    }
}

@media screen and (min-width: 768px) {
    .bump-single {
        width: auto;
    }

    .bump-single__backlink {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 28px;
        margin-left: 0;
    }

    .bump-single__backlink img {
        margin-right: 36px;
    }
}

.bump-top {
    display: flex;
    position: relative;
    flex-direction: column;
}

.bump-img {
    width: 100%;
    height: 0;
    padding-top: 75%;
    position: relative;
}

.bump-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.bump-content {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    flex-grow: 1;
}

.bump-info {
    padding: 30px 20px 0;
}

.bump-details__list {
    margin: 0;
    margin-bottom: 30px;
    padding: 30px 20px 0;
}

.bump-details__list li {
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .bump-info {
        padding: 30px 30px 0;
    }

    .bump-img {
        width: calc(280px + 120 * ((100vw - 768px) / 1152));
        height: auto;
        position: static;
        padding-top: 0;
    }

    .bump-img img {
        position: static;
    }

    .bump-top {
        flex-direction: row;
    }

    .bump-details__list li {
        flex-direction: row;
    }

    .bump-info {
        padding: 0;
    }

    .bump-details__list {
        padding: 30px 0 0;
    }

    .bump-content {
        padding-top: 32px;
        padding-right: 30px;
        padding-left: 32px;
    }
}

@media screen and (min-width: 992px) {
    .bump-content {
        padding-right: 112px;
        padding-left: calc(32px + 48 * ((100vw - 992px) / 34));
        padding-top: calc(32px + 28 * ((100vw - 992px) / 34));
    }
}

@media screen and (min-width: 1026px) {
    .bump-content {
        padding-left: 80px;
        padding-top: 60px;
    }
}

.bump-info__title {
    font-size: calc(22px + 10 * ((100vw - 320px) / 1600));
    line-height: calc(30px + 14 * ((100vw - 320px) / 1600));
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif;
    color: #000000;
    margin: 0;
}

@media screen and (min-width: 1920px) {
    .bump-info__title {
        font-size: 32px;
        line-height: 44px;
    }

    .bump-img {
        width: 400px;
    }
}

.bump-single .bump-info__icf {
    margin-top: 15px;
}

.bump-single ul {
    list-style: none;
    margin-left: 0;
}

.bump-info__top {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bump-info__accounts {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 15px 0;
}

.bump-content .bump-info__accounts li {
    font-size: 0;
    line-height: normal;
}

.bump-info__accounts li:not(:first-child) {
    margin-left: 26px;
}

@media screen and (min-width: 1026px) {
    .bump-info__accounts {
        margin: 0;
        position: absolute;
        top: 85px;
        right: 55px;
        flex-direction: column;
    }

    .bump-info__accounts li:not(:first-child) {
        margin-top: 35px;
        margin-left: 0;
    }
}

.bump-info__accounts li {
    width: 20px;
    height: 20px;
    font-size: 0;
}

.bump-single .bump-info__cats {
    padding: 30px 0;
    margin: 0;
}

.bump-content .bump-info__cats li.bump-info__email {
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    margin-top: 25px !important;
}

.bump-info__cats li.bump-info__email a {
    text-decoration: underline;
    color: #060628;
}

.bump-info__cats li.bump-info__email a:hover,
.bump-info__cats li.bump-info__email a:focus,
.bump-info__cats li.bump-info__email a:active {
    text-decoration: none;
}

.bump-info__cats li.bump-info__email::before {
    display: none;
}

.bump-info__accounts li a {
    display: block;
    height: 100%;
    width: 100%;
}

.bump-content ul li {
    font-size: 15px;
    line-height: 31px;
    color: #000000;
    display: flex;
    justify-content: space-between;
}

.bump-content .bump-info__price {
    font-size: 18px;
}

.bump-content ul:not(.bump-info__accounts) li:not(:first-child) {
    margin-top: 0;
}

.bump-content ul.bump-details__list li:not(:first-child) {
    margin-top: 15px;
}

.bump-content ul.bump-details__list li > span:not(.bump-info__price) {
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .bump-content .bump-info__price {
        font-size: 16px;
    }

    .bump-content ul.bump-details__list li:not(:first-child) {
        margin-top: 0;
    }

    .bump-content ul.bump-details__list li > span:not(.bump-info__price) {
        font-weight: normal;
    }
}

.bump-content .bump-info__cats li::before {
    top: 14px;
}

.bump-details__link {
    font-size: 14px;
    line-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 20px;
    font-weight: bold;
    background-color: #9dadee;
}

.bump-details__link:hover,
.bump-details__link:active,
.bump-details__link:focus {
    color: #ffffff;
    background-color: #060628;
}

.bump-details__text {
    text-align: center;
    display: block;
    margin-top: 20px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.6;
    color: #5B5B5B;
}

.bump-bottom {
    padding: 20px 20px 10px;
}

.bump-bottom__title {
    color: #060628;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif;
    border-top: 1px solid #E8E8E8;
    padding-top: 40px;
    margin-bottom: 40px;
}

.bump-bottom__text {
    margin-bottom: 40px;
}

.bump-bottom__text ul {
    /*margin-bottom: 35px;*/
}

.bump-bottom__text ul li {
    font-size: 16px;
    line-height: 1.56;
    color: #000000;
    padding-left: 30px;
    position: relative;
    margin-bottom: 16px;
}

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

.bump-bottom__text ul li::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f5683e;
}

.bump-bottom__text p {
    font-size: 14px;
    line-height: 27px;
    color: #000000;
}

@media (min-width: 768px) {
    .bump-bottom {
        padding: 50px 30px 20px;
    }

    .bump-bottom__title {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .bump-bottom__text {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 992px) {
    .bump-content ul li {
        font-size: 16px;
        line-height: 35px;
    }

    .bump-content .bump-info__cats li.bump-info__email {
        font-size: 16px;
        line-height: 19px;
    }

    .bump-details__link {
        font-size: 16px;
        line-height: 31px;
    }

    .bump-details__text {
        margin-top: 14px;
    }

    .bump-bottom {
        padding: 60px 112px 20px;
    }

    .bump-bottom__title {
        font-size: 20px;
        line-height: 27px;
    }

    .bump-bottom__text p {
        font-size: 16px;
    }
}

/* FILTER */

.section-controls {
    margin: 30px auto 0;
    font-size: 14px;
    line-height: 16px;
    width: 320px;
}

.section-controls__filter {
    width: 100%;
}

@media screen and (max-width: 320px) {
    .section-controls {
        padding: 0 20px;
    }
}

.section-controls__filter .show-filter,
.section-controls__filter .show-filter:active,
.section-controls__filter .show-filter:hover {
    background-color: #F5683E;
    width: 100%;
    padding: 10px 20px;
    color: #ffffff;
}

.section-controls__filter .show-filter svg rect {
    fill: #fff;
}

.section-controls__filter .show-filter svg circle {
    fill: #000;
    stroke: #fff;
}

.show-filter .filter-arrow {
    display: block;
    margin-right: 0;
}

.section-controls__filter .show-filter svg:not(.filter-arrow) {
    width: 28px;
    height: 28px;
}

@media screen and (min-width: 734px) {
    .section-controls {
        width: 660px;
        font-size: 16px;
        line-height: 19px;
    }

    .section-controls__filter .show-filter svg:not(.filter-arrow) {
        width: 33px;
        height: 34px;
    }
}

@media screen and (min-width: 960px) {
    .section-controls {
        width: 686px;
    }
}

@media screen and (min-width: 992px) {
    .section-controls {
        width: auto;
        padding: 0 15px;
    }

    .section-controls__filter {
        width: auto;
    }

    .section-controls__filter .show-filter:hover,
    .section-controls__filter .show-filter:active,
    .section-controls__filter .show-filter {
        background-color: transparent;
        padding: 0;
        width: auto;
        color: #000000;
    }

    .section-controls__filter .show-filter svg rect {
        fill: #060628;
    }

    .section-controls__filter .show-filter svg circle {
        fill: #F2F2F2;
        stroke: #060628;

    }

    .show-filter .filter-arrow {
        margin-left: auto;
        display: none;
    }
}

@media screen and (min-width: 1040px) {
    .section-controls {
        padding: 0;
    }
}

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

.section-controls button {
    border: none;
    padding: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (min-width: 992px) {
    .section-controls__line {
        margin-bottom: 30px;
    }

    .section-controls button {
        justify-content: center;
    }
}

.section-controls button:hover,
.section-controls button:focus,
.section-controls button:active {
    background-color: transparent;
}

.section-controls .view-button {
    width: 55px;
    height: 55px;
    background-color: #ffffff;
}

.section-controls .view-rows {
    margin-left: 20px;
}

.section-controls .view-button svg {
    width: 26px;
    height: 26px;
}

.section-controls .view-button svg rect {
    fill: #B7B7B7;
    transition: fill 0.3s;
}

.section-controls .view-button:hover,
.section-controls .view-button:focus,
.section-controls .view-button:active {
    background-color: #fff;
}

.section-controls .view-button:hover svg rect,
.section-controls .view-button:focus svg rect,
.section-controls .view-button:active svg rect,
.section-controls .view-button.active svg rect {
    fill: #F5683E;
}

.show-filter:hover,
.show-filter:focus,
.show-filter:active {
    text-decoration: underline;
}

/* FORM */

.section-controls__specs .check__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    margin: 0;
    border: none;
}

.check {
    padding: 10px 20px;
    background-color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #6a6a6a;
    width: 100%;
}

.section-controls__specs .check__input:checked::before {
    display: none;
}

.check:hover .check__box,
.check:focus .check__box,
.check__input:checked + .check__box {
    border-color: #dfdfdf;
}

.check__count {
    color: #f5683e;
}

.check__box {
    margin-right: 20px;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid;
    border-color: #dfdfdf;
    position: relative;
    flex-shrink: 0;
}

.check__input:checked + .check__box::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    border-radius: 50%;
    background-color: #dfdfdf;
    width: 10px;
    height: 10px;
}

@media screen and (min-width: 992px) {
    .check {
        width: auto;
    }

    .check:not(:last-child) {
        margin-right: 30px;
    }

    .check__input:checked + .check__box::after {
        background-color: #fff;
    }

    .check:hover .check__box,
    .check:focus .check__box,
    .check__input:checked + .check__box {
        border-color: #fff;
    }

    .check:hover,
    .check:focus,
    .check.active {
        background-color: #F5683E;
        color: #ffffff;
    }

    .check:hover .check__count,
    .check:focus .check__count,
    .check.active .check__count,
    .check__input:checked ~ .check__count {
        color: #ffffff;
    }
}

.sort-box {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-right: 80px;
    line-height: 38px;
}

.sort-box svg {
    min-width: 9px;
    width: 9px;
    min-height: 15px;
    height: 15px;
    margin-left: 20px;
    /* flex: 0 0 9px; */
}

.section-controls__sort select {
    font-size: 16px !important;
    padding: 0 5px;
    border: none;
    color: #f5683e;
    text-decoration: underline;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    height: auto;
    min-height: auto;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: rgba(255 255 255 / 0.8);
    background-image: url('../img/icons/ajax_loader.gif');
    background-size: 100px;
    background-position: center 200px;
    background-repeat: no-repeat;
}

.page-head {
    background: #060628;
    padding-top: 20px;
    position: relative;
    padding-bottom: 47px;
}

.page-head__shape {
    position: absolute;
    left: 0;
    width: 100%;
    top: 72px;
    height: 55%;
}

@media (min-width: 480px) {
    .page-head__shape {
        top: 20px;
        height: 100%;
    }
}

@media (min-width: 992px) {
    .page-head {
        padding-bottom: 84px;
    }

    .page-head__shape {
        top: 0;
    }
}

.page-head .container {
    position: relative;
    z-index: 1;
}

/*.page-head:after{*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 100%;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	height: 90px;*/
/*	background: url("../img/page-head-bg.svg") center top no-repeat #fff;*/
/*}*/
.page-head h1 {
    font-family: "Times New Roman", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    letter-spacing: 2.5px;
    color: #FFFFFF;
    width: 77%;
    margin: 0;
}

.main-course-top-title {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    color: #F5683E;
    position: relative;
    z-index: 1;
}

.main-course-title {
    font-family: "Times New Roman", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: 4px;
    color: #221C8F;
    margin-top: 11px;
    text-transform: uppercase;
}

.main-course-text {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #4D4E4C;
    margin-top: 29px;
    margin-bottom: 30px;
}

.main-course {
    background: #fff;
    /*padding-top: 7px;*/
    padding-bottom: 94px;
}

/*@media (max-width: 991.98px) {*/
/*	.main-course {*/
/*		padding-top: 47px;*/
/*	}*/
/*}*/
.course-date {
    font-family: "Times New Roman", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.05em;
    color: #221C8F;
    padding: 4px 0;
    padding-left: 56px;
    background: url(../img/date.svg) left 3px center no-repeat;
}

.orange-more-btn {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 31px;
    text-align: right;
    color: #FFFFFF;
    background: #F5683E;
    display: inline-flex;
    height: 60px;
    min-width: 240px;
    justify-content: center;
    align-items: center;
}

a.orange-more-btn:hover {
    background: #9dadee;
    color: #fff;
}

.main-course .orange-more-btn {
    height: 70px;
    min-width: 260px;
    margin-top: 39px;
}

.orange-more-btn span {
    margin-left: 13px;
}

.orange-more-btn span:after {
    content: '';
    width: 10px;
    height: 15px;
    background: url("../img/more-button-arrow.svg") left top no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 29px;
}

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

.main-course .left {
    width: 48%;
}

.main-course .right {
    width: 48%;
}

.site-main.new-home-page {
    background: #fff;
}

.shedule {
    position: relative;
    padding-top: 42.5px;
}

.shedule:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 90px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background: url("../img/raspisanie-top-bg.svg") center top no-repeat;
    background-size: cover;
}

.section-title,
.section-title h2 {
    font-family: "Times New Roman", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #221C8F;
}

.shedule-block {
    background: #fff;
}

/* .shedule-block .flex {
	align-items: center;
} */
.shedule-list {
    margin-top: 40px;
}

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

.shedule-title {
    font-family: "Times New Roman", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.05em;
    color: #221C8F;
    margin-bottom: 30px;
}

.shedule-text {
    font-size: 16px;
    line-height: 25px;
    color: #5B5B5B;
}

.shedule-link {
    margin-top: auto;
}

.show-all-courses {
    text-align: center;
}

.white-btn {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 31px;
    text-align: right;
    /* text-decoration-line: underline; */
    color: #696969;
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    display: flex;
    height: 60px;
    /* min-width: 240px; */
    align-items: center;
    justify-content: center;
}

.white-btn:hover {
    background: #F5683E;
    color: #fff;
}

.what-is-prism {
    padding-top: 59px;
}

.what-is-prism .flex {
    margin-top: 53px;
}

.what-is-prism .left {
    width: 52%;
}

.what-is-prism .right {
    width: 43%;
}

.what-is-prism .text {
    font-size: 18px;
    line-height: 25px;
    color: #4D4C4E;
}

.what-is-prism .text p {
    margin-bottom: 25px;
}

.what-is-prism .text p:last-child {
    margin-bottom: 0;
}

.orange-info-block .title {
    font-family: "Times New Roman", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.orange-info-block {
    /*background: url("../img/orange-block-left.svg") left 21.5% top no-repeat, url("../img/orange-block-right.svg") right 21.5% top no-repeat #060628;*/
    background: url("../img/blue-arrows.png") center top no-repeat #060628;
    display: flex;
    min-height: 210px;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 78px;
}

.orange-info-block .container {

}

.articles-slider .slick-slide {
    background: #fff;
    margin: 0 20px;
    padding-bottom: 33px;
    position: relative;
}

.articles-slider .slick-list {
    margin-left: -20px;
    margin-right: -20px;
}

.blog-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.articles-slider {
    width: 94%;
    margin: 64px auto 0;
    position: relative;
}

.article-slide .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 31px;
    color: #060628;
    padding: 0px 29px;
    margin-top: 15px;
    min-height: 62px;
}

.duration .time {
    font-size: 15px;
    line-height: 31px;
    color: #060628;
    margin-right: 30px;
}

.duration {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 21px;
    margin-top: -18px;
}

.type-icon {
    position: relative;
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

.type-video {
    background: url("../img/video-icon.svg") center center no-repeat #F5683E;
}

.type-audio {
    background: url("../img/audio-icon.svg") center center no-repeat #5774BD;
}

a.article-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.prev-slide-arrow {
    background: url("../img/prev-slide.svg") center center no-repeat #FFFFFF !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    width: 60px;
    height: 60px;
    border: 0;
    outline: 0;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -30px;
}

.next-slide-arrow {
    background: url("../img/next-slide.svg") center center no-repeat #FFFFFF !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    width: 60px;
    height: 60px;
    border: 0;
    outline: 0;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -30px;
}

.orange-dots.slick-dots {
    margin-left: 0 !important;
    bottom: -52px;
}

.orange-dots.slick-dots li {
    height: 12px;
    width: 12px;
    margin: 0 9px;
    padding: 0;
}

@media screen and (max-width: 575.98px) {
    .orange-dots.slick-dots li {
        margin: 0 6px;
    }
}

.orange-dots.slick-dots li button {
    height: 12px;
    width: 12px;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
}

.orange-dots.slick-dots li button:hover {
    background-color: transparent;
}

.orange-dots.slick-dots li button:before {
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #CBCBCB;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}

.orange-dots.slick-dots li.slick-active button:before {
    color: #F5683E;
}

.articles-slider .slick-dotted.slick-slider {
    margin-bottom: 52px;
}

.reviews-section {
    padding-top: 59px;
}

.reviews {
    margin-top: 57px;
}

.coaches-section {
    padding-top: 59px;
}

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

.white-btn.mini-btn {
    min-width: 160px;
}

.coaches-section .section-head a {
    margin-left: 54px;
    text-decoration: none;
}

.coach-info .fio {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #060628;
    padding-bottom: 22px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 19px;
    /*height: 80px;*/
}

.level-label {
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    border: 1px solid #CCCCCC;
    display: inline-flex;
    /*justify-content: center;*/
    align-items: center;
    padding-left: 46px;
    height: 44px;
    min-width: 125px;
    background: url("../img/star.svg") left 10px center no-repeat #fff;
}

.positions {
    list-style: none;
    margin: 19px 0 0;
    padding: 0;
    border: none;
    min-height: auto;
}

.positions li {
    padding-left: 16px;
    font-size: 16px;
}

.coach-more a {
    font-weight: bold;
    font-size: 16px;
    line-height: 31px;
    color: #FFFFFF;
    display: flex;
    justify-content: flex-start;
    padding-left: 41px;
    align-items: center;
    width: 100%;
    height: 70px;
    background: #8BA1D9;
    position: relative;
}

.coach-more a:hover {
    background: #F5683E;
    color: #fff;
}

.coach-more a span:after {
    content: '';
    width: 10px;
    height: 15px;
    background: url(../img/more-button-arrow.svg) left top no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 47px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.coaches-slider {
    margin-top: 46px;
}
.coaches-slider .slick-track {
    display: flex;
}


.coaches-slider .slick-slide {
    background: #fff;
    margin: 0 20px;
    position: relative;
    height: auto;
}

.coaches-slider .slick-list {
    margin-left: -20px;
    margin-right: -20px;
}

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

.coach-info {
    padding: 22px 41px 25px;
    flex: 1;
}

.programs-section {
    padding-top: 136px;
}

.programs {
    margin-top: 57px;
}

.programs .col {
    width: 48%;
}

.program .title {
    font-family: "Times New Roman", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #221C8F;
    margin-bottom: 24px;
}

.program .text {
    font-size: 15px;
    line-height: 25px;
    color: #5B5B5B;
}

.program-info {
    padding: 44px 39px 34px;
}

.program-link a {
    font-weight: bold;
    font-size: 16px;
    line-height: 31px;
    color: #FFFFFF;
    display: flex;
    justify-content: flex-start;
    padding-left: 39px;
    align-items: center;
    width: 100%;
    height: 70px;
    background: url("../img/more-button-arrow.svg") right 47px center no-repeat #8BA1D9;
}

.program-link a:hover {
    background: url("../img/more-button-arrow.svg") right 47px center no-repeat #F5683E;
    color: #fff;
}

.program {
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.program-link {
    margin-top: auto;
}

.subscription-title {
    font-family: "Times New Roman", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #221C8F;
    text-align: center;
}

.subscription {
    background: #fff;
    margin-top: 100px;
    padding-top: 56px;
}

.mobile-slider {
    display: none;
}

@media (max-width: 1768px) {
    .orange-info-block {
        background: url(../img/blue-arrows.png) center top no-repeat #060628;
    }
}

@media (max-width: 1200px) {

}

@media (max-width: 1024px) {
    .orange-info-block {
        background: url(../img/mobile-arrow-bg.png) right top no-repeat #060628;
        background-position: right -106px top;
    }
}

@media (max-width: 992px) {
    .main-course .left {
        width: 62%;
    }

    .main-course .right {
        width: 37%;
    }
}

@media (max-width: 767px) {
    .main-course .left {
        width: 100%;
    }

    .main-course .right {
        display: none;
    }

    .main-course-img {
        margin-top: 20px;
    }

    .what-is-prism .left {
        width: 100%;
    }

    .what-is-prism .right {
        width: 100%;
        text-align: center;
        margin-bottom: 32px;
    }

    .what-is-prism .flex {
        flex-direction: column-reverse;
    }

    .programs .col {
        width: 100% !important;
    }

    .program-img {
        text-align: center;
    }

    .page-head h1 {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .shedule-block .left {
        width: 100%;
    }

    .shedule-block .right {
        width: 100%;
        /* padding: 40px 26px 26px 26px; */
    }

    .slick-slide img {
        display: inline-block;
    }

    .article-slide .img {
        text-align: center;
    }

    .coaches-section .section-head a {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        text-decoration: none;
    }

    .shedule-list {
        margin-top: 30px;
    }

    /* .show-all-courses {
        display: none;
    }*/
    .mobile-slider {
        display: block;
    }

    .shedule-block {
        margin-bottom: 0;
    }

    .courses-slider .slick-slide {
        margin: 0 10px;
    }

    .courses-slider .slick-list {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (max-width: 480px) {
    .page-head {
        /*padding-top: 7px;*/
        /*margin-bottom: 12vw;*/
        margin-top: -1px;
    }

    .page-head:after {
        /*background: url(../img/page-head-bg-mobile.svg) center top -1px no-repeat #fff;*/
        top: 100%;
        background-size: cover;
        height: 12vw;
        background-position: center top -1px;
    }

    .page-head h1 {
        font-size: 20px;
        line-height: 31px;
        position: relative;
        z-index: 2;
    }

    .main-course-top-title {
        font-size: 20px;
        line-height: 27px;
    }

    .main-course-title {
        margin-top: 20px;
        font-size: 25px;
        line-height: 31px;
    }

    .main-course-text {
        margin-top: 16px;
        margin-bottom: 21px;
        font-size: 14px;
        line-height: 23px;
    }

    .course-date {
        padding-left: 45px;
        font-size: 16px;
        line-height: 18px;
    }

    .main-course .orange-more-btn {
        width: 100%;
    }

    .main-course .right {
        display: none;
    }

    .section-title, .section-title h2 {
        font-size: 25px;
        line-height: 23px;
        text-align: left;
    }

    .shedule {
        padding-top: 10px;
    }

    .shedule-title {
        margin-bottom: 20px;
        padding: 0 20px;
        margin-top: 40px;
        font-size: 20px;
        line-height: 23px;
    }

    .shedule-block .right {
        width: 100%;
        padding: 18px 0 0 0;
    }

    .shedule-text {
        margin-top: 17px;
        font-size: 13px;
        line-height: 21px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .orange-more-btn {
        width: 100%;
    }

    .shedule-block .course-date {
        margin-left: 21px;
    }

    /* .shedule-link {
        margin-top: 34px;
    } */
    .what-is-prism .text {
        font-size: 14px;
        line-height: 25px;
    }

    .orange-info-block .title {
        font-size: 20px;
        line-height: 31px;
        text-align: left;
        padding-right: 60px;
    }

    .orange-info-block {
        background: url(../img/mobile-arrow-bg.png) right -105px top no-repeat #060628;
    }

    .blog-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .slick-slide img {
        width: auto !important;
        height: auto !important;
        margin-top: initial !important;
    }

    .article-slide .title {
        margin-top: 15px;
        font-size: 14px;
        line-height: 25px;
    }

    .coaches-section .section-head a {
        display: none;
    }

    .coach-info {
        padding: 22px 21px 29px;
    }

    .coach-more a {
        padding-left: 21px;
    }

    .coach-info .fio {
        padding-bottom: 16px;
        margin-bottom: 21px;
        font-size: 18px;
        line-height: 25px;
    }

    .programs-section {
        padding-top: 100px;
    }

    .programs-section .container {
        max-width: 100%;
    }

    .programs-section .section-title {
        text-align: center;
    }

    .program .title {
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 23px;
    }

    .program .text {
        font-size: 14px;
        line-height: 25px;
    }

    .program-info {
        padding: 44px 30px 34px;
    }

    .program-link a {
        padding-left: 30px;
    }

    .subscription {
        margin-top: 80px;
    }

    .subscription-title {
        font-size: 20px;
        line-height: 23px;
    }

    .programs-section .section-title {
        max-width: 90%;
        margin: 0 auto;
    }

    /*.main-course {*/
    /*	padding-bottom: 25vw;*/
    /*}*/
    .shedule:before {
        height: 19vw;
        /*background: url(../img/raspisanie-top-bg-mobile.svg) center bottom -1px no-repeat;*/
        background-size: cover;
    }
}

@media (max-width: 359px) {
    .orange-info-block .title {

        padding-right: 0;
    }
}

/* Testimonials SLider ---------------- */
.site-main .license {
    margin-bottom: 0;
}

.cases-section {
    background: #fff;
    padding-bottom: 50px;
    padding-top: 1px;
    margin-bottom: 50px;
}

.cases-section .divider-separator {
    margin-bottom: 50px;
    width: 100%;
    height: 1px;
    background: #e9e9e9;
}

.testimonial-section .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.mk-reviews {
    overflow: hidden;
    padding: 0 60px;
}
.home .mk-reviews.slick-dotted.slick-slider {
    margin-bottom: 6px;
}

.home .reviews-section {
    padding-top: 13px;
    overflow: hidden;
}
.mk-reviews,
.mk-reviews p {
    font-family: Noto Sans;
    font-size: 18px;
    color: #4d4c4e;
    line-height: 1.5;
}

.mk-reviews .tmnl-client-about {
    padding-left: 20px;
    width: 48%;
}

.mk-reviews .tmnl-client-image img {
    background: #ffffff;
    border-radius: 50%;
}

.mk-reviews h4.tmnl-client-name {
    font-size: 20px;
    font-family: 'Times New Roman', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 13px;
    color: #221c8f;
    text-transform: none;
    text-align: left;
    letter-spacing: 0;
    margin: 0px 0px 8px 0px;
    padding: 0;
}

.mk-reviews .tmnl-client-company {
    font-size: 16px;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400;
    color: #4d4c4e;
    line-height: 24px;
    text-transform: none;
    text-align: left;
    letter-spacing: 0;
    margin: 0px 0px 8px 0px;
}

.mk-reviews .tmnl-client-social {
    white-space: nowrap;
    display: flex;
    margin: 1px 0;
}

.mk-reviews .tmnl-client-social a.icon-facebook {
    font-family: Noto Sans;
    color: #ffffff;
    font-size: inherit;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    font-weight: bold;
    background: #221c8f;
    width: 26px;
    height: 26px;
    border-radius: 99px;
}

.mk-reviews .tmnl-client-social a.icon-instagram img {
    width: 27px;
    height: 100%;
}

/* Arrows */
.mk-reviews .slick-prev i, .mk-reviews .slick-next i {
    font: normal normal normal 35px/1 FontAwesome;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.mk-reviews .slick-prev:hover,
.mk-reviews .slick-next:hover {
    color: #8f8c94;
}

.mk-reviews .slick-prev,
.mk-reviews .slick-next {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    width: 22px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: #d8d8d8;
    background: transparent;
    border: none;
    outline: none;
    z-index: 22;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.mk-reviews .slick-next {
    right: 0px;
}

.mk-reviews .slick-prev {
    left: 0;
}

/* Dots */
.mk-reviews .slick-dots {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 20px 0px 0px !important;
    list-style: none;
    text-align: center;
    bottom: 0;
}

.mk-reviews .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.mk-reviews .slick-dots li button {
    font-size: 0;
    line-height: 0;
    text-indent: -999px;
    display: block;
    width: 13px;
    height: 13px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #d8d8d8;
}

.mk-reviews .slick-dots li.slick-active button {
    background: #8f8c94;
}

.mk-reviews .slick-dots li button:hover,
.mk-reviews .slick-dots li button:focus {
    outline: none;
}

.mk-reviews .slick-dots li button:before {
    content: '';
}

.mk-review .slick-dots li {
    display: inline-block;
    border: 0;
    padding: 0;
    width: 13px;
    height: 13px;
    line-height: 12px;
    margin: 3px;
    overflow: hidden;
}

.mk-review .slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* ----------------- Mobile screen -----------------*/

@media (min-width: 420px) {

    .mk-testimonial-client-wrapper {
        display: flex;
        margin: 50px auto 0;
        justify-content: center;
    }

    .tmnl-client-image img {
        width: 90px;
        height: 90px;
    }
}

@media screen and (max-width: 1024px) {
    .mk-reviews .slick-next {
        right: -20px;
    }

    .mk-reviews .slick-prev {
        left: -20px;
    }

    .mk-reviews {
        overflow: visible;
    }
}


@media screen and (max-width: 768px) {
    .mk-testimonial-client-wrapper {
        width: 100%;
    }

    .mk-reviews .tmnl-client-about {
        width: 67%;
    }
}

@media (max-width: 480px) {
    .tmnl-client-image {
        margin: 1.5em 0;
        text-align: center;
    }

    .tmnl-client-image img {
        margin: 0;
    }

    .mk-reviews .tmnl-client-about {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .mk-reviews .slick-slide img {
        display: inline-block;
        width: 50% !important;
    }

    .mk-reviews {
        padding: 0 30px;
    }
}

/* END Testimonials SLider ----------------*/

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}


.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 2.5px;
}

.statistic .lk-details__head-roles .select2-container .select2-selection.courses-select {
    width: 420px;
}

.lk-details__head-roles .select2-container .select2-selection.courses-select {
    width: 340px;
}

@media all and (max-width: 767px) {
    .statistic .lk-details__head-roles .select2-container .select2-selection.courses-select {
        width: 385px;
    }
}


@media all and (max-width: 575px) {
    .statistic .lk-details__head-roles .select2-container .select2-selection.courses-select {
        width: 100%;
    }

    .lk-details__head-roles .select2-container .select2-selection.courses-select {
        width: 100%;
    }
}

.full-view .lk-details__col--head {
    font-size: 14px !important;
}

@media all and (min-width: 992px) {
    .full-view .lk-details__col--date {
        flex: 0 0 8.732% !important;
        width: 8.732% !important;
    }

    .full-view .lk-details__col--rate {
        flex: 0 0 6.8% !important;
        width: 6.8% !important;
    }

    .full-view .lk-details__col--name {
        flex: 0 0 12.924% !important;
        width: 12.924% !important;
        font-size: 14px !important;
    }
}

.pum-active, .pum-active .pum-container.active {
    display: block!important;
    opacity: 1!important;
}

.page-head h1.home-page {
    font-family: noto sans,Sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: unset;
}
.home-page_h1 {
    font-family: "Times New Roman", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    letter-spacing: 2.5px;
    color: #FFFFFF;
    width: 77%;
    margin: 0;
    display: block;
}

@media (max-width: 767px) {
    .home-page_h1 {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .home-page_h1 {
        font-size: 20px;
        line-height: 31px;
        position: relative;
        z-index: 2;
    }
    .page-head__shape.home-page {
        top: 96px;
    }
}