@font-face {
	font-family: "Inter";
	src: url('../css/fonts/Inter-Thin.ttf');
    font-weight: 100;
    font-style: normal; 
}

@font-face {
	font-family: "Inter";
	src: url('../css/fonts/Inter-ExtraLight.ttf');
    font-weight: 200;
    font-style: normal; 
}


@font-face {
	font-family: "Inter";
	src: url('../css/fonts/Inter-Light.ttf');
    font-weight: 300;
    font-style: normal; 
}

@font-face {
	font-family: "Inter";
	src: url('../css/fonts/Inter-Regular.ttf');
    font-weight: 400;
    font-style: normal; 
}

@font-face {
	font-family: "Inter";
	src: url('../css/fonts/Inter-Medium.ttf');
    font-weight: 500;
    font-style: normal; 
}

@font-face {
	font-family: "Inter";
	src: url('../css/fonts/Inter-SemiBold.ttf');
    font-weight: 600;
    font-style: normal; 
}

@font-face {
	font-family: "Inter";
	src: url('../css/fonts/Inter-Bold.ttf');
    font-weight: 700;
    font-style: normal; 
}

@font-face {
	font-family: "Inter";
	src: url('../css/fonts/Inter-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal; 
}

@font-face {
	font-family: "Inter";
	src: url('../css/fonts/Inter-Black.ttf');
    font-weight: 900;
    font-style: normal; 
}



body, input, button{
    font-family: 'Inter', sans-serif;
}

a{
    text-decoration: none;
    color: inherit;
}

button{
    cursor: pointer;;
}

.default-btn{
            display: inline-block;
            padding: 14px 30px;
            background: #000;
            color: #fff;
            text-decoration: none;
            border-radius: 50px;
            transition: 0.3s;
            font-size: 16px;
        }

        .default-btn:hover{
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.144);
        }

        /* ПРОЗОРА КНОПКА */
        .btn-transparent{
            background: transparent !important;
            border: 2px solid #000;
            color: #000;
            box-shadow: none !important;
        }

    .btn-transparent:hover,
        .btn-transparent:focus,
        .btn-transparent:active{
            background: transparent !important;
            color: #000;
            box-shadow: none !important;
        }

        /* ===== HERO BUTTONS ===== */
.hero-buttons{
            display: flex;
            flex-direction: column; /* ЗАВЖДИ одна під одною */
            gap: 0.5cm;
            align-items: flex-start; /* можна center, якщо треба */
}


.hero {
    display: flex;
    justify-content: center;
    background-image: linear-gradient(#00bbe0d8, #00bbe0d8), url(../img/bghome.png);
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
}

.hero-service1{
    background-image: linear-gradient(#00bbe0d8, #00bbe0d8), url(../img/hero-service-holod.png);
}

.hero-service2{
    background-image: linear-gradient(#00bbe0d8, #00bbe0d8), url(../img/service-2.png);
}

.hero-service3{
    background-image: linear-gradient(#00bbe0d8, #00bbe0d8), url(../img/service-3.png);
}

.hero-service4{
    background-image: linear-gradient(#00bbe0d8, #00bbe0d8), url(../img/service-4.png);
}

.hero-service-ppu{
    background-image: linear-gradient(#00bbe0d8, #00bbe0d8), url(../img/imageppu.png);
}



.hero-service header {
    margin-bottom: 100px;
}

.container {
    width: 90%;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.menu-popup{
    display: none;
}

header ul {
    display: flex;
    flex-direction: row;
    list-style: none;
}

header li a {
    color: #fff;
    font-weight: 400;
    margin-right: 40px;
    font-size: 16px;
    cursor: pointer;
}

header .tel {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    margin-right: 40px;
}

.logo {
    padding: 36px 25px;
    background: #F5F5F5;
    border-radius: 0 0 40px 40px;
    font-weight: 600;
    border: 5px solid #fff;
    border-top: 0;
    margin-right: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    height: 25px;
    margin-right: 10px;
}

.callback {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px 0 25px;
    background: #f72812;
    border-radius: 40px;
    border: 5px solid #FFFFFF;
    cursor: pointer;
    color: #fff;
}

.callback img{
    margin-right: 10px;
}

.hero-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 170px;
}

.hero-inner img {
    margin-right: -5.5%;
}

.hero-service h1{
    width: 100%;
}

h1 {
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
}

.hero-inner__content p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 45px;
}

.hero-inner__content a {
    width: fit-content;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 60px;
    background: #f71f12;
    border: 5px solid #FFFFFF;
    border-radius: 35px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
}

.hero-inner img{
    padding-left: 40px;
}

.hero-inner__content {
    display: flex;
    flex-direction: column;
}

.benefits {
    position: relative;
    top: -100px;
    display: flex;
    justify-content: center;
    margin-bottom: -100px;
}

.benefits-inner {
    position: static;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.benefits-item {
    padding: 34px;
    width: 32%;
    display: flex;
    flex-direction: row;
    background: #F5F5F5;
    border-radius: 40px;
    border: 10px solid #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
    box-sizing: border-box;
    align-items: center;
}

.benefits-inner__const {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.ppu-img{
    background: #F5F5F5;
    border-radius: 40px;
    border: 10px solid #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
}

.benefits-item__const {
    padding: 34px;
    width: 31%;
    display: flex;
    flex-direction: row;
    background: #F5F5F5;
    border-radius: 40px;
    border: 10px solid #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
    box-sizing: border-box;
    align-items: center;
}

.benefits-item__const img {
    width: 45px;
    margin-right: 25px;
}

.benefits-item__const .benefits-item__content-description{
    text-align: left;
}

.benefits-item__const img {
    width: 45px;
}

.benefits-item__content-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.benefits-item__content-description {
    font-size: 16px;
    line-height: 30px;
}

.benefits-item img {
    margin-right: 40px;
}

.service {
    position: relative;
    top: -100px;
    display: flex;
    justify-content: center;
    margin-bottom: -100px;
}

.service-inner {
    position: static;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 110px;
}

.service-content{
    padding: 34px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    border-radius: 40px;
    border: 10px solid #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
    box-sizing: border-box;
    align-items: flex-start;
}

.about-inner__content-list {
    margin-top: 40px;
    width: 100%;
}

.about-inner__content-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 25px;
}

.about-inner__content-list ul li {
    list-style: disc;
    margin-left: 18px;
    line-height: 22px;
    padding-right: 20px;
}

.service-content p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

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

.services {
    margin-top: 90px;
    display: flex;
    justify-content: center;
    padding-bottom: 95px;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 70px;
}

.services-inner__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.services-inner__items-item img {
    border-radius: 40px 40px 0 0;
    width: 100%;
    margin-bottom: 30px;
}

.services-inner__items-item {
    display: flex;
    flex-direction: column;
    border-radius: 40px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
    text-align: center;
    justify-content: space-between;
}

.services-inner__items-item-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px;
}

.services-inner__items-item-description {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    padding: 0 24px;
    margin-bottom: 30px;
    min-height: 90px;
}

.services-inner__items-item-button {
    margin: 0 24px;
    margin-bottom: 30px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f72812;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.about {
    display: flex;
    justify-content: center;
    padding: 90px 0;
    background: #F5F5F5;
}

.about-inner__content {
    display: grid;
    grid-template-columns: 500px 1fr;
    grid-column-gap: 40px;
    align-items: center;
}

.about-inner__content>* {
    width: 100%;
}

.about-inner__content p {
    font-size: 16px;
    line-height: 35px;
}

.about-inner__content-img {
    background-image: url(../img/comp.png);
    background-size: cover;
    background-position: center;
    height: 100%;
    border-radius: 40px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
}

.form {
    display: flex;
    justify-content: center;
    background-image: linear-gradient(#00bbe0d8, #00bbe0d8), url(../img/bghome.png);
}

.form-inner p {
    font-size: 29px;
    line-height: 59px;
    margin-bottom: 50px;
    color: #fff;
    font-weight: 500;
}

.form {
    display: flex;
    justify-content: center;
    background-image: linear-gradient(#00bbe0d8, #00bbe0d8), url(../img/bghome.png);
    padding: 90px 0;
}

form {
    padding: 40px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
    font-family: 'Inter', sans-serif;
}

#mainform {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}

#mainform .thanks-main {
    width: 100%;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 24px;
    display: none;
}

#mainform input {
    width: 32%;
}

#submitMainButton{
    width: 32%;
}

form>* {
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 15px;
    padding: 26px 0;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    align-items: center;
}

form input {
    background: #fff;
    border: 5px solid #F5F5F5;
    box-sizing: border-box;
}

form input::placeholder {
    color: #000;
}

form button {
    color: #fff;
    background-color: #f72812;
    border: 5px solid #f72812;
    font-weight: 600;
}

footer {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}

.contacts-page .footer {
    background: #01b9e0;
}

.contacts-page .footer::before{
    background: #01b9e0;
}

.contacts-page header {
    margin-bottom: 0;
}

.contacts-page .footer-heading{
    color: #fff;
}

.contacts-page .footer-links__item p {
    color: #fff;
}

.contacts-page .footer-links__item a {
    color: #fff;
}

footer iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.footer {
    position: relative;
    z-index: 10;
    padding: 90px 200px 90px 0px;
    background: #fff;
    width: fit-content;
}

.footer-heading {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
}

.footer-links {
    display: grid;
    grid-template-rows: 1fr;
    grid-row-gap: 30px;
    margin-bottom: 50px;
}

.footer-links__item p {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}

.footer-links__item a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.footer::before {
    width: 10%;
    height: 100%;
    background: beige;
}

.footer-btn {
    height: 60px;
    display: flex;
    align-items: center;
    background: #f72812;
    color: #fff;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    justify-content: center;
    width: fit-content;
    padding: 0 38px;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}

.service-sale {
    display: grid;
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}

.servise-sale__item {
    background: #fff;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 10px solid #F5F5F5;
    border-radius: 40px;
}

.servise-sale__item p {
    font-size: 16px;
    margin-bottom: 25px;
}

.servise-sale__item-btn {
    width: 100%;
    text-align: center;
    background: #f71f12;
    padding: 25px 0;
    margin-top: 25px;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
}

.service-sale {
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}

.servise-sale__item img {
    width: 100%;
}

.phone-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #0000005c;
}

.phone-form form {
    display: flex;
    flex-direction: column;
    width: 80%;
    max-width: 480px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
    position: relative;
    padding: 30px;
}

.phone-form .close {
    font-size: 24px;
    position: absolute;
    right: 40px;
    top: 0px;
    cursor: pointer;
}

.phone-form form input {
    width: 100%;
    margin-bottom: 20px;
}

.phone-form form button {
    width: 100%;
}

.phone-form form p {
    font-size: 20px;
    padding-top: 0;
    line-height: 32px;
}

.product-form form p {
    font-size: 20px;
    padding-top: 0;
    line-height: 32px;
}

.product-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #0000005c;
}

.product-form form {
    display: flex;
    flex-direction: column;
    width: 80%;
    max-width: 480px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
    position: relative;
    padding: 30px;
}

.product-form .close {
    font-size: 24px;
    position: absolute;
    right: 40px;
    top: 0px;
    cursor: pointer;
}

.product-form form input {
    width: 100%;
    margin-bottom: 20px;
}

.product-form form button {
    width: 100%;
}

.product-form form p {
    font-size: 20px;
    padding-top: 0;
}

.menu{
    display: none;
}

.thanks-phone{
    display: none;
}

.thanks-product{
    display: none;
}

.contacts {
    width: 100%;
    display: flex;
    background: #00B9E0;
    position: relative;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.contacts {
    margin: 0 auto;
}

.contacts-footer {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}

.team {
    display: flex;
    justify-content: center;
    padding: 70px 0;
}

.team-inner__items {
    width: 100%;
}

.team-inner__items-item {
    background: whitesmoke;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    align-content: center;
    justify-content: center;
}

.team-inner__items-item img {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    margin-bottom: 25px;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    box-sizing: border-box;
}

.team-inner__items-item__photo{
    width: 100%;
}

.lang {
    font-weight: 600;
    color: #fff;
    margin-left: 20px;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: auto!important;
}

.team-inner__items-item__p {
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    line-height: 25px;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.team-inner__items-item__name {
    margin-bottom: 10px;
}

button.owl-dot {
    width: 20px;
    height: 20px;
    background: #41bede !important;
    border: 1px solid #f5f5f5 !important;
    border-radius: 100%;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
}

.owl-dots {
    height: 20px;
    margin-top: 30px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    grid-column-gap: 10px;
}

.owl-dot.active{
    background: #f72812 !important;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto!important;
}

.owl-item .team-inner__items-item img{
    display: block;
    width: 100%;
    height: auto!important;
    aspect-ratio: 1/1!important;
}

.works {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 0;
    background: whitesmoke;
}

.works-inner__item {
    padding: 30px 20px;
    background: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.works-inner{
    width: 100%!important;
    height: min-content;
}

.works-inner__item-p-heading {
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    line-height: 22px;
}

.works-inner__item-p-description {
    margin-bottom: 30px;
    text-align: center;
    line-height: 22px;
}

.works-inner__item-slider img{
    border-radius: 30px;
}

.slick-prev {
    left: 10px!important;
    z-index: 5!important;
}

.slick-next {
    right: 10px!important;
    z-index: 5!important;
}

.works-inner__item-text {
    width: 100%;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ppu-slides {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.ppu-slides__inner-items-item img {
    border-radius: 20px;
}

@media screen and (max-width:1240px) {
    header li a {
        margin-right: 30px;
    }
}

@media screen and (max-width:1199px) {
    .container {
        width: 95%;
    }
    .service-sale {
        grid-column-gap: 30px;
        grid-row-gap: 40px;
    }
    h1{
        margin-bottom: 30px;
    }    
    .callback span {
        display: none;
    }
    .callback {
        padding: 0 7px 0 15px;
    }
    header li a {
        margin-right: 30px;
    }
}

@media screen and (max-width:992px) {
    .lang-popup{
        display: none;
    }
    header ul {
        display: none;
    }
    .hero-inner img{
        display: none;
    }
    .hero-inner__content {
        margin-right: 40px;
    }
    .hero-inner__content {
        margin-bottom: 30px;
    }
    .hero {
        overflow: hidden;
    }
    .benefits-item {
        padding: 20px;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        align-items: center;
        align-content: center;
    }
    .benefits-item img {
        margin-right: 0;
    }
    .services-inner__items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 40px;
    }
    .benefits-item__content-heading {
        margin-top: 20px;
        text-align: center;
    }
    .benefits-item__content-description {
        text-align: center;
    }
    .about-inner__content {
        grid-template-columns: 2fr 3fr;
    }
    .footer {
        padding: 90px 130px 90px 0px;
    }
    .hero-service header {
        margin-bottom: 60px;
    }
    .hero-inner {
        margin-bottom: 130px;
    }
    .service-inner {
        padding-bottom: 80px;
    }
    .form-inner p {
        font-size: 25px;
        line-height: 45px;
    }
    .form {
        padding: 60px 0;
    }
    .service-sale{
        grid-template-columns: 1fr 1fr;
    }

    .menu {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 35px;
        width: 35px;
        align-items: center;
    }

    .menu-popup .menu-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 35px;
        width: 35px;
        align-items: center;
    }
    .menu-btn__line {
        width: 100%;
        height: 4px;
        background-color: #fff;
        border-radius: 15px;
    }
    header .col-logo {
        width: 30%;
        margin-left: 30px;
    }
    header .col-phone {
        width: 60%;
        display: flex;
        justify-content: flex-end;
    }
    .menu-popup {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        justify-content: center;
        align-items: center;
        z-index: 99;
        background: #3ebcdc;
        border-radius: 0 0 30px 30px;
        padding-bottom: 20px;
    }
    .menu-popup .menu {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menu-popup__inner .tel{
        display: none;
    }
    .menu-popup__inner ul {
        display: flex;
        margin-top: 30px;
        margin-bottom: 30px;
        justify-content: flex-start;
    }
    .menu-popup .menu-btn .menu-btn__line:nth-child(2) {
        display: none;
    }
    .menu-popup .menu-btn .menu-btn__line:nth-child(1) {
        transform: rotateZ(45deg);
    }
    .menu-popup .menu-btn .menu-btn__line:nth-child(3) {
        transform: rotateZ(-45deg);
        position: relative;
        top: -3px;
    }
    .benefits-item__const {
        width: 47%;
    }
    .benefits-inner__const {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:767px) {
    .service-content {
        padding: 20px;
    }
    form {
        padding: 20px;
    }
    .container{
        width: 90%;
    }
}

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

@media screen and (max-width: 992px) {
    .benefits-item__const {
        width: 100%;
    }
}

@media screen and (max-width:590px) {
    .lang-nopopup{
        display: none!important;
    }
    .lang-popup{
        display: flex;
        margin-left: 0;
    }
    .hero-service header {
        margin-bottom: 40px;
    }
    .hero-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 110px;
    }
    .hero-inner__content {
        margin-right: 0;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .benefits-inner {
        position: static;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .benefits-item {
        padding: 34px;
        width: 100%;
        margin-bottom: 25px;
    }
    .hero-inner img {
        margin-right: -5.5%;
        display: none;
    }
    .services-inner__items-item-heading {
        margin-bottom: 20px;
    }
    .services-inner__items-item-description {
        min-height: auto;
    }
    .about-inner__content-list ul {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 25px;
    }
    .about-inner__content {
        display: flex;
        flex-direction: column-reverse;
    }
    .about-inner__content-img {
        min-height: 400px;
        margin-top: 50px;
    }
    form {
        display: flex;
        flex-direction: column;
    }
    form input {
        width: 100%!important;
        margin-bottom: 20px;
    }
    form button {
        width: 100%!important;
    }
    header .tel {
        display: none;
    }
    footer {
        position: static;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .footer {
        position: relative;
        z-index: 10;
        padding: 50px 0px 50px 0px;
        background: #fff;
        width: fit-content;
    }
    footer iframe {
        width: 100%;
        height: 100%;
        min-height: 400px;
        position: static;
    }
    .services-inner__items {
        display: flex;
        grid-column-gap: 30px;
        grid-row-gap: 40px;
        flex-direction: column;
    }
    h1 {
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
        font-size: 1.8rem;
        line-height: 3.2rem;
    }
    h2 {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 50px;
        text-align: center;
    }
    .hero-inner__content p {
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        margin-bottom: 30px;
        text-align: center;
    }
    .service-sale {
        display: flex;
        flex-direction: column;
    }
    .logo {
        padding: 25px 15px;
        margin-right: 0;
        font-size: 14px;
    }
    .hero-inner__content br {
        display: none;
    }
    .form-inner p {
        text-align: center;
    }
    .form-inner p br{
        display: none;
    }
    .hero-inner__content a{
        margin-bottom: 30px;
    }
    .footer {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .footer-inner {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
    .footer-links__item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-links__item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-inner__content p {
        text-align: center;
    }
    .callback {
        background: none;
        border: none;
        padding-right: 0;
    }
    header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    header .col{
        width: auto!important;
        margin: 0;
    }
    .callback{
        padding: 0;
    }
    .callback img {
        margin-right: 0;
    }
    .menu-btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 25px;
        width: 25px;
    }
    .menu-btn__line {
        height: 3px;
    }
    .menu-popup {
        width: 100%;
        position: fixed;
        height: auto;
        top: 0;
        left: 0;
        z-index: 99;
        display: none;
        justify-content: center;
        background: #00B9E0;
        border-radius: 0 0 30px 30px;
        padding-bottom: 20px;
        border-top: 0;
        box-sizing: border-box;
        box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 38%);
        align-items: center;
    }
    .menu-popup .menu {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menu-popup__inner {
        height: fit-content;
        box-sizing: border-box;
        margin-top: 30px;
    }
    .menu-popup__inner ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
    }
    .menu-popup__inner .tel {
        display: flex;
        justify-content: center;
        margin-right: 0;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .menu-popup__inner ul li {
        margin-bottom: 15px;
    }
    .menu-popup__inner ul a {
        margin-right: 0;
    }
    .menu-popup .menu-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 25px;
        width: 25px;
        align-items: center;
    }
    .menu-popup .menu-btn .menu-btn__line:nth-child(2) {
        display: none;
    }
    .menu-popup .menu-btn .menu-btn__line:nth-child(1) {
        transform: rotateZ(45deg);
    }
    .menu-popup .menu-btn .menu-btn__line:nth-child(3) {
        transform: rotateZ(-45deg);
        position: relative;
        top: -3px;
    }
    .lang {
        font-weight: 600;
        color: #fff;
        margin-left: 0;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
}

.ppu-block{
    margin-bottom: 60px;
}

.ppu-block h2{
    margin-bottom: 20px;
}

.ppu-slider{
    margin-bottom: 20px;
}

.ppu-item img{
    width: 100%;
    display: block;
    border-radius: 10px;
}

/* кнопка */
.ppu-btn{
    display: inline-block;
}

.ppu-certificates{
    padding:60px 0;
    text-align:center;
}

.ppu-cert-grid{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    gap:30px;
    margin-top:40px;
}

.ppu-cert-grid a{
    padding:30px;
    background:#F5F5F5;
    border-radius:30px;
    box-shadow:0 0 20px rgba(0,0,0,0.1);
    font-weight:600;
    transition:0.3s;
    text-decoration:none;
}

.ppu-cert-grid a:hover{
    transform:translateY(-5px);
}

/* ===== PPU TABLES ===== */

.ppu-prices{
max-width:1200px;
margin:60px auto;
padding:0 15px;
font-family:Arial, sans-serif;
}

.ppu-prices h2{
text-align:center;
margin-bottom:20px;
font-size:32px;
}

.ppu-prices h3{
margin:40px 0 15px;
font-size:24px;
color:#0b63ce;
}

/* контейнер для скролла на мобильных */
.table-wrapper{
width:100%;
overflow-x:auto;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* таблица */
.price-table{
width:100%;
border-collapse:collapse;
min-width:700px;
background:#fff;
}

/* header */
.price-table th{
background:linear-gradient(135deg,#0b63ce,#0099ff);
color:#fff;
padding:14px;
font-weight:600;
text-transform:uppercase;
font-size:14px;
letter-spacing:0.5px;
}

/* ячейки */
.price-table td{
padding:14px;
text-align:center;
border-bottom:1px solid #eee;
font-size:16px;
}

/* зебра */
.price-table tbody tr:nth-child(even){
background:#f7f9fc;
}

/* hover эффект */
.price-table tbody tr:hover{
background:#eef5ff;
transition:0.2s;
}

/* первая колонка */
.price-table td:first-child{
font-weight:bold;
color:#0b63ce;
}

/* примечание */
.price-note{
margin-top:20px;
font-size:14px;
color:#666;
line-height:1.6;
}

/* ===== MOBILE ===== */

@media (max-width:768px){

.ppu-prices h2{
font-size:24px;
}

.ppu-prices h3{
font-size:20px;
}

/* подсказка скролла */
.table-wrapper::after{
content:"← прокрутите таблицу →";
display:block;
text-align:center;
font-size:13px;
color:#888;
padding:8px;
background:#fafafa;
}

.price-table td,
.price-table th{
padding:10px;
font-size:14px;
}

}

/* ===== MOBILE SWIPE TABLE ===== */

.table-scroll{
width:100%;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
background:#fff;
}

/* важно — таблица шире телефона */
.price-table{
border-collapse:collapse;
width:100%;
min-width:720px; /* запускает свайп */
}

/* убирает растягивание страницы */
.ppu-prices{
overflow:hidden;
}

@media (max-width:768px){

.table-scroll::after{
content:"← пролистайте таблицу →";
display:block;
text-align:center;
font-size:13px;
color:#777;
padding:8px;
background:#fafafa;
}

}

.price-table-title{
text-align:center;
margin:25px 0 15px;
padding:12px 18px;
font-size:17px;
font-weight:600;
color:#0b63ce;
background:linear-gradient(135deg,#eef5ff,#f7f9fc);
border-radius:10px;
box-shadow:0 6px 18px rgba(11,99,206,0.08);
}
@media (max-width:768px){
.price-table-title{
font-size:15px;
padding:10px 14px;
margin:20px 0 12px;
}
}