.main-page {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.main-intro {
    margin: 0 40px;
    margin-top: 16px;
    background: #000;
    background: #F6F6F4;
    border-radius: 40px;
}

.intro-container {
    width: 100%;
    max-width: 1424px;
    margin: 0 auto;
    padding: 130px 32px;
    position: relative;
}

.intro-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
}

.intro-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.intro-images-right {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.intro-image {
    max-width: 220px;
    max-height: 220px;
    object-fit: cover;
    width: 100%;
}

.intro-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.intro-title-box {
    max-width: 430px;
    width: 100%;
    padding: 60px 65px;
    border: 1px solid #5BC5D0;
    border-radius: 30px;
    margin-bottom: 45px;
}

.intro-title {
    font-size: 48px;
    font-weight: bold;
    line-height: 52px;
    color: #000;
}

.intro-price {
    width: max-content;
    margin-bottom: 45px;
}

.main-page__intro-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-page__intro-left {
    display: flex;
    flex-direction: column;
    width: calc(40% - 16px);
    margin-right: 30px;
}

.main-page__intro-left h1 {
    font-weight: 700;
    font-size: 58px;
    line-height: 70px;
    color: #333333;
    max-width: 464px;
    margin-bottom: 17px;
}

.main-page__intro-price {
    font-weight: 600;
    font-size: 20px;
    line-height: 52px;
    color: #999999;
    margin-bottom: 37px;
}

.main-page__intro-price span {
    color: #06C8D2;
}

.main-page__intro-desc {
    text-align: center;
    margin-top: 31px;
}

.main-page__intro-desc a {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #06C8D2;
}

.main-page__intro-wrapper {
    width: 100%;
    max-width: 346px;
    display: flex;
    flex-direction: column;
}

.main-page__intro-photo {
    width: calc(60% - 16px);
}

.faq {
    background: #fff;
    padding-top: 90px;
    padding-bottom: 96px;
    width: 100%;
}

.faq-container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 16px;
}

.main-page__faq {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.main-page__faq h2 {
    font-weight: 700;
    font-size: 46px;
    line-height: 60px;
    color: #333333;
    width: 40%;
}

.main-page__faq-content {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.main-page__faq-item {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
}

.main-page__faq-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.main-page__faq-item button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    background: none;
    border: none;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #333333;
    text-align: start;
}

.main-page__faq-item i {
    font-size: 19px;
    color: #06C8D2;
    transform: rotate(180deg);
    transition: .4s;
}

.main-page__faq-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin-top: 16px;
}

.main-page__faq-item .card-body {
    padding: 0;
}

.main-page__faq-header {
    width: 100%;
}

.main-page__faq-text a {
    color: #06C8D2;
}

.main-page__faq .collapsed i {
    transform: rotate(0deg);
}

.about-main {
    background: rgba(246, 246, 244, 0.5);
    padding-top: 56px;
    padding-bottom: calc(104px - 64px);
}

.about-container {
    width: 100%;
    max-width: 1073px;
    margin: 0 auto;
    padding: 0 16px;
}

.main-page__about h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 62px;
    text-align: center;
    color: #333333;
}

.main-page__about-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 76px;
}

.main-page__about-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.3333%;
    margin-bottom: 67px;
}

.main-page__about-item h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #06C8D2;
    text-align: center;
    margin-top: 43px;
}

.specialists-main {
    padding-top: 62px;
    padding-bottom: 153px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.specialists-container {
    width: 100%;
    max-width: 1392px;
    margin: 0 auto;
    padding: 0 16px;
}

.specialists__header {
    display: flex;
    align-items: center;
    margin-bottom: 59px;
}

.specialists__header h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #333333;
}

.specialists__header span {
    font-weight: 700;
    font-size: 120px;
    line-height: 140px;
    color: #06C8D2;
    white-space: nowrap;
    margin-right: 40px;
}

.main-page__specialists h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    margin-top: 107px;
    margin-bottom: 33px;
}

.main-page__btn {
    display: flex;
}

.main-page__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #06C8D2;
    border-radius: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 23px 55px;
    white-space: nowrap;
    transition: .2s;
}

.main-page__btn a:hover {
    opacity: .6;
}

.specialists__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 344px;
}

.specialists__photo {
    display: flex;
}

.specialists__photo img {
    width: 100%;
    height: 278px;
    border-radius: 20px;
    object-fit: cover;
}

.specialists__item a {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #999999;
    margin-top: 22px;
    transition: .2s;
}

.specialists__item a:hover {
    opacity: .6;
}

.specialists__stage {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #999999;
    padding-top: 10px;
    margin-top: 8px;
    border-top: 1px solid rgba(229, 229, 229, 0.6);
    padding-bottom: 9px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(229, 229, 229, 0.6);
}

.specialists__stage span:nth-child(1) {
    font-weight: 700;
}

.specialists__stage span:nth-child(2) {
    font-size: 18px;
    font-weight: 700;
}

.specialists__stage span:nth-child(3) {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #06C8D2;
}

.specialists__list li {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-bottom: 10px;
}

.specialists__list li:last-child {
    margin-bottom: 0;
}

.specialists__list span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 700;
}

.specialists__content {
    display: flex;
    position: relative;
    margin-bottom: 32px;
}

.specialists__content--active .owl-stage {
    display: flex;
}

.specialists__content--opacity {
    opacity: 0;
}

.specialists__content .owl-stage-outer {
    overflow: visible;
}

.specialists__content-slider {
    display: flex;
}

.specialists__content-slider2 {
    display: flex;
}

.blog-main {
    padding-top: 64px;
    padding-bottom: calc(123px - 50px);
}

.blog-container {
    width: 100%;
    max-width: 1424px;
    margin: 0 auto;
    padding: 0 16px;
}

.main-page__blog {
    background: #F6F6F4;
    border-radius: 40px;
    padding-top: 40px;
    padding-left: 50px;
    position: relative;
}

.main-page__blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-right: 46px;
}

.main-page__blog-header h2 {
    font-weight: 700;
    font-size: 46px;
    line-height: 60px;
    color: #333333;
}

.main-page__blog-header a {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #06C8D2;
    border-bottom: 1px solid #06C8D2;
    transition: .2s;
}

.main-page__blog-header a:hover {
    opacity: .6;
}

.main-page__blog-content {
    display: flex;
}

.main-page__blog-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main-page__blog-photo {
    display: inline-block;
    overflow: hidden;
    min-height: 245px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
}

.main-page__blog-photo img {
    width: 100%;
    object-fit: cover;
    height: 245px;
    display: block;
    transition: 1s;
}

.owl-item:first-child .main-page__blog-wrapper img {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 100%;
}

.main-page__blog-wrapper {
    position: relative;
    display: flex;
    height: 446px;
    border-radius: 20px;
    box-shadow: 0px 2px 22px rgba(88, 88, 88, 0.07);
    background: #fff;
    width: 344px;
    margin-bottom: 60px;
}

.main-page__blog-wrapper:hover img {
    transform: scale(1.2);
}

.owl-item:first-child .main-page__blog-wrapper {
    align-items: flex-end;
    box-shadow: none;
    background: none;
    width: 584px;
}

.main-page__blog-tag {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 22px;
    left: 18px;
    z-index: 2;
}

.owl-item:first-child .main-page__blog-wrapper .main-page__blog-tag {
    left: 32px;
}

.main-page__blog-photo::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.main-page__blog-text {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 16px;
    padding-left: 18px;
    padding-right: 20px;
    padding-bottom: 16px;
    height: 100%;
}

.owl-item:first-child .main-page__blog-wrapper .main-page__blog-text {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 21px;
    height: auto;
    margin-top: auto;
}

.main-page__blog-text h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}

.main-page__blog-text h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 17px;
}

.main-page__blog-text time {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: rgba(153, 153, 153, 0.8);
    margin-top: auto;
}

.owl-item:first-child .main-page__blog-wrapper .main-page__blog-text h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.owl-item:first-child .main-page__blog-wrapper .main-page__blog-text h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.owl-item:first-child .main-page__blog-wrapper .main-page__blog-text time {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
}

.owl-item:first-child .main-page__blog-wrapper .main-page__blog-photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.main-page__blog-wrapper a {
    width: 100%;
}

.reviews-main {
    padding-top: 81px;
    padding-bottom: 93px;
    background: rgba(246, 246, 244, 0.5);
    position: relative;
}

.reviews__arrow {
    width: 61px;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(6, 200, 210, 0.8);
    position: absolute;
    top: 48%;
    z-index: 4;
    transition: .2s;
}

.reviews__arrow:hover {
    cursor: pointer;
    opacity: .6;
}

.reviews__arrow i {
    color: #fff;
    font-size: 19px;
}

.reviews__arrow-prev {
    left: 24px;
}

.reviews__arrow-next {
    right: 24px;
}

.main-page__reviews {
    display: flex;
    flex-direction: column;
}

.main-page__reviews h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    color: #333333;
    text-align: center;
}

.main-page__reviews h2 span {
    color: #06C8D2;
}

.main-page__reviews-content {
    margin-top: 73px;
}

.main-page__reviews .main-page__btn {
    justify-content: center;
}

.main-page__reviews-item {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 2px 22px rgba(88, 88, 88, 0.07);
    border-radius: 20px;
    padding: 25px;
    padding-bottom: 67px;
    width: 100%;
    max-width: 464px;
    height: 340px;
    min-width: 490px;
    max-height: 340px;
    margin-bottom: 63px;
}

.main-page__reviews-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(229, 229, 229, 0.6);
}

.main-page__reviews-info {
    display: flex;
    align-items: center;
}

.main-page__reviews-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.main-page__reviews-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #999999;
}

.main-page__reviews-social {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background: #06C8D2;
    border-radius: 50%;
    transition: .2s;
}

.main-page__reviews-social i {
    color: #fff;
}

.main-page__reviews-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.main-page__reviews-avatar {
    width: 60px;
    height: 60px;
    margin-right: 23px;
}

.main-page__reviews-content .owl-item {
    opacity: .5;
}

.main-page__reviews-content .center {
    opacity: 1;
}

.specialists__arrow {
    position: absolute;
    top: 33%;
    z-index: 3;
    width: 71px;
    height: 71px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(246, 246, 244, 0.7);
    border-radius: 10px;
    cursor: pointer;
}

.specialists__arrow i {
    font-size: 19px;
    color: #333;
}

.specialists__arrow-prev {
    display: none;
    left: 32px;
}

.specialists__arrow-next {
    right: 32px;
}

.specialists__arrow-prev--fav {
    display: none;
    left: 32px;
}

.specialists__arrow-next--fav {
    right: 32px;
}

.free-help__intro-left {
    display: flex;
    flex-direction: column;
    padding-right: 16px;
}

.free-help__title {
    font-size: 56px;
    line-height: 66px;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
}

.free-help__intro__text {
    font-size: 20px;
    line-height: 30px;
    color: #454545;
    max-width: 740px;
    margin-bottom: 26px;
}

.free-help__intro__text span {
    font-weight: 700;
}

.free-help__intro__text span span {
    color: #06C8D2;
}

.free-help__intro-nav {
    display: flex;
    margin-top: 32px;
}

.free-help__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 331px;
    height: 84px;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
    background: #06C8D2;
    border-radius: 8px;
    margin-right: 17px;
    border: none;
    transition: .2s;
}

.free-help__btn:hover {
    color: #FFFFFF;
    opacity: .6;
}

.free-help__intro-photo img {
    width: 100%;
}

.free-help__intro-photo {
    position: relative;
}

.free-help__intro-photo::after {
    content: '';
    position: absolute;
    left: -8px;
    top: -8px;
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    border: 3px dashed #06C8D2;
    border-radius: 6px;
}

.free-help__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1490px;
    padding: 0 15px;
    margin: 0 auto;
}

.main-page__intro-photo--mobile {
    display: none;
}

.main-page__intro-dots {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 34px;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.main-page__intro-dot {
    background: #D9D9D9;
    border-radius: 8px;
    width: 21px;
    height: 5px;
    cursor: pointer;
    transition: .2s;
}

.main-page__intro-dot:hover {
    opacity: .6;
}

.main-page__intro-dot:first-child {
    margin-right: 4px;
}

.main-page__intro-dot:last-child {
    margin-left: 4px;
}

.main-page__intro-dot--active {
    background: #06C8D2;
    cursor: inherit;
}

.main-page__intro-dot--active:hover {
    opacity: 1;
}

.blog__arrow {
    position: absolute;
    top: 50%;
    z-index: 2;

    width: 61px;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(6, 200, 210, 0.8);
    border-radius: 50%;
    transition: .2s;
}

.blog__arrow:hover {
    cursor: pointer;
    opacity: .6;
}

.blog__arrow i {
    font-size: 19px;
    color: #fff;
}

.blog__arrow-prev {
    display: none;
    left: calc(19px + 50px);
}

.blog__arrow-next {
    right: 19px;
}

.main-intro--loading .owl-carousel {
    display: block;
}

.main-intro--loading .free-help__container {
    display: none;
}

.main-page__specialists--loading .specialists__content {
    display: none;
}

.main-page__blog-content .owl-stage {
    display: flex;
}

.specialists-container--pages {
    margin-top: 142px;
}

.specialists-container .problems__tags {
    display: flex;
    flex-wrap: wrap;
}

.specialists-container .problems__tag {
    font-weight: 600;
    line-height: 22px;
    color: #405051;
    background: #F9F9F9;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 7px 15px;
    border-radius: 20px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.specialists-container .problems__tag:hover {
    color: #31C2CB;
    background: #fff;
    border: 1px solid #31C2CB;
}

.specialists-container .problems__tag--active {
    color: #fff;
    background: #31C2CB;
}

.specialists-container .problems__tag--active:hover {
    color: #fff;
    background: #31C2CB;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: inherit;
}

.specialists-container .problems__tag--more {
    color: #31C2CB;
    background: #fff;
    border: 1px solid #31C2CB;
}

.specialists-container .problems__tag--more:hover {
    opacity: .6;
}

@media (max-width: 1440px) {
    .main-intro {
        margin: 0 16px;
    }

    .intro-container {
        padding-bottom: 84px;
    }
}

@media (max-width: 1200px) {
    .free-help__intro__text br {
        display: none;
    }

    .specialists-main {
        padding-top: 32px;
        padding-bottom: 72px;
    }

    .specialists-container--pages {
        margin-top: 62px;
    }

    .intro-container {
        padding-top: 68px;
        padding-bottom: 48px;
    }

    .main-page__intro-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .free-help__container {
        flex-direction: column;
        align-items: flex-start;
    }

    .main-page__intro-left {
        width: 100%;
        margin-bottom: 16px;
    }

    .main-page__intro-photo {
        width: 100%;
    }

    .main-page__intro-left h1 {
        max-width: 100%;
    }

    .free-help__intro-left {
        margin-bottom: 24px;
    }

    .main-page__faq {
        flex-direction: column;
    }

    .main-page__faq h2 {
        font-size: 32px;
        line-height: 34px;
        width: 100%;
        margin-bottom: 32px;
        text-align: center;
    }

    .main-page__faq h2 br {
        display: none;
    }

    .main-page__faq-content {
        width: 100%;
    }

    .main-page__faq-item button {
        font-size: 18px;
        line-height: 20px;
    }

    .main-page__faq-item {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .main-page__faq-text {
        font-size: 16px;
    }

    .about-main {
        padding-top: 32px;
        padding-bottom: 0;
    }

    .main-page__about h2 {
        font-size: 32px;
        line-height: 44px;
    }

    .main-page__about-content {
        margin-top: 42px;
    }

    .main-page__about-item {
        margin-bottom: 32px;
        width: 50%;
    }

    .specialists-main {
        padding-bottom: 72px;
    }

    .specialists__header span {
        font-size: 72px;
        margin-right: 20px;
    }

    .specialists__header h2 {
        font-size: 28px;
        line-height: 42px;
    }

    .specialists__header {
        margin-bottom: 24px;
    }

    .specialists__item a {
        margin-top: 16px;
        font-size: 18px;
        line-height: 24px;
    }

    .specialists__stage {
        font-size: 16px;
    }

    .specialists__stage span:nth-child(3) {
        font-size: 16px;
    }

    .main-page__specialists h4 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 56px;
        margin-bottom: 18px;
    }

    .main-page__blog {
        padding: 26px;
        padding-bottom: 0;
    }

    .main-page__blog-header h2 {
        font-size: 32px;
        line-height: 44px;
    }

    .main-page__blog-tag {
        font-size: 16px;
    }

    .owl-item:first-child .main-page__blog-wrapper .main-page__blog-text h4 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .owl-item:first-child .main-page__blog-wrapper .main-page__blog-text h5 {
        margin-bottom: 16px;
    }

    .main-page__blog-wrapper {
        margin-bottom: 24px;
    }

    .blog-main {
        padding-top: 32px;
        padding-bottom: calc(62px - 50px);
    }

    .reviews-main {
        padding-top: 42px;
        padding-bottom: 48px;
    }

    .main-page__reviews h2 {
        font-size: 32px;
        line-height: 44px;
    }

    .main-page__reviews-content {
        margin-top: 38px;
    }

    .main-page__reviews-item {
        margin-bottom: 32px;
    }

    .main-page__reviews-item {
        padding: 22px;
        padding-bottom: 44px;
    }

    .main-page__reviews-avatar {
        margin-right: 16px;
    }

    .specialists__arrow {
        width: 46px;
        height: 46px;
    }

    .specialists__arrow i {
        font-size: 16px;
    }

    .blog__arrow {
        width: 46px;
        height: 46px;
    }

    .blog__arrow i {
        font-size: 16px;
    }

    .reviews__arrow {
        width: 42px;
        height: 42px;
    }

    .free-help__intro-photo {
        margin-bottom: 12px;
    }

    .free-help__intro-nav {
        margin-top: 16px;
    }

    .main-page__intro-dots {
        bottom: 12px;
    }

    .faq {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .free-help__intro-right {
        margin-top: 36px;
    }

    .main-page__intro-photo {
        margin-top: 24px;
    }

    .intro-main {
        justify-content: center;
    }

    .intro-images-right {
        display: none;
    }
}

@media (max-width: 991px) {
    .main-page__intro-left h1 br {
        display: none;
    }

    .main-page__intro-price {
        margin-bottom: 16px;
    }

    .main-page__intro-left h1 {
        margin-bottom: 8px;
    }

    .free-help__intro-right {
        display: none;
    }

    .intro-main {
        flex-direction: column;
        gap: 40px;
    }
}


@media (max-width: 768px) {
    .free-help__intro-nav {
        flex-direction: column;
        margin-top: 20px;
    }

    .free-help__btn {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .intro-images {
        gap: 40px;
    }

    .intro-title {
        font-size: 36px;
        line-height: 42px;
    }

    .intro-title-box {
        margin-bottom: 15px;
    }

    .intro-price {
        margin-bottom: 15px;
    }
}


@media (max-width: 690px) {
    .owl-item:first-child .main-page__blog-wrapper {
        width: 100%;
    }

    .main-page__blog-wrapper {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .main-page__faq h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .main-page__faq-item button {
        font-size: 16px;
        line-height: 26px;
    }

    .main-page__faq-text {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }

    .main-page__faq-item {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .about-main {
        padding-top: 28px;
        padding-bottom: 32px;
    }

    .main-page__about h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .main-page__about br {
        display: none;
    }

    .main-page__about-content {
        flex-wrap: nowrap;
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-top: 26px;
    }

    .main-page__about-content::-webkit-scrollbar {
        display: none;
    }

    .main-page__about-item {
        width: 100%;
        min-width: 100%;
        margin-bottom: 0;
    }

    .specialists-main {
        padding-top: 24px;
        padding-bottom: 40px;
    }

    .specialists-container--pages {
        margin-top: 30px;
    }

    .specialists__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .specialists__header span {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 8px;
        margin-right: 0;
    }

    .specialists__header h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .specialists__header {
        margin-bottom: 20px;
    }

    .specialists__stage {
        font-size: 14px;
        margin-top: 3px;
        padding-top: 6px;
        margin-bottom: 6px;
        padding-bottom: 6px;
    }

    .main-page__specialists h4 {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .main-page__btn a {
        padding: 18px 0;
        font-size: 16px;
        width: auto;
        margin: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .specialists__item {
        width: 100%;
        max-width: 100%;
    }

    .main-page__blog {
        padding: 0;
        background: none;
    }

    .blog-main {
        padding-top: 34px;
        padding-bottom: 0;
    }

    .main-page__blog-header h2 {
        font-size: 22px;
        line-height: 34px;
    }

    .main-page__blog-header {
        margin-bottom: 20px;
    }

    .main-page__blog-header span {
        display: none;
    }

    .main-page__blog-header a {
        font-size: 14px;
        line-height: 22px;
    }

    .main-page__blog-tag {
        font-size: 14px;
        line-height: 22px;
        left: 12px;
        top: 12px;
    }

    .owl-item:first-child .main-page__blog-wrapper .main-page__blog-tag {
        left: 12px;
    }

    .owl-item:first-child .main-page__blog-wrapper .main-page__blog-text {
        padding: 12px;
        padding-bottom: 16px;
    }

    .main-page__blog-text h5 {
        display: none;
    }

    .owl-item:first-child .main-page__blog-wrapper .main-page__blog-text h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .main-page__blog-wrapper {
        height: 230px;
        margin-bottom: 0;
    }

    .main-page__blog-photo {
        min-height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .main-page__blog-photo img {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        height: 100%;
    }

    .main-page__blog-text h4 {
        font-size: 20px;
        line-height: 24px;
        color: #FFFFFF;
    }

    .main-page__blog-text time {
        color: rgba(255, 255, 255, 0.8);
    }

    .main-page__blog-text {
        height: auto;
        margin-top: auto;
    }

    .reviews-main {
        padding-top: 26px;
        padding-bottom: 42px;
    }

    .reviews-container {
        padding: 0 16px;
    }

    .main-page__reviews h2 {
        font-size: 22px;
        line-height: 34px;
    }

    .main-page__reviews-content {
        margin-top: 34px;
    }

    .main-page__reviews-item {
        max-width: 100%;
        min-width: auto;
        height: 100%;
        min-height: auto;
        max-height: 100%;
        margin-bottom: 34px;
        padding: 16px 12px;
        padding-bottom: 21px;
    }

    .main-page__reviews-header {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .main-page__reviews-text {
        font-size: 14px;
        line-height: 24px;
    }

    .main-page__reviews-content .owl-stage-outer {
        overflow: visible;
    }

    .specialists__arrow {
        display: none !important;
    }

    .reviews__arrow {
        display: none !important;
    }

    .free-help__intro-right {
        display: none;
    }

    .main-intro {
        /* margin: 0; */
        /* border-radius: 0; */
        margin-top: 15px;
    }

    .intro-container {
        padding: 28px 16px;
        padding-bottom: 39px;
    }

    .main-page__intro-left h1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .main-page__intro-price {
        font-size: 16px;
        line-height: 26px;
        /* margin-bottom: 46px; */
    }

    .main-page__intro-photo {
        display: none;
    }

    .main-page__intro-photo--mobile {
        display: block;
    }

    .main-page__intro-wrapper {
        /* margin-top: 36px; */
        max-width: 100%;
    }

    .main-page__intro-desc {
        margin-top: 16px;
    }

    .main-page__intro-desc a {
        font-size: 16px;
        line-height: 20px;
    }

    .free-help__title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .free-help__intro__text {
        font-size: 16px;
        line-height: 30px;
    }

    .free-help__btn {
        font-size: 18px;
        height: 60px;
        max-width: 100%;
    }

    .free-help__intro-nav {
        margin-top: auto;
    }

    .main-page__intro-dot {
        width: 14px;
        height: 4px;
    }

    .main-page__intro-dot:first-child {
        margin-right: 1px;
    }

    .main-page__intro-dot:last-child {
        margin-left: 1px;
    }

    .blog__arrow {
        display: none !important;
    }

    .main-page__reviews-content .owl-stage {
        display: flex;
    }

    .main-page__reviews-content .owl-item {
        margin-bottom: 34px;
    }

    .main-page__intro-left h1 br {
        display: block;
    }

    .free-help__btn {
        font-size: 20px;
        line-height: 22px;
        height: 62px;
        margin-right: 0;
        margin-bottom: 10px;
        max-width: 100%;
    }

    .free-help__intro__text--mobile {
        display: none;
    }

    .main-page__blog-photo::after {
        border-radius: 20px;
    }

    .intro-images {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .intro-title {
        max-width: 300px;
        margin: auto;
    }

    .intro-title-box {
        padding: 60px 0;
        width: 100%;
    }

    .intro-content {
        width: 100%;
    }

    .intro-price {
        font-size: 14px;
        margin-bottom: 30px;
    }
}