/* 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--medium {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

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

.top-section__desc {
    color: #fff;
    border: 1px solid #FFFFFF;
    padding: 10px 15px;
}

.top-section--couchi .top-section__desc {
    border: none;
}

.top-section__desc--head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.top-section__desc--head p {
    width: calc(100% - 17px);
    margin: 0;
}

.top-section__desc--arrow {
    display: block;
    width: 37px;
    height: 37px;
    padding: 15px 10px;
    transform: scale(1, -1);
    transition: transform .3s;
}

.top-section--couchi .top-section__desc--arrow {
    display: none;
}

.top-section__desc--arrow.active {
    transform: scale(1, 1);
}

.top-section__tooltip,
.top-section__desc--warn {
    display: none;
}

.top-section--couchi .top-section__desc--warn {
    display: block
}

.top-section__desc--body {
    display: none;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    padding: 35px 10px 0;
}

.top-section__footer {
    margin-top: 30px;
}

.top-section__footer-btns {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    margin-right: 20px;
}

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

.top-section__btn--right {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: none;
    border: 1px solid #f5683e;
    padding: 9px 20px;
    position: relative;
    z-index: 1;
}

.top-section__footer-btns .top-section__btn, .top-section__footer-btns .top-section__btn--right {
    font-weight: 500;
    font-size: 16px;
    line-height: 31px;
}

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

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

@media all and (max-width: 756px) {
    .top-section__footer-btns .top-section__btn, .top-section__footer-btns .top-section__btn--right {
        font-weight: 500;
        font-size: 14px;
        line-height: 31px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media all and (max-width: 600px) {
    .top-section__footer-btns .top-section__btn, .top-section__footer-btns .top-section__btn--right {
        width: calc(50% - 10px);
    }

    .top-section__footer-btns .top-section__btn {
        margin-right: 20px;
    }

    .top-section__footer-btns {
        margin-right: 0;
    }


    .top-section__signature--couchi {
        display: none;
    }

    .top-section--couchi .top-section__footer {
        position: relative;
        bottom: 60px;
        padding-bottom: 30px;
    }

    .top-section--mentors .top-section__footer {
        bottom: 10px;
    }

    .top-section--couchi .top-section__desc {
        position: relative;
        top: 85px;
        padding: 0;
    }
}

@media all and (max-width: 400px) {
    .top-section__footer-btns .top-section__btn, .top-section__footer-btns .top-section__btn--right {
        font-size: 13px;
        width: auto;
    }

    .top-section--couchi .top-section__desc--head {
        font-size: 12px;
    }

    .top-section--couchi .top-section__desc--head p {
        max-width: 80%;
    }
}

@media all and (max-width: 350px) {
    .top-section__footer-btns .top-section__btn, .top-section__footer-btns .top-section__btn--right {
        font-size: 13px;
        width: auto;
        padding-left: 8px;
        padding-right: 8px;
    }

    .top-section__footer-btns .top-section__btn {
        margin-right: 10px;
    }

    .top-section--couchi .top-section__desc {
        top: 70px;
    }

    .top-section--couchi .top-section__footer {
        bottom: 65px;
        padding-bottom: 0px;
    }

    .top-section--mentors .top-section__footer {
        bottom: 10px;
    }

    .top-section--couchi .top-section__desc--head p {
        max-width: 90%;
    }
}

.top-section__signature {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #CFCFCF;
    margin-top: 14px;
    margin-bottom: 20px;
}

.top-section__signature--couchi {
    margin-top: 30px;
}

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

    .top-section__title--medium {
        margin-bottom: 10px;
    }

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

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

    .top-section__desc--head {
        width: fit-content;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .top-section__desc--arrow {
        display: none;
    }

    .top-section__desc--warn {
        display: block;
        width: 40px;
        height: 30px;
        padding: 0 10px 10px;
        /*margin-left: 10px;*/
        cursor: pointer;
    }

    .top-section__desc--icons {
        position: relative;
    }

    .top-section__desc {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.56;
        padding: 0;
        border: 0;
    }

    .top-section__tooltip {
        width: 360px;
        position: absolute;
        top: 30px;
        left: 20px;
        background: #fff;
        padding: 20px;
        margin-right: 10px;
        font-family: 'Noto Sans', sans-serif;
        color: #000;
        box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .top-section__btn {
        min-width: fit-content;
        width: fit-content;
        height: fit-content;
        padding: 10px 37px;
        margin-right: 18px;
    }

    .top-section__footer {
        display: flex;
        align-items: center;
        margin-top: 45px;
    }

    .top-section__signature {
        max-width: 310px;
        text-align: left;
        margin: 0;
    }
}

@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 .bumps-item__info--mentors .bumps-item__details {
    flex-wrap: wrap;
}

.bumps-section--row .bumps-item .bumps-item__info--mentors .bumps-item__details ul {
    flex-basis: 100%;
    width: 100%;
}

.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__info--mentors {
    padding: 20px 16px;
}


.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 11px;
    font-size: 16px;
    line-height: 1;
    align-self: baseline;
    border-radius: 5px;
}

@media all and (max-width: 991px) {
    .bump-info__icf {
        padding: 8px 9px;
        font-size: 14px;
    }
}

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

.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;
}

.bumps-item--couchi .bump-info__cats {
    min-height: 45px;
}

.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: 23px;
}

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

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

.bump-info__list-item--price .bump-info__price {
    margin-left: 20px;
    font-weight: 300;
}

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

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

li.bump-info__list-item--price {
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
}

li.bump-info__list-item--price {
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
}


.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--couchi {
    font-weight: 400;
}

.bumps-item--couchi .bumps-item__link {
    font-weight: 700;
}


.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: flex-start;
}

.bump-info__accounts {
    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;
}

@media all and (max-width: 767px) {
    .bump-single .bump-info__cats {
        padding: 30px 0 20px 20px;
    }
}

.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__social {
    padding: 20px;
}

.bump-details__social--title {
    font-size: 15px;
    line-height: 2.07;
    color: #000000;
    margin-bottom: 12px;
}

.bump-details__social--link {
    width: 100%;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid #CFCFCF;
}

.bump-details__social--link svg {
    /*width: 100%;*/
    height: 100%;
}

.bump-details__social--item:not(:last-child) {
    margin-bottom: 12px;
}

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

    .bump-details__social--title {
        font-size: 16px;
        line-height: 1.94;
        margin-bottom: 18px;
    }

    .bump-details__social--list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .bump-details__social--link path {
        transition: fill .3s;
    }

    .bump-details__social--link:hover path {
        fill: #f5683e;
    }
}

.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;
}

.bump-callback {
    max-width: 690px;
    padding: 0 15px 60px;
    margin: auto;
    text-align: center;
}

.callback_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;
}

.callback_btn {
    margin-top: 25px;
    margin-bottom: 40px;
}

.callback_note {
    color: #4d4c4e;
    font-size: 14px;
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
}

@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: 120px;
        height: 100%;
    }
}

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

    .page-head__shape {
        top: 60px;
    }
}

.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;
}

.shedule-section {
    margin-top: 100px;
}

/*@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;
}

.course-license {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    /*line-height: 23px;
    letter-spacing: 0.05em;*/
    color: #221C8F;
    padding: 4px 0;
    padding-left: 56px;
    background: url(../img/badge.svg) left 3px center no-repeat;
    background-size: 28px;
    margin-top: 20px;
}

.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;
    }

    .course-license {
        padding-left: 45px;
        font-size: 14px;
        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,
.mk-reviews .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;
}

.blink {
    opacity: 0.5;
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1s;
}

@keyframes blinker {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 0.1;
    }
}

@-webkit-keyframes blinker {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 0.1;
    }
}

@media all and (min-width: 768px) {
    .footer-widget__custom {
        margin: 95px 0 0 0;
    }
}

.page-head h1.home-page,
.page-head .home-page {
    font-family: noto sans, Sans-serif;
    font-size: 18px;
    line-height: 160%;
    font-weight: 600;
    letter-spacing: unset;
    color: #FFFFFF;
}

.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: 150px;
    }
}

/* mentors */
@media all and(min-width: 992px) {
    .mentors-filter-range {
        width: 575px;
    }

    .mentors-filter-range label {
        margin-bottom: 0;
    }
}

.mentors-filter-range {
    display: flex;
    align-items: center;
}

.mentors-filter-range > * {
    margin-right: 10px;
}

.mentors-filter-wrapper {
    display: inline-block;
    width: 128px;
}

@media (max-width: 991px) {
    .mentors-filter-wrapper {
        width: 150px;
    }
}

@media (min-width: 991px) and (max-width: 1111px) {
    .mentors-filter-wrapper {
        width: 130px;
    }

    .mentors-filter-range > * {
        margin-right: 7px;
        font-size: smaller;
    }
}

@media (max-width: 375px) {
    .mentors-filter-range > * {
        font-size: 12px;
    }

    .mentors-filter-wrapper {
        width: 118px;
    }
}

.mentors-filter-range .irs-from, .mentors-filter-range .irs-to, .mentors-filter-range .irs-min, .mentors-filter-range .irs-max {
    display: none !important;
}

.mentors-filter-range .irs.irs--round .irs-line {
    height: 2px;
}

.mentors-filter-range .irs--round .irs-bar {
    height: 2px;
    background-color: #f5683e;
    top: 31px;
}

.mentors-filter-range .irs.irs--round .irs-handle {
    width: 7px;
    height: 7px;
    top: 28px;
    background-color: #f5683e;
}

.mentors-filter-range input[type=number] {
    font-size: 12px;
    line-height: 1;
    padding: 0 3px;
    max-width: 35px;
    min-height: 30px;
    -moz-appearance: textfield;
}

.mentors-filter-range input[type=range] {
    border-width: 0;
}

.mentors-filter-range input::-webkit-outer-spin-button,
.mentors-filter-range input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.container-single-mentors .top-section__btn {
    font-size: 16px;
    padding: 14px 27px;
    margin-top: 49px;
}

.container-single-mentors .bump-bottom__title:first-child {
    border: none;
}

.bumps-item__info--mentors a:first-child {
    text-align: center;
}

.bumps-item__content .bumps-item__info--mentors .bump-info__icf-container {
    display: flex;
    justify-content: center;
}

.classification_label--two-labels .bump-info__icf-container {
    margin: 0 -25px;
    display: flex;
    justify-content: center;
}

.container--mentors-filter {
    max-width: 90% !important;
}

.container--mentors-filter .section-controls__column {
    position: relative;
    /*z-index: 3;*/
}

.container--mentors-filter .section-controls__specs.mobile-show {
    z-index: 101;
}

@media all and (max-width: 350px) {
    .bumps-item, .container--mentors-filter .section-controls {
        width: 300px;
    }
}

.container--mentors-filter .classification_label {
    display: flex;
    margin: auto;

}

.section-controls__filter button.show-filter:hover {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
}

@media (min-width: 992px) {
    .section-controls__filter .show-filter {
        display: none;
    }

    .filter-hours {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 315px;
    }
}

@media (max-width: 576px) {
    .bumps-item__info--mentors {
        padding: 20px 9px;
    }
}

@media (max-width: 991px) {
    .section-controls__filter button.show-filter {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .mentors-filter-range {
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: column;
        /*font-size: 16px;*/
    }

    .filter-hours {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-right: 0;
        margin-top: -8px;

    }

    .title-hours {
        margin-right: auto;
        display: flex;
    }
}

.title-hours {
    flex-shrink: 0;
}

.mobile-filter-title {
    text-align: center;
    padding-bottom: 28px;
    padding-top: 8px;
    display: none;
    font-weight: 600;
}

@media (max-width: 991px) {
    .mobile-filter-title {
        display: block;
    }
}

@media (max-width: 374px) {
    .bump-info__icf {
        padding: 10px 6px;
    }
}

.classification_label .bump-info__icf {
    margin-right: 15px;
}

.classification_label .bump-info__icf:last-child {
    margin-right: 0;
}

.classification_label.single-mentor {
    margin: unset;
}

.section-controls__select--fpk span {
    max-width: 100%;
    overflow: hidden;
}


@media screen and (max-width: 769px) {

    .work.section .work__apps .work__app img {
        position: static;
    }

    .work.section .work__apps .work__app-extra {
        width: 100%;
    }

    .work.section .section-title {
        width: 100%;
    }

    .work.section:after {
        content: "";
        display: table;
        clear: both;

    }

    .work.section .work__app-icon {
        display: block;
    }

    .work.section .work__apps .work__app p {
        float: right;
        max-width: calc(100% - 52px);
    }

    .work.section .work__app-extra {
        border: 0;
        padding: 0;
    }


}

@media screen and (min-width: 768px) {
    .work.section .work__app-icon {
        display: none;
    }

    .work.section .work__apps .work__app p {
        max-width: 100%;
    }
}

.inset-vocation {
    position: relative;
    margin: 45px auto;
    box-sizing: border-box;
}

.inset-vocation__top {
    padding: 40px 40px;
    box-shadow: 0 7px 40px 0 rgba(183, 76, 44, 0.1);
    border: 1px solid #3e50f5;
    border-radius: 20px;
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/insets/vocation/v2/bg.png") no-repeat center/cover;
}

.inset-vocation__bottom {
    border: 1px solid #dbdbdb;
    border-radius: 0 0 20px 20px;
    border-top: 0;
    background: #FFF;
    padding: 40px 40px;
    margin: 0 40px;
    box-sizing: border-box;
}

.inset-vocation__title {
    max-width: 430px;
    color: #000;
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
    margin: 0 0 24px;
}

.inset-vocation__title span {
    color: #F43232;
}

.inset-vocation__desc {
    max-width: 430px;
}

.inset-vocation__desc p {
    color: #000;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin: 0 0 24px;
}

.inset-vocation__desc p:last-child {
    margin: 0;
}

.inset-vocation .inset-author {
    position: absolute;
    width: 175px;
    top: 40px;
    right: 40px;
}

.inset-vocation .inset-author img {
    display: block;
    margin: 0 0 32px;
    border-radius: 50%;
}

.inset-vocation .inset-author__name {
    color: #000;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 16px;
}

.inset-vocation .inset-author__name a {
    color: #000 !important;
    text-decoration: none;
}

.inset-vocation .inset-author__position {
    color: #666;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.inset-vocation .inset-author__position a {
    color: #666 !important;
    text-decoration: none;
}

.inset-vocation__docs {
    margin: 0 0 40px;
}

.inset-vocation .inset-doc {
    display: flex;
    align-items: flex-start;
    font-family: 'Noto Sans', sans-serif;
    margin: 0 0 24px;
    cursor: pointer;
}

.inset-vocation .inset-doc img {
    margin-right: 16px;
}

.inset-vocation .inset-doc__title {
    color: #221C8F;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-decoration-line: underline;
    margin: 0 0 12px;
}

.inset-vocation .inset-doc__desc {
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.inset-vocation__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 340px;
    height: 60px;
    background: #f43232;
    border-radius: 10px;
    color: #FFF;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 auto;
}

.inset-vocation__weight {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -8px 0 16px;
    pointer-events: none;
}

.inset-vocation__weight span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 105px;
    height: 30px;
    background: #000;
    color: #fff;
    font-weight: 400;
    border-radius: 10px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 100%;
    margin: 0 2px;
}

.inset-vocation__downloads {
    display: flex;
    align-items: center;
    justify-content: center;

}

.inset-vocation__downloads span {
    color: #999;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-right: 8px;
}

@media (max-width: 600px) {
    .inset-vocation__top {
        padding: 30px 20px;
    }

    .inset-vocation__bottom {
        padding: 30px 22px;
        margin: 0 20px;
    }

    .inset-vocation__title {
        font-size: 20px;
        line-height: 120%;
    }

    .inset-vocation .inset-author {
        position: static;
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0 0 24px;
    }

    .inset-vocation .inset-author img {
        width: 64px;
        height: 64px;
        margin: 0 16px 0 0;
    }

    .inset-vocation .inset-author__name {
        font-size: 16px;
        line-height: 100%;
        margin: 0 0 12px;
    }

    .inset-vocation .inset-author__position {
        font-size: 12px;
        line-height: 140%;
    }

    .inset-vocation__docs {
        margin: 0 0 30px;
    }

    .inset-vocation .inset-doc img {
        width: 40px;
        max-width: 40px;
        height: 40px;
    }

    .inset-vocation .inset-doc__desc {
        font-size: 12px;
        line-height: 120%;
    }

    .inset-vocation__btn {
        text-align: center;
        height: 70px;
        font-size: 16px;
        line-height: 110%;
        padding: 0 30px;
    }

    .inset-vocation__weight span {
        max-width: 95px;
        height: 30px;
        font-size: 12px;
        line-height: 100%;
    }
}

.new-styles-header .header-top__socials ul li {
    margin-left: 8px;
}

@keyframes blink-callback {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.header-top__phone-sup {
    color: #FFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    animation: blink-callback 2s infinite linear;
}

.header-top__phone-sup-lead {
    background: #6EE85A;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    margin-right: 8px;
}

.new-styles-header .header-top__phone a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.new-styles-header .header-top__phone a svg {
    margin-right: 8px;
}

.new-styles-header .header-top__socials ul li a {
    width: 24px;
    height: 24px;
}

@media (min-width: 768px) and (max-width: 1100px) {
    html body #site-header.new-styles-header #site-logo #site-logo-inner a img {
        max-height: 46px;
    }
}

@media screen and (max-width: 1100px) {
    #site-header.new-styles-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 7px;
    }

    #site-header.new-styles-header .header-top {
        margin: 0;
        padding: 0;
    }

    #site-header.new-styles-header #site-header-inner {
        width: auto;
        margin: 0;
        padding: 0 !important;
        height: auto;
    }

    html body .new-styles-header #site-header-inner-new {
        margin: 0;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 0;
        align-items: center;
    }

    .header-top__phone-sup {
        font-size: 8px;
    }

    .header-top__phone-sup-lead {
        width: 4px;
        height: 4px;
        margin-right: 6px;
    }

    .new-styles-header .header-top__phone a {
        font-size: 13px;
    }

    .new-styles-header .header-top__phone a svg {
        width: 10px;
        height: 10px;
        margin-right: 6px;
    }

    html body #site-header.new-styles-header #site-logo #site-logo-inner {
        height: auto;
    }

    .new-styles-header:after, #site-header-inner-new:after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    html body #site-header.new-styles-header #site-logo #site-logo-inner a img {
        max-height: 34px;
    }
}

@media screen and (max-width: 376px) {
    html body #site-header.new-styles-header #site-logo-inner a img {
        width: auto !important;
    }
}

@media (min-width: 768px) {
    .new-styles-header .header-top__socials span {
        color: #FFF;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .new-styles-header .header-top__socials {
        margin-left: 69px;
    }

    #site-header.new-styles-header {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .new-styles-header .header-top__socials ul li {
        margin-left: 9px;
    }
}

@media (min-width: 992px) {
    .new-styles-header .header-top__socials ul li a {
        width: 28px;
        height: 28px;
    }

    #site-header.new-styles-header {
        padding-bottom: 0;
        padding-top: 20px;
    }

    #site-header.new-styles-header .header-top {
        margin: 0 0 15px;
    }
}

@media (min-width: 1200px) {
    .new-styles-header .header-top__socials ul li a, .new-styles-header .header-top__socials ul li a img {
        width: 38px;
        height: 38px;
    }

    .new-styles-header .header-top__socials ul li {
        margin-left: 14px;
    }

    .new-styles-header .header-top__socials span {
        font-size: 16px;
    }

    .header-top__phone-sup {
        font-size: 12px;
    }

    .header-top__phone-sup-lead {
        width: 7px;
        height: 7px;
        margin-right: 9px;
    }

    .new-styles-header .header-top__phone a {
        font-size: 19px;
    }

    .new-styles-header .header-top__phone a svg {
        margin-right: 9px;
        width: 16px;
        height: 16px;
    }

    #site-header.new-styles-header .header-top {
        margin: 0 0 12px;
    }
}

.flex-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-block_column {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}

.flex-block_j-center {
    justify-content: center;
    -webkit-justify-content: center;
}

.flex-block_a-center {
    align-items: center;
    -webkit-align-items: center;
}

.footer-widgets-inner {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.footer-column {
    flex: 0 0 25%;
    max-width: 230px;
}

.footer-section a {
    outline: none !important;
}

.footer-section {
    margin-bottom: 40px;
    font-family: 'Noto Sans', sans-serif;
}

.footer-section__head {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #515168;
    margin-bottom: 20px;
}

.footer-section ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.footer-section ul li, .footer-section ul li a {
    color: #A8A8B4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-section ul li a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #9dadee;
    text-decoration: none !important;
}

.footer-column img {
    margin-bottom: 40px;
}

ul li.white-text {
    color: #FFF;
    line-height: 120%;
}

.contacts-ul .white-text a {
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    color: #FFF;
}

.contacts-ul .purple-text a {
    color: #9DADEE;
    line-height: 160%;
    text-decoration-line: underline !important;
}

.footer-section_purple {
    padding-top: 40px;
    border-top: 1px solid #515168;
    margin-top: 60px;
}

.footer-section_purple ul li a {
    color: #9DADEE !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-decoration-line: underline !important;
    outline: none;
}

.footer-copyright {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.footer-single-links {
    gap: 20px;
}

.footer-single-links a {
    color: #FFF !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

html body .contacts-ul__icon {
    position: relative;
    padding-left: 32px;
}

.contacts-ul__icon:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    position: absolute;
}

.contacts-ul__icon_address:before {
    background: url("/wp-content/themes/reboot-child/img/MapPinLine.svg") center center / cover no-repeat;
}

.contacts-ul__icon_tel:before {
    background: url("/wp-content/themes/reboot-child/img/PhoneCall.svg") center center / cover no-repeat;
}

.contacts-ul__icon_mail:before {
    background: url("/wp-content/themes/reboot-child/img/Envelope.svg") center center / cover no-repeat;
}

.footer-socials__head {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-right: 16px;
}

.footer-socials a {
    margin-right: 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    outline: none;
}

.new-styles-header .dropdown-menu ul li a.menu-link, .new-styles-header #mobile-dropdown ul li a {
    text-transform: uppercase;
}

html body .footer-widgets_new-styles {
    padding: 64px 0 !important;
}

html body .footer-column_for-mb {
    display: none;
}

.footer-widgets-inner .footer-column:nth-child(2) img {
    margin-top: -10px;
}

@media screen and (max-width: 1040px) {
    html body .footer-widgets_new-styles {
        padding: 40px 15px !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 1040px) {
    .footer-widgets-inner {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .footer-section_purple {
        margin-top: 0;
    }
}

@media screen and (max-width: 600px) {
    .footer-column {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 32px;
    }

    .footer-widgets-inner .footer-column:nth-child(1) {
        order: 1;
    }

    .footer-widgets-inner .footer-column:nth-child(2) img, .footer-widgets-inner .footer-column:nth-child(2) .footer-section_purple, .footer-widgets-inner .footer-column:nth-child(2) .footer-copyright {
        display: none;
    }

    .footer-widgets-inner .footer-column:nth-child(2) {
        order: 3;
        margin-bottom: 0;
    }

    .footer-widgets-inner .footer-column:nth-child(3) {
        order: 4;
    }

    .footer-widgets-inner .footer-column:nth-child(4) {
        order: 4;
        margin-bottom: 0;
    }

    .footer-widgets-inner .footer-column:nth-child(5) {
        order: 2;
    }

    .footer-widgets-inner .footer-column:nth-child(6) {
        order: 5;
        margin-bottom: 0;
    }

    .footer-section_purple {
        margin-top: 0;
        padding-top: 32px;
    }

    .footer-widgets-inner {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .footer-section__head {
        margin-bottom: 16px;
    }

    .footer-section {
        margin-bottom: 32px;
    }

    html body .footer-column_for-mb {
        display: flex;
    }

    .footer-single-links {
        gap: 32px;
    }

    .footer-column img {
        margin-bottom: 0;
        max-width: 120px;
    }
}

.top-bar-webinar {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/top-bars/webinar/v3/bg.png") no-repeat center/cover;
    font-family: 'Noto Sans', sans-serif;
    z-index: 99999;
    transition: 0.3s;
}

.top-bar-webinar--fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: top-bar-fade 0.3s;
}

.top-bar-webinar__trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
}

.top-bar-webinar__container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1190px;
    padding: 0 40px;
    margin: 0 auto;
    box-sizing: border-box;
}

.top-bar-webinar__offer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.top-bar-webinar__offer span {
    position: relative;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*.top-bar-webinar__offer span:after {
    display: block;
    position: absolute;
    top: -7px;
    right: -35px;
    content: url("/wp-content/themes/oceanwp-child-theme-master/img/top-bars/webinar/leaf.png");
    pointer-events: none;
}*/

.top-bar-webinar__offer b {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.top-bar-webinar__date {
    display: flex;
    align-items: center;
    margin-top: -10px;
}

.top-bar-webinar__date img {
    display: block;
    margin-right: 3px;
}

.top-bar-webinar__date span {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.top-bar-webinar__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 270px;
    height: 38px;
    background: #d93631;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

.top-bar-webinar__close {
    cursor: pointer;
    z-index: 999;
}

.top-bar-webinar__close img {
    display: block;
}

.top-bar-webinar__advertising {
    position: absolute;
    right: 430px;
    font-size: 10px;
    color: #fff;
    bottom: -1px;
}

@media (max-width: 1000px) {
    .top-bar-webinar {
        width: 100%;
        height: 77px;
        display: flex;
        align-items: center;
        background: url("/wp-content/themes/oceanwp-child-theme-master/img/top-bars/webinar/v3/bg-mob.png") no-repeat center/cover;
        font-family: 'Noto Sans', sans-serif;
    }

    .top-bar-webinar__container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        padding: 0 15px;
    }

    .top-bar-webinar__offer {
        align-items: center;
        margin: 0 0 3px;
    }

    .top-bar-webinar__offer span {
        font-size: 10px;
    }

    .top-bar-webinar__offer span:after {
        display: none;
    }

    .top-bar-webinar__offer b {
        font-size: 10px;
    }

    .top-bar-webinar__date {
        display: none;
    }

    .top-bar-webinar__btn {
        max-width: 295px;
        height: 26px;
        font-size: 9px;
    }

    .top-bar-webinar__close {
        position: absolute;
        top: 8px;
        right: 14px;
    }

    .top-bar-webinar__close img {
        width: 12px;
        height: 12px;
    }

    .top-bar-webinar__advertising {
        position: static;
        font-size: 8px;
        margin: 2px 0 0;
    }
}


@keyframes top-bar-fade {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes top-bar-fade {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.one_popup_case .custom-title,
.popmake-content .custom-title {
    font-family: Times New Roman, Times, serif;
    color: #221c8f;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 20px;
}

.one_popup_case .custom-subtitle,
.popmake-content .custom-subtitle {
    font-family: Times New Roman, Times, serif;
    color: #221c8f;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 20px;
}

.single-post div[id*=_ytid_],
.single-post iframe[id*=_ytid_] {
    position: relative !important;
    min-height: 400px;
}

@media (max-width: 600px) {
    .single-post div[id*=_ytid_],
    .single-post iframe[id*=_ytid_] {
        min-height: 280px;
    }
}

@media (max-width: 600px) {
    .single-post article {
        padding: 0 10px;
        box-sizing: border-box;
    }
}

.first-screen * {
    font-style: normal;
    position: relative;
}

.first-screen_left {
    max-width: 500px;
}

.first-screen__title {
    font-family: "Times New Roman", sans-serif;
    color: #221C8E;
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 24px;
}

.first-screen__sub-title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 24px;
}

.orange-mark-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.orange-mark-list li {
    list-style: none;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 36px;
}

.orange-mark-list li:last-of-type {
    margin-bottom: 0;
}

.orange-mark-list li:before {
    position: absolute;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 2px solid #F5683E;
    left: 0;
    top: 8px;
    display: block;
    content: '';
}

.first-screen__form-section {
    display: flex;
    width: 1120px;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
    margin: -5px auto 0 auto;
    z-index: 9;
    left: 0;
    right: 0;
    position: absolute;
}

.first-screen__form-section-desc {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 24px;
}

.first-screen__form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

html body .first-screen__form-input {
    margin-right: 16px;
    display: flex;
    padding: 20px 32px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border: 1px solid #EEE;
    background: #F8F8F8;
    outline: none;
}

.first-screen__form-input:hover, .first-screen__form-input:focus, .first-screen__form-input:active {
    outline: none;
}

.first-screen__form-input, .first-screen__form-btn {
    flex: 1;
}

html body .first-screen__form-btn {
    outline: none;
    background: #F5683E !important;
    display: flex;
    padding: 20px 32px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    cursor: pointer;
    border: 0;
    text-transform: none;
}

.first-screen__form-btn:hover, .first-screen__form-btn:focus, .first-screen__form-btn:active {
    outline: none;
}

html body .main-course .flex .right {
    width: 540px;
    margin-left: 0;
}

.first-screen__form__policy {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 17px;
}

html body .first-screen__form__policy input {
    display: none;
}

.first-screen__form__policy label {
    position: relative;
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-left: 24px;
    cursor: pointer;
}

.first-screen__form__policy label a {
    text-decoration-line: underline !important;
    color: #F5683E;
}

.first-screen__form__policy label:before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: -2px;
    left: 0;
    background: url("/wp-content/uploads/2023/12/check.png") no-repeat center/cover;
}

.first-screen__form__policy input:checked + label:before {
    background: url("/wp-content/uploads/2023/12/checked.png") no-repeat center/cover;
}

.first-screen__form__policy label.form-noty__conditions:before {
    border: 1px solid red;
}

.first-screen__form__policy label.form-noty__conditions:after {
    content: "Нужно согласиться с условиями";
    position: absolute;
    font-size: 10px;
    color: red;
    left: 0;
    bottom: -15px;
}

.first-screen__for-mb {
    display: none;
}

.main-course {
    background: url("/wp-content/uploads/2023/12/first-screen-pc.png") center center / cover no-repeat;
    /*padding-top: 7px;*/
    padding-bottom: 140px;
    position: relative;
}

.main-course:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 24%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background: url("/wp-content/uploads/2023/12/first-screen-pc-up-1.png") center top no-repeat;
    background-size: cover;
}

.first-screen__form-section-success {
    display: none;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 36px;
}

@media screen and (max-width: 1221px) {
    html body .first-screen {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1120px) {
    html body .first-screen_left {
        width: 100%;
        max-width: 100%;
    }

    .first-screen__title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .first-screen__sub-title {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .orange-mark-list li {
        font-size: 14px;
        margin-bottom: 16px;
    }

    html body .main-course .flex .right {
        display: none;
    }

    .first-screen__form-section {
        position: unset;
        padding: 24px;
        width: 100%;
        max-width: 90%;
        margin-top: 56px;
    }

    .first-screen__form-section-desc {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .first-screen__form {
        flex-direction: column;
    }

    html body .first-screen__form-input {
        margin-right: 0;
        margin-bottom: 8px;
        height: 58px;
        padding: 20px 32px;
        font-size: 14px;
        width: 100%;
    }

    html body .first-screen__form-btn {
        width: 100%;
        padding: 20px 5px;
        font-size: 15px;
    }

    .first-screen__for-mb {
        display: block;
    }

    .first-screen__for-mb img {
        width: auto;
        height: auto;
        margin: 27px auto 0 auto;
        display: block;
        position: relative;
        top: 5px;
    }

    .main-course {
        padding-bottom: 0;
        background: url("/wp-content/uploads/2023/12/first-screen-mb.png") center center / cover no-repeat;
    }

    .shedule-section {
        margin-top: -25px;
    }

    .first-screen__form-section-success {
        font-size: 16px;
        line-height: 160%;
        margin-bottom: 35px;
    }
}

@media (max-width: 485px) {
    .main-course:before {
        background: url("/wp-content/uploads/2023/12/first-screen-mb-up.png") center top / cover no-repeat;
        height: 4%;
    }

    .first-screen__title {
        padding-top: 25px;
    }
}

@media (min-width: 485px) and (max-width: 1120px) {
    .main-course:before {
        background: url("/wp-content/uploads/2023/12/first-screen-mb-up.png") center top / cover no-repeat;
        height: 8%;
    }
}


.top-bar-coach {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background: url("/wp-content/themes/oceanwp-child-theme-master/img/top-bars/coach/bg.png") no-repeat center/cover;
    font-family: 'Noto Sans', sans-serif;
    z-index: 99999;
    transition: 0.3s;
}

.top-bar-coach--fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: top-bar-fade 0.3s;
}

.top-bar-coach__trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
}

.top-bar-coach__container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1235px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

.top-bar-coach__offer {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.top-bar-coach__offer span {
    font-weight: 700;
}

.top-bar-coach__offer--mob {
    display: none;
}

.top-bar-coach__date {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border-radius: 60px;
    background: #FFF;
    padding: 10px 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: 60px;
}

.top-bar-coach__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 235px;
    height: 32px;
    border-radius: 4px;
    background: #F5683E;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    margin-right: 35px;
    align-self: flex-start;
}

.top-bar-coach__close {
    cursor: pointer;
    z-index: 999;
}

.top-bar-coach__close img {
    display: block;
}

.top-bar-coach__advertising {
    position: absolute;
    color: #fff;
    font-size: 8px;
    right: 112px;
    bottom: -6px;
}


@media (max-width: 1000px) {
    .top-bar-coach {
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        background: url("/wp-content/themes/oceanwp-child-theme-master/img/top-bars/coach/bg-mob.png") no-repeat center/cover;
        font-family: 'Noto Sans', sans-serif;
    }

    .top-bar-coach__container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
    }

    .top-bar-coach__offer {
        display: none;
    }

    .top-bar-coach__offer--mob {
        display: block;
        font-size: 11px;
        line-height: 130%
    }

    .top-bar-coach__date {
        display: none;
    }

    .top-bar-coach__btn {
        max-width: 112px;
        height: 32px;
        font-size: 11px;
        margin-right: 2px;
        align-self: center;
    }

    .top-bar-coach__close {
        position: absolute;
        top: -4px;
        right: 4px;
    }

    .top-bar-coach__close img {
        width: 8px;
        height: 8px;
    }

    .top-bar-coach__advertising {
        right: 12px;
        bottom: -10px;
    }
}