@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/gothampro_black.ttf') format('ttf');
    font-weight: 900;
    font-style: normal;
}

html,
body {
    font-family: 'Manrope', sans-serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.container {
    max-width: 1210px;
    width: 100%;
    padding: 0px 15px;
    margin: 0px auto;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.header-lang {
    font-size: 16px;
    font-weight: 600;
}

.header-lang.active {
    color: #e84938;
}

.work__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.work__img {
    width: 60px;
    height: 60px;
}

.work__item {
    width: calc((100% / 3) - 14px);
    margin-right: 20px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    height: 198px;
    border-radius: 18px;
}

.work__item:hover .work__name {
    color: #fe3131;
}

.work__item:nth-child(3n + 3) {
    margin-right: 0px;
}

.work__name {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
    transition: all 0.3s linear;
}

.section {
    padding: 56px 0px;
}

.arrow {
    position: absolute;
    top: calc(50% - 28px);
    left: -50px;
    width: calc(100% + 100px);
    z-index: 2;
    height: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow div {
    cursor: pointer;
}

.reviews__slider {
    position: relative;
}

.reviews__list {
    margin: 0px -10px;
}

.reviews__list_blog {
    margin: 0px -10px;
}

.reviews__item {
    padding: 0px 10px;
    height: 438px;
    filter: grayscale(1);
    transition: all 0.34s linear;
    cursor: pointer;
}

.reviews__item:hover {
    filter: grayscale(0);
}

.reviews__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    color: #222222;
    margin-bottom: 48px;
}

.footer {
    background: #222222;
    padding-bottom: 54px;
}

.footer-feedback__name {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
    color: #ffffff;
}

.footer-feedback__btn {
    margin-top: 30px;
}

.footer-feedback {
    background: #222222;
    border-radius: 2px;
    padding: 20px 0px;
}

.footer-feedback .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-feedback {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #222222;
    padding: 18px 32px;
    text-align: center;
    background: #e84938;
    color: #fff;
    border-radius: 18px;
    cursor: pointer;
    transition: all 0.2s linear;
}

.btn-feedback:hover {
    background: #ffffff;
    color: #e84938;
}

.footer-feedback .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__container {
    padding-top: 48px;
}

.footer__name {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

.footer__social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
}

.footer-social__link {
    width: 48px;
    height: 48px;
    background: #444444;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 12px;
    transition: all 0.34s linear;
    border-radius: 50%;
}

.footer-social__link svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.footer-social__link:hover {
    background: #fe3131;
}

.footer__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0px;
}

.footer__nav a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.34s ease-in;
}

.footer__nav a:hover {
    color: #fe3131;
}

.footer__copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
}

.footer__organization,
.footer__web {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.footer__tel span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__tel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.34s linear;
}

.footer__tel svg {
    margin-right: 8px;
}

.footer__tel:hover {
    color: #fe3131;
}

.footer__mail {
    text-transform: none;
}

.blog__slider {
    position: relative;
}

.blog__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.blog__item {}

.blog__img {
    height: 154px;
}

.blog__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.blog__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #222222;
    margin-top: 20px;
    margin-bottom: 8px;
}

.blog__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #222222;
    margin-bottom: 10px;
}

.blog__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #fe3131;
    text-decoration: none;
}

.blog__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.blog-video__date {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #fe3131;
    width: 100%;
    text-align: right;
}

.blog_video .blog__title .title {
    width: 100%;
    position: relative;
    text-align: left;
}

.blog_video .blog__title .title:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    transform: translate(0, 0);
    width: 80px;
    height: 2px;
    background: #fe3131;
}

.blog__subtitle {
    font-size: 20px;
}

.blo__title .title {
    margin-bottom: 0px;
}

.blog__arrow .arrow {
    top: 77px;
}

.blog-video {
    margin-bottom: 40px;
    padding: 40px;
    background: #f8f8f8;
    border-radius: 18px;
    overflow: hidden;
}

.blog-video__left {
    max-width: 680px;
    width: 100%;
    margin-right: 20px;
}

.step__name {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 135%;
    color: #222222;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
}

.step__name span {
    width: 30px;
    display: block;
    height: 1px;
    background: #222222;
    margin-right: 17px;
    transform: translateY(-10px);
}

.step__text {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
    color: #222222;
    margin-top: 13px;
}

.step__text a {
    color: #e84938;
    text-decoration: underline;
}

.blog-video__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-video__item_big {
    height: 592px;
}

.blog-video__right {
    max-width: 480px;
    width: 100%;
}

.blog-video__right .blog-video__item {
    margin-bottom: 20px;
    height: 286px;
}

.blog-video__right .blog-video__item:last-child {
    margin-bottom: 0px;
}

.step__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.step__item {
    width: calc((100% / 2) - 50px);
    margin-right: 100px;
    margin-bottom: 50px;
}

.step__item:nth-child(2n + 2) {
    margin-right: 0px;
}

.step__item:nth-child(2) {
    margin-top: 116px;
}

.step__item:nth-child(4) {
    margin-top: 60px;
}

.step__item:nth-child(3) {
    margin-top: 140px;
}

.step__item:nth-child(5) {
    margin-top: 166px;
}

.step__item:nth-child(6) {
    margin-top: -30px;
}

.step__item:nth-child(8) {
    margin-top: 16px;
}

.step__item:nth-child(7) {
    margin-top: 264px;
}

.step__item:nth-child(10) {
    transform: translateY(-200px);
}

.step__icon {
    stroke: #fe3131;
    stroke-width: 1;
    fill: none;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    height: 36px;
    margin-right: 10px;
}

.step__icon svg {
    width: 46px;
    height: 38px;
}

main {
    padding-top: 48px;
}

.home main {
    padding-top: 0px;
}

.btn {
    background: radial-gradient(ellipse at center, #f84646 0%, #fe3131 100%);
    box-shadow: 0px 0px 30px 0px rgb(254, 49, 49, 0.6);
    border-radius: 18px;
    /* background: #FE3131; */
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    max-width: 243px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin: 0px auto;
    cursor: pointer;
    transition: all 0.34s ease-in;
}

.btn:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: scale(1.05);
}

.step__btn {
    margin-top: 44px;
}

.about__text h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #fe3131;
    margin-bottom: 12px;
}

.about__text ul {
    padding-left: 20px;
    margin-bottom: 20px;
    margin-left: 12px;
}

.about__text li {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #222222;
    list-style: disc;
    margin-bottom: 4px;
}

.about__text li:last-child {
    margin-bottom: 0px;
}

.about {
    position: relative;
}

.about__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.about__right {
    max-width: 480px;
    width: 100%;
    margin-left: 52px;
}

.about__left {
    max-width: 649px;
    width: 100%;
    height: 802px;
    position: relative;
}

.about__left:before {
    content: '';
    position: absolute;
    bottom: -24px;
    right: -30px;
    width: 380px;
    height: 278px;
    z-index: -1;
    background: #fe3131;
    border-radius: 18px;
}

.about__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.about__before {
    position: absolute;
    bottom: -60px;
    left: 100%;
    height: 173px;
    transform: translateX(-50%);
    background: #222222;
    padding: 36px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
    max-width: 480px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
}

.about__before span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-right: 80px;
    text-align: center;
    font-weight: 400;
}

.about__before span:last-child {
    margin-right: 0px;
}

.about__before b {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.about__title {
    text-align: left;
}

.about__title .title {
    text-align: left;
}

.title_before {
    position: relative;
    justify-content: flex-start;
}

.title_before:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 2px;
    background: #fe3131;
}

.section_about {
    scroll-margin-top: 80px;
}

.section_preview {
    /* background: #222222; */
    z-index: 1;
    overflow: hidden;
    height: 100vh;
    min-height: 860px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 190px;
}

.preview__left {
    z-index: 2;
    max-width: 600px;
    width: 100%;
}

.preview__scroll {
    margin-top: 117px;
    margin-left: 375px;
    display: inline-block;
    position: absolute;
    bottom: 32px;
    left: calc(((100vw - 650px) / 2));
}

.preview__bg {
    padding-left: calc(((100vw - 650px) / 2) + 333px);
    position: absolute;
    top: 0px;
    right: 0px;
    /* width: 69%; */
    width: 100%;
    height: 100%;
    z-index: 1;
}

.preview__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 18px;
}

.preview__title h1 {
    margin: 0px;
    margin-bottom: 32px;
}

.preview__title {
    max-width: 641px;
    width: 100%;
}

.preview__title h1 {
    font-size: 59px;
    color: #222222;
    font-weight: 900;
    line-height: 1.1;
    text-align: left;
}

.preview__title h1 span {
    color: #ffffff;
}

.preview__title img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.preview__text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #222222;
    margin-top: 20px;
}

.preview__text span {
    font-weight: 600;
}

.preview__btn {
    margin: 0px;
    margin-top: 40px;
}

.preview {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.preview__social {
    z-index: 2;
    position: relative;
    position: absolute;
    right: 30px;
    top: 100px;
}

.social a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    background: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    transition: all 0.34s linear;
}

.social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.social a svg {
    fill: #222222;
    width: 22px;
    height: 22px;
    transition: all 0.34s linear;
}

.social a:hover svg {
    fill: white;
}

.social a:hover {
    background: #fe3131;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 9;
    transition: all 0.34s linear;
    background: #ffffff;
    color: #222222;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header__logo {
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #222222;
    text-decoration: none;
}

.header__btn {
    margin: 0px;
    text-decoration: none;
}

.header__nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header__nav a {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    margin-right: 24px;
    text-decoration: none;
}

.header__nav a:hover {
    color: #fe3131;
}

.header__nav a:last-child {
    margin-right: 0px;
}

.section_work {
    margin-top: 56px;
    background: #222222;
    color: #fff;
    padding-top: 56px;
}

.work__title {
    color: #fff;
}

.title_before:before {
    left: 0px;
}

.work__icon_hover {
    display: none;
}

.work__item:hover .work__icon {
    display: none;
}

.work__item:hover .work__icon_hover {
    display: block;
}

.diplomas__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.diplomas__item {
    max-width: 280px;
    width: 100%;
    margin-bottom: 20px;
}

.diplomas__item:last-child {
    margin-bottom: 0px;
}

.diplomas__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.diplomas__right {
    max-width: 742px;
    width: 100%;
}

.diplomas__right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.diplomas__title .title {
    text-align: left;
}

.reviews__img {
    height: 430px;
}

.header__burger svg {
    display: none;
    fill: #fe3131;
    stroke: #fe3131;
    width: 30px;
    height: 30px;
}

.header__burger .icon-open {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__burger.active .icon-open {
    display: none;
}

.header__burger.active .icon-close {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__nav .header__btn {
    display: none;
}

.header__burger {
    display: none;
}

.header__wrap ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.header__wrap li {
    list-style: none;
}

.modal__wrap {
    padding: 24px;
}

.modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.modal__close:hover svg {
    transform: rotate(90deg);
}

.modal__close svg {
    fill: #fe3131;
    transition: all 0.34s ease-in;
}

.modal__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
    color: #222222;
    margin-bottom: 12px;
}

.modal__text {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 30px;
}

input {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #222222;
    border: none;
    outline: none;
    border-bottom: 2px solid rgba(254, 49, 49, 0.504);
    transition: all 0.34s linear;
    padding-bottom: 8px;
    max-width: 100%;
    width: 100%;
}

input:focus {
    border-bottom: 2px solid #fe3131;
}

input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #222222;
}

.form__input {
    margin-bottom: 32px;
}

.form__input:last-child {
    margin-bottom: 0px;
}

.form__btn {
    margin-top: 24px;
}

.about__title .title_before:before {
    top: -6px;
}

.blog-video-main__text {
    font-size: 18px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 600;
    top: 0px;
    width: 100%;
    padding: 12px;
    position: absolute;
    top: unset;
    bottom: 0px;
    left: 0px;
}

/* .blog-video__item_big{
    height: unset;
}
.blog-video__item_big lite-youtube{
    height: 592px;
}
.blog-video__right .blog-video__item{
    height: unset;
}
.blog-video__right .blog-video__item lite-youtube{
    height: 286px;
} */
.blog-video__item {
    position: relative;
}

.blog-video__item lite-youtube {
    position: relative;
    filter: grayscale(1);
    transition: all 0.34s ease-in;
    border-radius: 18px;
    overflow: hidden;
}

.blog-video__item:hover lite-youtube {
    filter: grayscale(0);
}

/* .blog-video__item:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
} */
.section {
    scroll-margin-top: 100px;
}

.blog-content__text {
    max-width: 780px;
    width: 100%;
    margin-right: 120px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;

    color: #222222;
}

.blog-content__text h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.blog-content__text h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.blog-content__text h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.blog-content__text h4 {
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.blog-content__text h5 {
    display: block;
    font-size: 0.83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.blog__title .title {
    margin-bottom: 0px;
}

.blog-content__text h6 {
    display: block;
    font-size: 0.67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.blog-content__text li {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-style: normal;
    line-height: 160%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #121215;
}

.blog-content__text p {
    margin-bottom: 10px;
}

.blog-content__text li::marker {
    font-weight: 400;
}

.blog-content__text a {
    color: #fe3131;
}

.blog-content__text ul {
    margin: 30px 0;
    padding-left: 40px;
}

.blog-content__text ul li {
    list-style: disc;
}

.blog-content__text em {
    font-style: italic;
}

.blog-content__text ol {
    margin: 30px 0;
    padding-left: 40px;
}

.blog-content__text ol li {
    list-style: decimal;
}

.blog-content__text b {
    font-weight: 700;
}

.blog-content__text img {
    /* height: 300px; */
    width: 100%;
    object-fit: contain;
    margin-bottom: 20px;
}

.blog__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 280px;
    min-width: 280px;
    width: 100%;
}

.blog__column .blog__item {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

.blog-content__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.blog-content__reviews {
    margin-bottom: 40px;
}

.page-id-22 .section_work {
    padding-top: 60px;
}

.blog__naming {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 24px;
}

.blog-video__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.blog-video__list .blog-video__item {
    width: calc((100% / 3) - 14px);
    margin-right: 20px;
    margin-bottom: 40px;
}

.blog-video__list .blog-video__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #222222;
    margin-top: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-video__list .blog-video__item:nth-child(3n + 3) {
    margin-right: 0px;
}

.form__btn .btn {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.form__btn {
    position: relative;
}

.form__btn p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form__btn .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
}

.form__btn .btn {}

.form_option {
    font-size: 16px;
    color: #444444;
    text-align: left;
    cursor: pointer;
    margin-top: 20px;
}

.form_option a {
    color: #e84938;
    text-decoration: underline;
}

.form_option .wpcf7-list-item {
    margin-left: 0px;
}

.form_option label {
    /* display: flex;
    justify-content: flex-start;
    align-items: flex-start; */
    cursor: pointer;
}

.form_option label input {
    width: 16px;
    height: 16px;
    outline: none;
    border: 1px solid #fe3131;
    transform: translateY(2px);
    margin-right: 3px;
}

.select-package [type='radio'],
.select-package label {
    display: inline-block;
    width: unset;
}

.select-package label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #222222;
    border: none;
    outline: none;
}

.select-package-row {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #222222;
    border: none;
    outline: none;

    transition: all 0.34s linear;
    padding-bottom: 8px;
    max-width: 100%;
    width: 100%;
}

/*
.select-package-row:last-of-type{
    border-bottom: 2px solid rgba(254, 49, 49, 0.504);
}
*/
[name='TinkoffPayForm'] input:not([type='radio']) {
    margin-bottom: 32px;
}

[name='TinkoffPayForm'] [type='button'] {
    padding: 0;
}

[name='TinkoffPayForm'] [name='customAmount'] {
    display: inline-block;
    width: 100px;
}

.page,
.page-id-84 {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #222222;
}

.page-id-84 .container {
    padding: 0px 45px;
}

.page-id-84 ol {
    list-style: auto;
}

.page-id-84 ol,
.page-id-84 ul {
    padding-inline-start: 40px;
}

.page-id-84 li {
    line-height: 1.6em;
    margin-bottom: 20px;
}

.packages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    text-align: center;
}

.package {
    font-size: 18px;
    line-height: 1.5;
    color: #222222;
    padding: 16px;
    background: #f4f4f4;
    border-radius: 18px;
}

.packages-title .title {
    text-align: left;
}

.packages-title .title_before:before {
    right: 0px;
    top: 0;
    left: unset;
}

.package-type {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    background: #fe3131;
    padding: 12px;
    border-radius: 18px;
}

.package-price {
    font-size: 1.5em;
    font-weight: bold;
    padding: 0.7em;
}

.package-order-btn {
    margin-top: 44px;
    text-decoration: unset;
    outline: none;
    /* color: black;
    background: unset;
    border: 2px solid #fe3131; */
}

.page-id-25 .blog__subtitle {
    margin-bottom: 0px;
}

.page-id-25 .blog__naming {
    margin-bottom: 12px;
}

.blog__link_web {
    display: inline-block;
    font-size: 13px;
    text-align: right;
    color: #121215;
    transition: all 0.34s ease-in;
    text-decoration: underline;
}

.blog__link_web:hover {
    color: #e84938;
}

.blog__links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog__youtube {
    text-decoration: none;
    color: #e84938;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid transparent;
    transition: all 0.34s ease-in;
    margin-top: -12px;
    margin-bottom: 30px;
}

.blog__youtube:hover {
    border-color: #e84938;
}

.blog__youtube span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog__youtube svg {
    fill: #e84938;
    margin-right: 10px;
}

.footer__copy__contact {
    display: grid;
    gap: 0.5em;
}

.page h3 {
    display: block;
    font-size: 1em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.page ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.reviews__more-telegram {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 400;
    max-width: 300px;
    width: 100%;
    margin: 0px auto;
    margin-top: 20px;
    font-size: 16px;
    background: #28a7e8;
    padding: 10px;
    text-decoration: none;
    transition: all 0.2s linear;
    border-radius: 18px;
}

.reviews__more-telegram:hover {
    filter: brightness(110%);
}

.reviews__more-telegram span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews__more-telegram svg {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.reviews__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-content__left {
    max-width: 780px;
    width: 100%;
}

blockquote {
    border-left: 6px solid #bfe2ff;
    font-size: 16px;
    font-style: italic;
    margin: 16px;
    padding: 16px 24px;
    position: relative;
}

blockquote:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -6px;
    height: 40px;
    background-color: #fff;
    width: 6px;
    margin-top: -1em;
}

blockquote:after {
    content: '”';
    position: absolute;
    top: 50%;
    left: -20px;
    color: #337ab7;
    font-size: 50px;
    font-family: Times, sans-serif;
    font-weight: bold;
    line-height: 30px;
}

.diplomas__slider {
    position: relative;
}

.diplom-slider__list {
    margin: 0px -15px;
}

.diplom__item {
    margin: 0px 15px;
}

.diplom__item img {
    width: 100%;
    height: 240px;
    object-fit: contain;
}

.intro {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.intro__title .title {
    margin-bottom: 15px;
    font-family: 'GothamPro', sans-serif;
    text-align: left;
    margin-top: 0px;
    color: white;
    font-size: 70px;
    text-transform: uppercase;
    line-height: 1.05;
    letter-spacing: -2px;
    font-weight: 900;
}

.intro__subtitle {
    margin-bottom: 40px;
    color: white;
    font-size: 32px;
}

.intro__text {
    max-width: 600px;
    margin-bottom: 30px;
    text-align: left;
    color: white;
}

.intro__btn.btn {
    background: white;
    color: #fe3131;
    text-decoration: none;
}

.intro__btn.btn:hover {
    background: #e84938;
    color: white;
}

.intro .btn {
    margin: 0px 0px;
}

.intro__wrap {
    max-width: 700px;
    width: 100%;
}

.section_intro {
    position: relative;
    z-index: 1;
    height: calc(100vh - 100px);
    max-height: 900px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.intro__bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.intro__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
    filter: brightness(60%);
}

.video__box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.video__box iframe {
    max-width: 800px;
    width: 100%;
    height: 500px;
    border-radius: 18px;
}

.title_l {
    font-size: 30px !important;
    margin-top: 0px !important;
    margin-bottom: 30px !important;
    color: #e84938;
}

.video {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.video__wrap {
    position: relative;
}

.video__box {
    max-width: 800px;
    width: 100%;
    margin: 0px auto;
}

.video__box {
    position: relative;
}

.video__box:before {
    content: '';
    position: absolute;
    bottom: -24px;
    right: -30px;
    width: 380px;
    height: 278px;
    z-index: -1;
    background: #fe3131;
    border-radius: 18px;
}

.wrap {
    background: #121215;
    overflow: hidden;
}

.wrap .section {
    position: relative;
    z-index: 1;
}

.section_for {
    background: url('../img/course/scale_1200.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0px;
}

.section_for:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    background: rgb(18, 18, 21);
    background: linear-gradient(0deg,
            rgba(18, 18, 21, 1) 0%,
            rgba(18, 18, 21, 0.4514180672268907) 29%,
            rgba(18, 18, 21, 0.11808473389355745) 69%,
            rgba(18, 18, 21, 0) 100%);
}

.section_for::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    background: rgb(18, 18, 21);
    background: linear-gradient(180deg,
            rgba(18, 18, 21, 1) 0%,
            rgba(18, 18, 21, 0.4514180672268907) 29%,
            rgba(18, 18, 21, 0.11808473389355745) 69%,
            rgba(18, 18, 21, 0) 100%);
}

.for {
    position: relative;
    z-index: 1;
}

.for__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.for__item {
    width: calc((100% / 2) - 15px);
    margin-right: 30px;
    color: white;
}

.for__item:nth-child(2n + 2) {
    margin-right: 0px;
}

.for__item p {
    position: relative;
    padding-left: 20px;
}

.for__item p:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e84938;
}

.myself__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.myself__left {
    max-width: 600px;
    min-width: 600px;
    width: 100%;
    margin-right: 40px;
    position: relative;
}

.myself__left:before {
    content: '';
    position: absolute;
    top: -24px;
    left: -30px;
    width: 380px;
    height: 278px;
    z-index: -1;
    background: #fe3131;
    border-radius: 18px;
}

.myself__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.myself__text {
    color: white;
}

.for__title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.program__item {
    font-size: 20px;
    color: white;
    margin-bottom: 10px;
    padding: 24px 36px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 18px;
}

.program__item:last-child {
    margin-bottom: 0px;
}

.program {
    max-width: 800px;
    margin: 0 auto;
}

.program__title {
    text-align: center;
}

.program__wrap {
    margin-bottom: 40px;
}

.myself .btn {
    margin-left: 0px;
}

.program__subtitle {
    margin-bottom: 12px;
    font-weight: 700;
}

.program__text {
    line-height: 1.2;
}

.program__btn {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 243px;
    margin-top: 30px;
}

.program__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.program__link a {
    color: white;
    text-decoration: underline;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    transition: all 0.2s linear;
    text-align: center;
}

.program__link a:hover {
    color: #e84938;
}

.program__link a:last-child {
    margin-bottom: 0px;
}

/* Страница курса - блок кому подойдет */

.go__title {
    text-align: center;
}

.go__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    color: #ffffff;
}

.go__item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 12px;
}

.go__icon {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.go__icon svg {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.go__icon svg path {
    fill: #ffffff;
}

.go__subtitle {
    font-size: 20px;
    font-weight: 700;
}

.go__text {
    text-align: center;
}

/* Блок Как проходит обучение */

.how__title {
    text-align: center;
}

.how__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    color: #ffffff;
}

.how__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.how__icon {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.how__icon svg {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.how__icon svg path,
.how__icon svg g {
    fill: #ffffff;
}

.how__subtitle {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.how__text {
    text-align: center;
}

/* Блок Тарифы */
.tariff__pay {
    height: 30px;
    margin: 0px auto;
}

.tariff__pay img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tariff__title {
    text-align: center;
}

.tariff__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.tariff__bg {
    padding: 40px;
    min-height: 250px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    color: #ffffff;
}

.tariff__subtitle {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    height: 51px;
}

.tariff__item ul {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}

.tariff__item li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.tariff__item li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e84938;
}

.tariff__price {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tariff__price del {
    order: -1;
    font-size: 29px;
    margin-bottom: 12px;
    color: #9b9b9b;
}

.product__price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tariff__btn {
    text-decoration: none;
}

.reviews-course .reviews__title {
    display: block;
    text-align: center;
}

.reviews-course .reviews__text {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 220px;
    color: #ffffff;
    font-size: 16px;
}

.reviews-course .reviews__author {
    color: #ffffff;
}

.reviews-course .title_l {
    color: #fe3131;
}

.reviews-course__list {
    margin: 0 -12px;
}

.reviews-course .reviews__item {
    padding: 0;
    margin: 0 12px;
    min-height: 575px;
    color: white;
    margin-bottom: 10px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 18px;
    position: relative;
    overflow: hidden;
}

.reviews-course .reviews__img {
    width: 100%;
    height: 245px;
}

.reviews-course .reviews__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.reviews-course .reviews__img img {
    position: relative;
}

.reviews-course__play-icon {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    top: calc(50% - 17.5px);
    left: calc(50% - 17.5px);
}

.reviews-course__play-icon svg {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews-course__play-icon svg path {
    fill: #222222;
}

.error {
    min-height: 35vh;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.error__text {
    margin-bottom: 15px;
    text-align: left;
    margin-top: 0px;

    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 900;
}

.error a {}

.package-text {
    margin-bottom: 2em;
}

.banner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.banner__left {
    max-width: 600px;
    width: 100%;
    min-width: 600px;
    margin-right: 30px;
}

.banner__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.banner__text {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5;
}

.intro__experience {
    position: absolute;
    bottom: 100px;
    right: 16vw;
    font-size: 26px;
    font-weight: 600;
    color: white;
    padding: 20px;
    border: 2px solid white;
    background: #fe3131;
    border-radius: 18px;
    transform: rotate(354deg);
}

.countdown {
    color: white;
    font-size: 26px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.countdown__title {
    text-align: center;
    font-weight: 600;
}

.countdown__wrap {
    margin: 0px auto;
    border: 1px solid #e84938;
    padding: 30px;
    max-width: 690px;
    width: 100%;
    border-radius: 18px;
    display: block;
}

.countdown-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.countdown-number:nth-child(1) {
    display: none;
}

.countdown-number:nth-child(2) {
    display: none;
}

.countdown-text {
    margin-top: 10px;
}

.guarantee {
    padding: 20px 40px;
    min-height: 250px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.guarantee__img {
    margin-right: 30px;
    min-width: 275px;
    max-width: 275px;
    width: 100%;
}

.guarantee__title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.guarantee__text {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.4;
}

.guarantee__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.intro__experience {
    position: absolute;
    bottom: 100px;
    right: 16vw;
    font-size: 26px;
    font-weight: 600;
    color: white;
    padding: 20px;
    border: 2px solid white;
    background: #fe3131;
    border-radius: 18px;
    transform: rotate(354deg);
}

.section_man::after {
    content: '';
    position: absolute;
    top: -15px;
    left: 0px;
    width: 100%;
    height: 300px;
    background: rgb(18, 18, 21);
    background: linear-gradient(180deg,
            rgba(18, 18, 21, 1) 0%,
            rgba(18, 18, 21, 0.4514180672268907) 29%,
            rgba(18, 18, 21, 0.11808473389355745) 69%,
            rgba(18, 18, 21, 0) 100%);
    z-index: -1;
}

.section_man:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 100%;
    height: 300px;
    background: rgb(18, 18, 21);
    background: linear-gradient(0deg,
            rgba(18, 18, 21, 1) 0%,
            rgba(18, 18, 21, 0.4514180672268907) 29%,
            rgba(18, 18, 21, 0.11808473389355745) 69%,
            rgba(18, 18, 21, 0) 100%);
    z-index: 1;
}

.filter-blur {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -2;
    filter: blur(7px);
}

.filter-blur img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.man-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.man {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.man__text {
    font-size: 24px;
    font-weight: 600;
    background: #222222d0;
    color: #fff;
    padding: 24px;
    text-align: center;
    border-radius: 12px;
    width: calc((100% / 2) - 15px);
    margin-right: 30px;
    margin-bottom: 20px;
    align-self: stretch;
}

.man__text:nth-child(2n + 2) {
    margin-right: 0px;
}

.transformation__text {
    font-size: 16px;
    line-height: 1.2;
    color: #ffffff;
}

.transformation__text span:first-child {
    margin-right: 5px;
}

.transformation__text p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.transformation__text p svg {
    height: 24px;
    margin-top: -2px;
}

.transformation__text span {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.transformation__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.transformation__item {
    position: relative;
    padding: 30px;
    border-radius: 5px;
    height: 700px;
    display: flex;
    align-items: flex-end;
}

.transformation__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.transformation__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.man-title_two .title_l br {
    display: none;
}

.man-title_two .title_l {
    max-width: 684px;
}

.about__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #222222;
}

.about__text h4 {
    margin-bottom: 10px;
    font-size: 18px;
}

.about__text p {
    margin-top: 0px !important;
    margin-bottom: 24px !important;
}

.about__text p a {
    color: #e84938;
}

.format__text {
    font-size: 20px;
    font-weight: 400;
    max-width: 780px;
    margin-top: 40px;
}

.format__text p {
    margin-bottom: 20px;
}

.format__text h4 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
}

.format__btn .btn {
    max-width: 340px;
    width: 100%;
}

.format__item:first-child {
    max-width: 400px;
    width: 100%;
    margin-right: 40px;
}

.format__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.diagnostics__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.diagnostics__left {
    background: #f3f3f3;
    color: #222222;
    border-radius: 18px;
    padding: 40px;
    max-width: 468px;
    width: 100%;
    margin-right: 40px;
}

.diagnostics__title .title {
    text-align: left;
    margin-bottom: 20px;
}

.diagnostics__title .title_before:before {
    top: -6px;
}

.diagnostics__info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 20px;
}

.diagnostics__info h4 {
    font-size: 20px;
    font-weight: 400;
}

.diagnostics__text {
    font-size: 18px;
}

.diagnostics__text h4 {
    font-size: 22px;
    font-weight: 600;
}

.diagnostics__text p {
    margin: 0px;
    margin-bottom: 10px;
}

.diagnostics__info p {
    font-size: 32px;
    font-weight: 800;
    margin: 0px;
}

.diagnostics__info {
    margin-top: 40px;
    margin-bottom: 40px;
}

.diagnostics__info div {
    display: inline-flex;
    justify-content: flex-start;
    align-items: baseline;
}

.preview__right .preview__text {
    position: absolute;
    bottom: 30px;
    line-height: 1.2;
    z-index: 2;
    right: calc(50% - 560px);
    font-size: 16px;
    color: #ffffff;
    max-width: 400px;
    width: 100%;
}

.step_mission .step__text {
    margin-top: 0px;
}

.step_mission .step__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.step_mission .step__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0px;
    width: 100%;
    border-bottom: 1px solid #e84938;
    padding-bottom: 20px;
    margin-top: 0px;
}

.step_mission .step__item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.step_mission .step__name {
    max-width: 400px;
    min-width: 400px;
    width: 100%;
    font-size: 58px;
    margin-right: 30px;
    line-height: 1;
}

.format__title .title {
    text-align: left;
}

.format__title .title_before:before {
    top: -6px;
}

.format__btn .btn {
    margin: 0px;
}

.step__wrap {
    position: relative;
}

.step-bg {
    position: absolute;
    top: 0px;
    left: -140px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.step-bg img {
    width: 1435px;
    height: 2094px;
    object-fit: cover;
}

.step__number {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fe3131;
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 0px 30px 0px rgb(254, 49, 49, 0.6);
}

.section_how {
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.format-box {
    padding: 40px;
    border: 2px solid #222222;
    border-radius: 18px;
    max-width: 890px;
    width: 100%;
}

.format-box__title {
    font-size: 65px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;
}

.format-box__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.format-box__info p {
    margin: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.format-box__info span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.blog-video__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.blog-informer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.blog-informer__box {
    background: #f8f8f8;
    border-radius: 18px;
    overflow: hidden;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.blog-informer__title {
    color: #222222;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.blog-informer__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 18px;
    max-width: 100%;
    width: 100%;
    color: #ffffff;
    background: #2bb0f1;
    gap: 10px;
    height: 78px;
    box-shadow: 0px 0px 30px 0px #2bb0f1;
    transition: all 0.2s linear;
    cursor: pointer;
}

.blog-informer__btn:hover {
    transform: scale(1.01);
}

.blog-informer__btn span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-informer__btn_youtube {
    background: #ff4040;
    box-shadow: 0px 0px 30px 0px #ff4040;
}

.job__title {
    font-size: 72px;
    line-height: 1.2;
    font-weight: 600;
    color: #222222;
    position: relative;
    max-width: 530px;
    width: 100%;
}

.job__title span {
    position: absolute;
    left: 211px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.job__list {
    max-width: 580px;
    width: 100%;
}

.job__subimg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.job__bottom {
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
}

.job__bottom p:first-child {
    margin-bottom: 10px;
}

.job__subimg img {
    transform: translateX(-6px);
}

.job__sublist {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 54px;
}

.job__subname {
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.job__subitem {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    font-weight: 600;
}

.job__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
    border-radius: 18px;
    border: 2px solid #222222;
}

.job__wrap:nth-child(2) {
    margin-top: 30px;
    border: none;
    border-top: 1px solid #f3f3f3;
    border-radius: 0px;
}

.job__item {
    background: #f3f3f3;
    border-radius: 18px;
    padding: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.job__item:last-child {
    margin-bottom: 0px;
}

.job__item svg {
    margin-right: 10px;
}

.diagnostics-video__video {
    margin-top: 90px;
    position: relative;
}

.diagnostics-video__title {
    text-align: center;
    font-size: 23px;
    font-weight: 500;
}

.diagnostics-video__video:before {
    content: '';
    position: absolute;
    top: -66px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    width: 1px;
    background: #fe3131;
}

.diagnostics-video__video video {
    width: 100%;
    height: 230px;
    border-radius: 18px;
}

.about__title h4 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 28px;
}

@media (max-width: 1300px) {
    .preview__left {
        max-width: 450px;
        width: 100%;
    }

    .preview__text {
        font-size: 18px;
        line-height: 1.4;
    }

    .intro__experience {
        right: 20px;
        font-size: 20px;
        bottom: 30px;
    }

    .arrow {
        width: 100%;
        padding: 0px 12px;
        left: 0px;
    }

    .arrow div {
        background: rgba(255, 255, 255, 0.618);
        border-radius: 50%;
        transition: all 0.34s ease-in;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .arrow svg {
        width: 32px;
        height: 32px;
    }

    .arrow div:hover {
        background: white;
    }

    .reviews__img {
        height: 400px;
    }

    .preview__scroll {
        right: 15px;
        left: unset;
        bottom: 15px;
    }

    .preview__right .preview__text {
        right: calc(50% - 436px);
    }
}

/* @media (max-width: 1210px) {
	.preview__title h1,
	.preview__text {
		color: #ffffff;
	}

	.preview__bg {
		padding-left: 0;
	}
	.preview__right .preview__text {
		right: unset;
		left: 15px;
	}
	.step_mission .step__name {
		font-size: 34px;
		min-width: 230px;
		max-width: 230px;
	}
} */

@media (max-width: 1080px) {
    .job__subimg img {
        width: 300px;
        object-fit: contain;
        transform: translate(-4px);
    }

    .job__text {
        font-size: 16px;
    }

    .job__subitem {
        font-size: 14px;
    }

    .job__bottom {
        font-size: 16px;
    }

    .job__title {
        font-size: 62px;
    }

    .step-bg {
        position: absolute;
        top: 34px;
        left: -2px;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .step-bg img {
        width: 1010px;
        height: 2579px;
        object-fit: contain;
    }

    .step__list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .step__top {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .banner__left {
        min-width: 400px;
        max-width: 400px;
    }

    .program__item {
        font-size: 16px;
    }

    .program__link a {
        font-size: 16px;
    }

    .section_intro {
        min-height: unset;
        height: 100%;
    }

    .for__list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .for__item {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .for__item:last-child {
        margin-bottom: 0px;
    }

    .myself__title {
        text-align: center;
    }

    .myself__wrap {
        flex-direction: column;
    }

    .myself__left {
        min-width: unset;
        right: 0px;

        margin: 0px auto;
        margin-bottom: 30px;
    }

    .program__links {
        margin-top: 40px;
    }

    .diplomas__right {
        margin-left: 30px;
    }

    .header__wrap {
        gap: 20px;
    }

    .header__logo {
        margin-right: auto;
    }

    .header__nav {
        position: fixed;
        top: 50px;
        width: 100%;
        background: #ffffff;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        left: -110%;
        opacity: 0;
        z-index: -9;
        transition: all 0.34s linear;
    }

    .header__nav.active {
        z-index: 9;
        opacity: 1;
        left: 0px;
    }

    .header__nav a {
        font-size: 20px;
        margin: 0px;
        margin-bottom: 12px;
    }

    .header__nav a:last-child {
        margin-bottom: 0px;
    }

    .header__nav .header__btn {
        display: flex;
    }

    .header__btn {
        display: none;
    }

    .header__burger {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .step__list {
        flex-wrap: wrap;
    }

    .step__item {
        width: 100%;
        margin: 0px;
        margin-bottom: 60px;
    }

    .step__text {
        font-size: 20px;
        line-height: 1.4;
        margin-top: 0px;
        text-align: center;
        max-width: 680px;
        width: 100%;
        margin: 0px auto;
    }

    .step__item:nth-child(2) {
        margin-top: 0px;
    }

    .step__item:nth-child(3) {
        margin-top: 0px;
    }

    .step__item:nth-child(4) {
        margin-top: 0px;
    }

    .step__item:nth-child(5) {
        margin-top: 0px;
    }

    .step__item:nth-child(6) {
        margin-top: 0px;
    }

    .step__item:nth-child(7) {
        margin-top: 0px;
    }

    .step__item:nth-child(8) {
        margin-top: 0px;
    }

    .step__item:nth-child(9) {
        margin-top: 0px;
        display: none;
    }

    .step__item:nth-child(10) {
        margin-top: 0px;
        transform: translate(0px);
    }

    .step__item:nth-child(3n + 3) {
        margin-right: 0px;
    }

    .step__item:nth-child(2n + 2) {
        margin-right: 0px;
    }

    .step__item:last-child {
        margin-right: 0px;
    }

    .go__subtitle,
    .how__subtitle {
        font-size: 18px;
    }

    .go__icon,
    .how__icon {
        width: 100px;
        height: 100px;
    }

    .go__icon svg,
    .how__icon svg {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1024px) {
    .job__sublist {
        gap: 30px;
    }

    .preview__title h1,
    .preview__text {
        color: #ffffff;
    }

    .preview__bg {
        padding-left: 0;
    }

    .preview__right .preview__text {
        right: unset;
        left: 15px;
    }

    .step_mission .step__name {
        font-size: 34px;
        min-width: 230px;
        max-width: 230px;
    }
}

@media (max-width: 950px) {
    .step-bg {
        right: 0px;
        left: -5%;
    }
}

@media (max-width: 900px) {
    .blog-video__list .blog-video__item {
        width: calc((100% / 2) - 10px);
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .blog-video__list .blog-video__item:nth-child(3n + 3) {
        margin-right: 20px;
    }

    .blog-video__list .blog-video__item:nth-child(2n + 2) {
        margin-right: 0px;
    }

    .blog-content__wrap {
        flex-direction: column;
    }

    .blog-content__text {
        max-width: 100%;
        margin-right: 0px;
        width: 100%;
        margin-bottom: 30px;
    }

    .blog__column {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        min-width: unset;
    }

    .blog__column .blog__item {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .blog__column .blog__item:nth-child(2n + 2) {
        margin-right: 0px;
    }

    .about__wrap {
        flex-direction: column;
    }

    .about__left {
        height: 620px;
        margin: 0px auto;
    }

    .about__right {
        max-width: 100%;
        margin-left: 0px;
        margin-top: 100px;
    }

    .about__before {
        left: 50%;
    }

    .section_about {
        overflow: hidden;
    }

    .tariff__wrap {
        grid-template-columns: 1fr;
    }

    .go__wrap,
    .how__wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .go__item:last-of-type,
    .how__item:last-of-type {
        grid-column: span 2;
    }

    .diagnostics__wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .diagnostics__left {
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .job__wrap {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .job__list {
        max-width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .preview__social {
        position: unset;
    }

    .preview__right {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    .preview__left {
        max-width: 100%;
        width: 100%;
    }

    .preview__btn {
        max-width: 100%;
        width: 100%;
        margin-top: 0px;
    }

    .preview__right .preview__text {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.4;
        text-align: center;
        position: relative;
        z-index: 2;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
        max-width: 380px;
        width: 100%;
    }

    .preview__social.social a {
        width: 40px;
        height: 40px;
    }

    .preview__text span {
        font-weight: 600;
    }

    .transformation__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .transformation__item {
        padding: 120px 20px 20px 20px;
        height: unset;
    }

    .transformation__item:nth-child(1) {
        order: 1;
    }

    .transformation__item:nth-child(2) {
        order: 2;
    }

    .transformation__item:nth-child(3) {
        order: 4;
    }

    .transformation__item:nth-child(4) {
        order: 3;
    }

    .guarantee {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .guarantee__text {
        font-size: 16px;
    }

    .guarantee__title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .guarantee__img {
        margin-right: 0px;
        margin: 0px auto;
    }

    .banner__left {
        min-width: 400px;
        max-width: 400px;
        margin: 0px auto;
        margin-bottom: 30px;
    }

    .banner {
        display: flex;
        flex-direction: column;
    }

    .diplomas__right {
        display: none;
    }

    .diplomas__left {
        max-width: 100%;
        width: 100%;
    }

    .diplomas__item {
        margin: 0px auto;
    }

    .preview {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .preview__title {
        max-width: 400px;
        width: 100%;
        margin: 0px auto;
    }

    .preview__title h1 {
        text-align: center;
        font-size: 44px;
        margin-bottom: 20px;
        line-height: 1.3;
        font-weight: 500;
    }

    .preview__title img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .preview__social.social {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-top: 40px;
        position: relative;
        bottom: unset;
        left: unset;
        right: unset;
        top: unset;
    }

    .preview__text {
        margin-bottom: 24px;
        font-size: 16px;
    }

    .preview__bg img {
        filter: brightness(0.6);
    }

    .preview__social.social a {
        margin-bottom: 0px;
        margin-right: 20px;
    }

    .section_preview {
        padding-top: 10vh;
        height: unset;
    }

    .preview__scroll {
        position: absolute;
        margin: 0px;
        right: 15px;
        bottom: 30px;
    }

    .intro__title .title {
        font-size: 54px;
    }

    .intro__subtitle {
        font-size: 24px;
    }

    .packages {
        grid-template-columns: 1fr;
    }

    .packages {
        margin-bottom: 1em;
    }

    .preview {
        padding-top: 400px;
    }

    .preview__scroll {
        display: none;
    }
}

@media (max-width: 680px) {
    .diagnostics-video__title {
        font-size: 18px;
    }

    .diagnostics-video__video {
        margin-top: 60px;
    }

    .diagnostics-video__video:before {
        top: -50px;
    }

    .step__item:nth-child(1) {
        order: 1;
    }

    .step__item:nth-child(2) {
        order: 2;
    }

    .step__item:nth-child(3) {
        order: 4;
    }

    .step__item:nth-child(4) {
        order: 3;
    }

    .step__item:nth-child(5) {
        order: 5;
    }

    .step__item:nth-child(6) {
        order: 6;
    }

    .step__item:nth-child(7) {
        order: 8;
    }

    .step__item:nth-child(8) {
        order: 7;
    }

    .step__item:nth-child(9) {
        order: 9;
    }

    .step__item:nth-child(10) {
        order: 10;
    }

    .step-bg {
        background: url('../img/bg/preview-mobile-2.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 597.27px;
        height: 2730.42px;
        left: 50%;
        transform: translateX(-50%);
    }

    .step__list {
        max-width: 350px;
        width: 100%;
        margin: 0px auto;
    }

    .step__item {
        margin-bottom: 62px;
    }

    .step-bg img {
        display: none;
    }

    .diagnostics__left {
        padding: 20px;
    }

    .step__title .title {
        text-align: left;
    }

    .step__name {
        font-size: 20px;
    }

    .step__text {
        font-size: 16px;
        line-height: 1.2;
    }

    .job__wrap:nth-child(2) {
        padding: 0px;
        padding-top: 40px;
    }

    .job__sublist {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .job__subimg {
        display: none;
    }

    .job__subitem {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        gap: 10px;
    }

    .job__subitem span {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .job__title span {
        position: unset;
        order: -1;
        margin-right: 10px;
    }

    .job__title {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .job__title span svg {
        width: 40px;
        height: 40px;
    }

    .job__item {
        padding: 20px;
    }

    .job__wrap {
        padding: 20px;
    }

    .job__title {
        font-size: 32px;
    }

    .diagnostics__info {
        margin: 20px 0px;
    }

    .diagnostics__text {
        font-size: 16px;
    }

    .diagnostics__info p {
        font-size: 20px;
    }

    .diagnostics__info h4 {
        font-size: 16px;
    }

    .blog__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .blog__name {
        font-size: 14px;
        line-height: 1.2;
    }

    .blog__text {
        font-size: 12px;
        line-height: 1.2;
    }

    .blog-informer__box {
        padding: 20px;
    }

    .blog-informer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .blog-video__wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .blog-video {
        padding: 20px;
    }

    .format-box__title {
        font-size: 32px;
    }

    .format-box {
        padding: 20px;
    }

    .format__text {
        font-size: 16px;
    }

    .format-box__info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .format-box__info p {
        font-size: 16px;
        gap: 6px;
    }

    .format__list {
        flex-direction: column;
    }

    .format__item:first-child {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .preview__text {
        text-align: center;
    }

    .preview__right .preview__text {
        position: relative;
        bottom: unset;
        left: unset;
        z-index: 2;
        text-align: center;
        margin-bottom: 0px;
    }

    .step_mission .step__item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .step_mission .step__name {
        margin-bottom: 20px;
    }

    .man__text {
        font-size: 16px;
        margin-right: 0px;
        margin-bottom: 10px;
        width: 100%;
    }

    .guarantee__img {
        min-width: 200px;
    }

    .countdown {
        font-size: 18px;
    }

    .intro__experience {
        position: unset;
        margin-top: 50px;
        width: 100%;
        text-align: center;
        transform: rotate(5deg);
    }

    .banner__left {
        min-width: unset;
    }

    .banner__text {
        font-size: 16px;
    }

    .title_l {
        font-size: 26px !important;
    }

    .blog__title .title {
        font-size: 22px;
    }

    .blog-content__text h2 {
        font-size: 20px;
    }

    .blog-content__text ol {
        padding-left: 20px;
    }

    .reviews__title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .preview__title h1 {
        font-size: 40px;
    }

    .reviews__title .title {
        margin-bottom: 10px;
    }

    .reviews__title .reviews__more-telegram {
        margin-bottom: 20px;
    }

    .blog__links {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .blog-video-main__text {
        font-size: 14px;
    }

    .blog-video__list .blog-video__item {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .blog-video__list .blog-video__item:nth-child(3n + 3) {
        margin-right: 0px;
    }

    .blog-video__list .blog-video__item:nth-child(2n + 2) {
        margin-right: 0px;
    }

    .blog-video {
        display: flex;
        flex-direction: column;
    }

    .blog-video__item_big {
        height: 400px;
    }

    .blog__title {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .blog-video__left {
        max-width: 100%;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .blog-video__right {
        max-width: 100%;
        width: 100%;
    }

    .about__left {
        height: 600px;
    }

    .about__before span {
        margin-right: 0px;
        margin-bottom: 24px;
    }

    .about__before span:last-child {
        margin-bottom: 0px;
    }

    .about__before {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: unset;
    }

    .about__text ul:last-child {
        margin-bottom: 0px;
    }

    .work__item {
        width: 100%;
        margin-right: 0px;
        padding: 24px;
        height: unset;
    }

    .work__item:last-child {
        margin-bottom: 0px;
    }

    .work__item:nth-child(3n + 3) {
        margin-right: 0px;
    }

    .work__item:nth-child(2n + 2) {
        margin-right: 0px;
    }

    .work__name {
        margin-top: 15px;
    }

    .work__item:last-child {
        margin-right: 0px;
    }

    .footer__copy {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer__organization {
        text-align: center;
    }

    .footer__web {
        margin-top: 24px;
    }

    .title {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 1.2;
    }

    .title_before:before {
        top: -12px;
    }

    .reviews__img {
        height: 340px;
    }

    .footer-feedback .container {
        flex-direction: column;
    }

    .footer-feedback__name {
        margin-bottom: 12px;
        text-align: center;
    }

    .footer__nav {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .step_mission .step__text {
        text-align: left;
    }

    .footer__nav a {
        margin: 0px;
        margin-bottom: 12px;
    }

    .footer__nav:last-child {
        margin-bottom: 0px;
    }

    .step__item {
        width: 100%;
        margin-right: 0px;
    }

    .step__item:nth-child(3n + 3) {
        margin-right: 0px;
    }

    .step__item:nth-child(2n + 2) {
        margin-right: 0px;
    }

    .step__btn {
        margin-top: 24px;
    }

    .step__name {
        font-size: 26px;
    }

    .program__item {
        padding: 24px;
    }

    .tariff__subtitle {
        font-size: 18px;
    }

    .tariff__item li {
        font-size: 16px;
    }

    .tariff__price {
        margin-bottom: 15px;
        font-size: 26px;
    }

    .tariff__price del {
        font-size: 26px;
    }

    .tariff__subtitle {
        height: unset;
    }

    .tariff__bg {
        padding: 24px;
    }

    .tariff__subtitle {
        font-size: 18px;
    }

    .tariff__item li {
        font-size: 16px;
    }
}

@media (max-width: 475px) {
    .format__box {
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
    }

    .format__text {
        margin-top: 30px;
    }

    .format-box__info p {
        font-size: 14px;
    }

    .preview__title h1 {
        font-size: 32px;
    }

    .go__wrap,
    .how__wrap {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .go__item:last-of-type,
    .how__item:last-of-type {
        grid-column: span 1;
    }

    .go__icon,
    .how__icon {
        width: 80px;
        height: 80px;
    }

    .go__icon svg,
    .how__icon svg {
        width: 40px;
        height: 40px;
    }

    .reviews-course .reviews__img {
        min-height: 265px;
    }

    .intro__title .title {
        font-size: 48px;
    }

    .intro__subtitle {
        font-size: 22px;
    }

    .reviews-course .reviews__text {
        padding-top: 240px;
    }
}

@media (max-width: 380px) {
    .countdown {
        font-size: 16px;
    }
}

@media (max-width: 370px) {
    .step__name {
        font-size: 22px;
    }

    .step__list {
        max-width: 290px;
        width: 100%;
    }

    .step-bg {
        width: 660.27px;
        height: 2868.42px;
    }
}

@media (max-width: 340px) {
    .format__box {
        padding: 12px;
    }
}