@font-face {
    font-family: 'Raleway';
    src: url("fonts/raleway/Raleway-Regular.ttf");
}

@font-face {
    font-family: 'Unbounded';
    src: url('fonts/unbounded/Unbounded-Regular.ttf');
}

:root {
    --text: #202D40;
    --primary: #6072FF;
    --max-width: 1600px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Raleway', sans-serif;
    background-color: white;
    color: var(--text);
}

button {
    transition: transform 0.3s ease;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
}

.pre-line {
    white-space: pre-line;
}

.uppercase {
    text-transform: uppercase;
}

.btn {
    background-color: var(--primary);
    color: #fff;
    border-radius: 50px;
    border: none;
    font-weight: 700;
    font-size: 30px;
    text-decoration: none;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 5px 11px 0 #00000040;
}

.btn:hover {
    transform: translateY(-2px);
    color: var(--primary);
    background-color: #FFFFFF;
    box-shadow: 0 5px 11px 0 #00000040;
}

.btn:hover img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(155%) saturate(1657%) hue-rotate(210deg) brightness(95%) contrast(95%);
}

.universal-title {
    font-family: 'Unbounded', sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 75px;
}

.universal-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: calc(50% + 65px);
    width: 250px;
    height: 6px;
    border-radius: 6px;
    background-color: var(--primary);
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 160px;
    border-bottom: 1px solid var(--primary);
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100px;
    background-color: white;
}

.header__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%
}

.header__menu {
    display: flex;
    gap: 40px;
}

.header__menu a {
    text-decoration: none;
    color: var(--text);
    font-weight: 600;
    font-size: 20px;
    height: 40px;
    align-content: center;
}

.header__contacts {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header__contacts img {
    display: block;
}

.header__contacts a {
    text-decoration: none;
    align-items: center;
}

.header__phone {
    font-size: 24px;
    font-family: Inter, sans-serif;
    text-decoration: none;
    color: var(--primary);
    font-weight: 600;
}

.hero {
    padding-top: 70px;
    max-width: 1600px;
    margin: 0 auto 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.hero__title {
    font-family: 'Unbounded', sans-serif;
    font-weight: 500;
    font-size: 47px;
    line-height: 100%;
    margin-bottom: 15px;
    color: var(--text);
}
.primary-color {
    color: var(--primary);
}
.hero__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 25px;
}
.hero__btn {
    width: 245px;
    height: 65px;
    background-color: var(--primary);
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 40px;
    margin-bottom: 80px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.hero__btn img {
    filter: brightness(5);
}
.hero__btn:hover {
    background-color: #fff;
    color: var(--primary);
    box-shadow: 0 2px 5px 0 var(--primary);
}
.hero__btn:hover img {
    filter: none;
}
.hero__links {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    gap: 15px;
    max-width: 690px;
}
.hero__links-item {
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: var(--primary);
    text-decoration: none;
}
.hero__right-top {
    display: flex;
    gap: 15px;
}
.hero__right-top-left, .hero__right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.hero__right-top__item {
    border-radius: 20px;
}
.hero__right-top__item--projects {
    background-image: url("img/hero-right1.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 40px 25px 50px 0;
}
.hero__right-top__item--projects p {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
}
.hero__right-top__item--projects p span {
    font-size: 62px;
}
.hero__right-top__item--price {
    background-image: url("img/hero-right2.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 130px;
    padding: 0 0 20px 25px;
    display: flex;
    align-items: flex-end;
}
.hero__right-top__item--price p {
    font-weight: 600;
    font-size: 18px;
    line-height: 99%;
    color: #fff;
}
.hero__right-top-right {
    border-radius: 10px;
    width: 370px;
    height: 435px;
    object-fit: cover;
}
.hero__right-bottom {
    border-radius: 10px;
    width: 685px;
    height: 220px;
    object-fit: cover;
}
.hero__right {
    position: relative;
}
.hero__btn-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 10px 2px #0000001A;
    border: none;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: -40px;
}
.hero__pros {
    position: absolute;
    top: 270px;
    right: -85px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.hero__pros-item {
    width: 170px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 10px;
    padding: 15px 20px;
    background-image: url("img/hero-pros.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.hero__pros-item p {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}
.partners {
    border-top: 1px solid #4C4C4C;
    border-bottom: 1px solid #4C4C4C;
    padding: 25px 0;
    overflow: hidden;
    margin-bottom: 140px;
}

.partners__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partners__logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners__logo img {
    filter: grayscale(100%) drop-shadow(0 0 0 transparent);
    transition: filter 0.3s ease;
}


.partners__logo img:hover {
    filter: grayscale(0) drop-shadow(0 0 20px rgb(96, 114, 255));
    cursor: pointer;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.partners:hover .partners__container {
    animation-play-state: paused;
}

.portfolio {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 140px;
}

.portfolio__gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1600px;
    width: 100%;
    margin-bottom: 80px;
    gap: 20px;
}

.portfolio__nav-btn, .review__nav-btn, .ordered__nav-btn {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--primary);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ordered__slider-btn {
    display: none;
}

.swiper {
    flex: 1 1 auto;
    overflow: hidden;
}

.swiper-slide.portfolio__item {
    width: 260px;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

.portfolio__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.portfolio__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.telegram {
    box-shadow: 0 3px 10px 0 #00000033;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 940px;
    border-radius: 60px;
    padding: 30px 70px;
}

.telegram__text {
    font-weight: 500;
    font-size: 20px;
}

.telegram__btn {
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 250px;
    height: 60px;
    background-color: var(--primary);
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 100%;
}

.telegram__btn img {
    width: 40px;
    height: 40px;
}

.moving-img {
    display: flex;
    height: 431px;
    box-shadow: 0 0 42px 4px #00000033;
    border-right: 40px !important;
    overflow: hidden;
    border-radius: 40px;
    max-width: 1600px;
    margin: 140px auto;
}

.left-content {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0 50px 100px;
    z-index: 1;
}

.left-content img {
    width: 130px;
    margin-bottom: 30px;
}

.main-text {
    font-weight: 600;
    font-size: 40px;
    width: 455px;
    margin-bottom: 47px;
}

.cta-button {
    width: 455px;
    height: 85px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    border: none;
    cursor: pointer;
}

.right-content {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 2;
}

.scroll-container {
    position: absolute;
    top: -145px;
    left: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    transform: rotate(-15deg);
}

.scroll-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation: scrollUp linear infinite;
    will-change: transform;
}

.scroll-column:nth-child(1) {
    margin-left: 5%;
}

.scroll-column:nth-child(3) {
    margin-right: 5%;
}

.image-card {
    width: 262px;
    height: 350px;
    background: white;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
    overflow: hidden;
}

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-200%);
    }
}

.about-company {
    max-width: 1600px;
    margin: 0 auto 140px;
}

.about-company__title {
    color: var(--text);
    margin-bottom: 75px;
}

.about-company__content {
    display: flex;
    justify-content: space-between;
}

.about-company__feature {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 500px;
}

.about-company__feature-info {
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 4px 30px 0 #00000040;
    border-radius: 40px;
    height: 292px;
}

.about-company__feature-icon {
    width: 60px;
    display: flex;
    margin: 0 auto 15px auto;

}

.about-company__feature-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: var(--primary);
    margin-bottom: 5px;
}

.about-company__feature-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: var(--text);
}

.about-company__img {
    width: 500px;
    height: 292px;
    border-radius: 40px;
    box-shadow: 3px 3px 19px 0 #00000040;
}

.about-company__img img {
    height: 100%;
    width: 100%;
}

.catalog {
    max-width: 1600px;
    margin: 0 auto 140px;
}

.catalog-item__container {
    display: grid;
    grid-template-columns: repeat(3, 531px);
    row-gap: 50px;
    column-gap: 25px;
    justify-content: center;
}

.catalog-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.catalog-item__image {
    border-radius: 95px;
    background-color: #D9D9D9;
    width: 510px;
    height: 182px;
    object-fit: cover;
}

.catalog-item__text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}

.catalog-item__text p {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
}

.bg-price {
    background-image: url("img/icons/bg-price.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.price {
    display: flex;
    gap: 30px;
    max-width: 1600px;
    margin: 0 auto 140px;
}

.price__left {
    background-image: url("img/icons/bg-price-left.svg");
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 920px;
    height: 520px;
    padding-left: 40px;
    box-shadow: 0 3px 15px 0 #00000033;
    border-radius: 40px;
    display: flex;
    align-items: center;
    font-family: 'Unbounded', sans-serif;
    font-weight: 500;
    font-size: 60px;
}

.price__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.price__right-item {
    display: flex;
    padding: 40px 0 20px 40px;
    box-shadow: 0 2px 15px 0 #00000033;
    backdrop-filter: blur(20px);
    width: 650px;
    height: 195px;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
}

.price__right-item:first-child {
    padding: 40px 0 20px 55px;
}

.price__right-item span {
    font-family: 'Unbounded', sans-serif;
    font-weight: 500;
    font-size: 190px;
    text-align: center;
}

.right-item__text {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 230px;
}

.right-item__title {
    font-family: 'Unbounded', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
}

.right-item__desc {
    font-family: 'Montsterrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
}
.right-item__btn {
    height: 90px;
}
.production {
    max-width: 1600px;
    margin: 0 auto 140px;
}
.production__title {
    text-align: left;
}
.production__title::after {
    left: 25%;
}
.production__gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.production__image {
    width: 500px;
    height: 330px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 4px 15px 0 #00000040;
}
.services {
    max-width: 1600px;
    margin: 0 auto 140px;
}
.services__item-container, .services__item-hidden {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 40px;
    justify-content: center;
}
.services__item {
    box-shadow: 0 2px 10px 0 #00000033;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 35px 50px;
    border-radius: 40px;
    width: 740px;
    height: 200px;
}
.services__item-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
    color: #000;
}
.services__item-desc {
    font-weight: 400;
    font-size: 18px;
    color: #000;
}
.services-btn {
    display: none;
}
.services-btn:hover {
    transform: translateY(0);
    box-shadow: none;
    color: #fff;
    background-color: var(--primary);
}

.reviews {
    margin-bottom: 140px;
}

.reviews__container {
    max-width: var(--max-width);
    margin: 0 auto;
}

.reviews__title::after {
    left: calc(50% + -60px);
}

.reviews__slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1600px;
    gap: 40px;
    margin: 50px auto 60px;
}

.reviews__wrapper {
    padding: 15px !important;
}

.review-card {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    box-shadow: 0 4px 12px 0 #00000033;
    padding: 35px 0 20px 30px;
    justify-content: space-between;
}

.review-card__top {
    display: flex;
    margin-bottom: 20px;
    justify-content: flex-start;
    gap: 10px;
}

.review-card__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.review-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-card__info {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.review-card__name {
    font-weight: 600;
    font-size: 16px;
}

.review-card__date {
    font-weight: 500;
    font-size: 16px;
}

.review-card__text {
    max-width: 370px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    transition: all .3s ease;
}

.review-card__text.is-expanded {
    -webkit-line-clamp: unset;
    display: block;
}

.review-card__more {
    background: transparent;
    border: none;
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    text-decoration: underline;
    color: var(--primary);
    font-family: inherit;
    cursor: pointer;
}

.faq {
    max-width: 1600px;
    margin: 0 auto 140px;
}

.faq__title::after {
    left: calc(50% + 90px);
}
.faq__item {
    background-color: #e8e9ea;
    margin-bottom: 8px;
    box-shadow: none;
    overflow: hidden;
    border-radius: 30px;
}
.faq__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px 10px;
    cursor: pointer;
    position: relative;
    border-radius: 30px;
}

.faq__question-text {
    font-size: 24px;
    font-weight: 600;
    color: #202D40;
    margin-right: 20px;
    line-height: 1.4;
}
.faq__toggle {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    background: var(--primary);
}
.faq__toggle img {
    width: 20px;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}
.faq__item.active .faq__toggle img {
    transform: rotate(0);
    filter: brightness(0) saturate(100%) invert(42%) sepia(155%) saturate(1657%) hue-rotate(210deg) brightness(95%) contrast(95%);
    border: 1px solid var(--primary);
}
.faq__answer {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background-color: #e8e9ea;
}
.faq__item.active .faq__answer {
    padding: 0 30px 25px;
    max-height: 300px;
}
.faq__answer p {
    margin: -30px 0 10px 0;
    font-size: 20px;
    line-height: 1.6;
    color: #202D40;
    font-weight: 500;
}
.faq__answer ol li {
    margin: 0 0 10px 20px;
    font-weight: 500;
    font-size: 20px;
}
.footer {
    background-color: var(--primary);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.contact-form__container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}
.contact-form__title {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px;
    font-family: 'Unbounded', sans-serif;
}
.contact-form__subtitle {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 30px;
}
.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.contact-form__input {
    width: 315px;
    height: 50px;
    border: 1px solid #fff;
    background: none;
    font-size: 20px;
    font-family: inherit;
    text-align: center;
    border-radius: 30px;
    outline: none;
    color: #fff;
}
.contact-form__input::placeholder {
    color: #fff;
}
.contact-form__button {
    width: 315px;
    height: 50px;
    background-color: #fff;
    color: var(--primary);
    border: none;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    box-shadow: 0 4px 14px 0 #00000040;
}
.contact-form__policy {
    font-size: 12px;
    color: #fff;
}
.contact-form__policy a {
    color: #fff;
    text-decoration: underline;
}
.contact-form .checkbox-custom {
    border: 1px solid #fff;
}
.contact-form .checkbox-custom::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
.contact-form .checkbox-label, .contact-form .checkbox-label a {
    color: #fff;
}
.footer__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 1600px;
    margin: 0 auto 20px;
}
.footer__left p {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #fff;
}
.footer__services-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 15px;
}
.footer__services-item {
    display: flex;
    gap: 60px;
}
.footer__menu nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer__services ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer__services ul li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    text-decoration: underline;
}
.footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer__contacts-tel {
    font-family: 'RockStar', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 15px;
}
.footer__social-links {
    display: flex;
    gap: 50px;
    align-items: center;
}

.footer__social-links a {
    filter: brightness(5);
    text-decoration: none;
    display: flex;
    align-items: center;
}
.footer__social-links a img {
    width: 40px;
    height: 40px;
}
.footer__contacts-privacy {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-decoration: underline;
    color: #fff;
    margin: 10px 0;
}
.footer__contacts-requisites {
    font-size: 20px;
    line-height: 100%;
    text-align: right;
}
.is-close-button {
    display: none !important;
}
.f-html {
    background: transparent !important;
}

.modal {
    background: #fff;
    box-shadow: 0 0 41px 4px #00000033;
    border-radius: 40px;
    padding: 40px;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal img {
    margin-bottom: 30px;
}
.modal__close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    border: none;
    font-size: 50px;
    color: var(--primary);
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-modal__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    color: var(--primary);
    margin-bottom: 30px;
}
.form-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 380px;
}
.form-modal input {
    width: 100%;
    height: 50px;
    border: 1px solid var(--primary);
    background-color: transparent;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    border-radius: 30px;
    outline: none;
    color: var(--primary);
}
.form-modal input::placeholder {
    color: var(--primary);
}
.form-modal__btn {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
}
.custom-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
}
.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    height: 20px;
    width: 180px;
    outline: none;
}
.checkbox-custom {
    position: relative;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid var(--primary);
    border-radius: 3px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}
.checkbox-custom::after {
    content: '';
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid var(--primary);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.custom-checkbox input[type="checkbox"]:checked + .checkbox-custom::after {
    display: block;
}
.checkbox-label {
    color: var(--primary);
    font-size: 16px;
    line-height: 16px;
    width: max-content;
}
.checkbox-label a {
    color: var(--primary);
    text-decoration: underline;
}

.success-modal {
    background-color: var(--primary);
}
.success-modal .modal__close {
    color: #fff;
}
.success-modal__title {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.success-modal__btn {
    width: 380px;
    height: 50px;
    background-color: #fff;
    border: 1px solid transparent;
    color: var(--primary);
    border-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    transition: all .3s ease;
}
.success-modal__btn:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;=
}
.cookie-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    border-radius: 30px;
    padding: 24px;
    max-width: 500px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--primary);
    z-index: 10101;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.cookie-popup.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.cookie-popup-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.cookie-popup h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
    margin: 0;
}
.cookie-popup p {
    color: var(--text);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.cookie-button {
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    height: 60px;
    transition: all 0.2s ease;
}
.cookie-button:hover {
    transform: translateY(-1px);
    border: 1px solid var(--primary);
    color: var(--primary);
    background-color: #fff;
}
.cookie-button:active {
    transform: translateY(0);
}

.policy-container {
    max-width: 1440px;
    margin: 0 auto 80px;
    padding-top: 30px;
}
.policy-container h1 {
    text-align: center;
    color: var(--primary);
    font-family: 'Unbounded', sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 100%;
    margin-bottom: 40px;
}
.policy-container h2 {
    color: #34495e;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 1.3em;
}
.policy-container h3 {
    color: #2c3e50;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.1em;
}
.policy-container p {
    margin-bottom: 15px;
    text-align: justify;
}
.policy-container ul {
    margin-left: 20px;
}
.policy-container a {
    color: var(--primary);
    text-decoration: underline;
}
.clause {
    margin-bottom: 20px;
}
.clause-title {
    font-weight: bold;
    margin-bottom: 5px;
}
.subclause {
    margin-left: 20px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .universal-title {
        font-size: 40px;
        width: auto;
        margin: 0 22px 40px;
        display: block;
    }
    .universal-title::after {
        width: 310px;
        left: 50%;
        transform: translate(-50%);
    }
    .btn:hover img {
        filter: none;
    }
    .header {
        padding: 20px 10px;
        height: fit-content;
    }
    .header__logo {
        width: 165px;
    }
    .header__phone {
        font-size: 14px;
    }
    .header__menu, .header__contacts {
        display: none;
    }
    .header__info {
        width: fit-content;
    }
    .hero__text, .hero__links, .hero__right-top-left, .hero__btn-circle {
        display: none;
    }
    .hero {
        flex-direction: column;
        padding: 15px 10px 0;
        margin-bottom: 20px;
    }
    .hero__right {
        order: 1;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        gap: 5px;
        margin-bottom: 10px;
        width: 100%;
    }
    .hero__right-bottom {
        width: calc(100vw / 3 - 10px);
        height: 130px;
    }
    .hero__right-top-right {
        width: calc(100vw / 3 * 2 - 10px);
        height: 130px;
    }
    .hero__pros {
        position: static;
        flex-direction: row;
        gap: 5px;
        order: 2;
        margin-bottom: 20px;
    }
    .hero__pros-item {
        width: calc(100vw / 3 - 10px);
        height: 80px;
        padding: 10px 0;
    }
    .hero__pros-item p {
        font-size: 14px;
    }
    .hero__left {
        order: 3;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hero__title {
        text-align: center;
        font-size: 26px;
        margin-bottom: 20px;
    }
    .hero__btn {
        margin-bottom: 0;
    }
    .partners {
        margin-bottom: 80px;
    }
    .partners__logo img {
        max-height: 28px;
        filter: none;
    }
    .portfolio {
        margin-bottom: 40px;
    }
    .portfolio__gallery {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        max-width: 430px;
        width: 100vw;
        margin: 30px auto 40px;
    }
    .portfolio__nav-btn, .review__nav-btn, .ordered__nav-btn {
        width: 55px;
        height: 55px;
    }
    .portfolio__nav-btn--prev, .review__nav-btn--prev, .ordered__nav-btn--prev {
        order: 2;
    }
    .portfolio__nav-btn--next, .review__nav-btn--next, .ordered__nav-btn--next {
        order: 3;
    }
    .portfolio__nav-btn img, .review__nav-btn img, .ordered__nav-btn img {
        width: 30px;
    }
    .portfolio__carousel-container {
        gap: 10px;
        padding: 0 calc(50vw - 140px);
    }
    .portfolio__item {
        width: 100%;
        height: 300px;
        border-radius: 40px;
    }
    .telegram {
        display: flex;
        flex-direction: column;
        width: 95%;
        margin: 0 10px 40px;
        padding: 25px;
    }
    .telegram__text {
        text-align: center;
        font-size: 22px;
        margin-bottom: 40px;
        white-space: normal;
        max-width: 270px;
    }
    .telegram__btn {
        gap: 10px;
    }
    .moving-img {
        margin: 0 10px 80px 10px;
        flex-direction: column;
        height: auto;
        gap: 20px;
        width: 95%;
    }
    .left-content {
        align-items: center;
        width: 100%;
        padding: 30px 0 0 0;
    }
    .left-content img {
        margin-bottom: 20px;
        width: 260px;
    }
    .main-text {
        font-size: 22px;
        text-align: center;
        width: auto;
        margin-bottom: 20px;
    }
    .right-content {
        height: 200px;
    }
    .scroll-container {
        transform: none;
        gap: 10px;
        top: 0;
        left: 0;
    }
    .scroll-column {
        gap: 10px;
    }

    .image-card {
        width: 110px;
        height: 120px;
        border-radius: 10px;
    }
    .cta-button {
        width: 95%;
        height: 50px;
        font-size: 24px;
    }
    .about-company {
        max-width: 430px;
        padding: 0 10px;
        margin-bottom: 80px;
    }

    .about-company__content {
        flex-direction: column;
        gap: 20px;
    }

    .about-company__feature {
        gap: 20px;
        width: 100%;
    }

    .about-company__feature:nth-child(2) {
        flex-direction: column-reverse;
    }

    .about-company__feature-info {
        box-shadow: 0 3px 21px 0 #00000040;
        padding: 15px 0;
        height: 250px;
    }

    .about-company__feature-icon {
        width: 45px;
        margin: 0 auto 25px auto;
    }

    .about-company__feature-title {
        font-size: 20px;
    }

    .about-company__feature-text {
        font-size: 18px;
    }

    .about-company__img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 40px;
        box-shadow: 0 3px 21px 0 #00000040;
    }
    .catalog-item__container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 0 10px;
        margin: 0 0 40px;
    }

    .catalog-item__image {
        width: 100%;
        height: 150px;
    }

    .catalog-item__text p {
        font-size: 18px;
    }
    .price {
        flex-direction: column;
        max-width: 430px;
        margin: 0 auto 80px;
        gap: 10px;
    }
    .price__left {
        background-image: none;
        width: auto;
        height: 120px;
        margin: 0 10px;
        font-weight: 500;
        font-size: 34px;
        padding-left: 0;
        justify-content: center;
        border-radius: 15px;
    }
    .price__right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
    .price__right-item {
        display: flex;
        align-items: center;
        padding: 15px 0 15px 15px;
        box-shadow: 0 2px 15px 0 #00000033;
        backdrop-filter: blur(20px);
        margin: 0 10px;
        width: auto;
        height: 150px;
        overflow: hidden;
        border-radius: 30px;
        position: relative;
    }
    .price__right-item:first-child {
        padding: 15px 0 15px 30px;
    }
    .price__right-item span {
        font-size: 124px;
        margin-top: 85px;
    }
    .right-item__text {
        left: 130px;
    }
    .right-item__title {
        font-size: 18px;
        white-space: normal;
    }
    .right-item__desc {
        font-size: 16px;
        white-space: normal;
    }
    .right-item__btn {
        margin: 0 10px;
        border-radius: 15px;
        font-size: 24px;
    }
    .production__title {
        text-align: center;
        font-size: 34px;
    }
    .production {
        margin-bottom: 80px;
    }
    .production__gallery {
        display: flex;
        justify-content: start;
        overflow-x: auto;
        gap: 20px;
        padding: 0 10px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .production__gallery::-webkit-scrollbar {
        display: none;
    }
    .production__item {
        flex: 0 0 calc(100vw);
        scroll-snap-align: start;
        border-radius: 40px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .production__image {
        width: 90%;
        height: auto;
        object-fit: cover;
        border-radius: 40px;
    }
    .services {
        margin-bottom: 80px;
    }
    .services__item-container {
        display: flex;
        flex-direction: column;
        padding: 0 10px;
    }
    .services__item {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        height: 220px;
        padding: 10px;
    }
    .services__item img {
        width: 80px;
    }
    .services__item-text {
        display: flex;
        flex-direction: column;
    }
    .services__item-desc {
        white-space: normal;
    }
    .services-btn {
        display: flex;
        height: 60px;
    }
    .services__item-hidden {
        display: none;
        flex-direction: column;
        gap: 20px;
    }
    .reviews {
        margin-bottom: 80px;
    }
    .reviews__slider {
        flex-wrap: wrap;
        padding: 0 15px;
        justify-content: center;
        overflow: hidden;
        gap: 20px;
    }
    .reviews__wrapper {
        width: 100%;
        max-width: 100%;
        padding: 10px !important;
    }
    .review-card {
        width: 100%;
        max-width: 400px;
    }
    .faq {
        margin-bottom: 80px;
        padding: 0 10px;
    }
    .faq__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 16px;
    }
    .faq__question {
        display: contents;
    }
    .faq__question-text {
        font-size: 18px;
        line-height: 1.4;
        text-align: center;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .faq__item.active .faq__answer {
        padding: 0;
    }
    .faq__answer p {
        font-size: 16px;
        white-space: normal;
        margin: 0 0 10px 0;
        order: 2;
    }
    .faq__toggle {
        order: 3;
    }
    .faq__item.active .faq__toggle img {
        filter: none;
    }
    .faq__answer ol li {
        font-size: 16px;
    }
    .footer {
        gap: 30px;
    }
    .contact-form__container {
        padding-bottom: 20px;
    }
    .contact-form__container img {
        width: 167px;
    }
    .contact-form__title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .contact-form__subtitle {
        line-height: 100%;
        font-size: 14px;
        text-align: center;
        width: 235px;
    }
    .contact-form__policy {
        text-align: center;
        width: 275px;
    }
    .footer__content {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .footer__left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer__left img {
        width: 115px;
        margin-bottom: 20px;
    }
    .footer__left p {
        font-size: 18px;
        text-align: center;
        margin-bottom: 5px !important;
    }
    .footer__contacts {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 15px;
        gap: 20px;
    }
    .footer__social-links a img {
        width: 50px;
        height: 50px;
    }
    .footer__contacts-privacy, .footer__contacts-requisites, .footer__services {
        display: none;
    }
    .fancybox__slide {
        padding: 0 !important;
    }
    .modal {
        width: 100%;
        padding: 60px 10px;
    }
    .success-modal {
        width: 380px;
        border-radius: 50px;
        padding: 100px 10px;
    }
    .success-modal__title {
        font-size: 18px;
    }
    .success-modal__btn {
        width: 100%;
        font-size: 25px;
    }
    .form-modal__title {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .form-modal {
        width: 100%;
    }
    .form-modal input {
        height: 60px;
        font-size: 16px;
    }
    .form-modal__btn {
        height: 60px;
        font-size: 25px;
    }
    .checkbox-label {
        font-size: 14px;
    }
    .cookie-popup {
        bottom: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
        margin: 0 auto;
    }
    .policy-container {
        padding: 0 10px;
    }
    .policy-container h1 {
        font-size: 26px;
        margin: 30px 0;
    }
    .f-html {
        padding: 0;
    }
}