@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
@import 'new.css';

@-webkit-keyframes animation__message--btn {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    to {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
}



@keyframes animation__message--btn {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    to {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
}

@font-face {
    font-family: 'SF Pro Text';
    src: url("../font/SFUIText-Medium.woff2") format("woff2"), url("../font/SFUIText-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

body {
    color: #242c27;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #265cac;
    text-decoration: none
}

.mt-20 {
    margin-top: 20px !important;
}



a:hover {
    opacity: 0.7
}

.no-hover-effect,
.no-hover-effect:hover {
    opacity: 1
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.hide {
    display: none
}

.show {
    display: block
}

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

.main {
    min-height: calc(100vh - 218px);
}

.container1,
.container2,
.article_container {
    padding: 0 10px;
    margin: 0 auto
}

.container1 {
    max-width: 1400px
}

.container2 {
    max-width: 1240px
}

.article_container {
    max-width: 1000px
}

.dec__none {
    text-decoration: none
}

.mt-25 {
    margin-top: 25px;
}

.block {
    display: block
}



.flex-wrap {
    flex-wrap: wrap
}




.flex-wrap div {
    margin-bottom: 10px
}

@media screen and (max-width: 812px) {
    .xs-flex-center {
        justify-content: center
    }
}

.img__center {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.unread__message::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #df2c2c;
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 2
}

.close {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.close:hover {
    opacity: 0.7
}

.close__bottom,
.close__top {
    height: 2px;
    display: block;
    background: #fff;
    margin-top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close__bottom {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.hover__green-white:hover {
    opacity: 1;
    background: #fff;
    color: #18b77e;
    border: 1px solid #18b77e
}

:root {
    --booking-height: 30px;
    --input-border-color: #dfe1e5;
    --font-size-11px: 11px
}

.header,
.header .header__search-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header a:hover,
.header2 a:hover {
    opacity: 1;
}

.header {
    height: 100vh;
    background-image: url("../custom/img/header/home-bg.jpg");
    background-repeat: no-repeat;
    background-color: #242c27;
    background-size: cover;
    position: relative;
    z-index: 1
}

.header .header__search-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.header .header__searchs {
    width: 100%;
    margin: 10px 0
}

.custom-select select,
.header__burger,
.header__burger-btn {
    display: none
}

.header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: rgba(0, 0, 0, 0.3)
}

.header__container {
    margin: auto;
    width: 58%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__top {
    padding-top: 27px;
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    z-index: 4;
    -webkit-transition: padding-top 400ms;
    transition: padding-top 400ms;
    background-color: transparent;
    opacity: 1
}

.small_hp_header.small_hp_header {
    padding-top: 10px;
    background-color: #18b77e;
    opacity: 0.9
}

.header__top-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.header__logo,
.header__top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.small_hp_header .header__logo img {
    height: 55px;
    width: auto;
}

.header__logo img {
    height: 80px;
    width: auto;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.header__logo-name {
    font-size: 30px;
    font-family: "Raleway";
    color: #fff;
    font-weight: 700;
    line-height: .906;
    letter-spacing: 2px;
    margin-left: 8px
}

.header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 400ms linear;
    transition: background-color 400ms linear
}

.header__nav-item {
    margin-right: 22px
}

.header__nav-item:last-child {
    margin-right: 0
}

.header__nav-link {
    font-size: 14px;
    font-family: "Open Sans";
    color: #000;
    padding-bottom: 7px;
    transform: translateY(2px);
}

.header__nav-link:hover {
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}

.nav__link-button {
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    padding: 3px 12px;
    border-radius: 13px;
    transform: translateY(0);
}

.nav__link-button:hover {
    background: #fff;
    color: rgba(0, 0, 0, 0.9);
    padding: 3px 12px;
    border-bottom: 0
}

.top_menu_blue {
    margin: auto;
    background-color: #1f497d;
}

.top_menu_blue h2 {
    color: white;
    font-size: 16px;
    width: 41%;
    margin: auto;
    padding: 5px;
}

@media only screen and (max-width: 800px) {
    .top_menu_blue {
        display: none !important;
    }
}

.caption,
.caption2 {
    font-family: "Raleway";
    color: #121315;
    text-align: center;
    word-break: break-word
}

.caption {
    margin-top: 200px;
    /*margin-top: 147px;*/
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 700;
    /*text-shadow: 2px 3.464px 0 rgba(0, 0, 0, 0.25);*/
    letter-spacing: 1px
}

.caption2 {
    font-size: 26px;
    font-weight: 480;
    opacity: 0.8;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 30px;
}

.header__search-block {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;

}

.home_main_img {
    width: 50%;
    margin: auto;
    /*border: 10px solid #01542c;*/
    /*border-top: 15px solid #01542c;*/
    /*border-right: 21px solid #01542c;*/
    /*border-bottom: 10px solid transparent;*/
    /*border-radius: 250px;*/
}

.header__search,
.header__searchs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__searchs {
    max-width: 1140px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px 30px 0px;
}

.header__search {
    width: 73%;
    margin: auto;
    border-width: 3px;
    border-color: #18b77e;
    border-style: solid;
    border-radius: 10px;
    background-color: #fff;
    padding: 15px 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 70px;
}

.search__dropdown-list {
    padding-right: 30px;
    border: 0;
    background: 0;
    font-family: "Open Sans";
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal
}

.search__text-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-left: 1px solid #8f8f8f;
    padding-left: 30px;
    padding-right: 30px;
    line-height: normal
}

.search__text-block.no__border {
    border-left: none;
}

.search__text-block svg {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.search__text {
    width: 100%;
    margin: 0;
    outline: 0;
    border: 0;
    background: 0;
    line-height: normal
}

.search__text::-webkit-input-placeholder {
    font-size: 18px;
    font-family: "Open Sans";
    color: #8f8f8f;
    font-weight: 600;
    font-style: italic;
    line-height: 100%;
    overflow: visible;
}

.search__text::-moz-placeholder {
    font-size: 18px;
    font-family: "Open Sans";
    color: #8f8f8f;
    font-weight: 600;
    font-style: italic;
    line-height: 100%
}

.search__text::-ms-input-placeholder {
    font-size: 18px;
    font-family: "Open Sans";
    color: #8f8f8f;
    font-weight: 600;
    font-style: italic;
    line-height: 100%
}

.search__text::placeholder {
    font-size: 18px;
    font-family: "Open Sans";
    color: #8f8f8f;
    font-weight: 600;
    font-style: italic;
    line-height: 100%
}

.search__text-icon {
    position: absolute;
    right: 10px;
    top: 10px
}

.search__button-block {
    text-align: right;
    padding-right: 20px
}

.header__search-button {
    font-size: 18px;
    color: #fff;
    line-height: 1.778;
    letter-spacing: .5px;
    display: inline-block
}

.header__search-button::after {
    content: ">";
    display: inline-block;
    -webkit-transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms
}

.header__search-button:hover {
    color: rgba(255, 255, 255, 0.5)
}

.header__search-button:hover::after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.header__bottom {
    padding: 25px 0 30px 0;
    background-color: #18b77e;
}

.header__bottom-caption,
.header__feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__feature-block h2.header__bottom-caption:first-of-type {
    margin-top: 0;
}

.header__bottom-caption {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1700px;
    padding: 0 5px 0 165px;
    margin: 60px auto 40px
}

.header__bottom-caption.no-btn {
    padding: 0 5px;
}

.header__bottom-caption span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    word-break: break-word
}

.header__feature-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.feature__image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.feature__img-block {
    text-align: center;
    width: 78px;
    height: 78px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.feature__img-block svg {
    height: 37px;
    width: auto;
    stroke: #18b77e;
    fill: transparent
}

.header__feature-item {
    margin-right: 4.8%;
    min-width: 150px;
}

.header__feature-item:last-child {
    margin-right: 0
}

.header__feature-item a {
    text-decoration: none
}

.feature__item-text,
.feature__item-text a,
a .feature__item-text {
    color: #fff;
    text-decoration: none
}

.feature__item-text {
    font-size: 16px;
    font-family: "Raleway";
    line-height: 2;
    text-align: center;
    margin-top: 20px;
    display: block
}

.header__bottom-btn {
    position: relative;
    margin-left: auto;
    border-width: 1px;
    min-width: 170px;
    border-color: #fff;
    border-style: solid;
    border-radius: 15px;
    padding: 5px 12px;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    overflow: hidden
}

.header__bottom-btn:hover {
    background: #fff;
    color: rgba(0, 0, 0, 0.9)
}

.search__dropdown-block,
.search__text-block {
    margin: 0
}

.search__dropdown-block {
    padding-right: 27px
}

.custom-select {
    position: relative;
    font-family: "Open Sans";
    font-weight: 700;
    min-width: 210px
}

.select-selected {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select-selected:after {
    content: "";
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid transparent;
    border-color: transparent #000 #000 transparent;
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms
}

.select-selected.select-arrow-active:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.select-items div,
.select-selected {
    color: #242c27;
    padding: 8px 5px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer
}

.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    border: 1px solid #e0e7ee;
    border-radius: 10px
}

.select-hide {
    display: none
}

.same-as-selected,
.select-items div:hover {
    background-color: rgba(0, 0, 0, 0.1)
}

@media screen and (min-height:1081px) {
    .header {
        height: auto
    }
}

@media screen and (max-height:700px) {
    .header {
        height: auto
    }
}

@media screen and (min-width:1921px) {
    .header {
        background-size: 100% 200%
    }
}

@media screen and (max-width:1250px) {
    .caption {
        font-size: 30px
    }
}

@media screen and (max-width:967px) {
    .header {
        background-position: center center;
        background-attachment: fixed
    }

    .top_menu_blue {
        display: none;
    }

    .header__nav-link {
        color: #18b77e !important;
        text-decoration: none;
        font-size: 19px;
        font-weight: 500;
        transition: 0.3s;
        letter-spacing: 1.1px;
    }

}

@media screen and (max-width:812px) {
    .header__burger {
        display: block;
        height: 40px;
        width: 40px;
        position: absolute;
        top: 50%;
        right: 5px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 6;
        overflow: hidden
    }

    .burger__line {
        display: block;
        width: 25px;
        height: 2px;
        background: #29c289;
        margin-left: 8px;
        -webkit-transition: 400ms -webkit-transform;
        transition: 400ms transform;
        transition: 400ms transform, 400ms -webkit-transform
    }

    .burger__line-top {
        margin-top: 14px
    }

    .burger__line-bottom,
    .burger__line-center {
        margin-top: 3px
    }

    .header__nav {
        display: none;
        z-index: 5;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .header__nav-list {
        height: 100vh;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.8);
        -webkit-transition: background-color 400ms linear;
        transition: background-color 400ms linear
    }

    .header__nav-item {
        margin: 10px 0
    }

    .header__burger-btn:checked~.header__nav {
        display: block
    }

    .header__burger-btn:checked~.header__burger>.burger__line-center {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        -webkit-transition: 400ms -webkit-transform;
        transition: 400ms transform;
        transition: 400ms transform, 400ms -webkit-transform
    }

    .header__burger-btn:checked~.header__burger>.burger__line-bottom,
    .header__burger-btn:checked~.header__burger>.burger__line-top {
        -webkit-transform: rotate(45deg) translateY(8px);
        transform: rotate(45deg) translateY(8px);
        -webkit-transition: 400ms -webkit-transform;
        transition: 400ms transform;
        transition: 400ms transform, 400ms -webkit-transform
    }

    .header__burger-btn:checked~.header__burger>.burger__line-bottom {
        -webkit-transform: rotate(-45deg) translateY(-7px);
        transform: rotate(-45deg) translateY(-7px);
    }

    .header {
        height: auto
    }

    .header__feature-item {
        margin-right: 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-bottom: 10px
    }

    .caption {
        font-size: 25px
    }

    .header .header__search {
        height: 50px
    }

    .header .search__text-block svg {
        top: 11px;
        height: 25px;
        width: 25px
    }

    .header .search__text-block {
        padding-right: 22px
    }
}

@media screen and (max-width:667px) {
    .header__bottom-caption {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 5px
    }

    .header {
        background-image: url("../custom/img/header/home-bg-w667.jpg")
    }

    .header .caption {
        margin-top: 40px;
        margin-bottom: 30px;
        font-size: 32px;
    }

    .header .caption2 {
        font-size: 22px;
        margin-bottom: 60px;
    }

    .header__bottom-btn {
        margin: 20px 0 0 0
    }

    .category__caption {
        font-size: 17px
    }

    .search__dropdown-list {
        padding-right: 10px;
        font-size: 13px
    }

    .search__dropdown-block {
        position: absolute;
        top: -100%;
        left: 0
    }

    .custom-select .select-selected {
        border-radius: 10px;
        padding: 8px 10px
    }

    .search__text-block {
        border-left: 0;
        padding-left: 0
    }
}

@media screen and (max-width:480px) {
    .header__top {
        position: static
    }
}

@media screen and (max-width:414px) {
    .header__feature-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .header__search-block {
        margin-top: 18%
    }

    .header {
        background-image: url("../custom/img/header/home-bg-w667.jpg")
    }
}

@media screen and (max-width:480px) {
    .header .header__top-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header .header__logo img {
        height: 50px;
        width: auto;
    }

    .header .header2__user-list {
        margin-left: auto
    }
}

@media all and (-webkit-min-device-pixel-ratio:2) and (-webkit-max-device-pixel-ratio:3) {
    .header {
        background-image: url("../custom/img/header/home-bg.jpg")
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
    .header {
        height: 100vh;
        background-attachment: scroll
    }

    .header__bottom {
        position: relative
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
    .header__bottom {
        position: relative
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .header {
        height: 100vh
    }
}

@-moz-document url-prefix() {
    .header {
        min-height: 100vh;
        height: auto
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-device-pixel-ratio:3) {
    .header {
        background-attachment: scroll
    }
}

.popup__inscription {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.popup__inscription-content {
    max-width: 500px;
    background-color: #fff;
    position: absolute;
    top: 5vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    z-index: 5
}

.inscription__header {
    background-color: #18b77e;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
    padding: 18px 35px
}

.inscription__header-caption {
    font-size: 22px;
    font-family: "Open Sans";
    font-weight: 400;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0
}

.inscription__form-block {
    padding: 20px 85px 54px 85px
}

.inscription__form-caption {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #8f8f8f;
    margin-bottom: 20px
}

.inscription__switch {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px
}

.popup__inscription-content .alert {
    display: none;
    margin-bottom: 20px;
    width: 100%
}

.inscription__form {
    padding: 0 5px
}

.inscription__item {
    margin: 0 auto 18px auto;
    max-width: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.inscription__item-name {
    font-size: 14px;
    color: #242c27;
    font-weight: 700;
    margin-bottom: 7px;
    display: inline-block
}

.inscription__item-input {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    height: 29px;
    padding: 0 10px
}

.inscription__accept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 20px auto;
    max-width: 290px
}

.inscription__checkbox {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.inscription__checkbox:checked {
    background-image: url("../img/icons/checked.svg");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center center
}

.inscription__accept-text {
    font-weight: 700;
    font-size: 12px;
    color: #242c27;
    padding-left: 10px;
    line-height: 19.89px
}

.inscription__accept-link {
    font-weight: 300;
    text-decoration: none
}

.inscription__register {
    text-align: center
}

.inscription__register-btn {
    padding: 16px 125px;
    max-width: 326px;
    max-height: 51px;
    border-radius: 26px;
    background-color: #18b77e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .5px;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    border: 1px solid #18b77e;
    text-transform: capitalize;
    cursor: pointer;
}

#learner_sign_up_submit,
#mentor_sign_up_submit {
    margin-top: 20px;
}

.popup__connexion {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.popup__connexion .inscription__register,
.popup__inscription .inscription__register {
    margin-top: 40px
}

.connexion__link-block {
    text-align: right;
    padding-top: 10px
}

.connexion__link {
    font-size: 12px;
    font-weight: 500
}

@media screen and (max-width:480px) {
    .popup__inscription-content {
        min-width: 100%
    }

    .inscription__register-btn {
        padding: 5px 10px
    }

    .inscription__register {
        padding-bottom: 10px
    }
}

.header2 {
    background-color: #18b77e;
    padding: 22px 0;
    position: fixed;
    z-index: 4;
    width: 100%;
    -webkit-transition: padding 400ms;
    transition: padding 400ms
}

.header2.small_header {
    padding: 12px 0;
}

.header2 .header__search-block {
    margin: 0
}

.header2 .header__search {
    height: 31px;
    min-width: 500px
}

.header2 .search__dropdown-block {
    height: 100%;
    padding-right: 18px
}

.header2 .custom-select {
    height: 100%;
    min-width: 180px;
    max-width: 190px;
    font-size: 12px
}

.header2 .select-selected {
    height: 100%;
    padding: 0
}

.header2 .select-selected::after {
    margin-left: 10px;
    margin-top: -3px
}

.header2 .select-arrow-active::after {
    margin-top: 6px
}

.header2 .search__text-block {
    padding-left: 15px;
    padding-right: 10px;
    max-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header2 .search__text {
    line-height: normal;
    font-size: 12px
}

.header2 .header__search {
    padding: 4px 25px 4px 17px;
    margin-bottom: 0
}

.header2 .search__dropdown-list {
    padding-right: 15px;
    font-size: 12px
}

.header2__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header2 .header__logo img {
    height: 46px;
    width: auto;
}

.header2.small_header .header__logo img {
    height: 38px;
    width: auto;
}

.header2 .header__logo-name {
    font-size: 25px
}

.header2__container .search__text::-webkit-input-placeholder {
    color: #8f8f8f;
    font-size: 11px;
    letter-spacing: .48px;
    font-family: "Open Sans";
    line-height: normal
}

.header2__container .search__text::-moz-placeholder {
    color: #8f8f8f;
    font-size: 11px;
    letter-spacing: .48px;
    font-family: "Open Sans";
    line-height: normal
}

.header2__container .search__text::-ms-input-placeholder {
    color: #8f8f8f;
    font-size: 11px;
    letter-spacing: .48px;
    font-family: "Open Sans";
    line-height: normal
}

.header2__container .search__text::placeholder {
    color: #8f8f8f;
    font-size: 11px;
    letter-spacing: .48px;
    font-family: "Open Sans";
    line-height: normal
}

.header2 .header__searchs,
.header2__user-link,
.header2__user-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header2 .header__searchs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0
}

.header2__user-link,
.header2__user-list {
    position: relative
}

.header2 .search__text-block svg {
    height: 17px;
    width: 17px;
    top: 5px
}

.header2__user-link {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1.98px solid #fff;
}

.header2__user-link svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}

.header2__user-link:hover {
    background: #fff
}

.header2__user-link:hover svg {
    fill: #419e80
}

.header2__user-item:first-child>.unread__message::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #df2c2c;
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 2
}

.header2__user-mail {
    margin: 0 20px
}

.header2__user-mail .header2__user-link {
    margin-right: 0
}

.header2__user-link-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

.header2__user-link-input {
    display: none
}

.header2__user-link-btn {
    display: block;
    padding: 4px;
    transform: translateY(-2px);
    cursor: pointer;
}

.header2__user-link-btn-icon {
    display: block;
    width: 9px;
    height: 9px;
    border-left: transparent;
    border-top: transparent;
    border-right: 1px solid #8F8F8F;
    border-bottom: 1px solid #8F8F8F;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms
}

.header2__profile-list {
    position: absolute;
    z-index: 10;
    /*width: 100%;*/
    /*top: 40px; */
    right: 0;
    background: #fff;
    border-radius: 5px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 500ms ease;
    transition: max-height 500ms ease
}

/*
.header2__profile-list a {
    color: #265cac;
    text-decoration: none;
    font-family: 'Open Sans'
}
*/

.header2__profile-list a:hover {
    color: rgba(38, 92, 172, 0.5)
}

.header2__user-link-input:checked~.header2__user-link-btn>.header2__user-link-btn-icon {
    -webkit-transform: rotate(-135deg);
    /*transform: rotate(-135deg)*/
    transform: rotate(-135deg) translateX(-4px) translateY(-3px);
}

.header2__user-link-input:checked~.header2__profile-list {
    max-height: 273px;
    -webkit-transition: max-height 500ms ease;
    transition: max-height 500ms ease;
    border: 1px solid rgba(120, 161, 206, 0.5)
}

.header2__profile-item {
    display: block;
    padding: 10px 12px;
    color: #575757;
    background: 0;
    margin-bottom: 5px;
    padding-bottom: 5px
}

@media screen and (max-width:920px) {
    .header2 .header2__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative
    }

    .header2 .header__logo {
        margin-bottom: 15px
    }

    .header2 .search__dropdown-block {
        position: static
    }

    .header2 .header__burger {
        position: absolute;
        top: 4px;
        right: 10px
    }
}

@media screen and (max-width:667px) {
    .header2 .header__search {
        min-width: 400px
    }

    .header2 .search__text-block {
        border-left: 1px solid #8f8f8f
    }
}

@media screen and (max-width:760px) {
    .header2 .header__logo {
        margin-right: auto
    }

    .header2 .header2__container {
        position: relative
    }

    .header2 .header2__user-list {
        position: absolute;
        top: 42px;
        right: 10px
    }
}

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

    /*.header2 {
        position: static
    }*/
    .header2 .header__logo {
        margin-right: auto;
        margin-bottom: 30px
    }

    .header2 .search__dropdown-block {
        position: absolute;
        top: -130%;
        left: 0;
        padding-left: 18px
    }

    .header2 .header__searchs {
        margin-top: 50px
    }

    .header2 .header__search {
        min-width: 260px
    }

    .header2 .search__text-block {
        border-left: 0;
        padding-left: 0
    }

    .header2 .select-selected {
        padding-right: 5px;
        padding-left: 5px
    }

    /*.header2 .header2__user-list {*/
    /*    -ms-flex-wrap: wrap;*/
    /*    flex-wrap: wrap*/
    /*}*/
    .header2 .header2__user-video {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .header2 .header2__user-video .header2__profile-list {
        top: 80px
    }

    .header2 .header2__user-mail {
        margin-left: auto;
        margin: 0 10px;
    }
}

.header2 .header__nav {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media screen and (min-width:1101px) {
    .header2 .header__nav {
        margin-left: 20px
    }
}

@media screen and (max-width:416px) {
    .header__logo-name {
        display: none;
    }
}

@media screen and (max-width:350px) {
    .header2__user-list ul__null {
        margin-right: -102px;
    }
}

@media screen and (max-width:1100px) {
    .header2 .header__burger {
        display: block;
        height: 40px;
        width: 40px;
        z-index: 6;
        overflow: hidden;
        position: relative
    }

    .header2 .burger__line {
        display: block;
        width: 25px;
        height: 2px;
        background: #fff;
        margin-left: 8px;
        -webkit-transition: 400ms -webkit-transform;
        transition: 400ms transform;
        transition: 400ms transform, 400ms -webkit-transform
    }

    .header2 .burger__line-top {
        margin-top: 14px
    }

    .header2 .burger__line-bottom,
    .header2 .burger__line-center {
        margin-top: 3px
    }

    .header2 .header__nav {
        display: none;
        margin-left: 0;
        z-index: 5;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .header2 .header__nav-list {
        height: 100vh;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.8);
        -webkit-transition: background-color 400ms linear;
        transition: background-color 400ms linear
    }

    .header2 .header__nav-item {
        margin: 10px 0
    }

    .header2 .header__burger-btn:checked~.header__nav {
        display: block
    }

    .header2 .header__burger-btn:checked~.header__burger>.burger__line-center {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        -webkit-transition: 400ms -webkit-transform;
        transition: 400ms transform;
        transition: 400ms transform, 400ms -webkit-transform
    }

    header2 .header__burger-btn:checked~.header__burger>.burger__line-bottom,
    .header2 .header__burger-btn:checked~.header__burger>.burger__line-top {
        -webkit-transform: rotate(45deg) translateY(8px);
        transform: rotate(45deg) translateY(8px);
        -webkit-transition: 400ms -webkit-transform;
        transition: 400ms transform;
        transition: 400ms transform, 400ms -webkit-transform
    }

    .header2 .header__burger-btn:checked~.header__burger>.burger__line-bottom {
        -webkit-transform: rotate(-45deg) translateY(-7px);
        transform: rotate(-45deg) translateY(-7px)
    }
}

@media screen and (max-width:812px) {
    .header2 .header__burger {
        display: block;
        height: 40px;
        width: 40px;
        z-index: 6;
        overflow: hidden;
        -webkit-transform: translate(0);
        transform: translate(0);
        position: absolute;
        top: 4px;
        right: 10px
    }
}

.feedback {
    padding-top: 40px
}

.feedback__caption {
    color: #18b77e;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    word-break: break-word;
    margin: 0 0 40px 0;
    text-align: center
}

.feedback__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto
}

.feedback__item {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    margin-bottom: 40px;
    margin-right: 45px;
    padding: 23px;
    background-color: #fff;
}

.feedback__item:nth-child(3n) {
    margin-right: 0
}

.feedback__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 70px
}

.feedback__left-img {
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #8f8f8f
}

.feedback__left-img img {
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.feedback__profile-disc {
    padding-left: 17px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.feedback__name {
    color: #242c27;
    font-size: 16px;
    font-weight: 600;
    word-break: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feedback__name span:not(.certification) {
    min-width: 160px;
    word-break: break-word;
    width: 160px
}

.feedback__name span.no_width_limit {
    min-width: 160px;
    word-break: break-word;
    width: 100%
}

.feedback__name a {
    color: #242c27;
}

.feedback__profession,
.feedback__star-block {
    margin-top: 5px;
}

.feedback__profession {
    color: #8f8f8f;
    font-size: 12px;
    word-break: break-word;
    min-height: 13px
}

.feedback__star-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.feedback__stars-name {
    font-size: 12px;
    font-weight: 700;
    word-break: break-word
}

.feedback__about-caption {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .32px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    word-break: break-word
}

.feedback__about-caption a {
    color: #242c27;
    text-decoration: none
}

.feedback__about-caption-before {
    display: block;
    -ms-flex-preferred-size: 16px;
    flex-basis: 16px;
    min-width: 11px;
    max-width: 11px;
    height: 11px;
    background: #002207;
    margin-right: 9px;
    margin-top: 4px;
    background-color: #18b77e
}

.feedback__about-text,
.feedback__disc {
    font-family: "Open Sans";
    word-break: break-word
}

.feedback__about-text {
    line-height: 18px;
    letter-spacing: .26px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #575757;
    font-weight: 600;
    font-size: 13px
}

.feedback__disc {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 10px 0 50px 0
}

.feedback__disc a {
    border: 1px solid #002207;
    padding: 5px 10px;
    text-decoration: none;
    color: #002207;
    background-color: #fff
}

.feedback__disc a:hover {
    background-color: #8f8f8f;
    color: #fff;
    border-color: #8f8f8f
}

.feedback__stars {
    margin-left: 15px
}

.feedback__stars.no-margin {
    margin-left: 0;
}

.feedback__star-list,
.feedback__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.feedback__star-item {
    margin-right: 2px
}

.feedback__star-img {
    width: 11px;
    height: 11px
}

.feedback__count {
    margin-left: 5px;
    white-space: nowrap;
    color: #242c27;
    text-decoration: none
}

.feedback__count:hover {
    color: rgba(1, 1, 1, 0.5)
}

@media screen and (max-width:1159px) {
    .feedback__list {
        max-width: 760px
    }

    .feedback__item:nth-child(3n) {
        margin-right: 45px
    }

    .feedback__item:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (max-width:980px) {
    .feedback__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (max-width:816px) {
    .feedback__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 0 20px 0;
        min-width: unset
    }

    .feedback__item:last-of-type {
        margin-bottom: 40px;
    }

    .feedback__item:nth-child(2n),
    .feedback__item:nth-child(3n) {
        margin-right: 0
    }

    .feedback__name::after {
        margin-left: 5px
    }
}

.category {
    padding-top: 40px
}

.category__container {
    padding-bottom: 50px
}

.category__caption {
    color: #18b77e;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 62px;
    word-break: break-word
}

.category__block,
.category__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.category__block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.category__list {
    max-width: 830px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;

}

.category__item {
    margin-bottom: 30px;
    padding: 3px 5px;
    margin-right: 26px
}

.category__item:only-child {
    margin-right: 0
}

@media screen and (max-width:816px) {
    .category__item {
        margin-right: 0;
    }
}

.category__link {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    color: #242c27;
    padding: 5px 8px;
    word-break: break-word;
    -webkit-transition: 250ms background-color;
    transition: 250ms background-color
}

.category__link:hover {
    background: #002207;
    color: #fff
}

.footer {
    background-color: #2e2e2e;
    padding: 35px 0;
    min-height: 218px
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around
}

.footer__container.logo_on_left {
    justify-content: space-between
}

.footer__logo img {
    -ms-flex-preferred-size: 27px;
    flex-basis: 27px;
    height: 27px
}

.footer__item-logo-block {
    padding-bottom: 7px;
    border-bottom: none !important
}

.footer__logo-name {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 27.17px;
    letter-spacing: 2px
}

.footer__item-caption {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 32.69px;
    text-transform: uppercase;
    letter-spacing: .63px;
    margin-bottom: 10px
}

.footer__list {
    padding: 0 5px
}

.footer_link {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .24px;
    text-decoration: none;
    padding: 2px;
    display: inline-block;
    -webkit-transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms
}

.footer__item:first-child>.footer_link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 27.17px;
    text-transform: uppercase;
    letter-spacing: .64px;
    display: block
}

.footer__item:first-child {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #18b77e
}

.footer__item:nth-child(n+2)>.footer_link:hover {
    color: rgba(255, 255, 255, 0.5);
}

.footer__powered_by .footer_link {
    margin-top: 10px;
    padding: 0
}

.footer__powered_by .footer_link:hover {
    color: rgba(255, 255, 255, 0.5);
}

.footer__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__social-item {
    margin-right: 15px;
    font-size: 20px;
}

.footer__social-item a {
    color: #fff;
}

.footer__social-item:last-child {
    margin-right: 0
}

.footer__social-link {
    display: block
}

@media screen and (max-width:812px) {
    .footer__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__list {
        margin-bottom: 10px
    }

    .footer__list:first-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .footer__list:nth-child(n+2) {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
}

@media screen and (max-width:667px) {
    .footer__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__list:nth-child(n+1) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .footer__list:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.position {
    padding: 20px 0
}

.position__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.position__item {
    margin-right: 6px
}

.position__item::after {
    content: ">";
    display: inline-block;
    margin-left: 6px
}

.mentor__categorie-item:last-child::after,
.position__item:last-child::after {
    content: "";
    margin-left: 0
}

.position__link {
    font-family: "SF Pro Text";
    font-weight: 400;
    font-size: 13px;
    color: #575757;
    text-decoration: none
}

.position__item:last-child>.position__link {
    color: #18b77e
}

.position__item:last-child>.position__link:hover {
    opacity: 1
}

.mentor__categorie-top,
.mentor__categorie-top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mentor__categorie-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px
}

.mentor__categorie-top-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 60px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.mentor__categorie-caption {
    font-size: 32px;
    color: #414141;
    margin-bottom: 28px;
    margin-top: 0
}

.mentor__categorie-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mentor__categorie-item {
    margin-top: 10px;
    margin-right: 15px
}

.mentor__categorie-item:last-child,
.validation__buttons-block>#validation_buttons>button:last-child {
    margin-right: 0
}

.mentor__categorie-item::after {
    content: "|";
    display: inline-block;
    color: #265cac;
    margin-left: 15px
}

.mentor__categorie-link {
    color: #265cac;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;

}

.mentor__categorie-link:hover {
    background: rgba(38, 92, 172, 0.6);
    color: #fff
}

.mentor__categorie-link.active {
    background: #265cac;
    color: #fff
}

.mentor__categorie-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    margin-left: auto
}

.mentor__categorie-text {
    color: #1789f4;
    font-weight: 700;
    font-size: 12px;
    margin-top: 10px;
    min-width: 120px;
    text-align: center
}

.mentor__categorie-bg {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #1789f4;
    background-size: 30px 30px;
    border: 1px solid transparent;
    -webkit-transition: 250ms background-color;
    transition: 250ms background-color;
    justify-content: center;
    align-items: center;
    display: flex
}

.mentor__categorie-btn svg {
    height: 35px;
    stroke: #fff;
    fill: transparent
}

.mentor__categorie-btn:hover svg {
    height: 35px;
    stroke: #1789f4;
    fill: transparent
}

.mentor__categorie-btn:hover .mentor__categorie-bg {
    background-color: #fff;
    border: 1px solid #1789f4
}

.mentor__categorie-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    border-top: 1px solid #e6e6e6;
    padding-bottom: 30px
}

.mentor__categorie-img {
    max-height: 200px
}

.mentor__categorie-img img {
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    max-height: 200px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto
}

.mentor__categorie-btm-text {
    width: 67.2%;
    word-break: break-word;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0
}

.mentor__categorie-btm-text a {
    color: #242c27;
    text-decoration: none;
}

.mentor__categorie-btm-text a:hover {
    color: #242c27;
    text-decoration: underline;
}

.mentor__categorie-2 .mentor__categorie-bottom {
    border-top: 0
}

@media screen and (max-width:860px) {
    .mentor__categorie-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px
    }

    .mentor__categorie-item::after {
        display: none
    }

    .mentor__categorie-item {
        margin-right: 0;
        margin-bottom: 4px
    }

    .mentor__categorie-caption {
        font-size: 25px
    }

    .mentor__categorie-btn {
        margin-left: 0
    }
}

@media screen and (max-width:667px) {
    .mentor__categorie-img {
        width: calc(100% + 20px)
    }

    .mentor__categorie-btm-text {
        width: 90%
    }

    .mentor__categorie-bottom {
        padding-bottom: 20px
    }
}

@media screen and (max-width:480px) {
    .mentor__categorie-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .mentor__categorie-top-block {
        padding: 0
    }

    .mentor__categorie-btn {
        margin-left: auto
    }
}

.review {
    padding-bottom: 30px;
    padding-top: 10px;
    min-height: 300px;
}

.review__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 17px;
    border-bottom: 2px solid #18b77e
}

.review__filter-caption {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .28px
}

.review__filter-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.review__filter-text {
    margin-right: 9px;
    font-weight: 700;
    font-size: 14px;
}

.review__filter-list {
    border: 1px solid #e6e6e6;
    width: 220px;
    padding: 0 10px
}

.review__filter-item,
.review__filter-list {
    color: #575757;
    font-size: 13px
}

.review__block {
    margin-top: 18px
}

.review__count {
    font-size: 12px
}

.review__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    padding: 20px;
    position: relative;
    margin-bottom: 23px
}

.review__item-left {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.review__item-left-caption {
    font-size: 16px;
    letter-spacing: .32px;
    color: #242c27;
    word-break: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.review__item-left-caption-before {
    display: inline-block;
    width: 10px;
    min-width: 10px;
    height: 10px;
    background-color: #18b77e;
    margin: 0 5px 0 0
}

.review__item-left-text {
    color: #575757;
    font-family: "Open Sans";
    font-size: 13px;
    letter-spacing: .26px;
    word-break: break-word;
    min-height: 56px
}

.review__view-documents-btn {
    display: inline-block;
    text-decoration: none;
    color: #242c27;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    white-space: nowrap
}

.review__item-block {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 0 20px;
    text-align: center
}

.review__item-line {
    display: block;
    height: 100%;
    width: 1px;
    background-color: #e6e6e6;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
}

.review__item-center,
.review__item-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.review__item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px
}

@media screen and (max-width:480px) {
    .review__item-center {
        width: auto
    }
}

.review__item-right-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.review__item-right-price {
    color: #8f8f8f;
    font-family: "Open Sans";
    font-weight: 400;
    letter-spacing: .6px
}

.review__item-right-contacter {
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 700;
    color: #fff;
    padding: 9px 16px;
    margin: 20px 0 5px 0;
    background-color: #1789f4;
    border-radius: 20px;
    border: 1px solid transparent;
    text-decoration: none;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms
}

.review__item-right-contact-link a {
    text-transform: capitalize;
    color: #1789f4;
    text-decoration: none
}

.review__item-right-contact-link a:hover {
    color: #8f8f8f
}

@media screen and (max-width:816px) {
    .review__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .review__item-block {
        display: none
    }

    .review__item-center {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .review__item-right {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .review__item-right-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .review__item-right-price {
        margin-bottom: 0;
        margin-right: 10px;
        margin-top: 0
    }

    .review__item {
        padding: 30px 10px
    }

    .review__item-right-contacter {
        margin: 0 10px
    }
}

@media screen and (max-width:667px) {
    .review__filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .review__filter-caption {
        margin-bottom: 10px
    }
}

@media screen and (max-width:480px) {
    .review__filter-count {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .review__filter-text {
        margin-right: 0;
        margin-bottom: 5px
    }
}

.hashtag {
    padding-top: 10px;
    padding-bottom: 30px
}

.hashtag__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
}

.hashtag__block {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-bottom: 40px;
    background-color: #fff;
    padding: 10px 10px 10px 20px;
    border-radius: 5px;
    box-shadow: 10px 10px 20px rgba(150, 150, 150, 0.4);
}

.hashtag__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hashtag__item,
.hashtag__link {
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms
}

.hashtag__item {
    margin-right: 10px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative
}

.hashtag__link {
    text-decoration: none;
    color: #242c27;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 11px;
    border: 1px solid #242c27;
    word-break: break-word
}

.hashtag__link .lowercase {
    text-transform: lowercase
}

.hashtag__link::first-letter {
    text-transform: capitalize
}

.hashtag__list-green .hashtag__link {
    border-color: #18b77e
}

.card__item .hashtag__list-green .hashtag__link {
    color: #fff;
    border-color: #fff;
    font-size: 12px;
    padding: 4px 6px;
}

.card__item .hashtag__list-green .hashtag__link:hover {
    border-color: #18b77e;
}

.hashtag__list-green .hashtag__link:hover {
    background: #18b77e;
    color: #fff
}

@media screen and (max-width:667px) {
    .hashtag__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.competences-mentors .competences__mentors-caption,
.competences-mentors .competences__mentors-caption-link {
    display: table;
    color: #414141;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    margin: 0 auto 10px auto;
    text-transform: uppercase;
    text-decoration: none;
}

.competences-mentors .competences__mentors-caption.lighter {
    font-weight: 400
}

.competences-mentors .competences__mentors-caption a {
    font-weight: 700;
    text-decoration: none;
    color: #414141
}

.home_formation_main_title {
    font-size: 22px;
    color: black;
    font-weight: 500;
}

.home_green_title {
    color: #18b77e;
    font-size: 36px;
}

.home_boy_image {
    max-width: 412px;

}

.competences-mentors .competences__mentors-caption a:hover {
    color: rgba(65, 65, 65, 0.5)
}

.competences-mentors .competences__mentors-caption-link:hover {
    color: rgba(65, 65, 65, 0.5)
}

.competences-mentors .mentor__categorie-caption {
    text-transform: uppercase;
    color: #e4b654;
    text-align: center
}

.profil__left {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.profil {
    padding-top: 50px
}

.profil .feedback__name {
    font-size: 28px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    word-break: break-word;
    cursor: pointer
}

.profil .feedback__name::after {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    background-size: 12px 12px;
    background-position: center center
}

.profil .feedback__name:hover {
    color: #010101;
    cursor: auto
}

.profil .feedback__profession {
    margin-top: 10px;
    font-size: 20px
}

.profil .feedback__stars-name {
    font-size: 16px
}

.profil .feedback__star-block {
    margin-bottom: 15px
}

.profil__left-bottom-text,
.profil__left-comment-text {
    color: #575757;
    font-size: 16px;
    font-family: "Open Sans";
    line-height: 24px;
    margin: 0;
    padding-top: 23px;
}

.profil__left-bottom-text {
    border-top: 1px solid #ccc
}

.profil__left-comment-text span {
    font-weight: 900
}

.profil__left-img-block {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #e9eff7;
}

.profil__left-img-block img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    object-position: center;
}

.profil__left-btn-top {
    border: 1px solid transparent;
    background-color: #1789f4
}

.profil__left-btn svg {
    height: 20px;
    fill: transparent;
    stroke: #fff
}

.profil__left-btn:hover svg {
    stroke: #1789f4;
    fill: transparent
}

.profil__left-img-btn {
    margin-top: 25px
}

.profil__left-btn-top {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.profil__left-btn {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px
}

.profil__left-btn:hover .profil__left-btn-top {
    opacity: 1;
    background: #fff;
    border: 1px solid #1789f4
}

.profil__left-btn-bottom {
    display: block;
    text-align: center;
    margin-top: 5px;
    color: #1789f4;
    font-weight: 700;
    font-size: 9px;
    letter-spacing: .9px
}

.profil__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profil__box {
    width: 100%;
    padding: 20px;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid #e6e6e6
}

.profil__right {
    -ms-flex-preferred-size: 19.04%;
    flex-basis: 20%;
    min-width: 245px;
    margin-left: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profil__right-caption {
    color: #242c27;
    font-family: 'Montserrat';
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    margin-top: 60px;
    margin-bottom: 20px
}

.profil__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: auto
}

.profil__item {
    text-align: center;
    font-size: 14px;
    margin-bottom: 25px;
    font-family: "Open Sans";
    font-weight: 700
}

.profil__item-caption {
    display: block;
    margin-bottom: 5px;
    color: #8f8f8f
}

.profil__item-text {
    display: block;
    font-style: italic;
}

@media screen and (max-width:980px) {
    .evalution__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .evalution__item:nth-child(n+1) {
        margin: 0 0 47px 0
    }

    .evalution__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media screen and (max-width:867px) {
    .profil__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .profil__right {
        margin-left: 0;
        margin-top: 30px
    }
}

@media screen and (max-width:480px) {
    .profil__left-top .feedback__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
    }

    .profil__left-top .feedback__profile-disc {
        padding-left: 0;
        margin-top: 30px
    }

    .profil__left-img-btn {
        margin-top: 0;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {

    .profil__list,
    .profil__list .profil__item,
    .profil__right-caption {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .profil__left-img {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .profil__right,
    .profil__right .profil__right-btn {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .profil__left-img {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.formation {
    padding-top: 60px;
    padding-bottom: 20px
}

.formation .review__item-center {
    display: none
}

.formation .review__item-block {
    padding: 0 45px
}

.formation .review__item .review__item-block:nth-child(1) {
    display: none
}

.formation .review__item-left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.formation .review__item-right {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.formation__btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {

    .review__item .review__item-center,
    .review__item .review__item-left,
    .review__item .review__item-right {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .review__item .review__item-right {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.contribution {
    padding: 60px 0 20px 0
}

.contribution__item,
.contribution__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contribution__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contribution__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6
}

.contribution__item-before {
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    margin-right: 8px;
    background-color: #18b77e
}

.contribution__link {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .28px;
    word-break: break-word
}

.new_skills_block span:hover {
    text-decoration: underline
}

.contribution__btn-block {
    padding-top: 20px
}

.evalution {
    padding: 60px 0 155px 0
}

.evalution .feedback__star-block {
    margin-top: 15px
}

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

.evalution__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.evalution__item {
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 47px;
    margin-bottom: 47px;
    padding: 0 79px 34px 79px;
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
    background-color: #fff;
}

.evalution__item:nth-child(3n) {
    margin-right: 0
}

.evalution__img-block {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 61px;
    height: 61px;
    border-radius: 50%;
    border: 2px solid #e6e6e6;
    display: block;
    overflow: hidden;
    margin: 0 auto
}

.evalution__img-block .evalution__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.evalution__name {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    display: block;
    margin-top: -20px;
    word-break: break-word
}

.evalution__date,
.evalution__disc {
    font-size: 14px;
    margin-top: 15px
}

.evalution__disc {
    font-size: 16px;
    color: #575757;
    word-break: break-word;
    font-weight: 400;
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 0
}

@media screen and (max-width:1253px) {
    .evalution__item:nth-child(3n) {
        margin-right: 47px
    }

    .evalution__item:nth-child(2n) {
        margin-right: 0
    }

    .evalution__list {
        max-width: 807px;
        margin: 0 auto
    }
}

@media screen and (max-width:980px) {
    .evalution__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .evalution__item:nth-child(2n),
    .evalution__item:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .evalution__item {
        padding: 0 20px 34px 20px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    .evalution__item {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.card {
    padding-bottom: 30px;
    padding-top: 10px;
    min-height: 300px;
}

.card__item,
.card__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

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

.card__item {
    -ms-flex-preferred-size: 365px;
    flex-basis: 365px;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 73px;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative !important;
    min-height: 216px;
    max-height: 216px;
    z-index: 2
}

.feedback__list .card__item {
    flex-basis: 30%;
    margin-right: 45px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
}

.feedback__list .card__item:hover {
    box-shadow: 6px 6px 6px 1px rgba(90, 90, 90, 0.2);
    transform: translateY(-8px);
    cursor: pointer
}

.card__item:nth-child(3n) {
    margin-right: 0
}

.card__item-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -o-object-fit: cover;
    object-fit: cover
}

.card__item-caption {
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    line-height: 28px;
    font-weight: 700;
    word-break: break-word;
    margin-bottom: 15px;
    max-height: 80px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    -webkit-transition: 250ms color;
    transition: 250ms color
}

.card__item-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    height: 50px;
}

.card__item-img-block {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff
}

.card__item-img {
    width: 100%;
    min-height: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.card__item-name {
    font-family: "Open Sans";
    margin-left: 12px;
    font-size: 14px;
    color: #fff
}

.card__item-color-total {
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background-color: #18b77e;
}

.card__item-name-container {
    padding-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card__item-name-container .card__item-name {
    margin-left: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.card__item-name-container .card__item-date {
    font-family: "Open Sans";
    font-size: 11px;
    color: #fff;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-top: 2px
}

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

    .feedback__list .card__item,
    .card__item {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        margin: 0 0 20px 0
    }

    .card__item:last-of-type {
        margin-bottom: 40px;
    }

    .feedback__list .card__item:nth-child(2n),
    .card__item:nth-child(2n) {
        margin-left: 10px
    }
}

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

    .card__list,
    .feedback__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .feedback__list .card__item:nth-child(2n),
    .card__item:nth-child(2n) {
        margin-left: 0
    }
}

.profil__edit .profil__edit-container {
    padding-bottom: 29px;
    border-bottom: 1px solid #e6e6e6
}

.profil__edit .mentor__categorie-top-block {
    padding-left: 0;
}

.profil__form-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px
}

.profil__form-top .profil__form-img-block:only-of-type {
    padding-left: 308px
}

.profil__form-top .profil__form-img-block:only-child {
    padding-right: 303px
}

.profil__form .profil__form-img-block {
    padding-right: 120px;
    padding-left: 0
}

.profil__form-img-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 153px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profil__form-top-checkbox {
    min-width: 308px
}

.profil__form-top-checkbox .container__3-form-checkobx-text {
    margin-right: 10px;
    cursor: pointer
}

.profil__form-img {
    display: block;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ddd;
    margin-bottom: 10px
}

.profil__form-img img {
    display: block;
    width: 100%;
    height: 114px;
    -o-object-fit: cover;
    object-fit: cover
}

.profil__select-file-block {
    position: relative;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 14px;
    color: #265cac
}

.profil__form-img-select {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    display: none
}

.profil__form-img-label {
    display: inline-block;
    width: 100%;
    cursor: pointer
}

.profil__form-img-label:hover {
    opacity: 0.8;
}

.user-confirm-block {
    min-width: 184px;
    margin: 0
}

.form__first-block,
.form__second-block {
    max-width: 1000px;
    margin: 0 auto
}

.form__first-type {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%
}

.form__first-all {
    -ms-flex-preferred-size: 48%;
    flex-basis: 100%
}

.form__first-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px
}

.form__first-name {
    font-family: "Open Sans";
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: normal
}

.form__first-name.required::after {
    content: "*";
    display: inline-block;
    color: #df2c2c;
    padding-left: 5px
}

.form__first-text {
    border: 1px solid #e7e6e6;
    min-width: 100px;
    height: 34px;
    width: 100%;
    padding: 0 10px
}

.form__first-textarea-block {
    width: 100%
}

.form__first-textarea {
    min-height: 84px;
    border: 1px solid #e7e6e6;
    width: 100%;
    padding: 10px 10px 0 10px
}

.form__first-textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400
}

.form__first-textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400
}

.form__first-textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400
}

.form__first-textarea::placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400
}

.form__registration-btn {
    padding-top: 50px;
    text-align: center;
    margin-bottom: 50px
}

#profile_mentor_form .form__registration-btn {
    padding-top: 20px;
}

.registration-btn {
    background-color: #18b77e;
    border-radius: 26px;
    max-height: 51px;
    padding: 15px 115px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: 250ms background-color;
    transition: 250ms background-color
}

.form__first-select {
    border: 1px solid #e7e6e6;
    min-width: 100px;
    height: 34px;
    width: 100%;
    padding: 0 10px
}

.form__first-option {
    font-family: "Open Sans";
    font-weight: 700;
    color: #2f574a;
    font-size: 16px
}

.form__first-text-block {
    width: 100%
}

.form__first-text-long {
    border: 1px solid #e7e6e6;
    min-width: 100px;
    height: 34px;
    width: 100%;
    padding: 0 10px;
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 16px;
}

.form__first-text-long::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400
}

.form__first-text-long::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400
}

.form__first-text-long::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400
}

.form__first-text-long::placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400
}

.form__first-textarea-green {
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 16px;
}

.form__second-block-margin {
    padding-top: 40px
}

.container__3-form-list {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 180px
}

.container__3-form-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6
}

.container__3-form-total,
.container__3-item-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.container__3-item-form {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.container__3-form-total {
    min-width: 255px;
    max-width: 255px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.container__3-form-caption {
    color: #242c27;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 700;
    display: block;
    margin-bottom: 50px
}

.container__3-form-item:nth-child(n+2) .container__3-form-caption {
    display: none
}

.container__3-form-checkbox-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.container__3-form-checkbox {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 38px;
    min-width: 38px;
    min-height: 22px;
    height: 22px;
    border-radius: 11px;
    background-color: #b4b4b4;
    border: 1px solid #e6e6e6;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.container__3-form-checkbox:checked {
    background-color: #18b77e
}

.container__3-form-checkbox::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 1px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.container__3-form-checkbox:checked::before {
    left: 17px
}

.container__3-form-checkobx-text {
    font-family: "Open Sans";
    font-weight: 700;
    color: #575757;
    font-size: 16px;
    margin-left: 9px
}

.container__3-form-price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700
}

.container__3-form-price-block::after {
    content: "/h";
    color: #18b77e;
    margin-left: 9px
}

.container__3-form-price {
    width: 80px;
    height: 34px;
    min-width: 80px;
    min-height: 34px;
    border: 1px solid #e6e6e6;
    text-align: right;
    color: #575757;
    padding-right: 5px
}

.container__3-form-price::-webkit-inner-spin-button,
.container__3-form-price::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.container__3-form-right-checkbox {
    border: 1px solid #e6e6e6;
    width: 18px;
    height: 19px;
    min-width: 18px;
    min-height: 19px
}

.container__3-form-right-checkbox-text {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    color: #18b77e;
    margin-left: 10px
}

.container__3-form-bottom {
    min-height: 40px
}

.container__3-form-checkbox-block {
    word-break: break-word
}

.container__3-form {
    max-width: 1000px;
    margin: 0 auto
}

.form__btn-block-stripe {
    text-align: center
}

.form__bnt-stripe {
    padding-top: 81px;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 18px;
    color: #1789f4
}

.form__bnt-stripe::after {
    content: url("../img/icons/stripe.png");
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle
}

.chat__header-close input,
.profil__form-container-total {
    display: none
}

.profil__form-container .profil__form-container-total:target {
    display: block
}

.new_skills_block {
    max-width: 1000px;
    margin: 0 auto
}

.training__last__line {
    display: flex;
    ;
    align-items: flex-start;
    margin-bottom: 10px;
}

.training__status {
    display: flex;
    align-items: center;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 14px;
    color: #242c27
}

.training__status mark {
    margin: 5px;
    width: 13px;
    min-width: 13px;
    height: 13px;
    min-height: 13px;
    border-radius: 50%;
    background: #242c27
}

.training__status.orange mark {
    background-color: #f1af3b
}

.training__status.green mark {
    background-color: #32ae4c
}

.delete_existing_diploma,
.delete_existing_skill,
.delete_existing_training,
.delete_new_diploma,
.delete_new_skill,
.new_skills_block span,
.add_new_training-block span,
#add_new_diploma {
    font-family: "Open Sans";
    font-weight: 700;
    color: #414141;
    margin-left: auto;
    text-align: right;
    cursor: pointer
}

.delete_existing_diploma,
.delete_existing_skill,
.delete_existing_training,
.delete_new_diploma {
    margin-bottom: 30px;
    margin-top: 5px
}

.delete_existing_diploma:hover,
.delete_existing_skill:hover,
.delete_existing_training:hover,
.delete_new_diploma:hover,
.delete_new_skill:hover {
    color: #df2c2c;
    text-decoration: underline
}

.add_new_training-block span:hover,
#add_new_diploma:hover,
#add_new_skill:hover {
    color: #18b77e;
    text-decoration: underline
}

@media screen and (max-width:920px) {
    .container__3-form-total:nth-child(n+2) {
        margin-left: 0
    }

    .container__3-form-total {
        margin-bottom: 20px
    }

    .container__3-form-total:first-child {
        min-width: 400px
    }

    .container__3-form-total:nth-child(2) {
        min-width: 150px
    }
}

@media screen and (max-width:860px) {
    .profil__edit .mentor__categorie-top-block {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-right: 0
    }

    .profil__edit .mentor__categorie-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .profil__edit .profil__go-back {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .container__3-form-item {
        width: calc(100% + 550px)
    }
}

@media screen and (max-width:767px) {
    .container__3-form-total:nth-child(n+2) {
        margin-left: 10px
    }

    .profil__form-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .profil__form-top .profil__form-img-block:only-of-type {
        padding-left: 0
    }

    .profil__form-top .profil__form-img-block:only-child {
        padding-right: 0
    }

    .profil__form-top .profil__form-img-block {
        padding: 0 0 20px 0
    }

    .profil__form-top-checkbox {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-bottom: 10px
    }
}

@media screen and (max-width:667px) {
    .form__first-type {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 10px
    }
}

@media screen and (max-width:580px) {
    .profil__form-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .profil__form-img-block {
        padding-left: 0;
        margin-bottom: 10px
    }
}

@media screen and (max-width:480px) {
    .registration-btn {
        max-width: 250px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .form__registration-btn {
        padding-top: 50px;
        margin-bottom: 50px
    }

    .container__3-form-checkobx-text,
    .request_for_mentor_sent {
        font-size: 13px
    }
}

.tarif__container {
    max-width: 1000px;
    margin: 0 auto
}

.tarif__price {
    width: 140px;
    height: 34px;
    min-width: 80px;
    min-height: 34px;
    border: 1px solid #e6e6e6;
    text-align: right;
    padding-right: 5px
}

.tarif__price-kind {
    font-weight: 700;
    color: #18b77e;
    margin-top: 10px
}

.tarif__disc-link {
    color: #265cac;
    font-family: 'Open Sans'
}

.tarif__disc-link:hover {
    color: rgba(38, 92, 172, 0.7)
}

.tarif__textarea {
    height: 100px;
    width: 100%;
    resize: none
}

.form__first-right-tarif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tarif__form-first-line {
    padding-bottom: 5px;
}

.form__first-left-vat {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.vat {
    margin-top: 5px
}

.vat,
.vat__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vat__name {
    margin-left: 10px;
    margin-right: 15px;
    font-family: "Open Sans";
    font-size: 13px
}

.vat__name,
.vat__radio {
    cursor: pointer
}

.form__first-right-votre {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.form__first-name-tarif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.get-information {
    position: relative;
    display: inline-block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    border-radius: 50%;
    background-repeat: no-repeat;
    margin-left: 10px;
    cursor: pointer
}

.get-information svg {
    fill: #18b77e;
}

.get-information-show,
.get-information:hover .get-information-show {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms
}

.get-information-show {
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    z-index: 2;
    left: 30px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: 190px;
    background: #fff;
    border: 1px solid #e7e6e6;
    border-radius: 5px;
    padding: 5px 5px 5px 8px;
    font-family: "Open Sans";
    font-size: 14px;
    word-break: break-word
}

.get-information-show:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 3px;
    -webkit-transform: rotate(-42deg);
    transform: rotate(-42deg);
    background-color: #fff;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-left: 1px solid #e7e6e6;
    border-top: 1px solid #e7e6e6
}

@media screen and (max-width:867px) {
    .get-information-show {
        max-width: 175px;
        min-width: 157px
    }
}

@media screen and (max-width:667px) {
    .form__first-right-tarif .tarif__form-first-line {
        margin-bottom: 10px
    }
}

@media screen and (max-width:480px) {
    .get-information-show {
        max-width: 150px;
        min-width: 130px
    }
}

@media screen and (max-width:380px) {
    .get-information-show {
        min-width: 130px;
        max-width: 150px
    }
}

.chat__container {
    padding-bottom: 100px
}

.chat__notification {
    font-weight: 700;
    word-break: break-word
}

.chat__notification {
    text-align: left;
    color: #df2c2c;
    font-size: 14px;
    font-family: "Open Sans";
    margin-bottom: 20px
}

.chat__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #cecece
}

.chat__left,
.chat__list {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.chat__left {
    -ms-flex-preferred-size: 750px;
    flex-basis: 750px;
    border-right: 1px solid #cecece;
    max-height: 824px
}

.chat__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 824px;
    scrollbar-width: thin
}

.chat__list::-webkit-scrollbar {
    width: 3px
}

.chat__list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1)
}

.chat__list::-webkit-scrollbar-thumb {
    background: #18b77e
}

.chat__left::-webkit-scrollbar {
    width: 3px
}

.chat__left::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1)
}

.chat__left::-webkit-scrollbar-thumb {
    background: #18b77e
}

.chat__item {
    border-left: 5px solid #fff;
    border-bottom: 1px solid #f4f4f4
}

.chat__item__selected {
    border-left: 5px solid #18b77e;
}

.chat__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px 10px 10px
}

.chat__link-left {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    border: 2px solid #d9d9d9;
    position: relative
}

.chat__link-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    overflow: hidden;
    border-radius: 50%
}

.chat__link-center,
.chat__link-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.chat__link-center {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 18px
}

.chat__link-center strong {
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    color: #242c27;
    font-size: 18px;
    margin-bottom: 5px;
    word-break: break-word
}

.chat__link-center mark {
    color: #8f8f8f;
    font-family: "Open Sans";
    font-size: 12px;
    background: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 180px;
    height: 1.2em;
    white-space: nowrap
}

.chat__link-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.chat__link-right-date,
.chat__link-right-time {
    color: #414141;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 700;
    background: 0
}

.chat__link-right-time {
    font-size: 16px
}

.unread__chat {
    background-color: #f4f4f4;
    border-bottom: 1px solid #fff
}

.unread__chat .chat__link-left::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #df2c2c;
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 2
}

.chat__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1500px;
    min-width: 800px;
    max-height: 824px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.chat__right-header {
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    margin: 7px;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.chat__right-header-block {
    padding: 12px 21px
}

.booking_block_item .chat__right-link-block {
    padding: 12px 2px 0 2px
}

.booking_block_item.name {
    font-weight: 700;
    font-size: 18px;
    margin: 5px 0 5px 10px;
    word-break: break-word
}

.chat__right-header-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #e6e6e6
}

.chat__right-about-date span,
.chat__right-header-caption span {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 16px;
    color: #242c27
}

.chat__right-about-caption {
    margin: 22px 0;
    text-align: center;
    font-family: "Open Sans";
    font-weight: 700;
    word-break: break-word
}

.chat__right-about-text {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 14px;
    color: #242c27;
    font-family: "Open Sans";
    word-break: break-word
}

.chat__right-about-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 26px
}

.chat__right-about-date span {
    font-size: 14px
}

.chat__right-about-date span:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    padding-right: 100px
}

.chat__right-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.chat__price-right {
    padding-top: 5px;
    padding-left: 15px
}

.chat__price-right-text mark {
    background: 0;
    font-family: "Open Sans";
    font-size: 14px;
    color: #242c27;
    margin-right: 28px
}

.chat__price-right-text .chat__price-right-amount,
.chat__writing-block-text span {
    color: #1789f4;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase
}

.chat__price-right-btn {
    margin-left: 20px;
    padding: 9px 22px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    background: #18b77e;
    color: #fff;
    border: 1px solid transparent
}

.chat__price-right-btn:hover {
    border: 1px solid #18b77e;
    color: #18b77e;
    background: 0
}

.chat__price-right-btn.mentor__price-btn-green {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.chat__price-right-btn.off,
.chat__price-right-btn.off:hover {
    background-color: #e6e6e6;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid transparent;
    cursor: default
}

.chat__right-footer {
    margin-top: 19px;
    border-top: 1px solid #e6e6e6;
    padding: 10px 5px;
    text-align: center;
    background-color: #32ae4c;
    color: #fff;
    font-family: "Open Sans";
    font-weight: 500;
    font-size: 14px
}

.chat__right-btn,
.chat__right-buttons-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.chat__right-buttons-block {
    margin: 18px 0
}

.chat__writing-block {
    padding: 0 7px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.chat__writing-block-text,
.chat__writing-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.chat__writing-block-text {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #8f8f8f;
    font-family: "Open Sans";
    font-size: 12px;
    text-align: center;
    padding: 0 5em
}

.chat__writing-block-text span {
    color: #242c27;
    font-size: 18px;
    margin-bottom: 5px;
    word-break: break-word
}

.chat__writing-list {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 100%;
    padding: 0 5px;
    scrollbar-width: thin
}

.chat__writing-img-block {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    overflow: hidden;
    background: #dcdcdc;
    border-radius: 50%;
    border: 4px solid #a9a9a9
}

.chat__writing-img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.chat__writing-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 19px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.chat__writing-item:first-child {
    margin-top: 19px
}

.chat__writing-text {
    max-width: 535px;
    border-radius: 17px;
    padding: 10px 15px;
    font-family: "Open Sans";
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    word-break: break-word
}

.chat__writing-text a {
    color: #fff;
}

.chat__writing-send {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.chat__writing-send .chat__writing-text {
    margin-right: 10px;
    background-color: #1789f4
}

.chat__writing-get {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.chat__writing-get .chat__writing-img-block {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.chat__writing-get .chat__writing-text {
    margin-left: 10px;
    background-color: #575757
}

.chat__write-text-block {
    border-top: 1px solid #cdcdcd;
    padding: 12px 38px 12px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 69px;
    min-height: 69px;
    margin-top: auto;
    position: relative
}

.chat__send-text-block {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.price_scale {
    margin-left: 0;
    padding: 0;
    flex-basis: initial;
}

.chat__send-file-block {
    position: absolute;
    right: 10px;
    top: 25px;
}

.chat__send-text-btn {
    width: 28px;
    height: 28px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    outline: 0;
    cursor: pointer;
    padding: 4px
}

.chat__send-text-btn:active img {
    -webkit-filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(50deg) saturate(1000%) contrast(0.8);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(50deg) saturate(1000%) contrast(0.8)
}

.chat__send-text-btn img {
    display: inline-block;
    width: 100%;
    height: 100%
}

.chat__send-text-btn svg {
    stroke: #18b77e;
    fill: none
}

.chat__write-text-form,
.chat__write-textarea {
    min-height: 100%;
    min-width: 100%
}

.chat__write-textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    resize: none;
    color: #242c27;
    outline: 0;
    width: calc(100% - 20px);
    min-width: initial;
}

.chat__write-textarea::-webkit-input-placeholder {
    color: #8f8f8f;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: italic;
    font-weight: 400
}

.chat__write-textarea::-moz-placeholder {
    color: #8f8f8f;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: italic;
    font-weight: 400
}

.chat__write-textarea::-ms-input-placeholder {
    color: #8f8f8f;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: italic;
    font-weight: 400
}

.chat__write-textarea::placeholder {
    color: #8f8f8f;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: italic;
    font-weight: 400
}

@media screen and (max-height:990px) and (min-width:1150px) {

    .chat__block-empty .chat__left,
    .chat__block-empty .chat__right {
        max-height: 600px
    }
}

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

    #booking_block,
    .chat__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .chat__left {
        max-height: 200px;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .chat__list {
        min-height: unset
    }

    .chat__right {
        min-width: unset
    }

    .chat__writing-block {
        height: 300px
    }

    #booking_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width:767px) {
    .chat__right-about-date .modification__select {
        min-width: 190px
    }
}

@media screen and (max-width:560px) {
    .chat__right-about-date {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .chat__right-about-date span:nth-child(2) {
        padding-right: 0
    }

    .chat__right-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .chat__price-left {
        min-width: 100%;
        margin-bottom: 10px
    }

    .chat__price-right {
        min-width: 100%;
        padding-left: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

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

    .chat__right-btn-1,
    .chat__right-btn-2 {
        min-width: 150px
    }
}

@media screen and (max-width:480px) {
    .chat__right-about-date {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .chat__right-about-date span {
        margin-bottom: 5px
    }

    .chat__right-header-caption span {
        font-size: 10px
    }
}

@media screen and (max-width:420px) {
    .chat__price-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .chat__price-right-text {
        margin-bottom: 10px
    }

    .chat__right-buttons-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .chat__right-buttons-block .chat__right-btn-1 {
        margin-right: 0;
        margin-bottom: 10px
    }

    .chat__link-center mark {
        width: 100px
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports(-webkit-appearance: none) {
        .chat__block-empty .chat__writing-block {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .chat__block-empty .chat__writing-block-text {
            height: auto
        }
    }
}

.chat__writing-list::-webkit-scrollbar {
    width: 3px
}

.chat__writing-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1)
}

.chat__writing-list::-webkit-scrollbar-thumb {
    background: #18b77e
}

.chat__right-footer-red {
    background-color: #df2c2c
}

.chat__right-footer-blue {
    background-color: #1789f4
}

.chat__right-footer-grey {
    background-color: #b4b4b4
}

.chat__user-pending-orange {
    background-color: #f1af3b;
    border: 1px solid transparent
}

.chat__user-pending-orange:hover {
    border: 1px solid #f1af3b;
    background: 0;
    color: #f1af3b
}

.modification__input-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modification__input-block mark {
    background: 0;
    text-align: left;
    margin-bottom: 9px
}

.modification__select {
    min-width: 320px;
    padding: 9px 13px;
    min-height: 34px
}

.modification__select-item {
    max-width: 100%
}

.chat__price-modification-btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.chat__price-modification-btn-block .chat__price-right-btn {
    margin-bottom: 3px
}

.chat__right-price-modification .chat__price-right-text {
    padding-bottom: 32px
}

.chat__right-footer-modification {
    margin-top: 0
}

@media screen and (max-width:560px) {
    .chat__right-price-modification {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .chat__right-price-modification .chat__price-left {
        min-width: 100%;
        margin-bottom: 10px
    }

    .chat__right-price-modification .chat__price-right {
        min-width: 100%;
        padding-left: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width:420px) {
    .chat__right-price-modification .chat__price-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .chat__right-price-modification .chat__price-modification-btn-block .chat__price-right-btn {
        margin-left: 0
    }
}

.chat__right-booking .chat__right-header-caption-book {
    border-bottom: 1px solid rgba(156, 153, 148, 0.1);
    padding-bottom: 12px
}

.chat__right-booking .chat__right-header-caption-book span {
    word-break: break-word
}

.chat__right-booking .chat__right-link-block+.chat__right-header-caption-book {
    margin-top: 20px
}

.chat__right-condition-block,
.chat__right-condition-block .chat__right-condition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.chat__right-condition-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 15px
}

.chat__right-condition-block .chat__right-condition {
    min-width: 75px;
}

.chat__right-condition-block .chat__right-condition mark {
    margin: 5px;
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
    border-radius: 50%;
    background: #242c27
}

.chat__right-condition-block .chat__right-condition.orange {
    color: #f1af3b
}

.chat__right-condition-block .chat__right-condition.orange mark {
    background-color: #f1af3b
}

.chat__right-condition-block .chat__right-condition.green {
    color: #32ae4c
}

.chat__right-condition-block .chat__right-condition.green mark {
    background-color: #32ae4c
}

.chat__right-booking-dropdown {
    margin-top: 22px
}

.booking__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.booking__text {
    font-family: "Open Sans";
    font-size: .9rem;
    color: #242c27;
    font-weight: 700;
    margin-right: 20px;
    width: 100px;
    min-width: 100px
}

.booking__text.no__limit {
    width: auto;
}

.booking__select {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

select.booking__select,
select.booking__select-time {
    border: 1px solid var(--input-border-color);
    background: #fff;
    height: var(--booking-height)
}

.booking__item {
    word-break: break-word
}

.booking__select-date-block,
.booking__select-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.booking__select-date {
    border: 1px solid var(--input-border-color);
    height: var(--booking-height)
}

.booking__inner-block {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.booking__select-date-icon {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    margin-left: 10px
}

.booking__inner-text {
    margin: 0 10px
}

.booking__inner-select-time {
    width: 110px;
    border: 1px solid var(--input-border-color);
    height: var(--booking-height)
}

.booking__select-time-block {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.booking__select-time-text {
    font-family: "Open Sans";
    font-size: .9rem;
    color: #242c27;
    font-weight: 700;
    margin-right: 20px;
    margin-left: 10px
}

.booking__disc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.booking__disc-left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: .9rem
}

.booking__disc-right {
    /*-ms-flex-preferred-size: 200px;*/
    /*flex-basis: 200px;*/
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.profile_skills_skill_list li bdo {
    flex: 1;
    text-align: left;
}

.profile_skills_skill_list li span:nth-of-type(2) {
    flex: 3;
    text-align: left;
}

.booking__disc-right span {
    display: block
}

.booking__disc-left,
.booking__disc-right {
    margin: 5px 0;
    word-break: break-word
}

.booking__disc-left mark,
.booking__disc-right mark {
    color: #242c27;
    ;
    display: block;
    background: 0;
    font-family: "Open Sans";
    font-weight: 700;
    margin-bottom: 10px;
    font-size: .9rem;
    word-break: break-word
}

.booking__disc-right {
    /*margin-left: auto;*/
    padding-left: 2%;
    padding-right: 2%
}

.booking__objective {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.booking__objective-caption {
    display: block
}

.booking__objective-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.booking__objective-caption {
    color: #242c27;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: "Open Sans";
    font-size: .9rem
}

.booking__objective-textarea {
    resize: none;
    width: 100%;
    outline: 0;
    height: 78px;
    border: 1px solid var(--input-border-color);
    padding: 5px
}

.booking__objective-textarea::-webkit-input-placeholder {
    font-size: .8rem
}

.booking__objective-textarea::-moz-placeholder {
    font-size: .8rem
}

.booking__objective-textarea::-ms-input-placeholder {
    font-size: .8rem
}

.booking__objective-textarea::placeholder {
    font-size: .8rem
}

.chat__header-close {
    -ms-flex-preferred-size: 18px;
    flex-basis: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    height: 18px
}

.chat__header-close input {
    display: none
}

.chat__header-close .chat__line {
    position: absolute;
    top: calc(50% - 1px);
    width: 100%;
    display: block;
    height: 2px;
    background-color: #242c27;
    -webkit-transition: all 250ms;
    transition: all 250ms
}

.chat__header-close input~.chat__line-top {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    width: 12px
}

.chat__header-close input~.chat__line-bottom {
    width: 12px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    margin-left: 9px
}

.chat__header-close input:checked~.chat__line-top {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    width: 12px
}

.chat__header-close input:checked~.chat__line-bottom {
    width: 12px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    margin-left: 9px
}

.chat__right-link-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.chat__right-link-block a:only-child {
    margin-left: auto
}

.chat__right-link,
span.chat__left-link {
    color: #265cac;
    font-family: "Open Sans";
    text-decoration: none
}

.chat__left-link {
    color: #265cac;
    font-family: "Open Sans";
    line-height: normal
}

span.chat__left-link {
    color: #242c27;
    font-weight: 700
}

.chat__left-link,
span.chat__left-link:hover {
    text-decoration: none
}

@media screen and (max-width:800px) {
    .booking__select-time {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .booking__select-time-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .booking__select-date-block,
    .booking__select-time-block {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .booking__select-time-block {
        margin-top: 10px
    }

    .booking__line:nth-child(2) {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .booking__line:nth-child(2) .booking__text {
        padding-top: 6px
    }

    .chat__right-condition-block span {
        font-size: 12px
    }
}

@media screen and (max-width:560px) {
    .booking__disc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .booking__disc-right {
        margin-left: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: unset;
        padding: 0
    }

    .booking__line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .booking__text {
        margin-bottom: 10px
    }

    .booking__select {
        min-width: 100%
    }

    .booking__select-date-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .validation__term-text {
        font-size: 12px
    }
}

@media screen and (max-width:480px) {
    .booking__select-date-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .booking__select-date-block .booking__inner-block:nth-child(2) {
        margin-top: 10px
    }

    .booking__select-date-block .booking__inner-block:nth-child(2) .booking__inner-text {
        margin-left: 0
    }

    select.booking__select {
        max-width: 100%
    }

    .chat__right-link-block .chat__left-link,
    .chat__right-link-block .chat__right-link,
    .validation__term-text {
        font-size: 12px
    }
}

.validation {
    padding: 10px 0 0
}

.validation__action {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.validation__price {
    font-family: "Open Sans";
    font-size: .9rem
}

.validation__term,
.validation__term-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.validation__term {
    margin: 0
}

.validation__term-text {
    font-family: "Open Sans";
    margin-right: 10px;
    font-size: .9rem
}

.booking__disc-right .price_for_not_free>mark,
.validation__term-text .get-information {
    margin: 0 5px
}

.validation__term-link {
    color: #265cac;
    font-family: "Open Sans";
    text-decoration: none;
    margin-right: 10px
}

.validation__term-link:hover {
    text-decoration: underline
}

.validation__term-select {
    min-width: 100px
}

.validation__caption,
.validation__disc {
    font-family: "Open Sans";
    word-break: break-word;
    font-size: .9rem
}

.validation__disc strong {
    display: block;
    margin-bottom: 5px
}

.mentor__price-btn-green,
.mentor__price-btn-red {
    background-color: #18b77e;
    border: 1px solid transparent;
    -webkit-transition: all 250ms;
    transition: all 250ms
}

.mentor__price-btn-green:hover {
    border: 1px solid #18b77e;
    background: 0;
    color: #18b77e
}

.mentor__price-btn-red {
    background-color: #df2c2c;
}

.mentor__price-btn-red:hover {
    border: 1px solid #df2c2c;
    background: 0;
    color: #df2c2c
}

.chat__writing-mentor-list .chat__writing-send {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.chat__writing-mentor-list .chat__writing-send .chat__writing-text {
    margin-right: 0;
    margin-left: 10px
}

.chat__writing-mentor-list .chat__writing-send .chat__writing-img-block {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.chat__writing-mentor-list .chat__writing-get {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.chat__writing-mentor-list .chat__writing-get .chat__writing-text {
    margin-right: 10px;
    margin-left: 0
}

.chat__writing-mentor-list .chat__writing-get .chat__writing-img-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.mentor__formation .review__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.mentor__formation .review__item-center {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.mentor__formation .review__item-block,
.mentor__formation .review__view-documents-btn {
    display: none
}

.mentor__formation .feedback__profile-disc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mentor__formation .review__item-left-caption {
    display: none
}

.mentor__formation .hashtag__link {
    padding: 4px 6px;
    font-size: 12px
}

.mentor__formation .feedback__star-block {
    margin-top: 10px
}

.mentor__formation .review__item-left {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 0 15px
}

.mentor__formation .review__item-center {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    justify-content: start;
}

.mentor__formation .review__item-left-text {
    margin-top: 0
}

.review__item-right-price {
    margin-bottom: 10px;
}

.mentor__formation-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 15px
}

.mentor__formation-link {
    text-decoration: none;
    font-family: "Open Sans";
    font-size: 13px;
    color: #242c27
}

.mentor__formation-link:first-child {
    margin-bottom: 5px
}

@media screen and (max-width:816px) {
    .mentor__formation .review__item-left {
        padding: 10px 0
    }

    .mentor__formation .mentor__formation-block {
        padding-bottom: 0;
        margin-right: 10px
    }
}

.marketing__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 17px;
    border-bottom: 2px solid #18b77e;
    min-width: 800px
}

.marketing__caption-left {
    word-break: break-word
}

.marketing__caption-left,
.marketing__caption-right {
    color: #575757;
    text-transform: capitalize;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 14px;
    word-break: break-word
}

.marketing__caption-left {
    margin-right: 10px
}

.marketing__caption-right {
    min-width: 250px;
    max-width: 250px;
    word-break: break-word
}

.contribution__item-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px
}

.marketing__item-profile {
    min-width: 250px;
    margin-top: 0;
    max-width: 250px
}

.marketing__item-profile .card__item-img-block {
    border: 0
}

.marketing__item-profile .card__item-name {
    color: #575757;
    font-weight: 600
}

.marketing .contribution__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    min-width: 800px
}

.marketing .card__item-name {
    word-break: break-word
}

.marketing .contribution__container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media screen and (max-width:480px) {
    .marketing .contribution__link {
        min-height: 48px
    }
}

.error__container {
    padding-top: calc(46px + 22px + 22px + 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.error__img--container {
    position: relative;
    width: 15%
}

.error__img--container::before {
    content: "";
    display: block;
    padding-top: 100%
}

.img__container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.error__img,
.video__messages--btn svg {
    width: 100%;
    height: 100%;
    fill: #18b77e
}

.error__mistake--caption {
    font-size: 3rem;
    margin: 10px 0;
    color: #18b77e
}

.error__mistake--sub--caption {
    margin-top: 0;
    font-size: 2rem;
    color: #575757;
    margin-bottom: 20px
}

.error__mistake--text {
    font-size: .8rem;
    text-align: center;
    margin: 0;
    width: 60%;
    word-break: break-all
}

.popup__contactez {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 4;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.popup__contactez-content {
    min-width: 640px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5
}

.contactez__form-block {
    padding: 20px 85px 40px 85px
}

.contactez__form-profil {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6
}

.contactez__form-profil,
.contactez__img-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contactez__img-link {
    width: 43px;
    height: 43px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #d9d9d9
}

.contactez__img-link .contactez__img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.contactez__form-select {
    border: 1px solid #e7e6e6;
    height: 29px
}

.popup__contactez .inscription__item {
    margin: 0 0 20px 0;
    max-width: unset
}

.popup__contactez .inscription__form-caption {
    margin-bottom: 23px
}

.popup__contactez .inscription__register-btn {
    max-width: 170px;
    max-height: 43px;
    text-transform: uppercase;
    padding: 15px 24px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center
}

.contactez__messages {
    max-width: 100%;
    max-height: 89px;
    border: 1px solid #e7e6e6;
    text-align: left
}

.contactez__total-price-block {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 50px
}

.contactez__total-name {
    font-weight: 500;
    font-size: 14px;
    color: #242c27
}

.contactez__total-price {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #1789f4
}

.contactez__bottom-text {
    display: block;
    margin-top: 37px;
    color: #a5a5a5;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .24px
}

@media screen and (max-width:667px) {
    .popup__contactez-content {
        min-width: 100%
    }
}

@media screen and (max-width:480px) {
    .popup__contactez-content {
        min-width: 100%
    }

    .contactez__form-block {
        padding: 20px 30px 40px 30px
    }
}

.chat__main {
    position: relative
}

.payer__form-item {
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.payer__form-left {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    word-break: break-word
}

.payer__form-right {
    border: 1px solid #e6e6e6;
    min-width: 210px;
    height: 30px
}

.payer__form-select-block {
    min-width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.payer__form-option,
.payer__form-select {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 14px
}

.payer__form-select {
    border: 1px solid #e6e6e6;
    min-width: 80px;
    height: 30px
}

.payer__form-option {
    color: #242c27
}

.payer__form-verification-block {
    display: block;
    min-width: 210px
}

.payer__form-right-bottom {
    width: 81px;
    height: 30px;
    border: 1px solid #e6e6e6
}

.payer__form-link {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 12px;
    word-break: break-word;
    max-width: 117px;
    margin-left: auto;
    color: #242c27
}

.payer__form-link:hover {
    text-decoration: underline
}

.payer__form-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.payer__form-buttons {
    margin-top: 51px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

@media screen and (max-width:480px) {
    .payer__form-select-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        min-width: 100px
    }

    .payer__form-slash {
        display: none
    }

    .payer__form-select:first-child {
        margin-bottom: 10px
    }

    .payer__form-right {
        min-width: 130px
    }

    .payer__form-verification-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        min-width: 100px
    }

    .payer__form-link {
        margin-top: 10px
    }

    .payer__form-item:last-of-type {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .payer__form-item:last-of-type .payer__form-left {
        padding-top: 5px
    }
}

.popup__contributer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 4;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.popup__contributer-content {
    max-width: 943px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    padding: 30px 150px 42px 150px
}

.popup__contributer-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 10px;
    right: 10px
}

.popup__contributer-close div {
    width: 20px;
    height: 20px
}

.popup__contributer-close div span {
    background-color: #242c27
}

.contributer__caption {
    color: #e4b654;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .36px;
    text-align: center;
    margin-top: 0
}

.contributer__caption-text {
    color: #242c27;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .28px;
    text-transform: none
}

.contributer__caption-text.error_message {
    color: red
}

.contributer__select-img-caption {
    font-family: "Open Sans";
    color: #18b77e;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .32px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 18px
}

.contributer__select-img-container {
    max-width: 403px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 65px 0 65px;
    border: 1px solid #e6e6e6
}

.contributer__select-img-icon {
    max-width: 116px;
    max-height: 128px;
    -webkit-box-shadow: 0 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 116px;
    height: 114px
}

.contributer__select-img-icon img {
    display: block;
    width: 100%;
    height: 100%
}

.contributer__select-img-btn-block {
    margin-top: 20px;
    position: relative
}

.contributer__select-img-btn,
.contributer__select-img-input {
    display: none
}

.contributer__send-item-caption mark {
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: .28px
}

.contributer__send-item-caption.required mark::after {
    content: "*";
    display: inline-block;
    color: #df2c2c;
    padding-left: 5px
}

.contributer__send-data {
    padding-top: 37px
}

.contributer__send-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 18px
}

.contributer__send-item-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 4px
}

.contributer__send-item-caption mark {
    background: 0;
    font-size: 16px;
    letter-spacing: .32px;
    color: #242c27
}

.contributer__send-item-caption .contributer__send-item-caption-last {
    position: relative;
    font-size: 12px
}

.contributer__send-item-caption .contributer__send-item-caption-last input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.contributer__send-item-caption .contributer__send-item-caption-last:hover {
    color: rgba(23, 137, 244, 0.5)
}

.contributer__send-item-max-length {
    display: block;
    margin-top: 6px;
    text-align: right;
    font-family: "Open Sans";
    font-size: 10px;
    color: #a5a5a5;
    letter-spacing: .2px
}

.contributer__send-item-input {
    width: 100%;
    min-height: 24px;
    padding: 2px 5px;
    border: 1px solid #e6e6e6;
    height: 34px;
    min-width: 640px
}

.contributer__textarea {
    width: 100%;
    border: 1px solid #e6e6e6;
    resize: none
}

.contributer__textarea-introduction {
    height: 60px
}

.contributer__textarea-texte {
    height: 418px
}

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

.contributer__accept-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    min-width: 14px;
    height: 14px;
    min-height: 14px;
    border: 1px solid #b4b4b4;
    background-color: #fff
}

.contributer__accept-checkbox:checked {
    background-image: url("../img/icons/checked-blue.svg");
    background-size: 12px 12px;
    background-position: center center;
    background-repeat: no-repeat
}

.contributer__accept-text {
    margin-left: 10px;
    font-family: "Open Sans";
    font-weight: 600;
    letter-spacing: .24px;
    font-size: 12px;
    color: #575757;
    word-break: break-word
}

.contributer__send-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contributer__send-form {
    margin-top: 20px
}

.contributer__select-category-block {
    padding-top: 30px;
    padding-bottom: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 18px
}

.contributer__select-category-block .form__first-left {
    margin-right: 20px
}

.contributer__select-category-block .form__first-name {
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: .32px
}

@media screen and (max-width:947px) {
    .popup__contributer-content {
        max-width: 100%
    }

    .contributer__send-item-input {
        min-width: 100%
    }

    .contributer__select-category-block .form__first-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width:667px) {
    .popup__contributer-content {
        min-width: 100%;
        padding: 30px 10px 42px 10px
    }
}

.article {
    padding-bottom: 100px
}

.popup__article {
    position: relative
}

.download__document {
    text-align: center;
}

.download__document a {
    color: #18b77e;
    text-decoration: none;
}

.download__document a:hover {
    text-decoration: underline;
}

.popup__article-caption-top {
    display: block;
    margin-bottom: 23px;
    font-family: "Open Sans";
    color: #414141;
    font-size: 16px
}

.popup__article-caption {
    margin: 0 auto 28px;
    text-transform: uppercase;
    color: #e4b654;
    text-align: center;
    font-size: 32px
}

.popup__article-date,
.popup__article-date a {
    margin-bottom: 28px;
    font-family: "Open Sans";
    font-size: 14px;
    text-align: center
}

.popup__article-img-container {
    max-width: 680px;
    margin: 0 auto 42px auto
}

.popup__article-img {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto
}

.popup__article-text,
.popup__article-text-caption {
    font-family: "Open Sans";
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 24px
}

.popup__article-text-caption {
    margin-top: 0;
    font-weight: 700
}

.before__dot::before,
.popup__article-text-block {
    width: 85%;
    margin: auto;
    font-family: "Open Sans";
    line-height: 1.5;
}

.popup__article-text-block h1,
.popup__article-text-block h2,
.popup__article-text-block h3 {
    color: #18b77e
}

.popup__article-text-block h1,
.popup__article-text-block h2,
.popup__article-text-block h3,
.popup__article-text-block h4 {
    font-family: "Open Sans";
    word-break: break-word
}

.popup__article-text-block h1 {
    font-size: 24px;
    font-weight: 700
}

.popup__article-text-block h2 {
    font-size: 20px;
    font-weight: 700;
}

.popup__article-text-block h3,
.popup__article-text-block h4 {
    font-weight: 500;
}

.before__dot::before {
    content: "\00B7";
    display: inline-block;
    line-height: 16px
}

@media screen and (max-width:480px) {
    .popup__article-caption {
        font-size: 30px
    }
}

.verify-input-required.required::after {
    content: "*";
    display: inline-block;
    color: #df2c2c;
    padding-left: 5px
}

.popup__rating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    z-index: 10;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.popup__rating .inscription__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup__rating .inscription__form-block {
    padding: 20px 10px
}

.popup__rating .inscription__register {
    margin-top: 32px
}

.popup__rating .hide {
    display: none
}

.rating__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.popup__rating .inscription__form-caption {
    font-size: 16px;
}

.popup__rating .error {
    text-align: center;
    font-size: 12px;
    color: #df2c2c;
    margin: 5px 0;
}

.rating__caption {
    margin-left: 10px;
    line-height: normal;
    font-size: 15px;
    color: #18b77e
}

.rating {
    position: relative;
    width: 10em;
    height: 2em;
    margin: 0;
    background-image: url('../img/star/star.svg');
    background-repeat: repeat-x;
    background-size: 2em auto;
    margin-left: 23%;
}

.rating__star {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    height: 2em;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

.rating__star:checked,
.rating__star:hover {
    margin: auto;
    background-image: url('../img/star/star-active.svg');
    background-size: 2em auto
}

.rating__star:hover~.rating__star {
    background-image: url('../img/star/star.svg');
    background-size: 2em auto
}

.rating__star:nth-child(1) {
    z-index: 5;
    width: 2em
}

.rating__star:nth-child(2) {
    z-index: 4;
    width: 4em
}

.rating__star:nth-child(3) {
    z-index: 3;
    width: 6em
}

.rating__star:nth-child(4) {
    z-index: 2;
    width: 8em
}

.rating__star:nth-child(5) {
    z-index: 1;
    width: 10em
}

.rating__text {
    margin: 0
}

.rating__text--caption {
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block
}

.rating__text--value {
    width: 100%;
    height: 100px;
    padding: 5px;
    border: 1px solid #8f8f8f
}

.rating__guide {
    font-size: 12px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    word-break: break-word;
    color: #8f8f8f;
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center
}

@media screen and (max-width:768px) {
    .popup__rating .inscription__form-block {
        padding: 20px 50px
    }
}

@media screen and (max-width:480px) {
    .popup__rating .inscription__form-block {
        padding: 20px 25px
    }

    .popup__rating .inscription__register {
        width: 60%
    }

    .popup__rating .inscription__register-btn {
        width: 100%
    }
}

.payment .tarif__price-block {
    max-width: 450px;
    margin-bottom: 60px
}

.my__payment .payment__title {
    display: inline-block;
    margin-right: 9px;
    color: #242c27;
    font-family: "Open Sans";
    font-size: 16px
}

.my__payment .payment__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.my__payment .payment__line:first-child {
    margin-bottom: 60px
}

.my__payment .payment__line:nth-child(2) {
    margin-bottom: 10px
}

@media screen and (max-width:480px) {
    .my__payment .payment__title {
        margin-right: 0
    }

    .my__payment .payment__text,
    .my__payment .payment__title {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 10px
    }

    .my__payment .payment__line {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .my__payment .payment__line:first-child {
        margin-bottom: 10px
    }

    .my__payment #amount_input-error {
        text-align: left
    }
}

.my__payment .tarif__price::-webkit-inner-spin-button,
.my__payment .tarif__price::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.table__td--filter {
    -ms-flex-preferred-size: 15px;
    flex-basis: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.table__td--filter .table__td--date--input {
    display: none
}

.table__td--filter .table__td--filter--btn {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #242c27;
    border-left: 1px solid #242c27;
    -webkit-transform: rotate(45deg) translateY(2px) translateX(2px);
    transform: rotate(45deg) translateY(2px) translateX(2px);
    -webkit-transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms
}

.table__td--filter .table__td--date--input:checked~.table__td--filter--btn {
    -webkit-transform: rotate(45deg) translateY(-2px) translateX(-2px) scale(-1);
    transform: rotate(45deg) translateY(-2px) translateX(-2px) scale(-1)
}

.table {
    overflow-y: auto;
    margin-bottom: 100px
}

.table::-webkit-scrollbar {
    width: 3px
}

.table::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1)
}

.table::-webkit-scrollbar-thumb {
    background: #18b77e
}

.table__tr-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.table__tr-header {
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1)
}

.table__tr-header .table__td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.table__tr-footer .table__td,
.table__tr-header .table__td {
    font-size: 13px;
    font-family: "Open Sans";
    letter-spacing: .49px;
    font-weight: 700
}

.table__tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.table__tr-block:nth-child(even) {
    background-color: rgba(170, 170, 170, 0.1)
}

.table__td {
    padding: 20px 10px;
    font-size: .75rem;
    letter-spacing: .08px;
    font-weight: 500;
    font-family: "Open Sans";
    word-break: break-word
}

.table__td--date,
.table__td--planned-date {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    font-weight: 500
}

.table__td--type {
    -ms-flex-preferred-size: 12%;
    flex-basis: 12%
}

.table__td--amount {
    font-weight: 500
}

.table__td--amount,
.table__td--debit {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%
}

.table__td--other {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%
}

.table__td--balance {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media(max-width:768px) {
    .my__payment .registration-btn {
        padding: 15px 80px
    }

    .my__payment .payment__text,
    .my__payment .payment__title,
    .my__payment .tarif__price-kind {
        font-size: 14px
    }

    .table__tr-block:nth-child(even) {
        background: 0
    }

    .table__tr-block:nth-child(2) .table__td:first-child {
        border-top: 1px solid rgba(151, 151, 151, 0.2)
    }

    .table__tr-block:nth-child(2) .table__td:nth-child(2) {
        border-top: 1px solid rgba(151, 151, 151, 0.2)
    }

    .table__tr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .table__tr .table__td:last-child {
        border-bottom: 1px solid rgba(151, 151, 151, 0.2);
        background: 0
    }

    .table__tr .table__td:nth-child(5) {
        border-bottom: 1px solid rgba(151, 151, 151, 0.2);
        background: 0
    }

    .table__tr .table__td:nth-child(3),
    .table__tr .table__td:nth-child(4) {
        background-color: rgba(170, 170, 170, 0.1)
    }

    .table__tr-header {
        display: none
    }

    .table__td {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        min-height: 90px
    }

    .table__td::before {
        content: "";
        display: block;
        margin-bottom: 5px;
        font-size: 10px;
        font-family: "Open Sans";
        font-weight: 700
    }
}

.user-login-error {
    max-width: 290px;
    margin: 0 auto 10px auto;
    color: #df2c2c;
    font-size: 12px
}

.inscription__item .error {
    display: block;
    font-size: 12px;
    color: #df2c2c
}

.chat__right-header-caption-book {
    border: 0;
    padding-bottom: 0
}

label.error {
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #df2c2c;
    display: block
}

.user-forgot-success {
    color: #18b77e;
    text-align: center;
    font-family: "Open Sans";
    font-weight: 600
}

.review__mentors-not-found {
    color: #8f8f8f;
    text-align: center;
    font-family: 'Open Sans'
}

.request_for_mentor_sent {
    margin: 0 0 0 10px;
    color: #18b77e;
    font-family: 'Open Sans'
}

.container__3-form-item-accept {
    margin: 0 0 10px;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 14px;
    min-height: 16px
}

#add_new_diploma_for_verify,
.delete_new_diploma_for_verify {
    display: table;
    text-align: right;
    margin-bottom: 10px;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 700;
    color: #df2c2c;
    margin-top: 15px;
    margin-left: auto;
    cursor: pointer
}

.by-filter {
    padding-top: 18px
}

.new_diploma_for_verify_input {
    display: none
}

.verify-diploma-file-label {
    width: 100%;
    min-height: 24px;
    padding: 2px 5px;
    border: 1px solid #e6e6e6;
    height: 34px;
    min-width: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.verify-diploma-file-label:hover {
    color: rgba(0, 0, 0, 0.5)
}

.mentors-src-count {
    padding-bottom: 0;
    padding-top: 5px
}

.datepicker--day-name {
    color: #18b77e
}

.mentor-contact-button {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.comment-block {
    padding-top: 0
}

.new_trainings_block .add_new_training-block {
    max-width: 920px;
    margin: 10px auto
}

.feedback__top .feedback__profile-disc:only-child {
    padding-left: 85px
}

.header__content {
    margin-left: 50px;
    /*padding-top: calc(46px + 22px + 22px + 20px)*/
}

.chat__right-condition.orange>span {
    color: #f1af3b
}

.booking__disc-right .price_for_not_free,
.price_for_not_free,
.validation__buttons-block>#validation_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.validation__buttons-block>#validation_buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.validation__buttons-block>#validation_buttons>button {
    margin: 5px
}

.validation__buttons-block>#validation_buttons>button:first-child {
    margin-left: 0
}

.get_booking_block_for_edit {
    padding: 9px 22px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    background-color: #fff;
    color: #1789f4;
    border: 1px solid #1789f4;
    cursor: pointer;
    line-height: normal;
    -webkit-transition: all 250ms;
    transition: all 250ms
}

.get_booking_block_for_edit:hover,
.pay_booking:hover {
    border: 1px solid transparent;
    background-color: #1789f4;
    color: #fff
}

.booking-request-error {
    color: #df2c2c
}

.pay_booking {
    color: #32ae4c;
    border: 1px solid #32ae4c;
    line-height: normal
}

.pay_booking:hover {
    background-color: #32ae4c
}

.approve_booking,
.delete_booking,
.pay_booking {
    padding: 9px 22px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 250ms;
    transition: all 250ms
}

.approve_booking {
    line-height: normal;
    color: #f1af3b;
    border: 1px solid #f1af3b
}

.approve_booking:hover,
.delete_booking:hover {
    border: 1px solid transparent;
    color: #fff;
    background-color: #f1af3b
}

.delete_booking {
    color: #df2c2c;
    border: 1px solid #df2c2c
}

.delete_booking:hover {
    background-color: #df2c2c
}

#payment_info>.validation__term-link {
    margin-left: 28px;
    font-size: .9rem
}

button {
    outline: 0
}

.chat__right-link-block .get_bookings_list~.chat__right-link,
.delete_booking {
    line-height: normal
}

.datepicker--cell.-current- {
    color: #1789f4 !important
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    background-color: #1789f4 !important;
    color: #fff !important
}

#booking_block {
    max-height: 100%
}

.booking_list-container {
    max-height: calc(100% - 60px);
    overflow-y: auto
}

.booking_list-container>.chat__right-header:first-of-type {
    margin-top: 0
}

.booking__list-container {
    scrollbar-width: thin
}

.booking_list-container::-webkit-scrollbar {
    width: 3px
}

.booking_list-container::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1)
}

.booking_list-container::-webkit-scrollbar-thumb {
    background: #18b77e
}

.chat__writing--text--link {
    text-decoration: underline;
    cursor: pointer
}

@media screen and (max-width:820px) {
    .header__content {
        padding-top: calc(93px + 22px + 22px + 20px)
    }
}

@media screen and (max-width:480px) {
    .header__content {
        padding-top: 20px
    }

    #payment_info>.validation__term-link,
    .approve_booking,
    .booking__disc-left mark,
    .booking__disc-right mark,
    .booking__inner-text,
    .booking__objective-caption,
    .booking__select-time-text,
    .booking__text,
    .delete_booking,
    .get_booking_block_for_edit,
    .pay_booking,
    .price_for_not_free,
    .validation__caption span,
    .validation__caption strong,
    .validation__disc span,
    .validation__disc strong,
    .validation__price,
    .validation__term-text {
        font-size: var(--font-size-11px)
    }

    .validation__buttons-block>#validation_buttons>button {
        margin: 5px 2px
    }

    .customer-charge-popup {
        width: auto !important
    }

    .customer-charge-popup .inscription__form-block {
        padding: 20px 20px 54px 20px
    }
}

#amount_input-error {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: right;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.loading-button {
    position: relative
}

.loading-button img:only-child {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.request_button {
    border: 0;
    font-size: 18px
}

#pay_booking {
    white-space: nowrap;
    cursor: pointer
}

.payment_response_message {
    font-family: "Open Sans";
    font-weight: 700;
    color: #18b77e;
    font-size: 12px
}

.payment_intent_response_error {
    font-size: 12px;
    color: #df2c2c;
    text-align: center;
    margin: 10px 0;
    font-family: 'Open Sans'
}

.header2__user-item.header2__user-video {
    /*margin-left: 20px;*/
    position: relative
}

.header2__user-item.header2__user-video .header2__user-link {
    text-decoration: none
}

.header2__user-item.header2__user-video .header2__video--duration {
    display: none
}

.header2__user-item.header2__user-video.duration .header2__user-link {
    width: auto;
    border-radius: 30px;
    padding: 0 10px
}

.header2__user-item.header2__user-video.duration .header2__video--duration {
    display: block;
    margin-right: 10px;
}

.header2__user-link {
    color: #928f8f;
}

.header2__user-link:hover {
    color: #6e6e6e;
}

.header2__user-video.active .header2__user-link-btn-icon {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.header2__user-video.active .header2__profile-list {
    max-height: 273px;
    border: 1px solid rgba(120, 161, 206, 0.5)
}

.header2__user-video.active .header2__video-play-btn {
    pointer-events: visible
}

.header2__user-sign.active .header2__user-link-btn-icon {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.header2__user-sign.active .header2__profile-list {
    max-height: 273px;
    border: 1px solid rgba(120, 161, 206, .5)
}

.training_table_empty {
    text-align: center;
}

.training_table_empty div {
    color: #8f8f8f;
    margin: 20px 0;
    font-size: 15px
}

.cancel_booking {
    background-color: #df2c2c;
    border: 1px solid transparent
}

.cancel_booking:hover {
    border: 1px solid #df2c2c;
    background: 0 0;
    color: #df2c2c;
    cursor: pointer
}

@media screen and (max-width:816px) {
    .mentor-contact-button {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

@media screen and (max-width:947px) {
    .verify-diploma-file-label {
        min-width: 100%
    }
}

@media screen and (max-width:520px) {
    .validation__action {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .validation__price {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 10px
    }

    .validation__term-text .get-information {
        margin-left: 0
    }

    #payment_info>.validation__term-link {
        margin-left: 23px
    }
}

.video .chat__right {
    overflow-y: hidden;
    min-width: unset;
    max-width: unset;
    max-height: unset;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid #cdcdcd
}

.video .chat__write-text-block {
    padding: 12px
}

.video .chat__writing-block {
    padding: 0
}

.video .chat__writing-list {
    padding: 0 12px
}

.video__wrapper {
    position: absolute;
    /* max-width: 1280px; */
    /*padding: 104px 0px 105px;*/
    margin: 0 auto;
}

.video__content {
    padding: 1px;
}

.video__content--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 824px;
    position: relative
}

.video__messages--btn {
    position: absolute;
    z-index: 3;
    right: 10px;
    top: 10px;
    padding: 6px;
    font: inherit;
    cursor: pointer;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 500ms;
    transition: all 500ms;
    border: 0;
    border-radius: 50%;
    background: #fff;
    height: 40px;
    width: 40px
}

.error__img,
.video__messages--btn svg {
    width: 100%;
    height: 100%;
    fill: #18b77e
}

.video__messages--btn svg:hover {
    -webkit-animation-name: animation__message--btn;
    animation-name: animation__message--btn;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.video__messages--btn.has__new--message svg {
    fill: #df2c2c
}

.video__messages--btn.open {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.video__avatar--container {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;

}

.video__avatar--container.has__virtual--disconnect::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #242c27;
    z-index: 1
}

.video__messages,
.video__messages.active {
    -webkit-transition-property: max-width, overflow, opacity;
    transition-property: max-width, overflow, opacity
}

.video__messages {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition-duration: 500ms, 500ms, 200ms;
    transition-duration: 500ms, 500ms, 200ms
}

.video__messages.active {
    background: white;
    max-width: 100%;
    height: 560px;
    overflow: scroll;
    margin-left: 10px;
    opacity: 1;
    -webkit-transition-duration: 500ms, 500ms, 800ms;
    transition-duration: 500ms, 500ms, 800ms;
}

.video__desc--caption {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 12px
}

.video__desc strong,
.video__desc--caption strong {
    display: block;
    margin-bottom: 5px
}

.video__desc--caption mark {
    background: 0 0
}

.video__desc--caption mark a {
    text-decoration: none
}

.video__desc--container {
    height: auto;
    max-height: 40%;
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.video__desc--block {
    max-height: 100%;
    overflow-y: auto;
    border-top: 1px solid #cdcdcd;
    padding: 0 12px;
    scrollbar-width: thin
}

.video__desc--block::-webkit-scrollbar {
    width: 3px
}

.video__desc--block::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1)
}

.video__desc--block::-webkit-scrollbar-thumb {
    background: #18b77e
}

.video__desc {
    margin-top: 10px;
    margin-bottom: 10px
}

.video__desc strong {
    display: block
}

.video__call,
.video__content--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.video__content--bottom {
    padding-top: 10px
}

.video__call {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-right: 20px
}

.video__minute {
    font-weight: 700
}

.video__status,
.video__status--play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.video__status {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    padding: 0 10px
}

.video__status--play {
    border: 1px solid #18b77e;
    border-radius: 30px;
    padding: 5px 10px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: 250ms;
    transition: 250ms
}

.video__status--play::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #18b77e;
    border-bottom: 5px solid transparent;
    margin-left: 10px
}

.video__status--play.active,
.video__status--play:hover {
    background-color: #18b77e;
    color: #fff
}

.video__status--play.active::after,
.video__status--play:hover::after {
    border-left-color: #fff
}


.video__end--block {
    position: relative;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    min-width: 80px;
    min-height: 80px
}

.video__end--block::before {
    content: "";
    display: block;
    padding-top: 100%
}

.video__end {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #18b77e;
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: auto 50%;
    background-image: url("../img/icons-video/call-sprite.png");
    background-position-x: 20px;
    -webkit-transition: 250ms;
    transition: 250ms
}

.video__end.active {
    border: 1px solid #fff;
    background-color: #18b77e;
    background-position-x: -20px
}

.video__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.video__duration {
    margin: 0 20px
}

.video__title {
    color: #8f8f8f;
    font-weight: 700;
    margin-bottom: 20px
}

.video__buttons--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    padding-left: 10px;
    position: relative
}

.video__buttons--item {
    width: 60px;
    height: 60px
}

.video__buttons--item:not(:first-child) {
    margin-left: 10px
}

.video__btn,
.video__btn::before {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.finish_task {
    position: static;
    z-index: 50;
    Width: 50%;
    height: 100%;

    background: red;
}

.video__btn {
    padding: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: auto 50%;
    border: 1px solid #18b77e;
    background-position-x: 14px;
    max-width: 60px;
    max-height: 60px;
    background-color: transparent;
    position: relative;
    -webkit-transition: 250ms;
    transition: 250ms
}

.video__btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms
}

.video__btn.active {
    -webkit-transition: 250ms;
    transition: 250ms;
    background-position-x: -14px
}

.video__btn.active::before {
    content: "";
    background-color: #18b77e;
    opacity: 1;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms
}

.video__btn--microphone {
    background-image: url("../img/icons-video/microphone-sprite.png")
}

.video__btn--camera {
    background-image: url("../img/icons-video/camera-sprite.png")
}

.video__btn--camera.active {
    background-position-x: -14px
}

.video__btn--mute {
    background-image: url("../img/icons-video/speaker-sprite.png")
}

.video__btn--share {
    background-image: url("../img/icons-video/share-sprite.png")
}

.video__btn--settings {
    background-image: url("../img/icons-video/settings-sprite.png");
}

.video__settings--container,
.video__settings--container.active {
    -webkit-transition: max-height 500ms ease;
    transition: max-height 500ms ease
}

.video__settings--container {
    position: absolute;
    z-index: 5;
    bottom: 90px;
    right: 10px;
    left: 0;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    max-height: 0
}

.video__settings--container.active {
    max-height: 250px;
    border: 1px solid rgba(120, 161, 206, 0.5);
}

.video__settings--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 12px
}

.video__settings--title {
    color: #8f8f8f;
    margin-bottom: 5px;
    font-size: 18px
}

.header2__video-text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(205, 205, 205, 0.5)
}

.header2__video-text-right {
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    height: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header2__video-play-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #18b77e;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: 250ms;
    transition: 250ms
}

.header2__video-play-btn svg {
    width: 15px;
    height: 15px;
    fill: #18b77e
}

.header2__video-play-btn.active,
.header2__video-play-btn:hover {
    background-color: #18b77e
}

.header2__video-play-btn.active svg,
.header2__video-play-btn:hover svg {
    fill: #fff
}

.header2__user-video-caption {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #18b77e
}

.header2__user-video .header2__profile-list {
    width: 100%;
    min-width: 250px;
    /*overflow-y: auto;*/
}

.header2__user-video .header2__profile-list::-webkit-scrollbar {
    width: 3px
}

.header2__user-video .header2__profile-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .1)
}

.header2__user-video .header2__profile-list::-webkit-scrollbar-thumb {
    background: #18b77e
}

.header2__user-video-date {
    font-size: 14px;
    color: #1789f4;
    font-weight: 700
}

.header2__user-video-date mark {
    background: 0;
    color: #1789f4
}

.header2__video-link-block {
    padding: 5px 10px;
    border-top: 1px solid #cdcdcd;
    text-align: right
}

.sidenav {
    height: 100%;
    /* Full-height: remove this if you want "auto" height */
    width: 180px;
    /* Set the width of the sidebar */
    position: absolute;
    /* absolute Sidebar (fixed in place on scroll) */
    z-index: 1;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    left: 0;
    /*background-color: #242c27; !* Black *!*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Style page content */
.main {
    margin-left: 160px;
    /* Same as the width of the sidebar */
    padding: 0px 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */

@media screen and (min-width:1100px) {
    .sidenav {
        margin-top: 100px;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}


@media screen and (max-width:1150px) {
    .video .chat__writing-block {
        height: auto
    }
}

@media screen and (max-height:990px) and (min-width:1150px) {
    .video__content--top {
        height: calc(100vh - 210px);
    }
}

@media screen and (max-width:980px) {
    .video__content--top {
        position: relative
    }

    .video__messages {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .video__messages.active {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background-color: #fff;
        margin-left: 0;
        max-width: unset
    }

    .video__content--bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .video__call {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-right: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .video__end--block {
        min-width: unset;
        min-height: unset;
        max-width: 80px;
        max-height: 80px;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }

    .video__buttons--list {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-left: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-left: auto
    }

    .video__buttons--item {
        -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
        width: auto;
        height: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative
    }

    .video__buttons--item::before {
        content: "";
        display: block;
        padding-top: 100%
    }

    .video__buttons--item:not(:last-child) {
        margin-right: 5px
    }

    .video__btn {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .video__buttons--item:not(:first-child) {
        margin-left: 0
    }

    .video__status {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 10px;
        padding: 0;
        border: 0
    }
}

@media screen and (max-width:667px) {
    .video__buttons--list {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 10px
    }

    .video__content--top {
        height: 400px
    }

    .video__end--block {
        max-width: 70px;
        max-height: 70px
    }

    .video__end {
        background-position-x: 15px
    }

    .video__end.active {
        background-position: -15px
    }

    .video__settings--container {
        left: auto
    }
}

@media screen and (max-width:380px) {
    .video__buttons--item {
        -ms-flex-preferred-size: 19.5%;
        flex-basis: 19.5%
    }

    .video__buttons--item:not(:last-child) {
        margin-right: 0
    }

    .video__buttons--list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.training__total .table {
    margin-bottom: 0
}

.my__training--current {
    margin-bottom: 32px
}

.my__training--current .table__td--date,
.my__training--current .table__td--planned-date {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%
}

.my__training--history {
    margin-bottom: 100px
}

.table__td--action .my__trainings--action:only-of-type {
    margin-right: 0
}

.my__trainings--action:first-child {
    margin-right: 5px
}

.my__trainings--action:nth-child(2) {
    position: relative;
    margin-left: 5px
}

.table__td--estimated,
.table__td--estimated-income,
.table__td--mentor,
.table__td--planned,
.table__td--subject {
    -ms-flex-preferred-size: 13%;
    flex-basis: 13%
}

.table__td--status {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
}

.table__td--action {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.my__training--history .table__td--date,
.my__training--history .table__td--mentor {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%
}

.my__training--history .table__td--estimated,
.my__training--history .table__td--estimated-income,
.my__training--history .table__td--status,
.my__training--history .table__td--learner-invoice,
.table__td--duration,
.table__td--review {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%
}

.my__training--history .table__td--subject {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%
}

.table__td--invoice {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (max-width:768px) {
    .training__total .table__td {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .training__total .table__tr .table__td:nth-child(5) {
        border-bottom: none
    }

    .training__total .table__tr .table__td:last-child {
        background-color: rgba(170, 170, 170, .1)
    }

    .table__td--review,
    .table__td--status-as-mentor {
        background-color: rgba(170, 170, 170, .1);
        border-bottom: 1px solid rgba(151, 151, 151, .2)
    }
}

.mentor__step__container {
    margin: 0 0 20px 0;
    display: flex;
    align-items: center
}

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

.mentor__step {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    border: 1px solid #e6e6e6;
    margin-right: 5px;
    font-size: large;
    color: #32ae4c;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.mentor__step i {
    margin-top: 4px;
}

.mentor__step span {
    color: #575757;
    font-size: 14px;
}

.mentor__step__text {
    font-size: 14px;
    color: #575757;
}

.mentor__step__container.disable .mentor__step__text {
    color: #575757
}

.mentor__step__container.disable .mentor__step {
    background: #e6e6e6;
    border: 1px solid #e6e6e6
}

.mentor__step__container.selected .mentor__step {
    border: 2px solid #18b77e
}

.mentor__step__container.selected .mentor__step span,
.mentor__step__container.selected .mentor__step__text {
    color: #414141
}

.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden
}

.alternate-bkg .home_section:nth-child(even),
.alternate-bkg .feedback:nth-child(even),
.alternate-bkg .category:nth-child(even),
.alternate-bkg .alternated_block:nth-child(even),
.alternate-bkg .profile_section:nth-child(even) {
    background-color: #f9f9f9
}

.alternated_block {
    padding: 10px 0 30px 0;
}

.home__bloc_contents {
    max-width: 1176px;
    margin: 40px auto;
}

.home__bloc_contents h2 {
    color: #18b77e;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    word-break: break-word;
    margin: 0 0 40px 0;
    text-align: center
}

.chat_icons {
    display: flex;
    margin: 10px 0;
    font-size: 12px;
    line-height: 20px
}

.chat_icons div:first-child {
    margin-right: 10px
}

.chat_icons div:nth-child(2n) {
    margin-right: 2px
}

.chat_icons img {
    height: 20px
}

.home__custom_info_block {
    color: #fff;
}

.hidden {
    display: none;
}

.get_another_values img {
    height: 25px;
    margin: 0 46.5%;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    width: 70%;
    margin: 10px auto auto auto;
}

.alert.full_page {
    width: 100%;
}

.loader {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
}

.loader img {
    position: absolute;
    top: 50%;
    left: 37%;
    width: 26%;
}

.customer-charge-popup {
    width: 630px;
    max-width: 800px !important;
    height: 300px !important;
}

.customer-charge-popup button {
    margin: 50px auto 0 auto;
}

#card-element {
    width: 96%;
    margin: 2% auto;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#pay_popup_container a {
    padding: 16px 90px;
}

.request_button img {
    position: absolute;
    right: calc(100% - 66%);
    height: auto;
    width: 63px;
}

.payment_response_message {
    text-align: center;
    padding-bottom: 15px;
}

.popup-for-continue-book .inscription__form-caption {
    margin-bottom: 10px;
}

.popup-for-continue-book .inscription__register {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    margin-bottom: 10px;
}

.popup-for-continue-book .inscription__register-btn {
    padding: 10px 15px;
    border: 1px solid transparent;
    cursor: pointer;

    transition: 250ms;
}

.popup-for-continue-book .inscription__register-btn:first-child {
    margin-right: 10px;
}

.popup-for-continue-book .inscription__register-btn:first-child:hover {
    border: 1px solid #006be3;
}

.popup-for-continue-book .inscription__register-btn:last-child {
    background-color: #df2c2c;
}

.popup-for-continue-book .inscription__register-btn:last-child:hover {
    background-color: transparent;
    color: #df2c2c;
    border: 1px solid #df2c2c;
}

.popup-for-continue-book #time_for_automatic_finish {
    display: flex;
}

.popup-for-continue-book #time_for_automatic_finish::before {
    content: "(";
    margin-left: 5px;
}

.popup-for-continue-book #time_for_automatic_finish::after {
    content: ")";
}

.popup-for-continue-book .automatic__finish--time--text {
    text-align: center;
    font-size: 0.875rem;
    color: #ffae00;
}

.inscription-form--block {
    padding: 20px;
    display: flex;
}

.booking-continue-popup {
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
}

.booking-continue-popup-txt .user-login-error {
    max-width: none;
}

.booking-continue-popup-txt>div:nth-child(n + 2) {
    color: #b4b4b4;
    font-family: 'Raleway', 'Open Sans', 'Montserrat', sans-serif;
    font-size: 15px;
    margin-bottom: 7px;
}

.booking-continue-popup-elem {
    margin-left: 10px;
    text-align: CENTER;
}

.booking-continue-popup-elem select {
    margin-bottom: 10px;
    height: 28px;
    width: 120px;
}

.booking-continue-popup-elem button {
    display: inline-block;
    background: #18b77e;
    border: 0;
    height: 30px;
    border-radius: 50px;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 5px;
    font-size: 16px;
    width: 170px;
    cursor: pointer;
    text-transform: lowercase
}

.booking-continue-popup-elem button::first-letter {
    text-transform: uppercase
}

.booking-continue-popup-elem button#finish_booking {
    background: #f00;
}

.booking-continue-popup-elem button#finish_booking.hover__blue-white:hover {
    background: #fff;
}

.video_session_not_found {
    color: #8f8f8f;
    font-size: 1rem;
    padding: 5px;
    font-weight: 500;
}

.document_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

.video__end:disabled {
    background-color: #fff;
    background-position-x: 20px;
    opacity: .5;
    border: 1px solid #18b77e;
    cursor: default;
}

.table__td--status-as-mentor {
    flex-basis: 10%;
}

.search_category {
    fill: #18b77e
}

.form-help {
    font-size: 14px;
    margin-top: 5px;
    color: #8f8f8f
}

.form-help.top {
    margin-bottom: 5px
}

.green {
    color: #18b77e
}

.red {
    color: #df2c2c
}

.right-fix {
    margin-left: auto
}

#comments_list {
    margin-bottom: 20px
}

.comment_group {
    margin-top: 30px;
    padding: 20px 10px;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid #e6e6e6
}

.comment .comment_text {
    margin-top: 30px
}

.comment.reply {
    margin-top: 40px;
    margin-left: 50px
}

.comment_group.hidden_comment {
    background: repeating-linear-gradient(60deg, #fff, #fff 35px, #f4f4f4 35px, #f4f4f4 70px)
}

.add_comment_box {
    margin-top: 30px
}

.edit_comment,
.post_comment {
    margin-left: 20px
}

.make_parent_public_checkbox {
    font-size: 12px
}

.comments_title {
    color: #e4b654;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    margin: 40px 0 20px 0;
    word-break: break-word;
}

.comment .card__item-name,
.comment .card__item-name a,
.comment .card__item-date {
    color: #8f8f8f;
}

.comment .card__item-date {
    font-size: 12px;
}

.comment-toolbar {
    font-size: 14px
}

.comment-toolbar a::after {
    content: " | ";
}

.comment-toolbar a:last-child:after,
.comment-toolbar a.no_pipe:after {
    content: "";
}

.comment_text {
    font-size: 14px
}

.add_comment_box {
    width: 80%
}

.add_comment_box .alert {
    width: 100%;
    margin: 0 0 10px 0;
}

.add_comment_box textarea {
    margin-bottom: 5px
}

.comment_caption {
    color: #414141;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .28px;
    margin-bottom: 10px
}

.document_user_bio {
    padding: 10px;
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    align-items: flex-start;
    font-family: "Open Sans"
}

.document_user_bio .left-col {
    min-width: 180px;
    margin: 0 20px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

.document_user_bio .user_photo {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    margin: 0 0 10px 0
}

.document_user_bio .name {
    font-size: 20px;
    margin: 10px 0;
    font-weight: 600
}

.document_user_bio .function {
    color: #8f8f8f;
    margin: 10px 0;
    font-weight: 600
}

.document_user_bio .bio {
    color: #575757;
    line-height: 22px
}

.sharethis-inline-share-buttons {
    z-index: 0 !important
}

.sharethis-inline-share-buttons .st-btn:hover {
    opacity: 0.7 !important;
    top: 0 !important
}

.training_block {
    max-width: 920px;
    margin: auto;
    background-color: #fff;
    border-radius: 18px;
    padding: 18px;
    margin-top: 20px;
}

.mentor_offer_synthesis {
    margin-bottom: 40px
}

.mentor_offer_synthesis .title {
    font-weight: 700;
    margin-bottom: 20px
}

.mentor_offer_synthesis .intro {
    min-height: 60px;
}

.mentor_offer_synthesis .counter {
    margin: 10px 0;
    font-weight: 700;
    text-transform: lowercase;
}

.join_select {
    width: 300px;
    font-size: 22px;
    margin: 0 auto;
    margin-top: 10px;
}

.join_button_video {
    margin-top: 10px;
    padding-left: 45%;
    position: static;
}


.video_join_center {
    margin: auto;
    width: 40%;
    padding: 10px;
}

.video_join_center label {
    font-size: 22px;
    color: #4a4a4a;
    margin: 0px auto;
    text-align: center;
}

.video_join_center button {
    margin-top: 20px;
}

.pipe_before::before {
    content: " | "
}

.center_text_heading {
    font-size: 24px;
    text-align: center;
}

.pipe_after::after {
    content: " | "
}

.btn_line {
    padding-top: 50px;
    text-align: center;
    margin-bottom: 50px
}

.show_more_btn {
    white-space: pre;
}

.show_more_btn::after {
    content: " >";
    display: inline-block;
    -webkit-transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms
}

.show_more_btn:hover::after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.simple_btn {
    display: inline-block;
    padding: 6px 22px;
    border-radius: 15px;
    background-color: #fff;
    border: 2px solid #18b77e;
    color: #18b77e;
    font-weight: 700;
    letter-spacing: .52px;
    font-size: 13px;
    cursor: pointer;
}

.simple_btn:hover {
    opacity: 1;
    background-color: #18b77e;
    color: #fff
}

.simple_btn.hide {
    display: none;
}

.primary_btn {
    padding: 6px 22px;
    border-radius: 15px;
    border: 1px solid transparent;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 700;
    margin-bottom: auto;
    background-color: #18b77e;
    transition: 250ms background-color;
    cursor: pointer;
    color: #fff;
    text-align: center;
}

.primary_btn#change_presentation {
    border-radius: 10px;
    min-height: 40px;
    text-transform: capitalize;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.simple_btn.big,
.primary_btn.big,
.primary_btn.big.loading-button {
    padding: 15px 115px;
    border-radius: 26px;
    max-height: 51px;
    font-size: 18px
}

.simple_btn.medium,
.primary_btn.medium {
    padding: 12px 44px;
    border-radius: 24px;
    max-height: 51px;
    font-size: 18px
}

.primary_btn.loading-button {
    padding: 6px 50px;
}

.primary_btn:hover {
    opacity: 1;
    background: #fff;
    color: #18b77e;
    border: 1px solid #18b77e
}

.primary_btn img {
    position: absolute;
    right: calc(100% - 66%);
    height: auto;
    width: 35px;
}

label input[type='checkbox'] {
    margin-right: 2px !important;
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}

.form__first-checkbox {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form__first-checkbox:checked {
    background-image: url("../img/icons/checked.svg");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center center
}

.align-center {
    text-align: center
}

.margin_left {
    margin-left: 10px
}

.margin_top {
    margin-top: 10px
}

.margin_bottom {
    margin-bottom: 10px
}

.inline_loader img {
    vertical-align: middle;
    margin: 0 -15px;
    height: 20px;
    width: auto
}

.form__block_center {
    text-align: center
}

.form_line {
    margin-bottom: 20px
}

.form__first-radio-checkbox-block {
    margin-top: 10px
}

.form__first-radio-checkbox-block div {
    margin-top: 5px
}

.quizz_description {
    letter-spacing: .28px;
    margin-bottom: 40px;
}

.quizz .form_line {
    margin-bottom: 40px
}

.quizz .form__first-text-block.question {
    padding: 7px 10px;
    background-color: #f4f4f4;
    border-radius: 10px
}

.quizz .form__first-text-block.result {
    padding: 10px 25px 0 28px
}

.quizz .form__first-text-block.result .explanation {
    padding-top: 5px;
    font-style: italic
}

.quizz .question_id {
    font-weight: 700;
    padding-bottom: 5px
}

.quizz .form__first-radio-checkbox-block {
    margin-left: 20px
}

.quizz .error-msg {
    color: #df2c2c;
    padding-top: 5px
}

.quizz .result,
.quizz .result_message {
    margin: 20px 0
}

c .result {
    font-weight: 700
}

.quizz-end-buttons {
    display: flex;
    justify-content: center;
    margin: 20px 0
}

.quizz .take_again,
.quizz .skip_step {
    margin-left: 10px
}

.track_table_of_contents {
    padding: 0
}

.track_table_of_contents li {
    margin: 10px 0;
    list-style-type: none
}

.track_table_of_contents li i {
    display: inline-block;
    width: 20px
}

.track_table_of_contents li .quizz {
    text-transform: uppercase
}

.track_table_of_contents li .quizz:before {
    content: '['
}

.track_table_of_contents li .quizz:after {
    content: ']'
}

.track_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0;
    flex-wrap: wrap
}

.track_navigation div {
    flex-basis: 50%
}

.track_navigation div:last-of-type {
    text-align: right
}

@media screen and (max-width:812px) {
    .track_navigation div {
        flex-basis: 100%;
        text-align: center
    }

    .track_navigation div:last-of-type {
        text-align: center;
        margin-top: 20px
    }
}

/* latest updates since 2021.03.03 */
.header2__user-item.header2__user-sign {
    margin: 0 20px;
}

.header2__user-item.header2__user-sign .header2__user-link-profile>a {
    margin-right: 5px;
    color: #fff;
}


.form__first-type.form__first-right.sub_category_block {
    flex-basis: 100%;
}

.form__first-type.form__first-right.sub_category_block .form__first-text-long {
    height: 100px;
    resize: none;
}

.hastag-prop {
    display: flex;
    align-items: center;
}

.hastag-prop>img {
    margin-left: 5px;
    width: 32px;
}



.button-68 {
    appearance: none;
    backface-visibility: hidden;
    background-color: #27ae60;
    border-radius: 8px;
    border-style: none;
    box-shadow: rgba(39, 174, 96, .15) 0 4px 9px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Inter, -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.5;
    outline: none;
    overflow: hidden;
    padding: 13px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: top;
    white-space: nowrap;
}

.button-68:hover {
    background-color: #1e8449;
    opacity: 1;
    transform: translateY(0);
    transition-duration: .35s;
}

.button-68:active {
    transform: translateY(2px);
    transition-duration: .35s;
}

.centered-text {
    text-align: center;
    max-width: 550px;
    position: relative;
    margin: auto;
}

.button-68:hover {
    box-shadow: rgba(39, 174, 96, .2) 0 6px 12px;
}

.profil__left-img .primary_btn.profil__left-img-btn {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.training_details_popup#video_popup {
    width: auto;
}

.training_details_popup#video_popup iframe {
    border: 0;
}

#new_booking_request_form .booking__line,
#new_booking_request_form .booking__objective {
    flex-direction: column;
    align-items: flex-start;
}

#new_booking_request_form .booking__line .booking__text {
    margin-right: 0;
    min-width: initial;
    width: auto;
    margin-bottom: 5px;
}

#new_booking_request_form .booking__select,
#new_booking_request_form .booking__objective-text,
#new_booking_request_form .booking__line {
    width: 100%;
}

#new_booking_request_form .booking__objective-text {
    margin-top: 0 !important;
    margin-bottom: 10px;
}

#new_booking_request_form #send_new_booking_request {
    margin-left: 0;
}

.training_mentor_name>span,
.mentor_item_name>span {
    display: flex;
    align-items: center;
}

.training_mentor_name img,
.mentor_item_name img {
    margin-left: 5px;
}

.profile_skills_gc_list {
    flex-direction: column;
}

.profile_skills_skill_list {
    flex-basis: initial;
    margin-bottom: 30px;
}

.profile_skills_skill_list li {
    width: 100%;
}

.profile_skills_skill_list li span:last-of-type {
    margin-left: auto;
}

.profil__form-container-2 {
    margin: 10px;
}

.review_intro_header {
    text-align: center;
    margin: auto;
    color: #18b77e;
    font-size: 18px;
    font-weight: 700;
}

.meeting_dashboard {
    max-width: 100%;
    height: 48px;
    background: #202224;
    position: relative;
    margin-top: 61px;
    padding-left: 13%;
    padding-right: 13%;
    z-index: 4000;
}

.form-caption-heading {
    text-align: center;
    margin-left: 30%;
    font-size: 14px;
}

.right_nav {
    float: right;
    color: #fff;
    font-size: 16px;
    display: block;
}

.review_intro_la_platform_header {
    text-align: center;
}

.review_intro_la_platform_text {
    font-size: 13px;
    text-align: center;
}

.rating_block {
    background: #dfe1e5;
    margin: 12px;
    padding: 1px 15px 1px 15px;
    border-radius: 23px;
}

.rating__text--caption {
    font-weight: 700;
}

.rating_second {
    position: relative;
    width: 10em;
    height: 2em;
    margin: 0;
    background-image: url(../img/star/star.svg);
    background-repeat: repeat-x;
    background-size: 2em auto;
    margin-left: 28%;
}

.rating_block_tree {
    background: #dfe1e5;
    margin: 12px;
    padding: 1px 15px 1px 15px;
}

.select_container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.select-control {
    width: 320px;
    font-size: 13px;
}

.left_nav {
    float: left;
    color: #fff;
    font-size: 16px;
    display: block;
}

.grey_form_container {
    max-width: 920px;
    margin: auto;
    background-color: #fff;
    border-radius: 18px;
    padding: 18px;
    margin-top: 20px;
}

.skils_blocks .form__first-text-long {
    color: #7a786f;
}

.profile_column_title {
    flex: 1;
    text-align: left;
    color: #242c27;
    font-family: 'Montserrat';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.6px;

}

.category_title_top_bar {
    margin-top: 18px;
}

.skill_block {
    background-color: #e1e1e1;
    margin: 10px;
}

.home_training_button {
    height: 50px;
    background-color: #E4B654;
    padding: 0 35px;
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    color: var(--clr-theme-1);
    border-radius: 5px;
    font-weight: 700;
}

.ml-auto {
    margin-left: auto;
}

.mt-auto {
    margin-top: auto;
}

.table td {
    padding: 18px;
}

.mobile_menu ul li a {
    color: #18b77e;
}

header .container {
    padding: 15px !important;
}

.home_main_img_style {
    width: 100%;
    /* margin: 0em; */
    margin-top: 39px;
    margin-bottom: 87px;
}

.track_objective {
    color: #242c27;
    list-style: none;
}

.track_unit_steps {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 45%;
}

.track_unit_steps span {
    margin-right: 20px;
}

.track_unit_steps .fa-check {
    color: #18b77e;
}

.book_trackunit_mentor {
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

#add_new_skill {
    margin: 2rem;
    border: 1px solid #18b77e;
    padding: 1rem;
    margin-bottom: 0;
    border-radius: 1rem;
    transition: 0.3s;

    &:hover {
        background-color: #18b77e;
        color: white;
        text-decoration: none;
    }
}
