@media (max-width: 1206px) {

    .popup-modal {
        width: 90%;
        height: 80%;
        padding: 13px;
        padding-top: 39px;
    }

    .form-popup__title {
        font-size: 24px;
        margin-bottom: 27px;
    }

}

@media (max-width: 1024px) {
    .about-section-container-right {
        margin-left: -16px;
        margin-right: -16px;
        margin-top: 50px;
    }

    .page-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .contacts-section-container-right form {
        gap: 5px;
        padding: 16px;
    }

    .header__links,
    .header__right {
        display: none;
    }

    .contacts-section-container {
        flex-direction: column;
    }

    .footer-container {
        flex-direction: column;
    }

    .news-section-items {
        flex-direction: column;
    }

    .hero__points {
        flex-direction: row;
        gap: 6px;
    }

    .hero__points li:nth-of-type(4) {
        display: none;
    }

    .contacts-section-buttons {
        flex-direction: column;
    }

    .form-captcha {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .contacts-section-container-right label {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 10px;
    }

    .contacts-section {
        padding-bottom: 50px;
    }

    .footer-container {
        text-align: center;
        align-items: center;
    }

    .footer-container li {
        border-right: unset !important;
    }

    .footer-container li .footer_hotline {
        display: none;
    }

    .footer_hotline {
        display: flex;
    }

    .footer-container li:nth-of-type(1) {
        padding-bottom: 0px;
    }

    .footer-container>li {
        border-bottom: 1px solid #ABABAB;
        width: 100%;
    }

    .footer-container>li:nth-of-type(1) {
        border-bottom: 0px;
    }

    .footer_extra {
        display: none;
    }

    .footer-mobile-links {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
    }

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


    .about-section-points {
        flex-wrap: nowrap !important;
        overflow: hidden !important;
    }

    .index-about-slider.red-controls .glide-controls {
        display: flex !important;
    }



    .footer-container li:nth-of-type(1) img {
        align-self: center;
    }

    footer .copyright {
        border: 1px solid #ABABAB;
        padding-top: 10px;
    }

    .footer_socials {
        align-items: center;
    }

    .footer-mobile-links .footer_extra {
        display: block;
    }

    .header__right--mobile {
        display: flex;
    }

    .burger {
        display: block;
        padding: 20px;
        padding-top: 10px;
        padding-right: 0px;
        cursor: pointer;
        cursor: pointer;
    }

    .burger::after {
        content: "";
        position: absolute;
        right: 0;
        top: 15px;
        width: 30px;
        height: 12px;
        background-image: url(../images/burger.png);
        background-size: contain;
        background-repeat: no-repeat;
        right: 15px;
        left: unset;
    }

    .seminars-section-items {
        flex-direction: column;
    }

    hr.hero {
        display: none;
    }

    .hero__points li {
        border: 0.5px solid #FFFFFF8A;
        gap: 19px;
        padding: 10px;
    }

    .products-section-items {
        flex-direction: column;
        gap: 10px;
    }

    .products-section-items li {
        flex: 1;
        gap: 10px;
    }

    .section-header {
        padding-top: 16px;
        padding-bottom: 16px;
        flex-direction: column;
    }

    .section-header-quote {
        font-size: 16px;
        line-height: 21px;
    }

    .products-section-items li a {
        font-size: 13px;
        line-height: 13px;
    }

    .products-section-items li img {
        max-height: 200px;
    }

    .section-header-left {
        flex-direction: row;
        align-items: baseline;
        margin-bottom: 22px;
        justify-content: space-between;
    }

    .section-title {
        font-size: 32px;
        margin-top: 15px;
    }

    .red-controls .glide-controls {
        margin-top: 20px !important;
        gap: 8px !important;
        display: flex !important;
    }

    .about-section-container {
        flex-direction: column;
        align-items: unset;
    }

    .news-section {
        margin-top: -40px;
    }

    .news-section-left {
        box-shadow: 0px 1.84px 5.62px 0px #00000017;
    }

    .read-more::after {
        right: 5px;
        top: 2px;
    }

    .news-section-left-title {
        font-size: 14px;
        line-height: 15px;
        font-family: 'Circe';
    }

    .news-section-left,
    .news-section-right ul li {
        border-radius: 5px;
    }

    .news-section-left a {
        padding: 15px;
        min-height: 320px;
        display: flex;
        justify-content: flex-end;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 34.4%, #FFFFFF 73%, #FFFFFF 99.52%);
    }

    .news-section-right ul li {
        flex-direction: column;
        gap: 5px;
    }

    .seminars-section .section-header {
        flex-direction: row;
        align-items: center;
    }

    .seminars-section-items li {
        flex: unset;
        height: 312px;
        padding: 12px;
    }

    .news-section-right ul li img {
        width: 100%;
        height: 217px;
        object-fit: cover;
    }

    .news-section-right ul li a {
        padding: 13px;
    }

    .news-section-left-date {
        font-size: 12px;
        line-height: 12px;
        border-radius: 5px;
        padding-bottom: 4px;
    }

    .read-more {
        color: #000000A6;
        font-size: 13px;
        line-height: 10px;
    }

    .news-section .section-header {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .section-header-right .section-link {
        font-size: 18px;
        line-height: 20px;
    }

    .about-section-points li:nth-child(1)::before,
    .about-section-points li:nth-child(3)::before {
        content: unset;
    }

    .about-section-container-right .glide__track::before {
        background-image: url(../images/index_about_gears.png);
        background-size: cover;
        width: 78px;
        height: 77px;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        left: -21px;
        display: block;
        position: absolute;
        z-index: 0;
        top: -33px;
    }

    .about-section-container-right .glide__track::after {
        background-image: url(../images/index_about_gears.png);
        background-size: cover;
        width: 78px;
        height: 77px;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        right: -21px;
        display: block;
        position: absolute;
        z-index: 0;
        bottom: 17px;
        right: -12px;
    }

    .about-section-points {
        z-index: 3;
    }

    .about-section {
        margin-top: 40px;
        overflow: hidden;
    }

    .contact-info {
        flex-direction: column;
        height: unset;
        border-bottom: none;
    }

    .contact-info li {
        padding-top: 20px;
        gap: 10px;
    }

    .contacts-section-container-left div {
        padding-top: 0px;
    }

    .contacts-section-container-left {
        border: none;
    }

    .contacts-right-title {
        font-size: 24px;
        line-height: 20px;
    }

    .contacts-right-subtitle {
        font-size: 12px;
        line-height: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .contacts-section-container-right input:not([type="file"]):not([type="checkbox"]),
    .contacts-section-container-right textarea {
        height: 40px;
        border-radius: 8px;
        padding-right: unset;
        font-size: 14px;
    }

    .contacts-section-container-right {
        border-top: 1px solid #CACACA;
    }

    .contact-info-text {
        font-size: 12px;
        line-height: 14px;
    }

    .contact-info li:nth-of-type(2) .contact-info-text {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .contact-info-label {
        font-size: 24px;
        line-height: 20px;
    }

    .contact-info li:nth-of-type(1) {
        border-right: unset;
        border-bottom: 1px solid #CACACA;
    }

    .about-section .button {
        margin: 0 auto;
    }

    .about-section-text {
        font-size: 16px;
        line-height: 22px;
    }

    .index-services-slider ul li {
        box-shadow: unset;
        background: unset;
        border: 1px solid #878787;
        border-radius: unset;
        padding: 8px;
        flex: unset;
    }

    .red-controls .glide-controls .left,
    .red-controls .glide-controls .right {
        width: 30px;
        height: 30px;
    }

    .index-services-slider .glide__slides {
        flex-direction: unset;
        border: none;
        gap: unset;
    }

    .index-services-slider ul li a {
        flex-direction: row;
        flex: 1;
        justify-content: space-between;
    }

    .services-section-bg {
        background-size: contain;
    }

    .index-services-slider .controls {
        display: flex;
    }

    .index-services-slider li .services-item-number {
        position: relative;
        right: unset;
        top: unset;
        transform: unset;
    }

    .index-services-slider ul li img {
        width: 31px;
    }

    .services-item-text {
        max-width: 154px;
        display: block;
        text-wrap: wrap;
        text-align: left;
    }

    .hero__points li img {
        width: fit-content;
        height: 48px;
    }

    .hero__points li span {
        font-size: 16px;
        line-height: 18px;
    }

    .hero h1 {
        font-size: 26px;
        line-height: 33px;
        font-family: 'Circe Light';
    }

    .hero__links li:nth-of-type(2) {
        display: none;
    }

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

    .header img {
        width: 125px;

    }

    .header .page-container {
        padding-top: 8px;
    }

    .inner .header .page-container {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .inner header.header {
        box-shadow: 0px 2px 6.3px 0px #B4B4B440;
    }

    .catalog-content {
        flex-direction: column;
    }

    .inner .burger::after {
        filter: invert(1);
        top: 50%;
        transform: translateY(-50%);
    }

    body.inner {
        padding-top: 70px;
    }

    .contacts-section-container-right {
        gap: 10px;
    }

    .services-measure .section-header {
        flex-direction: column !important;
        gap: 15px;
        align-items: flex-start !important;
    }

    .equipment-list-items {
        flex-direction: column;
        gap: 21px;
    }

    .equipment-list-items li {
        height: 274px;
        flex: unset;
    }

    .services-measure-photo img {
        max-width: 100%;
    }

    .services-measure-terms {
        flex-direction: column;
        gap: 20px;
        margin-top: 21px;
    }

    .terms-right-links li,
    .terms-right-links li a {
        font-family: Circe;
        font-size: 16px;
        line-height: 23px;
    }

    .terms-right-links li {
        padding-bottom: 20px;
    }

    .services-extra-items {
        flex-direction: column;
        gap: 26px;
    }

    .services-extra-items>li {
        flex: unset;
        padding: 15px;
    }

    .service-pusk-list {
        flex-direction: column;
        gap: 15px;
    }

    .service-pusk-list li {
        flex: unset;
        min-height: unset;
    }

    .service-sbor-list {
        gap: 0;
    }

    .service-sbor-list li {
        flex: unset;
        min-height: 220px;
        white-space: normal;
        text-align: left;
        display: flex;
    }


    .sborka-items .glide-controls {
        margin-bottom: 0px !important;
    }

    .galv-points>li {
        flex-direction: column;
    }

    .galv-points li .left,
    .galv-points li .right {
        padding: 12px;
        border: none;
    }

    .about-video .play-button {
        width: 36px;
        height: 36px;
    }

    .about-points .about-section-points {
        flex-direction: column;
        gap: 15px;
    }

    .about-points .about-section-points li {
        height: 247px;
        flex: unset;
    }

    .about-assortment {
        flex-direction: column;
    }

    .about-assortment-right {
        flex-direction: column;
    }

    .about-promo {
        font-family: Circe;
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 22px;
        letter-spacing: 0%;
        text-align: center;

    }

    .about-history-points {
        flex-direction: column;
        gap: 17px;
    }

    .about-history-points li {
        max-width: unset !important;
    }

    .about-history-points li div {
        margin-left: -2.5px;
    }

    .about-history-title {
        padding-left: 16px;
    }

    .about-rewards {
        flex-direction: column;
    }

    .about-rewards-container {
        overflow: hidden;
    }

    .about-work-items {
        flex-direction: column;
        gap: 15px;
    }

    .about-work-items li {
        flex: unset;
        min-height: 183px;
        gap: 30px !important;
        height: unset;
    }

    .seminar-gallery-container {
        padding-top: 0px;
    }

    .seminar-detail .seminar-gallery-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .seminar-detail .archive {
        width: 100%;
    }


    .footer-container li div {
        align-self: center;
    }

    .seminar-gallery-container .glide__slide {
        height: 198px;
    }

    .news-banner ul {
        flex-direction: column;
        gap: 20px;
    }


    .seminar-detail .logos img {
        max-width: 100%;
    }

    .seminar-detail .logos {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .certs-items {
        flex-direction: column;
    }

    .seminar-detail .logos li {
        height: fit-content;
        width: 200px;
        flex: 0 1 calc((100% - 20px) / 2);
        overflow: hidden;
    }

    .review-order-container form .form-row {
        flex-direction: column;
    }

    .reviews-items .image-block {
        padding-left: 35px;
        padding-right: 35px;
    }

    .services-review-form .button {
        width: 100%;
        justify-content: center;
    }

    .publik-items {
        flex-direction: column;
    }

    .publik-items li a {
        flex-direction: column;
    }

    .publik-items .publik-image {
        width: 100%;
        height: fit-content;
        max-height: 280px;
        object-fit: contain;
    }

    .rewards-items li {
        flex-direction: column;
        gap: 30px;
    }

    .sales-items {
        flex-direction: column;
        gap: 45px;
    }

    .sales-info ul {
        flex-direction: column;
        margin-top: 50px;
    }

    .sales-info ul li {
        align-items: center;
        max-width: 220px;
        text-align: center;
        align-self: center;
    }

    .sales-info .circle img {
        display: none;
    }

    .publik-items .publik-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sales-info .button {
        width: 100%;
        justify-content: center;
    }

    .clients-logos {
        gap: 8px;
    }

    .clients-logos li {
        flex: 0 1 calc((100% - 8px) / 2);
        border-radius: 5px;
    }


    .curve-mobile {
        display: block;
        margin-top: -50px !important;
        margin-right: -5px !important;
    }

    .clients-curve-point--2 {
        left: 180px;
        top: 320px;
    }

    .jobs-list {
        flex-direction: column;
        margin-top: 20px;
    }

    .news-section-items {
        margin-top: 40px;
    }

    .news-page ul {
        flex-direction: column;
    }

    .news-banner ul li {
        height: 380px;
        flex: unset;
    }

    .news-banner span {
        z-index: 3;
    }

    .news-section-title {
        margin-bottom: 20px;
    }

    .news-banner .button {
        z-index: 3;
    }


    .curve-desktop {
        display: none;
    }

    .certs-items img {
        max-width: 100% !important;
    }

    .cert-contact {
        padding: 8px;
        padding-top: 20px;
        padding-bottom: 20px;
        width: unset;
    }

    .cert-contact-title .accent {
        font-size: 20px;
        line-height: 37px;
        text-align: center;
        display: block;
    }

    .cert-contact form {
        margin-top: 20px;
        text-align: center;
    }

    .cert-contact form input[type="text"],
    .cert-contact form input[type="email"] {
        height: 48px;
        font-family: Circe;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 20px;
        letter-spacing: 0%;
        text-align: center;

    }

    .cert-bg {
        margin-top: 70px;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .about-work-items img {
        height: 58px;
    }

    .about-history-point-title {
        margin-bottom: 0px;
        padding-left: 20px;
    }

    .about-history-point-year {
        display: none;
    }

    .about-history-points-line {
        margin-top: 0px;
    }

    .about-history .history-container {
        border-left: 1px solid #FF5000;
    }

    .about-history-points-line hr {
        margin-bottom: 0px;
    }

    .galv-points li .left {
        font-family: Circe;
        font-weight: 700;
        font-style: Bold;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;

    }

    .services-extra-items>li img {
        max-width: 100%;
    }

    .services-extra-items>li .button {
        width: 100%;
        justify-content: center;
    }

    .inner .section-header {
        flex-direction: row;
        align-items: flex-end;
    }

    .inner .section-header .section-header-left {
        margin-bottom: 0px;
    }

    .catalog-link {
        font-size: 16px;
        line-height: 20px;
    }

    .catalog-link::after {
        height: 2px;
    }

    .catalog-content-left .button {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .breadcrumbs {
        flex-flow: wrap;
    }

    #del_filter {
        margin-top: 10px;
    }

    .catalog-element .section-header {
        flex-direction: column;
        margin-top: -10px;
        gap: 25px;
    }

    .catalog-element .section-header-right {
        justify-content: space-between;
        flex: 1;
        width: unset;
        max-width: unset;
        flex-direction: row;
        width: 100%;
    }

    .catalog-element-image {
        width: unset;
        height: 200px;
        border: 0.67px solid #E9E9E9;
        box-shadow: 0px 2.69px 8.22px 0px #00000017;
    }

    .catalog-props {
        justify-content: space-between;
    }

    .catalog-share {
        justify-content: center;
        margin-top: 5px;
    }

    .catalog-element-tabs {
        margin-top: 40px;
    }

    .popup-model .contacts-section-container-right {
        border-top: none;
    }

    .popup-model .contacts-section-container-right {
        gap: 10px;
    }

    .popup-modal {
        height: fit-content;
    }

    .reviews-items {
        flex-direction: column;
    }

    .reviews-items li {
        flex: 1;
        flex-direction: column;
    }

    .reviews-items {
        padding-inline-start: 0px !important;
        padding-inline-end: 0px !important;
    }

    .image-block img {
        width: 100%;
        margin-bottom: 50px;
    }

    .image-block {
        width: 100%;
    }

    .catalog-element .section-header {
        flex-direction: row;
        margin-top: 40px;
    }

    .section-catalog-element-banner {
        padding: 11px;
        margin-top: 80px;
        padding-bottom: 300px;
    }

    .section-header-top {
        flex-direction: column !important;
        margin-top: 0px !important;
    }

    .popup-modal .contacts-section-container-right {
        border-top: none;
    }

    .catalog-similar .glide__arrows {
        display: none;
    }

    .catalog-similar {
        padding: 0px;
    }

    .catalog-similar .glide__slide a img {
        padding: 10px;
    }

    .catalog-element-similar h1 {
        margin-bottom: 30px;
    }

    .catalog-element-similar {
        margin-bottom: -60px;
    }

    .section-catalog-element-banner {
        overflow: hidden;
    }

    .section-catalog-element-banner::after {
        right: -70px;
        bottom: 0px;
        width: 458px;
        height: 260px;
        top: unset;
    }

    .catalog-banner-order,
    .catalog-banner-title {
        font-size: 24px;
        line-height: 29px;
    }

    .catalog-banner-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .catalog-banner-buttons .button {
        width: 100%;
    }

    .catalog-areas {
        flex-wrap: wrap;
        gap: 34px;
    }

    .catalog-areas li {
        flex: 0 1 calc((100% - 34px) / 2);
    }

    .catalog-element-buttons {
        flex-direction: column;
        margin-top: 0px;
    }

    .catalog-element-buttons li {
        width: 100%;
    }

    .catalog-element-buttons .button {
        justify-content: center;
        width: 100%;
        display: flex;
    }


    .catalog-element-top {
        flex-direction: column;
        gap: 25px;
    }

    .index-contact-form .button {
        margin: 0 auto;
    }

    .certs-items li {
        margin-bottom: 70px;
    }

    .rek {
        flex-direction: column;
        gap: 30px;
    }

    .rec-services {
        padding-left: 16px;
        padding-right: 16px;
    }

    .seminars-items {
        flex-direction: column;
        gap: 15px;
        margin-top: 0px;
    }

    .seminars-item-text {
        font-size: 17px;
        line-height: 13px;
    }

    .seminars-item-date {
        font-size: 12px;
        line-height: 22px;
        border-radius: 10px;
        height: 30px;
        padding-top: unset;
        padding-bottom: unset;
        display: flex;
        align-items: center;
    }

    .seminar-detail .section-header {
        flex-direction: column;
        gap: 20px;
        padding-top: 0px;
        align-items: flex-start;
        margin-bottom: 30px;
        border-bottom: 1px solid #CCCCCC;
        padding-bottom: 20px;
    }

    .seminar-detail .terms {
        font-size: 18px;
        flex-direction: column;
        gap: 10px;
    }

    .seminar-detail .action {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .seminar-detail .action .button {
        width: 100%;
        text-align: center;
    }

    .seminar-detail .details {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 20px;
    }

    .seminar-detail .info {
        flex-direction: column;
    }

    .seminar-detail .materials {
        flex-direction: column;
        row-gap: 22px;
    }

    .seminar-detail .organizers {
        padding-top: 35px;
        background: #F7F7F7;
    }

    .seminar-detail .organizers .button {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .seminar-detail .organizers-list>li,
    .seminar-detail .organizers-list>li:nth-child(2) {
        border-bottom: 1px solid #B2B2B2 !important;
        padding-bottom: 20px;
    }

    .seminar-detail .past {
        flex-direction: column;
    }

    .seminar-detail .presentations {
        flex-direction: column;
        gap: 15px;
    }

    .seminar-detail .presentations li {
        flex-direction: column;
        gap: 13px;
    }

    .seminar-detail .presentations li .right {
        flex-direction: column;
        padding-left: 30px;
    }

    .seminar-detail .organizers-list {
        flex-direction: column;
        gap: 40px;
        border: none;
    }

    .seminar-detail .organizers-list>li:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
        border: none;
    }

    .seminar-detail .organizers-list li .points {
        margin-top: 20px;
    }

    .seminar-detail .materials-container {
        padding-left: 16px;
    }

    .seminar-detail .details-date,
    .seminar-detail .details-address {
        width: 100%;
    }

    .seminar-detail .section-title {
        font-size: 32px;
        line-height: 32px;
    }

    .seminars-items li {
        flex: unset;
        min-height: 312px;
    }

    .rec-services-items li a {
        font-family: Circe;
        font-weight: 400;
        font-style: Regular;
        font-size: 24px;
        leading-trim: NONE;
        line-height: 24.8px;
        letter-spacing: 0%;
        padding-right: 60px;
    }

    .rec-services-items {
        flex-direction: column;
        gap: 15px;
    }

    .rec-services-items li {
        height: 163px;
        flex: unset;
    }

    .doc-items {
        flex-direction: column;
    }

    .docs-content {
        margin-top: 40px;
    }

    #dokpo-container {
        flex-direction: column;
    }

    .contacts-top {
        flex-direction: column;
    }


    /*
    .contacts-container ol,
    ul {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    */

    .contacts-top-right iframe {
        height: 300px;
    }

    .contacts-list,
    .contacts-list tbody,
    .contacts-list tr,
    .contacts-list td {
        display: block;
        width: 100%;
        border: none;
        background: white;
        height: unset;
    }

    .contacts-list {
        border: 1px solid #0000004D;
        border-radius: 8px;
        margin-top: 40px;
    }

    .contacts-list td {
        border-bottom: 1px solid #0000004D;
        border-radius: 0;
    }

    .contacts-managers {
        flex-direction: column;
    gap: 15px;
    }

    .contacts-section-buttons {
        margin-top: 10px!important;
    }

}

@media (max-width: 360px) {
    .hero h1 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .hero h2 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 20px;
    }

    .hero__points li span {
        font-size: 11px;
        line-height: 14px;
    }

    .hero__points li {
        gap: 12px;
        padding: 7px;
    }

    section.hero {
        padding-top: 80px;
        justify-content: unset;
    }

    .products-section-items li img {
        width: 110px;
    }

    .index-services-slider ul li a {
        gap: 20px;
    }

    .services-item-text {
        font-size: 20px;
    }

    .services-section-items li .services-item-number {
        font-size: 138px;
    }

    .section-title {
        font-size: 28px;
    }

    .section-header-right .section-link {
        font-size: 15px;
        padding-right: 30px;
    }

    .catalog-content-left, .catalog-menu {
        width: unset;
    }

    .services-measure-terms-left .terms-left-title {
        line-height: 32px;
    }

    .services-measure-terms-left ul, .services-measure-terms-left ul,.terms-right-links, .servces-item-points {
        margin-left: 15px;
    }

    .services-measure-terms-left .button {
        margin-top: 15px;
    }

    .button {
        font-size: 14px;
    }

    .service-measure-button {
        margin-top: 20px;
    }

    .about-points {
        margin-top: 40px;
    }

    .news-banner ul li:first-child::after {
        bottom: -70px;
    }

    .news-banner ul li:nth-child(2)::after {
        bottom: -90px;
    }

    .sales-item-top {
        gap: 20px;
    }

    .sales-item-top img {
        height: fit-content;
        width: 60px;
        display: block;
    }

    .sales-item-top span {
        flex: 1;
        font-size: 17px;
    line-height: 18px;
    }

    .clients-curve-point-title {
        font-size: 40px;
    }
}
