.header__burger {
    display: none;
}

/* ========= 
 MEDIA MIN 1260px 
 ========= */



@media screen and (min-width:1311px) {
    .swiper-button-prev.services__slider02-prev {
        display: block;
    }

    .swiper-button-next.services__slider02-next {
        display: block;
    }

    .swiper-button-prev.services__slider01-prev {
        display: block;
    }

    .swiper-button-next.services__slider01-next {
        display: block;
    }
}



@media screen and (max-width:1318px) {
    .hero__subtitle::before {
        display: none;
    }

    .hero__subtitle::after {
        display: none;
    }

    .hero__subtitle span::before {
        display: none;
    }
}

@media screen and (max-width:1310px) {
    .swiper-button-prev.services__slider02-prev {
        display: none;
    }

    .swiper-button-next.services__slider02-next {
        display: none;
    }

    .swiper-button-prev.services__slider01-prev {
        display: none;
    }

    .swiper-button-next.services__slider01-next {
        display: none;
    }
}


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

    .hero__title {
        font-size: 64px;
    }

    .hero__title span {
        font-size: 38px;
    }

    .hero__subtitle {
        font-size: 21px;
        line-height: 34px;
        margin-bottom: 50px;
    }

    .hero__btn {
        font-size: 13px;
    }

    .hero__btn::after {
        right: -140px;
    }

    .header__title {
        font-size: 16px;
        line-height: 22px;
    }

    .header__phone,
    .footer__phone a.footer__phone-link {
        font-size: 20px;
    }

    .header__phone::before,
    .footer__phone-link::before {
        left: 0;
    }

    .header__phone-text,
    .footer__phone-info {
        font-size: 13px;
    }

    .header__btn,
    .footer__btn {
        padding-top: 3px;
    }

    .advantages__description {
        font-size: 14px;
    }

    .hero__right img {
        max-width: 370px;
    }

    .servises__title,
    .consultation__title,
    .about__title,
    .reviews__title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 45px;
    }

    .services__item h3 {
        font-size: 26px;
    }

    .services-slider__title {
        font-size: 14px;
        line-height: 18px;
        min-height: 36px;
    }

    .swiper-pagination.services__slider01-pagination,
    .swiper-pagination.services__slider02-pagination {
        bottom: -25px;
    }

    .consultation__price {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }

    .questions__title {
        font-size: 30px;
    }

    .questions__subtitle {
        line-height: 30px;
    }

    .questions__wrapper::after {
        width: 300px;
    }

    .footer__inner {
        flex-basis: 224px;
    }

    .form.questions__form {
        margin-top: 0;
    }
}

/* ========= 
 MEDIA MAX 992px
 ========= */

@media screen and (max-width: 991px) {
    body.lock {
        overflow: hidden;
    }

    .hero {
        padding-top: 10px;
    }

    .hero__left {
        max-width: 55%;
    }

    .hero__right {
        right: 3px;
    }

    .header__logo-icon {
        max-width: 50px;
    }

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

    .hero__right img {
        max-width: 360px;
    }

    .header__logo-title {
        max-width: 120px;
    }

    .header__title {
        font-size: 15px;
    }

    .header__subtitle {
        font-size: 13px;
    }

    .hero__title {
        font-size: 56px;
        line-height: 50px;
    }

    .hero__title span {
        font-size: 28px;
    }

    .hero__btn::after {
        display: none;
    }

    .header__burger {
        display: block;
        position: relative;
        width: 30px;
        height: 24px;
        margin: 0 0 20px auto;
        z-index: 6;
    }

    .header__burger span {
        position: absolute;
        background-color: #fff;
        left: 0;
        width: 100%;
        height: 2px;
        top: 11px;
        transition: all 0.3s ease 0s;
    }

    .header__burger::before,
    .header__burger::after {
        content: '';
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease 0s;
    }

    .header__burger::before {
        top: 0;
    }

    .header__burger::after {
        bottom: 0;
    }

    .header__burger.active:before {
        transform: rotate(45deg);
        top: 13px;
    }

    .header__burger.active:after {
        transform: rotate(-45deg);
        bottom: 9px;
    }

    .header__burger.active span {
        transform: scale(0);
    }

    .menu {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #272727;
        z-index: 5;
        padding: 20px;
        transition: all 0.3s ease 0s;
        overflow: auto;
    }

    .menu.active {
        top: 0;
    }

    .menu ul {
        display: block;
    }

    .menu__item {
        margin-bottom: 25px;
    }

    .menu__link {
        padding: 10px 0 9px;
    }

    .footer__title {
        font-size: 15px;
    }

    .advantages__description {
        font-size: 13px;
    }

    .servises__title,
    .consultation__title,
    .about__title,
    .reviews__title {
        font-size: 30px;
    }

    .consultation__wrapper-title {
        font-size: 24px;
    }

    .consultation__item {
        font-size: 14px;
        line-height: 20px;
    }

    .consultation__wrapper-right img {
        max-height: 463px;
    }

    .consultation__wrapper-right::before {
        right: -17px;
        width: 226px;
        height: 300px;
    }

    .about__inner-item-01::before,
    .about__inner-item-02::before,
    .about__inner-item-03::before,
    .about__inner-item-04::before {
        font-size: 40px;
    }

    .about__inner-item {
        padding-top: 48px;
    }

    .about__inner-item {
        font-size: 13px;
        line-height: 18px;
    }

    .about__details-item {
        font-size: 14px;
        line-height: 22px;
    }

    .about__certificate img {
        max-height: 185px;
    }

    .reviews-slider__review p {
        font-size: 14px;
        line-height: 20px;
    }

    .questions__title {
        font-size: 27px;
    }

    .questions__items {
        max-width: 280px;
        margin-top: 78px;
    }

    .questions__form form {
        padding: 30px;
    }

    .form__title {
        font-size: 20px;
        line-height: 26px;
    }

    .questions__form {
        max-width: 365px;
        margin-top: 134px;
    }

    .questions__wrapper::after {
        top: 10%;
        left: 75%;
    }

    .questions__wrapper::after {
        width: 184px;
    }

    .footer__logo {
        margin-bottom: 15px;

    }

    .footer__item-logo {
        flex-basis: 25%;
    }

    .footer__title {
        font-size: 14px;
        line-height: 20px;
    }

    .footer__item-menu {
        flex-basis: 40%;
    }

    .footer__item-phone {
        flex-basis: 26%;
    }

    .footer__phone a.footer__phone-link {
        font-size: 19px;
    }

    .footer__phone-link::before {
        left: 5px;
        top: 6px;
    }
}


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

    .about__img img {
        height: 100%;
    }

    .threeblock__title {
        font-size: 22px;
        z-index: 1;
    }

    .threeblock__text {
        z-index: 1;
    }

    .categ .threeblock__item {
        flex-basis: 100%;
        position: relative;
    }

    .categ .threeblock__item::before {
        content: '';
        width: 100%;
        left: 0;
        border-radius: 10px;
        height: 100%;
        background: #00000082;
        z-index: 0;
        position: absolute;
    }

    .threeblock__item {
        padding-left: 20px;
    }

    .threeblock__text ul li {
        line-height: 29px;
        font-size: 15px;
        font-weight: 400;
    }

    .services {
        padding: 20px 0 0px;
    }
}

@media screen and (min-width:805px) {

    .swiper-button-prev.reviews-slider-prev,
    .swiper-button-prev.reviews-slider-prev1 {
        display: block;
    }

    .swiper-button-next.reviews-slider-next,
    .swiper-button-next.reviews-slider-next1 {
        display: block;
    }

}

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

    .swiper-button-prev.reviews-slider-prev,
    .swiper-button-prev.reviews-slider-prev1 {
        display: none;
    }

    .swiper-button-next.reviews-slider-next,
    .swiper-button-next.reviews-slider-next1 {
        display: none;
    }

}


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



    .header__inner {
        display: none;
    }

    .hero__left {
        max-width: 80%;
        margin: 5px auto 0;
        text-align: center;
        padding: 0;
    }

    .hero__right {
        position: relative;
        width: 100%;
        max-height: 395px;
        text-align: center;
    }

    .hero__right img {
        height: 100%;
        object-fit: contain;
    }

    .hero__subtitle {
        margin-bottom: 26px;
    }

    .hero__title {
        margin-bottom: 15px;
        line-height: 10px;
    }

    .hero__btn {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .advantages__info {
        padding: 2px 10px;
        background-color: rgba(255, 255, 255, .7);
        text-align: center;
        color: #383838;
        border-radius: 3px;
        right: 0;
        left: auto;
        top: -30px;
    }

    .advantages__item {
        flex-basis: 50%;
    }

    .consultation__wrapper-left {
        flex-basis: 100%;
        order: 2;
    }

    .consultation__wrapper-right {
        flex-basis: 100%;
        position: relative;
        order: 1;
        margin-bottom: 20px;
        text-align: center;
    }

    .footer__item.footer__item-menu {
        flex-basis: 100%;
        order: 3;
    }

    .footer__item-logo {
        flex-wrap: nowrap;
    }

    .footer__item-logo {
        flex-basis: 59%;
    }

    .footer__item-phone {
        flex-basis: 40%;
    }

    .footer__menu {
        margin-top: 15px;
    }

    .footer__menu ul li {
        text-align: center;
    }

}

@media screen and (max-width:759px) {
    .questions__contacts {
        flex-basis: 100%;
    }

    .questions__items {
        max-width: 540px;
        margin-bottom: 25px;
    }

    .questions__form {
        max-width: 540px;
        margin-top: 30px;
    }

    .questions__wrapper::after {
        top: 4%;
        left: 88%;
    }

    .questions__form form {
        max-width: 375px;
    }
}

@media (max-width: 721px) {
    .questions__wrapper::after {
        display: none;
    }
}

/* categ extra responsive */
@media (max-width: 768px) {
    .categ__extra {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .threeblock__price {
        font-size: 22px;
        z-index: 99;
    }

    .categ__extra-col {
        padding: 18px 16px;
    }

    .header__logo {
        margin-top: -40px;
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .footer__item-logo {
        flex-wrap: wrap;
    }

    .footer__item-logo {
        flex-basis: 100%;
        justify-content: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer__inner {
        flex-basis: 62%;
    }

    .footer__item-phone {
        flex-basis: 100%;

    }

    .footer__phone {
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .hero__left {
        max-width: 100%;
    }

    .hero__title span {
        font-size: 24px;
        line-height: 40px;
    }

    .advantages__inner {
        flex-wrap: wrap;
    }

    .advantages__item:first-child {
        flex-basis: 50%;
    }

    .item-confidence,
    .item-clients {
        position: relative;
    }

    .item-confidence::before,
    .item-clients::before {
        content: '';
        position: absolute;
        left: 10%;
        bottom: 0;
        height: 1px;
        width: 80%;
        background-color: rgba(66, 134, 234, .3);
    }

    .servises__title,
    .consultation__title,
    .about__title,
    .reviews__title {
        font-size: 26px;
        margin-bottom: 35px;
        line-height: 36px;
    }

    .services__item h3 {
        font-size: 22px;
        margin-bottom: 23px;
    }

    .consultation__wrapper-title {
        font-size: 22px;
    }

    .consultation__wrapper-subtitle {
        font-size: 20px;
    }

    .about__img {
        flex-basis: 100%;
        margin-bottom: 15px;
    }

    .about__img img {
        height: auto;
    }

    .about__inner {
        flex-basis: 100%;
    }

    .about__details-item {
        flex-basis: 49%;
    }

    .about__details-item:last-child {
        flex-basis: 100%;
        margin-top: 10px;
    }

    .about__certificates {
        flex-wrap: wrap;
    }

    .certificate-01 {
        order: 1;
        flex-basis: 33%;
    }

    .certificate-03 {
        order: 2;
        flex-basis: 33%;
    }

    .certificate-05 {
        order: 3;
        flex-basis: 33%;
    }

    .certificate-02 {
        order: 4;
        flex-basis: 49%;
    }

    .certificate-04 {
        order: 5;
        flex-basis: 49%;
    }


    #phone__toggle {
        bottom: 55px;
        display: block;
        right: 10px;
        position: fixed;
        z-index: 999;
    }

    #whatsapp__toggle {
        bottom: 25px;
        left: 10px;
        position: fixed;
        z-index: 999;
    }

    #whatsapp__toggle {
        bottom: 25px;
        left: 10px;
        position: fixed;
        z-index: 999;
    }



    .img-circles {
        background-color: #0274df;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }

    #whatsapp__toggle .img-circles {
        background-color: #00ad32;
    }

    .circlephone {
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        border: 2px solid #0274df;
        width: 150px;
        height: 150px;
        bottom: -25px;
        right: 10px;
        position: absolute;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        opacity: .5;
        -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
        -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
        -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
        -o-animation: circle-anim 2.4s infinite ease-in-out !important;
        animation: circle-anim 2.4s infinite ease-in-out !important;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all 0.5s;
    }

    #whatsapp__toggle .circlephone {
        right: auto;
        left: 10px;
        order: 2px solid #00ad32;
    }

    .circle-fill {
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        background-color: #0274df;
        width: 100px;
        height: 100px;
        bottom: 0px;
        right: 35px;
        position: absolute;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
        -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
        -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
        -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
        animation: circle-fill-anim 2.3s infinite ease-in-out;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all 0.5s;
    }

    #whatsapp__toggle .circle-fill {
        right: auto;
        left: 35px;
        background-color: #00ad32;
    }

    .img-circles {
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        width: 72px;
        height: 72px;
        bottom: 14px;
        right: 49px;
        position: absolute;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .7;
    }

    #whatsapp__toggle .img-circles {
        right: auto;
        left: 49px;
    }

    #whatsapp__toggle .img-circleblock {

        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        width: 72px;
        height: 72px;
        background-image: url(../images/whatsapp.png);
        background-size: 70%;
        background-position: center center;
        background-repeat: no-repeat;
        animation-name: tossing;
        -webkit-animation-name: tossing;
        animation-duration: 1.5s;
        -webkit-animation-duration: 1.5s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    #phone__toggle .img-circleblock {
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        width: 72px;
        height: 72px;
        background-image: url(../images/mini.png);
        background-size: 30%;
        background-position: center center;
        background-repeat: no-repeat;
        animation-name: tossing;
        -webkit-animation-name: tossing;
        animation-duration: 1.5s;
        -webkit-animation-duration: 1.5s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    .img-circles:hover {
        opacity: 1;
    }



    @keyframes pulse {
        0% {
            transform: scale(0.9);
            opacity: 1;
        }

        50% {
            transform: scale(1);
            opacity: 1;
        }

        100% {
            transform: scale(0.9);
            opacity: 1;
        }
    }

    @-webkit-keyframes pulse {
        0% {
            -webkit-transform: scale(0.95);
            opacity: 1;
        }

        50% {
            -webkit-transform: scale(1);
            opacity: 1;
        }

        100% {
            -webkit-transform: scale(0.95);
            opacity: 1;
        }
    }

    @keyframes tossing {
        0% {
            transform: rotate(-8deg);
        }

        50% {
            transform: rotate(8deg);
        }

        100% {
            transform: rotate(-8deg);
        }
    }

    @-webkit-keyframes tossing {
        0% {
            -webkit-transform: rotate(-8deg);
        }

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

        100% {
            -webkit-transform: rotate(-8deg);
        }
    }

    @-moz-keyframes circle-anim {
        0% {
            -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
            opacity: .1;
            -moz-opacity: .1;
            -webkit-opacity: .1;
            -o-opacity: .1;
        }

        30% {
            -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .5;
            -moz-opacity: .5;
            -webkit-opacity: .5;
            -o-opacity: .5;
        }

        100% {
            -moz-transform: rotate(0deg) scale(1) skew(1deg);
            opacity: .6;
            -moz-opacity: .6;
            -webkit-opacity: .6;
            -o-opacity: .1;
        }
    }

    @-webkit-keyframes circle-anim {
        0% {
            -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
            -webkit-opacity: .1;
        }

        30% {
            -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            -webkit-opacity: .5;
        }

        100% {
            -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            -webkit-opacity: .1;
        }
    }

    @-o-keyframes circle-anim {
        0% {
            -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
            -o-opacity: .1;
        }

        30% {
            -o-transform: rotate(0deg) scale(0.7) skew(1deg);
            -o-opacity: .5;
        }

        100% {
            -o-transform: rotate(0deg) scale(1) skew(1deg);
            -o-opacity: .1;
        }
    }

    @keyframes circle-anim {
        0% {
            transform: rotate(0deg) scale(0.5) skew(1deg);
            opacity: .1;
        }

        30% {
            transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .5;
        }

        100% {
            transform: rotate(0deg) scale(1) skew(1deg);
            opacity: .1;
        }
    }

    @-moz-keyframes circle-fill-anim {
        0% {
            -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2;
        }

        50% {
            -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
            opacity: .2;
        }

        100% {
            -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2;
        }
    }

    @-webkit-keyframes circle-fill-anim {
        0% {
            -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2;
        }

        50% {
            -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            opacity: .2;
        }

        100% {
            -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2;
        }
    }

    @-o-keyframes circle-fill-anim {
        0% {
            -o-transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2;
        }

        50% {
            -o-transform: rotate(0deg) scale(1) skew(1deg);
            opacity: .2;
        }

        100% {
            -o-transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2;
        }
    }

    @keyframes circle-fill-anim {
        0% {
            transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2;
        }

        50% {
            transform: rotate(0deg) scale(1) skew(1deg);
            opacity: .2;
        }

        100% {
            transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2;
        }
    }


}

@media (max-width: 500px) {
    .advantages__info {
        font-size: 10px;
        line-height: 13px;
    }

    .advantages__info {
        top: -22px;
    }

}

@media (max-width: 480px) {

    .about__details-item {
        flex-basis: 100%;
        margin-bottom: 10px;
    }

    .about__details-item:last-child {
        margin-top: 0;
    }

    .consultation__wrapper-right {
        flex-basis: 100%;
    }
}


@media (max-width: 425px) {
    .advantages__info {
        top: -34px;
    }

    .servises__title,
    .consultation__title,
    .about__title,
    .reviews__title {
        font-size: 22px;
        line-height: 33px;
    }

    .services__item h3 {
        margin-top: 30px;
        font-size: 19px;
    }

    .consultation__wrapper-title {
        margin-bottom: 5px;
        text-align: center;
    }

    .consultation__wrapper-subtitle {
        font-size: 19px;
        text-align: center;
    }

    .consultation__price {
        max-width: 100%;
    }

    .consultation__btn-wrapper {
        text-align: center;
    }

    .consultation__btn-wrapper .consultation__btn {
        margin-bottom: 0;
    }

    .about__certificates-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 25px;
        margin-top: 70px;
    }

    .questions__items {
        margin-top: 0;
    }

    .questions__title {
        font-size: 22px;
        line-height: 33px;
        text-align: center;
    }

    .questions__subtitle {
        font-size: 19px;
        line-height: 25px;
        text-align: center;
    }

    .popup__content {
        padding: 30px 5px 5px;
    }

    .questions__form form {
        padding: 20px;
    }
}

@media (max-width: 422px) {
    .hero {
        overflow: hidden;
    }

    .advantages__info {
        top: -34px;
    }
}

.infos {
    background: #fefefe;
    border-radius: 5px;
    padding: 10px 20px;
    margin-left: 10px;
    margin-top: -5px;
    display: block;
    font-size: 14px;
    z-index: 1;
    position: relative;
    line-height: 18px;
    font-family: inherit;
    overflow: hidden;
}

.infos:before {
    content: '';
    background: url(/vz.png) no-repeat;
    height: 60px;
    width: 60px;
    position: absolute;
    background-size: contain;
    bottom: -20px;
    right: 10px;
}

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

    .header__wrapper {
        flex-wrap: wrap;
        gap: 8px 0;
    }

    .header__left-group {
        flex-basis: 100%;
    }

    .header__right-group {
        flex-basis: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 4px 10px;
    }

    .header__phone {
        font-size: 18px;
    }

    .header__phone-text {
        display: none;
    }
}

@media screen and (max-width:390px) {
    .infos {
        margin: 15px auto 0;
        display: none;
    }

    .footer__inner {
        flex-basis: 100%;
    }
}

@media screen and (max-width:375px) {
    .header__wrapper {
        flex-wrap: wrap;
        margin-top: -10px;
    }

    .header__left-group {
        flex-basis: 100%;
    }


    .header__logo-link {
        display: inline-block;
        margin: 0 auto;
    }

    .header__left-group {
        flex-basis: 100%;
        margin-bottom: 20px;

    }

    .header__logo {
        margin-right: 0px
    }

    .header__right-group {
        flex-basis: 100%;
        text-align: center;
    }

    .hero__title span {
        font-size: 24px;
    }

    .hero__subtitle {
        font-size: 16px;
        line-height: 24px;
    }
}


@media screen and (max-width:370px) {
    .hero__right img {
        max-width: 265px;
    }
}

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



    .hero__title {
        font-size: 50px;
        line-height: 42px;
    }

    .consultation__wrapper-right img {
        max-height: 417px;
    }

    .consultation__price {
        right: 10px;
        bottom: -27px;
    }

    .consultation__wrapper-right {
        margin-bottom: 46px;
    }


}