@font-face {
    font-family: "Gotham";
    src: url(/static/fonts/catalog/Gotham-Book.woff2) format("woff2"), url(/static/fonts/catalog/Gotham-Book.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url(/static/fonts/catalog/Gotham-Medium.woff2) format("woff2"), url(/static/fonts/catalog/Gotham-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url(/static/fonts/catalog/Gotham-Bold.woff2) format("woff2"), url(/static/fonts/catalog/Gotham-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

*, ::after, ::before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
}

body, html {
    min-height: 100%;
}

body, h1, h2, h3, h4, p, li, figure, figcaption, blockquote, dl, dd {
    margin: 0;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img, svg {
    max-width: 100%;
    height: auto;
    display: block;
}

button, input, select, textarea {
    font-family: inherit;
}

button {
    touch-action: manipulation;
    color: #000;
}

body {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    color: #000;
    font-variant-ligatures: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-anchor: none;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.fixed-buttons {
    position: fixed;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 20;
}

.recalls .swiper-button-next:after, .recalls .swiper-container-rtl .swiper-button-prev:after,
.recalls .swiper-button-prev:after, .recalls .swiper-container-rtl .swiper-button-next:after,
.resume__head .swiper-button-next:after, .resume__head .swiper-container-rtl .swiper-button-prev:after,
.resume__head .swiper-button-prev:after, .rresume__head .swiper-container-rtl .swiper-button-next:after,
.education-block .swiper-button-nextt:after, .education-block .swiper-container-rtl .swiper-button-prevv:after,
.education-block .swiper-button-prevv:after, .education-block .swiper-container-rtl .swiper-button-nextt:after {
    display: none;
}

@media only screen and (max-width: 768px) {
    .education-block__slider-wrapper .swiper-button-prevv, .education-block__slider-wrapper .swiper-button-nextt {
        display: none;
    }
}

.education-block .swiper-button-nextt,
.education-block .swiper-button-prevv {
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
}

.education-block .swiper-button-nextt:hover svg path,
.education-block .swiper-button-prevv:hover svg path {
    stroke: #74c47b;
}

.recalls .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    opacity: 0.3;
    background: #0065d3;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    transition: 0.3s ease;
}

.recalls .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
    margin: 0 17px 0 0;
}

@media only screen and (max-width: 768px) {
    .recalls .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
        margin-right: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .recalls .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

.resume__head .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    opacity: 1;
    background: #f8f9fb;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    transition: 0.3s ease;
}

.resume__head .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
    margin: 0 11px 0 0;
}

.recalls .swiper-pagination {
    text-align: left;
}

.recalls .swiper-container {
    padding: 0 0 50px;
    margin-top: 44px;
}

@media only screen and (max-width: 768px) {
    .recalls .swiper-container {
        margin-top: 24px;
        padding-bottom: 30px;
    }
}

.recalls .swiper-button-prev, .recalls .swiper-container-rtl .swiper-button-next {
    left: 0;
    top: 42%;
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 768px) {
    .recalls .swiper-button-prev, .recalls .swiper-container-rtl .swiper-button-next {
        display: none;
    }
}

.resume__head .swiper-button-prev svg, .resume__head .swiper-container-rtl .swiper-button-next svg,
.resume__head .swiper-button-next svg, .resume__head .swiper-container-rtl .swiper-button-prev svg,
.education-block .swiper-button-prevv svg, .education-block .swiper-container-rtl .swiper-button-nextt svg,
.education-block .swiper-button-nextt svg, .education-block .swiper-container-rtl .swiper-button-prevv svg {
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
    width: 10px;
    height: 20px;
}

@media (hover: hover) and (pointer: fine) {
    .resume__head .swiper-button-prev:hover svg path, .resume__head .swiper-button-next:hover svg path,
    .education-block .swiper-button-prevv:hover svg path, .education-block .swiper-button-nextt:hover svg path,
    .recalls .swiper-button-next:hover svg path, .recalls .swiper-button-prev:hover svg path {
        stroke: #74c47b;
    }
}

@media (hover: none) and (pointer: coarse) {
    .resume__head .swiper-button-prev:active svg path, .resume__head .swiper-button-next:active svg path,
    .education-block .swiper-button-prevv:active svg path, .education-block .swiper-button-nextt:active svg path,
    .recalls .swiper-button-next:active svg path, .recalls .swiper-button-prev:active svg path {
        stroke: #74c47b;
    }
}

.recalls .swiper-button-next, .recalls .swiper-container-rtl .swiper-button-prev {
    right: 0;
    top: 42%;
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 768px) {
    .recalls .swiper-button-next, .recalls .swiper-container-rtl .swiper-button-prev {
        display: none;
    }
}

.education-block .swiper-button-prevv, .education-block .swiper-container-rtl .swiper-button-nextt {
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
    width: 10px;
    left: -15px;
}

.education-block .swiper-button-nextt, .education-block .swiper-container-rtl .swiper-button-prevv {
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
    width: 10px;
    right: 0;
}

.recalls .swiper-container-horizontal > .swiper-pagination-bullets, .recalls .swiper-pagination-custom, .recalls .swiper-pagination-fraction {
    bottom: 0;
}

.recalls .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 48px;
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    .recalls .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
        width: 30px;
    }
}

.swiper-button-nextt, .swiper-button-prevv {
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-nextt.swiper-button-disabled, .swiper-button-prevv.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.resume__head .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #74c47b;
    width: 30px;
    opacity: 1;
}

.filter-button {
    align-items: center;
    justify-content: center;
    background: #0086d3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    border: none;
    border-radius: 8px;
    padding: 5px 10px;
    height: 48px;
    margin-right: 15px;
    cursor: pointer;
    display: none;
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 992px) {
    .filter-button {
        display: flex;
        width: 240px;
    }
}

@media only screen and (max-width: 768px) {
    .filter-button {
        width: 100px;
        flex-direction: column;
        margin-right: 16px;
    }
}

.filter-button svg path {
    stroke: #fff;
}

@media (hover: hover) and (pointer: fine) {
    .filter-button:hover {
        background: #0580c8;
    }

    .order-button:hover {
        background: #eb7d19;
    }

    .chat-button:hover {
        background: #31bc58;
    }
}

@media (hover: none) and (pointer: coarse) {
    .filter-button:active {
        background: #0580c8;
    }

    .order-button:active {
        background: #eb7d19;
    }

    .chat-button:active {
        background: #31bc58;
    }
}

.order-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ef892a;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    border: none;
    border-radius: 8px;
    padding: 5px 10px;
    height: 48px;
    margin-right: 15px;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
    width: 240px;
}

@media only screen and (max-width: 768px) {
    .order-button {
        width: 100px;
        flex-direction: column;
        margin-right: 16px;
    }
}

.order-button svg path {
    stroke: #fff;
}

.chat-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #74c47b;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    border: none;
    border-radius: 8px;
    padding: 5px 10px;
    height: 48px;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
    width: 240px;
}

@media only screen and (max-width: 768px) {
    .chat-button {
        width: 100px;
        flex-direction: column;
    }
}

.chat-button svg path {
    stroke: #fff;
}

.chat-button__text,
.order-button__text {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    margin-left: 11px;
}

@media only screen and (max-width: 768px) {
    .chat-button__text,
    .order-button__text {
        display: none;
    }
}

.filter-button__text-min {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    margin-left: 11px;
}

@media only screen and (max-width: 768px) {
    .filter-button__text-min {
        font-size: 14px;
        line-height: 18px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 992px) {
    .filter-button__text-min {
        display: block;
        margin-left: 11px;
    }
}

.chat-button__text-min,
.order-button__text-min {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    display: none;
}

@media only screen and (max-width: 768px) {
    .chat-button__text-min,
    .order-button__text-min {
        display: block;
    }
}

.block-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
    .block-title {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 16px;
    }
}

.block-description {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
    .block-description {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }
}

.btn {
    font-size: 14px;
    line-height: 16.4px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px 10px;
    border-radius: 4px;
    border: none;
    transition: 0.3s ease;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
}

.btn_secondary {
    background: #ef892a;
    box-shadow: 0px 0.3px 0.5px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.btn_primary {
    background: #74c47b;
    box-shadow: 0px 0.3px 0.5px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.2);
    color: #f8f9fb;
}

@media (hover: hover) and (pointer: fine) {
    .btn_primary:hover {
        background: #31bc58;
        box-shadow: none;
    }

    .btn_secondary:hover {
        background: #eb7d19;
        box-shadow: none;
    }
}

@media (hover: none) and (pointer: coarse) {
    .btn_primary:active {
        background: #31bc58;
        box-shadow: none;
    }

    .btn_secondary:active {
        background: #eb7d19;
        box-shadow: none;
    }
}

.header {
    background: #74c47b;
}

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

@media only screen and (max-width: 768px) {
    .header__inner {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 768px) {
    .logo {
        width: 96px;
    }
}

.header__button {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    color: #fff;
    background: none;
    padding: 0;
    border: none;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 768px) {
    .header__button {
        font-size: 14px;
        line-height: 18px;
    }
}

.header__separator {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .header__separator {
        font-size: 14px;
        line-height: 18px;
    }
}

.hero {
    background: url("/static/img/catalog/bg_header-min.jpg") no-repeat center;
    background-size: cover;
    padding: 55px 0;
    min-height: 465px;
}

@media only screen and (max-width: 768px) {
    .hero {
        padding: 34px 0;
        background-color: #f2f2f4;
        background-image: none;
        min-height: 447px;
    }
}

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

@media only screen and (max-width: 768px) {
    .hero__inner {
        flex-direction: column;
    }
}

@media only screen and (max-width: 992px) {
    .hero__info {
        width: calc(100% - 320px);
    }
}

@media only screen and (max-width: 768px) {
    .hero__info {
        width: 100%;
    }
}

.hero__title {
    font-size: 32px;
    line-height: 41px;
    font-weight: 700;
    margin-bottom: 38px;
    max-width: 490px;
}

@media only screen and (max-width: 992px) {
    .hero__title {
        font-size: 26px;
        line-height: 32px;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .hero__title {
        font-size: 24px;
        line-height: 31px;
        text-align: center;
        margin-bottom: 16px;
        max-width: 100%;
    }
}

.hero__description {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 50px;
    max-width: 390px;
}

@media only screen and (max-width: 768px) {
    .hero__description {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        margin-bottom: 24px;
        max-width: 100%;
    }
}

.hero__video-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 48px;
    background: none;
    border: 2px solid #ef892a;
    border-radius: 4px;
    transition: 0.3s ease;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 768px) {
    .hero__video-button {
        display: none;
    }
}

.hero__video-button svg path {
    fill: #ef892a;
}

@media (hover: hover) and (pointer: fine) {
    .hero__video-button:hover {
        border-color: #eb7d19;
        color: #eb7d19;
    }

    .hero__video-button:hover svg path {
        fill: #eb7d19;
    }
}

@media (hover: none) and (pointer: coarse) {
    .hero__video-button:active {
        border-color: #eb7d19;
        color: #eb7d19;
    }

    .hero__video-button:active svg path {
        fill: #eb7d19;
    }
}

.hero__video-button-text {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #ef892a;
    text-transform: uppercase;
    margin-left: 13px;
}

.hero__form {
    width: 412px;
    background: #f8f9fb;
    border-radius: 8px;
    padding: 34px 24px 44px;
    position: relative;
    min-height: 355px;
}

@media only screen and (max-width: 992px) {
    .hero__form {
        width: 300px;
        padding: 25px 15px 30px;
    }
}

@media only screen and (max-width: 768px) {
    .hero__form {
        width: 100%;
        background: none;
        padding: 0;
    }
}

.hero__form:before {
    position: absolute;
    left: -323px;
    bottom: 120px;
    width: 288px;
    height: 58px;
    background: url("/static/img/catalog/header-arrow.svg") no-repeat;
    content: "";
}

@media only screen and (max-width: 1170px) {
    .hero__form:before {
        bottom: 50px;
    }
}

.hero__form .btn {
    width: 100%;
}

.hero__form-title {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 34px;
}

.hero__form-title span {
    text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
    .hero__form-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .hero__form-title {
        display: none;
    }
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 44px;
}

@media only screen and (max-width: 768px) {
    .breadcrumbs {
        margin-bottom: 26px;
    }
}

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

.breadcrumbs__item:not(:last-child) {
    margin-right: 16px;
}

@media only screen and (max-width: 768px) {
    .breadcrumbs__item:not(:last-child) {
        margin-right: 10px;
    }
}

.breadcrumbs__item-link {
    font-size: 18px;
    line-height: 23px;
    color: #000;
    transition: 0.3s ease;
    text-decoration: none;
    margin-right: 16px;
}

.breadcrumbs__item-link:hover {
    color: #74c47b;
}

@media only screen and (max-width: 768px) {
    .breadcrumbs__item-link {
        font-size: 14px;
        line-height: 18px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .breadcrumbs__item-arrow {
        display: block;
        width: 10px;
        height: auto;
    }
}

.breadcrumbs__item-text {
    font-size: 18px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.54);
}

@media only screen and (max-width: 768px) {
    .breadcrumbs__item-text {
        font-size: 14px;
        line-height: 18px;
    }
}

.filter {
    display: flex;
    flex-direction: column;
    width: 340px;
}

@media only screen and (max-width: 1170px) {
    .filter {
        width: 300px;
    }
}

@media only screen and (max-width: 992px) {
    .filter {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .filter {
        display: none;
    }
}

.filter .Select-control {
    background: #F8F9FB;
    border: none;
    font-size: 16px;
    color: #000;
    height: 48px;
}

.filter .Select-control::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.filter .Select-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.filter .select {
    margin-bottom: 24px;
}

.filter .Select-placeholder, .filter .Select--single > .Select-control .Select-value {
    padding-left: 16px;
    padding-right: 16px;
    line-height: 48px;
}

.filter .Select-multi-value-wrapper {
    height: 100%;
}

.filter .Select-input {
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
}

.filter .Select-input > input {
    padding: 14px 0 17px;
}

.filter .Select.is-focused > .Select-control {
    background: #F8F9FB;
    border-width: 1px;
    border-style: solid;
}

.filter .Select-arrow {
    width: 16px;
    height: 9px;
    background: url("/static/img/catalog/select-arrow.svg");
    border-color: transparent;
    border-style: solid;
    border-width: 0;
}

.filter .Select.is-open > .Select-control .Select-arrow {
    transform: rotate(180deg);
    top: -2px;
    border-color: transparent;
    border-width: 0;
}

.filter .Select-control > *:last-child {
    padding-right: 12px;
}

.filter__clear-button {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 2px solid #74c47b;
    border-radius: 4px;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
}

.filter__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}

.filter__buttons .btn {
    width: calc(100% - 48px - 24px);
}

.tutor {
    padding: 44px 0 50px;
    min-height: 548px;
}

@media only screen and (max-width: 768px) {
    .tutor {
        padding: 30px 0 22px;
        min-height: 186px;
    }
}

.tutor__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 34px;
}

@media only screen and (max-width: 768px) {
    .tutor__inner {
        margin-top: 24px;
    }
}

.tutor__resume-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 388px);
}

@media only screen and (max-width: 1170px) {
    .tutor__resume-list {
        width: calc(100% - 320px);
    }
}

@media only screen and (max-width: 992px) {
    .tutor__resume-list {
        width: 100%;
    }
}

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

@media only screen and (max-width: 768px) {
    .tutor__row {
        flex-direction: column;
    }
}

.tutor__author-experience {
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.54);
    margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
    .tutor__author-experience {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 8px;
    }
}

.tutor__author-address {
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.54);
}

@media only screen and (max-width: 768px) {
    .tutor__author-address {
        font-size: 13px;
        line-height: 17px;
    }
}

.tutor__raiting-count {
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.54);
    margin: 7px 0 16px;
}

.tutor__raiting-text {
    font-size: 32px;
    line-height: 41px;
    font-weight: 700;
    margin-bottom: 5px;
}

.tutor__mobile-raiting {
    display: none;
    margin: 8px 0 5px;
}

@media only screen and (max-width: 768px) {
    .tutor__mobile-raiting {
        display: block;
    }

    .tutor__mobile-raiting .stars {
        width: 75px;
        height: 14px;
        background-size: 15px;
        left: -2px;
    }

    .tutor__mobile-raiting .stars__current {
        background-size: 15px;
        height: 14px;
    }
}

.tutor__mobile-raiting-text {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    display: none;
    margin-bottom: 8px;
}

@media only screen and (max-width: 768px) {
    .tutor__mobile-raiting-text {
        display: block;
    }
}

.tutor__mobile-raiting-text span {
    color: rgba(0, 0, 0, 0.54);
    font-weight: 400;
}

.tutor__author-name {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 24px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .tutor__author-name {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
    }
}

.tutor__resume-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

@media only screen and (max-width: 768px) {
    .tutor__resume-head {
        margin-bottom: 15px;
    }
}

.tutor__resume-raiting {
    margin-bottom: 8px;
}

@media only screen and (max-width: 768px) {
    .tutor__resume-raiting .stars {
        width: 75px;
        height: 14px;
        background-size: 15px;
        left: -2px;
    }

    .tutor__resume-raiting .stars__current {
        background-size: 15px;
        height: 14px;
    }
}

.tutor__author-info {
    width: calc(490px - 156px - 36px);
    margin: 0 auto 0 36px;
    padding-right: 10px;
}

@media only screen and (max-width: 1170px) {
    .tutor__author-info {
        width: calc(100% - 130px - 170px - 35px);
        margin: 0 15px 0 20px;
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .tutor__author-info {
        width: calc(100% - 148px - 24px);
        margin-left: 24px;
        padding-right: 0;
    }
}

.resume-prices__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

@media only screen and (max-width: 768px) {
    .resume-prices__list {
        margin-bottom: 12px;
    }
}

.resume-prices__list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.resume-prices__item-col {
    font-size: 16px;
    line-height: 20px;
}

.resume-prices__item-col:nth-child(1) {
    width: calc(100% - 150px);
}

@media only screen and (max-width: 768px) {
    .resume-prices__item-col:nth-child(1) {
        width: calc(100% - 100px);
    }
}

.resume-prices__item-col:nth-child(2) {
    text-align: right;
    width: 150px;
}

@media only screen and (max-width: 768px) {
    .resume-prices__item-col:nth-child(2) {
        width: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .resume-prices__item-col {
        font-size: 14px;
        line-height: 18px;
    }
}

.resume-prices {
    width: 490px;
    margin-top: 36px;
}

@media only screen and (max-width: 768px) {
    .resume-prices {
        width: 100%;
        margin-top: 16px;
    }
}

.tutor__head-column {
    width: 170px;
}

@media only screen and (max-width: 768px) {
    .tutor__head-column {
        display: none;
    }
}

.tutor__head-column .btn {
    width: 100%;
}

.tutor__column {
    display: flex;
    flex-direction: column;
}

.tutor__column:nth-child(1) {
    width: 490px;
}

@media only screen and (max-width: 1170px) {
    .tutor__column:nth-child(1) {
        width: calc(100% - 185px);
        padding-right: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .tutor__column:nth-child(1) {
        width: 100%;
        margin-bottom: 16px;
    }
}

.tutor__column:nth-child(2) {
    width: 170px;
}

@media only screen and (max-width: 768px) {
    .tutor__column:nth-child(2) {
        width: 100%;
    }
}

.tutor__block-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
    .tutor__block-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px;
    }
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 36px 0 0;
}

@media only screen and (max-width: 768px) {
    .pagination {
        margin-top: 24px;
    }
}

.pagination li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #f8f9fb;
    border: 1px solid #f8f9fb;
    border-radius: 4px;
}

@media only screen and (max-width: 768px) {
    .pagination li {
        width: 32px;
        height: 32px;
    }
}

.pagination li.active {
    border-color: #74c47b;
    pointer-events: none;
}

.pagination li.active a {
    font-weight: 500;
    color: #74c47b;
}

.pagination li.disabled {
    pointer-events: none;
}

.pagination li.disabled a {
    color: rgba(0, 0, 0, 0.3);
}

.pagination li.disabled svg path {
    stroke: rgba(0, 0, 0, 0.3);
}

.pagination li:not(:last-child) {
    margin-right: 16px;
}

@media only screen and (max-width: 768px) {
    .pagination li:not(:last-child) {
        margin-right: 8px;
    }
}

.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .pagination a {
        font-size: 14px;
        line-height: 18px;
    }
}

.btn-prev-page a {
    background: url("/static/img/catalog/prev.svg") no-repeat center;
    background-size: 14px;
}

.btn-prev-page.disabled a {
    opacity: 0.3;
}

.btn-first-page a {
    background: url("/static/img/catalog/double-left-arrows-angles.svg") no-repeat center;
    background-size: 14px;
}

.btn-first-page.disabled a {
    opacity: 0.3;
}

.btn-last-page a {
    background: url("/static/img/catalog/double-right-arrows-angles.svg") no-repeat center;
    background-size: 14px;
}

.btn-last-page.disabled a {
    opacity: 0.3;
}

.btn-next-page a {
    background: url("/static/img/catalog/next.svg") no-repeat center;
    background-size: 14px;
}

.btn-next-page.disabled a {
    opacity: 0.3;
}

.pagination__item-text {
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.resume-recalls {
    margin-bottom: 34px;
}

@media only screen and (max-width: 768px) {
    .resume-recalls {
        margin-bottom: 16px;
    }
}

.resume-recalls__text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
}

@media only screen and (max-width: 768px) {
    .resume-recalls__text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px;
    }
}

.resume-subjects {
    margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
    .resume-subjects {
        margin-bottom: 16px;
    }
}

.resume-subjects__list {
    font-size: 16px;
    line-height: 20px;
}

@media only screen and (max-width: 768px) {
    .resume-subjects__list {
        font-size: 14px;
        line-height: 18px;
    }
}

.resume-place__list {
    font-size: 16px;
    line-height: 20px;
}

@media only screen and (max-width: 768px) {
    .resume-place__list {
        font-size: 14px;
        line-height: 18px;
    }
}

.resume-recalls__author-name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
    .resume-recalls__author-name {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 12px;
    }
}

.tutor__link {
    font-size: 16px;
    line-height: 20px;
    color: #808080;
    text-decoration: none;
    border-bottom: 1px solid #808080;
    transition: 0.3s ease;
}

.tutor__link:hover {
    border-color: #74c47b;
    color: #74c47b;
}

@media only screen and (max-width: 768px) {
    .tutor__link {
        font-size: 13px;
        line-height: 17px;
    }
}

.resume-about_text {
    font-size: 16px;
    line-height: 20px;
}

@media only screen and (max-width: 768px) {
    .resume-about_text {
        font-size: 14px;
        line-height: 18px;
    }
}

.tutor__resume {
    background: #f8f9fb;
    padding: 24px 24px 40px;
    border-radius: 8px;
    margin-bottom: 24px;
    width: 100%;
}

@media only screen and (max-width: 1170px) {
    .tutor__resume {
        padding: 15px;
    }
}

.tutor__resume .btn_mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .tutor__resume {
        padding: 16px 16px 34px;
        margin-bottom: 16px;
    }

    .tutor__resume .btn_mobile {
        display: block;
    }

    .tutor__resume .btn {
        width: 100%;
        margin-top: 24px;
    }
}

.tutor__form {
    background: #f8f9fb;
    padding: 44px 115px;
    border-radius: 8px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1170px) {
    .tutor__form {
        padding: 40px 60px;
    }
}

@media only screen and (max-width: 768px) {
    .tutor__form {
        padding: 18px 0 30px;
        background: none;
        margin-bottom: 16px;
    }
}

.tutor__form .Select-control {
    background: #fff;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    color: #000;
    height: 48px;
}

.tutor__form .Select-control::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.tutor__form .Select-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.tutor__form .select {
    margin-bottom: 24px;
}

.tutor__form .Select-placeholder, .tutor__form .Select--single > .Select-control .Select-value {
    padding-left: 16px;
    padding-right: 16px;
    line-height: 48px;
}

.tutor__form .Select-multi-value-wrapper {
    height: 100%;
}

.tutor__form .Select-input {
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
}

.tutor__form .Select-input > input {
    padding: 14px 0 17px;
}

.tutor__form .Select.is-focused > .Select-control {
    background: #fff;
    border-width: 1px;
    border-style: solid;
}

.tutor__form .Select-arrow {
    width: 16px;
    height: 9px;
    background: url("/static/img/catalog/select-arrow.svg");
    border-color: transparent;
    border-style: solid;
    border-width: 0;
}

.tutor__form .Select.is-open > .Select-control .Select-arrow {
    transform: rotate(180deg);
    top: -2px;
    border-color: transparent;
    border-width: 0;
}

.tutor__form .Select-control > *:last-child {
    padding-right: 12px;
}

.tutor__form .btn {
    width: 100%;
    margin-top: 16px;
}

.input {
    margin-bottom: 20px;
}

.input.error .input__field {
    border-color: #ef532a;
}

.tutor__loading-more {
    font-size: 16px;
    line-height: 21px;
    color: #000;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    border-bottom: 1px solid #000;
}

@media only screen and (max-width: 768px) {
    .tutor__loading-more {
        font-size: 13px;
        line-height: 17px;
    }
}

.input__field {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    width: 100%;
    height: 48px;
    padding: 10px 16px;
}

.input__field::placeholder {
    color: rgba(0, 0, 0, 0.54);
}

.tutor__form-title {
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
    .tutor__form-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 16px;
    }
}

.tutor__form-description {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .tutor__form-description {
        font-size: 16px;
        line-height: 20px;
    }
}

.tutor__form-list {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 0 0 30px;
    margin: 36px 0;
}

.tutor__form-list:before {
    height: 100%;
    width: 6px;
    border-radius: 4px;
    background: #ef892a;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

@media only screen and (max-width: 768px) {
    .tutor__form-list {
        margin: 24px 0 34px;
        padding-left: 22px;
    }
}

.tutor__list-item {
    font-size: 16px;
    line-height: 20px;
}

.tutor__list-item:not(:last-child) {
    margin-bottom: 18px;
}

@media only screen and (max-width: 768px) {
    .tutor__list-item:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .tutor__list-item {
        font-size: 14px;
        line-height: 18px;
    }
}

.tutor__avatar-wrapper {
    display: block;
    width: 156px;
    height: 156px;
    border-radius: 8px;
    overflow: hidden;
}

@media only screen and (max-width: 1170px) {
    .tutor__avatar-wrapper {
        width: 130px;
        height: 130px;
    }
}

@media only screen and (max-width: 768px) {
    .tutor__avatar-wrapper {
        width: 148px;
        height: 148px;
    }
}

.tutor__avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.advantages {
    padding: 50px 0;
}

@media only screen and (max-width: 768px) {
    .advantages {
        padding: 22px 0 17px;
    }
}

.advantages__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 44px;
}

@media only screen and (max-width: 768px) {
    .advantages__list {
        justify-content: space-between;
        margin-top: 24px;
    }
}

.advantages__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f8f9fb;
    border-radius: 8px;
    width: calc((100% - 48px) / 3);
    padding: 25px 50px;
}

.advantages__item:nth-child(1), .advantages__item:nth-child(2), .advantages__item:nth-child(4), .advantages__item:nth-child(5) {
    margin-right: 24px;
}

@media only screen and (max-width: 768px) {
    .advantages__item:nth-child(1), .advantages__item:nth-child(2), .advantages__item:nth-child(4), .advantages__item:nth-child(5) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .advantages__item:nth-child(4) {
        margin-bottom: 16px;
    }
}

.advantages__item:nth-child(1), .advantages__item:nth-child(2), .advantages__item:nth-child(3) {
    margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
    .advantages__item:nth-child(1), .advantages__item:nth-child(2), .advantages__item:nth-child(3) {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .advantages__item {
        padding: 16px 16px 24px;
        width: calc(50% - 9px);
    }
}

@media only screen and (max-width: 768px) {
    .advantages__item-icon {
        width: 24px;
        height: 24px;
    }
}

.advantages__item-title {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .advantages__item-title {
        font-size: 14px;
        line-height: 18px;
        margin-top: 16px;
    }
}

.sales {
    padding: 50px 0 88px;
}

@media only screen and (max-width: 768px) {
    .sales {
        padding: 17px 0 22px;
    }
}

.sales__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 44px;
}

@media only screen and (max-width: 768px) {
    .sales__list {
        margin-top: 24px;
    }
}

.sales__item {
    border-radius: 8px;
    width: calc((100% - 72px) / 4);
    padding: 16px;
    position: relative;
}

.sales__item:nth-child(1), .sales__item:nth-child(2), .sales__item:nth-child(3), .sales__item:nth-child(5), .sales__item:nth-child(6), .sales__item:nth-child(7) {
    margin-right: 24px;
}

@media only screen and (max-width: 768px) {
    .sales__item:nth-child(1), .sales__item:nth-child(2), .sales__item:nth-child(3), .sales__item:nth-child(5), .sales__item:nth-child(6), .sales__item:nth-child(7) {
        margin-right: 0;
    }
}

.sales__item:nth-child(5), .sales__item:nth-child(6) {
    background: linear-gradient(182.32deg, #F4952E -52.55%, #EF582A 92.29%);
}

@media only screen and (max-width: 768px) {
    .sales__item:nth-child(5), .sales__item:nth-child(6) {
        margin-bottom: 16px;
    }
}

.sales__item:nth-child(1), .sales__item:nth-child(2), .sales__item:nth-child(3), .sales__item:nth-child(4) {
    background: linear-gradient(182.32deg, #FFAF37 -44.37%, #F4952E 38.87%, #EF6C2A 115.65%);
    margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
    .sales__item:nth-child(1), .sales__item:nth-child(2), .sales__item:nth-child(3), .sales__item:nth-child(4) {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .sales__item:nth-child(1) {
        background: #FCA835;
    }
}

@media only screen and (max-width: 768px) {
    .sales__item:nth-child(2) {
        background: #F89E31;
    }
}

@media only screen and (max-width: 992px) {
    .sales__item:nth-child(3) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .sales__item:nth-child(3) {
        background: #F28F2C;
    }
}

@media only screen and (max-width: 992px) {
    .sales__item:nth-child(4) {
        margin-right: 24px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .sales__item:nth-child(4) {
        background: #EF802A;
        margin-right: 0;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .sales__item:nth-child(5) {
        background: #EF6E2A;
    }
}

@media only screen and (max-width: 992px) {
    .sales__item:nth-child(6) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .sales__item:nth-child(6) {
        background: #EF612A;
    }
}

.sales__item:nth-child(7) {
    background: linear-gradient(182.32deg, #F4952E -52.55%, #EF582A 92.29%);
}

@media only screen and (max-width: 992px) {
    .sales__item:nth-child(7) {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .sales__item:nth-child(7) {
        background: #EF5D2A;
        margin-top: 0;
    }
}

@media only screen and (max-width: 992px) {
    .sales__item {
        width: calc((100% - 48px) / 3);
    }
}

@media only screen and (max-width: 768px) {
    .sales__item {
        width: 100%;
    }
}

.sales__item-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .sales__item-title {
        font-size: 14px;
        line-height: 18px;
    }
}

.sales__item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

@media only screen and (max-width: 768px) {
    .sales__item-row {
        margin-top: 4px;
    }
}

.sales__item-text {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .sales__item-text {
        font-size: 13px;
        line-height: 17px;
    }
}

.sales__item-value {
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .sales__item-value {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.recalls {
    padding: 55px 0 70px;
    background: #f8f9fb;
}

.recalls .container {
    position: relative;
}

@media only screen and (max-width: 768px) {
    .recalls {
        padding: 22px 0 16px;
        background: none;
    }
}

.recalls__item-raiting {
    margin-bottom: 11px;
}

.recalls__image {
    position: absolute;
    right: 15px;
    top: 0;
}

@media only screen and (max-width: 768px) {
    .recalls__image {
        display: none;
    }
}

.recalls__item {
    background: #fff;
    border-radius: 8px;
    padding: 25px 36px 34px;
}

@media only screen and (max-width: 768px) {
    .recalls__item {
        background: #f8f9fb;
        padding: 22px 16px;
    }
}

.recalls__item-text {
    font-size: 16px;
    line-height: 21px;
}

@media only screen and (max-width: 768px) {
    .recalls__item-text {
        font-size: 14px;
        line-height: 18px;
    }
}

.recalls__item-name {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    margin-top: 25px;
}

@media only screen and (max-width: 768px) {
    .recalls__item-name {
        font-size: 14px;
        line-height: 18px;
        margin-top: 16px;
    }
}

.questions {
    padding: 88px 0;
}

@media only screen and (max-width: 768px) {
    .questions {
        padding: 16px 0 24px;
    }
}

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

@media only screen and (max-width: 768px) {
    .questions__inner {
        flex-direction: column;
    }
}

.questions__text-wrapper {
    width: 290px;
    padding-top: 20px;
}

@media only screen and (max-width: 768px) {
    .questions__text-wrapper {
        width: 100%;
        padding-top: 0;
    }
}

.questions__list {
    width: calc(100% - 290px);
}

@media only screen and (max-width: 768px) {
    .questions__list {
        width: calc(100% + 30px);
        margin: 24px -15px 0;
    }
}

.questions__item {
    background: #f8f9fb;
    padding: 24px 24px 34px;
    border-radius: 8px;
}

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

@media only screen and (max-width: 768px) {
    .questions__item:not(:last-child) {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .questions__item {
        padding: 15px 16px;
        background: none;
        border-top: 1px solid #d6d6d6;
        border-radius: 0;
    }
}

.questions__item-title {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
    .questions__item-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 16px;
    }
}

.questions__item-text {
    font-size: 18px;
    line-height: 23px;
}

@media only screen and (max-width: 768px) {
    .questions__item-text {
        font-size: 14px;
        line-height: 18px;
    }
}

.links {
    padding: 55px 0 88px;
    background: #f8f9fb;
}

@media only screen and (max-width: 768px) {
    .links {
        padding: 24px 0 36px;
    }

    .links .block-title {
        text-align: left;
    }
}

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

@media only screen and (max-width: 768px) {
    .links__inner {
        flex-direction: column;
    }
}

.links__list {
    width: calc((100% - 24px) / 2);
}

@media only screen and (max-width: 768px) {
    .links__list {
        width: 100%;
    }
}

.links__item {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

.links__item:not(:last-child):after {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    content: "";
    position: absolute;
    right: 8px;
    top: calc(50% - 2px);
}

.links__item-link {
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
    color: #000;
    transition: 0.3s ease;
}

@media only screen and (max-width: 768px) {
    .links__item-link {
        font-size: 14px;
        line-height: 18px;
    }
}

.links__item-link:hover {
    color: #74c47b;
}

.footer {
    border-top: 0.6px solid #e1e1e1;
    padding-bottom: 50px;
}

@media only screen and (max-width: 992px) {
    .footer {
        border: none;
    }
}

@media only screen and (max-width: 768px) {
    .footer {
        padding-bottom: 25px;
    }
}

.footer__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 34px 0 60px;
}

@media only screen and (max-width: 768px) {
    .footer__inner {
        flex-direction: column;
        padding: 20px 0 60px;
    }
}

.footer__info {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 768px) {
    .footer__info:nth-child(1) {
        margin-bottom: 20px;
    }
}

.footer__info-title {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 12px;
}

@media only screen and (max-width: 768px) {
    .footer__info-title {
        font-size: 13px;
        line-height: 16px;
    }
}

.footer__info-link {
    font-size: 18px;
    line-height: 23px;
    color: #000;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .footer__info-link {
        font-size: 13px;
        line-height: 17px;
    }
}

.resume {
    padding: 34px 0 100px;
}

@media only screen and (max-width: 992px) {
    .resume {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .resume {
        padding: 0;
    }
}

.resume__head {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .resume__head {
        flex-direction: column;
        padding-bottom: 24px;
        position: relative;
    }

    .resume__head:after {
        position: absolute;
        bottom: 0;
        left: -15px;
        width: calc(100% + 30px);
        content: "";
        background: #d4d4d4;
        height: 1px;
    }
}

.resume__head .resume__title {
    margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
    .resume__head .resume__title {
        order: 2;
    }
}

.resume__head .btn {
    width: 340px;
    margin-top: 36px;
}

@media only screen and (max-width: 768px) {
    .resume__head .btn {
        order: 1;
        margin-top: 0;
        margin-bottom: 24px;
        width: 100%;
    }
}

.resume__head .resume__text {
    max-width: 400px;
}

@media only screen and (max-width: 768px) {
    .resume__head .resume__text {
        max-width: 100%;
        order: 3;
    }
}

.resume__info-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.resume__avatar {
    width: 364px;
    height: 364px;
    position: relative;
}

@media only screen and (max-width: 993px) {
    .resume__avatar {
        width: 290px;
        height: 290px;
    }
}

@media only screen and (max-width: 768px) {
    .resume__avatar {
        width: calc(100% + 30px);
        height: 360px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 768px) {
    .resume__avatar .swiper-button-next, .resume__avatar .swiper-container-rtl .swiper-button-prev,
    .resume__avatar .swiper-button-prev, .resume__avatar .swiper-container-rtl .swiper-button-next {
        display: none;
    }
}

.resume__avatar .swiper-container {
    height: 100%;
}

.video-button {
    position: absolute;
    right: 24px;
    top: 24px;
    background: none;
    padding: 0;
    border: none;
    cursor: pointer;
    z-index: 2;
}

@media only screen and (max-width: 768px) {
    .video-button {
        right: 16px;
        top: 16px;
    }
}

.resume__avatar-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resume__info-name {
    font-size: 32px;
    line-height: 41px;
    font-weight: 700;
    margin-bottom: 24px;
}

@media only screen and (max-width: 993px) {
    .resume__info-name {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .resume__info-name {
        font-size: 20px;
        line-height: 25px;
        font-weight: 500;
        margin-bottom: 10px;
    }
}

.resume__info-address {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    .resume__info-address {
        font-size: 14px;
        line-height: 18px;
    }
}

.resume__raiting-wrapper {
    display: none;
}

@media only screen and (max-width: 768px) {
    .resume__raiting-wrapper {
        display: flex;
        align-items: center;
        margin-bottom: 13px;
    }
}

.resume__raiting-text {
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.54);
    margin-left: 12px;
}

.resume__raiting-text a {
    color: rgba(0, 0, 0, 0.54);
    text-decoration: none;
}

.resume__info-practice {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 993px) {
    .resume__info-practice {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .resume__info-practice {
        font-size: 14px;
        line-height: 18px;
        color: rgba(0, 0, 0, 0.54);
        background: url("/static/img/catalog/edu.svg") no-repeat;
        padding-left: 25px;
    }
}

.resume__title {
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
    .resume__title {
        font-size: 16px;
        line-height: 21px;
        font-weight: 500;
        margin-bottom: 16px;
    }
}

.resume__title.mt {
    margin-top: 48px;
}

@media only screen and (max-width: 768px) {
    .resume__title.mt {
        margin-top: 24px;
    }
}

.resume__text {
    font-size: 18px;
    line-height: 23px;
}

@media only screen and (max-width: 768px) {
    .resume__text {
        font-size: 14px;
        line-height: 18px;
    }
}

.resume__info {
    width: calc(100% - 364px - 44px - 220px);
    margin-left: 44px;
}

@media only screen and (max-width: 993px) {
    .resume__info {
        width: calc(100% - 290px - 160px - 25px);
        margin-left: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .resume__info {
        width: 100%;
        margin: 24px 0 0;
    }
}

.resume__raiting-col {
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media only screen and (max-width: 993px) {
    .resume__raiting-col {
        width: 160px;
    }
}

@media only screen and (max-width: 768px) {
    .resume__raiting-col {
        display: none;
    }
}

.resume__raiting-value {
    font-size: 32px;
    line-height: 41px;
    font-weight: 700;
    margin-bottom: 10px;
}

.resume__raiting-stars {
    margin-right: -5px;
}

.resume__raiting-col-text {
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.54);
    margin-top: 14px;
    text-decoration: none;
    transition: 0.3s ease;
}

.resume__raiting-col-text:hover {
    color: #74c47b;
}

.resume__avatar-item {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .resume__avatar-item {
        border-radius: 0;
    }
}

.resume__content {
    display: flex;
    justify-content: space-between;
    margin-top: 58px;
}

@media only screen and (max-width: 992px) {
    .resume__content {
        flex-direction: column;
        margin-top: 24px;
    }
}

.about-block {
    width: 100%;
    margin-bottom: 48px;
}

@media only screen and (max-width: 992px) {
    .about-block {
        margin-bottom: 0;
        padding-bottom: 24px;
        position: relative;
    }

    .about-block:after {
        position: absolute;
        bottom: 0;
        left: -15px;
        width: calc(100% + 30px);
        content: "";
        background: #d4d4d4;
        height: 1px;
    }
}

.about-block__voise {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}

@media only screen and (max-width: 992px) {
    .about-block__voise {
        flex-direction: column;
        margin-top: 20px;
    }
}

.about-block__voise-wrapper {
    width: calc((100% - 20px) / 2);
    margin-top: 10px;
}

@media only screen and (max-width: 992px) {
    .about-block__voise-wrapper {
        width: 100%;
    }
}

.about-block__voise-wrapper:nth-child(1), .about-block__voise-wrapper:nth-child(2) {
    margin-top: 0;
}

@media only screen and (max-width: 992px) {
    .about-block__voise-wrapper:nth-child(2) {
        margin-top: 10px;
    }
}

.about-block__voise-wrapper:nth-child(2n) {
    margin-left: 20px;
}

@media only screen and (max-width: 992px) {
    .about-block__voise-wrapper:nth-child(2n) {
        margin-left: 0;
    }
}

.about-block__voise-wrapper audio {
    width: 100%;
}

.about-block__voise-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.education-block__slider {
    height: 208px;
}

@media only screen and (max-width: 992px) {
    .education-block__slider {
        height: 100px;
    }
}

.education-block__slider-image {
    -webkit-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.statistic-block {
    width: 100%;
    margin-bottom: 48px;
}

@media only screen and (max-width: 992px) {
    .statistic-block {
        padding: 24px 0;
        margin: 0;
        position: relative;
    }

    .statistic-block:after {
        position: absolute;
        bottom: 0;
        left: -15px;
        width: calc(100% + 30px);
        content: "";
        background: #d4d4d4;
        height: 1px;
    }
}

@media only screen and (max-width: 992px) {
    .statistic-block__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.statistic-block__item {
    padding: 16px 24px 16px 20px;
    background: #f8f9fb;
    border-radius: 8px;
}

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

@media only screen and (max-width: 992px) {
    .statistic-block__item:not(:last-child) {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 992px) {
    .statistic-block__item {
        display: flex;
        flex-direction: column;
        width: calc(50% - 8px);
        height: 120px;
        padding: 16px;
    }

    .statistic-block__item:nth-child(3) {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 992px) {
    .statistic-block__item-icon {
        width: 24px;
        height: 24px;
    }
}

.statistic-block__item-title {
    font-size: 18px;
    line-height: 23px;
}

@media only screen and (max-width: 992px) {
    .statistic-block__item-title {
        font-size: 14px;
        line-height: 18px;
    }
}

.statistic-block__item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

@media only screen and (max-width: 992px) {
    .statistic-block__item-row {
        margin-top: auto;
    }
}

.statistic-block__item-text {
    font-size: 32px;
    line-height: 41px;
    font-weight: 700;
}

@media only screen and (max-width: 992px) {
    .statistic-block__item-text {
        font-size: 24px;
        line-height: 31px;
    }
}

.resume__column:nth-child(1) {
    width: 660px;
}

@media only screen and (max-width: 1170px) {
    .resume__column:nth-child(1) {
        width: calc(100% - 420px);
    }
}

@media only screen and (max-width: 992px) {
    .resume__column:nth-child(1) {
        width: 100%;
    }
}

.resume__column:nth-child(2) {
    width: 380px;
}

@media only screen and (max-width: 992px) {
    .resume__column:nth-child(2) {
        width: 100%;
    }
}

.education-block {
    width: 100%;
    margin-bottom: 48px;
}

@media only screen and (max-width: 992px) {
    .education-block {
        padding: 24px 0;
        margin-bottom: 0;
        position: relative;
    }

    .education-block:after {
        position: absolute;
        bottom: 0;
        left: -15px;
        width: calc(100% + 30px);
        content: "";
        background: #d4d4d4;
        height: 1px;
    }
}

.education-block__slider-wrapper {
    padding: 0 20px 0 0;
    position: relative;
    margin: 24px 0 0 -5px;
}

.education-block__slider-item {
    width: 145px !important;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 5px;
}

@media only screen and (max-width: 992px) {
    .education-block__slider-item {
        width: 70px !important;
    }
}

.time-block {
    margin-bottom: 48px;
}

@media only screen and (max-width: 992px) {
    .time-block {
        padding: 24px 0;
        margin: 0;
        position: relative;
    }

    .time-block:after {
        position: absolute;
        bottom: 0;
        left: -15px;
        width: calc(100% + 30px);
        content: "";
        background: #d4d4d4;
        height: 1px;
    }
}

.time-block__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
}

@media only screen and (max-width: 992px) {
    .time-block__list {
        justify-content: flex-start;
    }
}

.time-block__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 48px;
    border-radius: 8px;
    background: #74c47b;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    margin-top: 10px;
}

.time-block__item:not(:nth-child(3n)) {
    margin-right: 27px;
}

.time-block__item:nth-child(1), .time-block__item:nth-child(2), .time-block__item:nth-child(3) {
    margin-top: 0;
}

@media only screen and (max-width: 992px) {
    .time-block__item {
        width: 80px;
        height: 30px;
        font-size: 14px;
        line-height: 16px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .time-block__item:not(:last-child) {
        margin-right: 16px;
    }
}

@media only screen and (max-width: 992px) {
    .share-block {
        padding: 24px 0;
        margin: 0;
        position: relative;
    }

    .share-block:after {
        position: absolute;
        bottom: 0;
        left: -15px;
        width: calc(100% + 30px);
        content: "";
        background: #d4d4d4;
        height: 1px;
    }
}

.share-block__list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.share-block__item:not(:last-child) {
    margin-right: 24px;
}

@media only screen and (max-width: 992px) {
    .share-block__item:not(:last-child) {
        margin-right: 16px;
    }
}

.share-block__button {
    width: 48px;
    height: 48px;
    background: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    border: none;
}

@media only screen and (max-width: 992px) {
    .share-block__button {
        width: 42px;
        height: 42px;
    }
}

.map-block {
    margin-bottom: 48px;
}

@media only screen and (max-width: 992px) {
    .map-block {
        padding: 24px 0;
        margin: 0;
        position: relative;
    }

    .map-block:after {
        position: absolute;
        bottom: 0;
        left: -15px;
        width: calc(100% + 30px);
        content: "";
        background: #d4d4d4;
        height: 1px;
    }
}

.map-block__subtitle {
    font-size: 18px;
    line-height: 23px;
    margin-top: 16px;
}

@media only screen and (max-width: 992px) {
    .map-block__subtitle {
        font-size: 14px;
        line-height: 18px;
        margin-top: 12px;
    }
}

.map-block__map-wrapper {
    width: 100%;
    height: 230px;
    overflow: hidden;
    border-radius: 8px;
}

.price-block {
    margin-bottom: 48px;
}

@media only screen and (max-width: 992px) {
    .price-block {
        padding: 24px 0;
        margin-bottom: 0;
        position: relative;
    }

    .price-block:after {
        position: absolute;
        bottom: 0;
        left: -15px;
        width: calc(100% + 30px);
        content: "";
        background: #d4d4d4;
        height: 1px;
    }
}

.price-block__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0 0 36px;
}

@media only screen and (max-width: 992px) {
    .price-block__list {
        margin-bottom: 12px;
    }
}

.price-block__list-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.price-block__item-col {
    font-size: 16px;
    line-height: 23px;
}

.price-block__item-col:nth-child(1) {
    width: calc(100% - 200px);
}

@media only screen and (max-width: 992px) {
    .price-block__item-col:nth-child(1) {
        width: calc(100% - 100px);
    }
}

.price-block__item-col:nth-child(2) {
    text-align: right;
    width: 200px;
}

@media only screen and (max-width: 992px) {
    .price-block__item-col:nth-child(2) {
        width: 100px;
    }
}

@media only screen and (max-width: 992px) {
    .price-block__item-col {
        font-size: 14px;
        line-height: 18px;
    }
}

.price-block__subtitle {
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.54);
}

@media only screen and (max-width: 992px) {
    .price-block__subtitle {
        font-size: 14px;
        line-height: 18px;
    }
}

.sort-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 236px;
    height: 48px;
    background: #f8f9fb;
    font-size: 16px;
    line-height: 23px;
    color: #000;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

@media only screen and (max-width: 992px) {
    .sort-button {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

.sort-button__text {
    margin-left: 14px;
}

.stars {
    position: relative;
    display: block;
    background: url("/static/img/catalog/grey-star.svg") repeat-x 0 0;
    height: 18px;
    width: 140px;
    left: -5px;
}

.stars__current {
    position: absolute;
    display: block;
    background: url("/static/img/catalog/yellow-star.svg") repeat-x 0 0;
    height: 18px;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .rating-block {
        padding: 24px 0;
        margin-bottom: 0;
        position: relative;
    }

    .rating-block:after {
        position: absolute;
        bottom: 0;
        left: -15px;
        width: calc(100% + 30px);
        content: "";
        background: #d4d4d4;
        height: 1px;
    }

    .rating-block .stars {
        width: 60px;
        height: 14px;
        background-size: 12px;
    }

    .rating-block .stars__current {
        background-size: 12px;
        height: 14px;
    }
}

.rating-block__grafic {
    width: 390px;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 992px) {
    .rating-block__grafic {
        width: calc(100% - 90px);
    }
}

.rating-block__rating-value {
    font-size: 32px;
    line-height: 41px;
    font-weight: 700;
    margin-right: 25px;
}

@media only screen and (max-width: 992px) {
    .rating-block__rating-value {
        margin: 0 0 8px;
    }
}

.rating-block__rating-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

@media only screen and (max-width: 992px) {
    .rating-block__rating-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

.rating-block__grafic-item {
    display: flex;
    align-items: center;
}

.rating-block__grafic-item:not(:last-child) {
    margin-bottom: 7px;
}

.rating-block__grafic-item:nth-child(1) .rating-block__line-fill {
    background: #5cc966;
}

.rating-block__grafic-item:nth-child(2) .rating-block__line-fill {
    background: #9ade66;
}

.rating-block__grafic-item:nth-child(3) .rating-block__line-fill {
    background: #ffcb45;
}

.rating-block__grafic-item:nth-child(4) .rating-block__line-fill {
    background: #ef892a;
}

.rating-block__grafic-item:nth-child(5) .rating-block__line-fill {
    background: #ef532a;
}

.rating-block__number {
    font-size: 14px;
    line-height: 18px;
    width: 20px;
}

@media only screen and (max-width: 992px) {
    .rating-block__number {
        font-size: 10px;
        line-height: 13px;
    }
}

.rating-block__line {
    background: #e1e1e1;
    width: 100%;
    position: relative;
    height: 8px;
}

@media only screen and (max-width: 992px) {
    .rating-block__line {
        height: 4px;
    }
}

.rating-block__line-fill {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

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

@media only screen and (max-width: 992px) {
    .raiting-block__inner {
        position: relative;
        padding-bottom: 74px;
    }
}

.rating-block__column {
    width: 240px;
}

@media only screen and (max-width: 992px) {
    .rating-block__column {
        width: 80px;
    }
}

.rating-block__recalls {
    margin: 48px 0 20px;
}

@media only screen and (max-width: 992px) {
    .rating-block__recalls {
        margin-top: 24px;
    }
}

.rating-block__recalls-item:not(:last-child) {
    margin-bottom: 35px;
}

.rating-block__recalls-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
    .rating-block__recalls-head {
        margin-bottom: 15px;
    }
}

.rating-block__recalls-head .rating-block__rating-value {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}

@media only screen and (max-width: 992px) {
    .rating-block__recalls-head .rating-block__rating-value {
        margin-right: 12px;
    }
}

.rating-block__recalls-head .rating-block__rating-wrapper {
    margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
    .rating-block__recalls-head .rating-block__rating-wrapper {
        flex-direction: row;
        align-items: center;
    }
}

.rating-block__date {
    font-size: 18px;
    line-height: 23px;
}

@media only screen and (max-width: 992px) {
    .rating-block__date {
        font-size: 13px;
        line-height: 17px;
    }
}

.rating-block__author {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
}

@media only screen and (max-width: 992px) {
    .rating-block__author {
        font-size: 14px;
        line-height: 18px;
    }
}

.rating-block__recalls-text {
    font-size: 18px;
    line-height: 23px;
    margin-top: 16px;
}

@media only screen and (max-width: 992px) {
    .rating-block__recalls-text {
        font-size: 14px;
        line-height: 18px;
        margin-top: 8px;
    }
}

.overflow {
    overflow: hidden;
}

.overflow .sticky {
    z-index: 0;
}

.overflow .fixed-buttons {
    z-index: 0;
}

.pswp__bg {
    background: rgba(0, 0, 0, 0.9);
}

.filter__title {
    display: none;
}

.sticky {
    position: fixed;
    z-index: 2;
}

.stop {
    position: relative;
    z-index: 2;
}

.modal {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 21;
    overflow: hidden;
}

.modal.modal_filter .filter__buttons .btn {
    width: calc(100% - 48px - 24px);
}

.modal.modal_filter .modal-close {
    background-size: 15px;
    width: 15px;
    height: 15px;
}

.modal.modal_filter .filter {
    display: flex;
    height: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 992px) {
    .modal.modal_filter .filter {
        display: flex;
    }
}

.modal.modal_filter .filter .filter__title {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 24px;
}

.modal.modal_filter .filter .Select-control {
    background: #fff;
}

.modal.modal_filter .filter form {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 16px 0;
}

.modal.modal_filter .filter__buttons {
    margin-top: auto;
    padding-bottom: 30px;
}

.modal.modal_filter .modal-container {
    width: 100%;
    border-radius: 0;
    padding: 0;
    margin: 0;
    height: 100%;
    overflow: hidden auto;
    overscroll-behavior: none;
}

.modal.modal_filter.open {
    overflow-y: hidden;
}

.modal.open {
    overflow-x: hidden;
    overflow-y: auto;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.modal-bg {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal-bg.visible {
    display: block;
}

.modal-container {
    width: 390px;
    border-radius: 8px;
    background: #f8f9fb;
    position: relative;
    padding: 40px 24px;
    margin: 30px auto;
}

@media only screen and (max-width: 768px) {
    .modal-container {
        width: 310px;
    }
}

.modal-video .modal-container {
    width: 500px;
    padding: 55px 24px 40px;
}

@media only screen and (max-width: 768px) {
    .modal-video .modal-container {
        width: 310px;
    }
}

.modal-close {
    position: absolute;
    right: 24px;
    top: 24px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("/static/img/catalog/close.svg") no-repeat;
    border: 0px;
    cursor: pointer;
    width: 21px;
    height: 21px;
    padding: 0;
}

.modal h3 {
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    margin-bottom: 35px;
}

.modal__video-wrapper {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

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

.modal__caption-text {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000;
    margin-top: 24px;
}

.modal__caption-text__margin-bottom {
    margin-bottom: 10px;
    margin-top: 0;
    text-align: left;
}

.modal__caption-text a {
    color: #74c47b;
    border-bottom: 1px solid #74c47b;
    text-decoration: none;
    transition: 0.3s ease;
}

.modal__caption-text a:hover {
    border-color: transparent;
}

.modal__input {
    width: 100%;
    height: 48px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    margin-bottom: 24px;
    outline: none;
}

.modal__input::placeholder {
    color: rgba(0, 0, 0, 0.54);
}

.modal__input.error {
    border-color: #ef532a;
}

.modal__select {
    width: 100%;
    height: 48px;
    background: #fff url("/static/img/catalog/select.svg") no-repeat right 16px top 19px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 23px;
    -webkit-appearance: none;
    color: #000;
    margin-bottom: 24px;
    outline: none;
}

.modal__select.error {
    border-color: #ef532a;
}

.modal__links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0 20px;
}

.modal__link {
    font-size: 16px;
    line-height: 20px;
    background: none;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    color: #74c47b;
    border-bottom: 1px solid #74c47b;
    transition: 0.3s ease;
}

.modal__link:hover {
    border-color: transparent;
}

.modal__login {
    display: block;
    font-size: 16px;
    line-height: 20px;
    background: none;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    color: #74c47b;
    text-transform: uppercase;
    border-bottom: 1px solid #74c47b;
    transition: 0.3s ease;
    margin: 24px auto 0;
}

.modal__login:hover {
    border-color: transparent;
}

.modal__text {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: center;
    margin-top: 24px;
}

.modal__text a {
    color: #74c47b;
    border-bottom: 1px solid #74c47b;
    text-decoration: none;
    transition: 0.3s ease;
}

.modal__text a:hover {
    border-color: transparent;
}

.modal__registration {
    display: block;
    font-size: 16px;
    line-height: 20px;
    background: none;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    color: #74c47b;
    border-bottom: 1px solid #74c47b;
    transition: 0.3s ease;
    margin: -22px auto 35px;
}

.modal__registration:hover {
    border-color: transparent;
}

.modal .iti.iti--allow-dropdown {
    width: 100%;
    margin-bottom: 20px;
}

.modal .btn {
    width: 100%;
}

label > input[type="checkbox"] {
    display: none;
}

label > input[type="checkbox"] + *::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 25px;
    height: 25px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    margin-right: 10px;
}

label > input[type="checkbox"]:checked + *::before {
    content: "✓";
    color: white;
    text-align: center;
    background: #74c47b;
    border-color: #74c47b;
}

label > input[type="checkbox"].error + *::before {
    color: white;
    text-align: center;
    border-color: #ef532a;
}
