@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300..700&family=Manrope:wght@200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* Main props */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}


body {
    font-family: 'Roboto';
    color: #49454F;
    background-color: #F5F5F5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Manrope';
}

.container {
    max-width: 1430px;
    padding: 0 15px;
    margin: 0 auto;
}

.main-info-title-text {
    margin-bottom: 92px;
}

.main-info-title-text__title, .contacts-open__parag {
    font-family: 'Jura';
    font-weight: 600;
    color: #F76817;
    text-transform: lowercase;
    font-size: 50px;
}

.contacts-open__parag {
    font-size: 36px;
    margin: 40px 0;
}

.main-info-title-text__text {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 70px;
    letter-spacing: 1.15;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: 5px 4px 4px rgba(0, 0, 0, 0.10);
}

.main-parag, .aboutus-open__parag {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 50px;
    color: #F76817;
    letter-spacing: 1.5;
    margin: 120px 0 120px;
    text-transform: uppercase;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.10);
}

.main-parag span {
    font-size: 18px;
}

.aboutus-open__parag {
    margin: 70px 0 70px;
}

.nav-menu-list li {
    position: relative;
}

.nav-menu-list li a {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.nav-menu-list li a:hover {
    transform: translateY(-5px);
}

.nav-menu-list li a::after {
    content: '';
    display: block;
    height: 2px;
    width: 0%;
    background-color: #8b5c42;
    transition: width 0.3s ease-in-out;
    margin-top: 5px;
}

.nav-menu-list li a:hover::after {
    width: 100%;
}

/* .advantages-cards__item.visible, .choises-circles__cont-circle.visible {
    opacity: 1;
    transform: translateY(0);
} */

.burger {
    display: none;
}

.footer-logo-nav__logo.logo-nav {
    display: none;
}

/* header */

.header {
    padding: 35px 0 15px;
    position: relative;
}

.logo {
    width: 242.25px;
    height: 85px;
}

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

.nav-menu-list {
    display: flex;
    gap: 65px;
    color: #49454F;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 30px;
}

.header-open-section, .header-catalog-section, .header-services-section, .header-about-cont-section {
    background-image: url('../img/opening/back-open.png');
    background-size: 100% 100%; 
    background-position: center; 
    background-repeat: no-repeat; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 150px 75px;
    margin-top: 30px;
}

.header-about-cont-section {
    padding: 100px 40px 40px;
}

.header-open-section__img {
    max-width: 671px;
    max-height: 656px;
}

.header-open-section__info {
    max-width: 45%;
}

.header-open-section__info-parag {
    font-size: 50px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 50px;
}

.header-open-section__info-parag, .header-open-section__info-text {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.header-open-section__info-text {
    font-size: 35px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 50px;
}

.header-open-section__info-link {
    color: #F76817;
    background-color: #FFFFFF;
    padding: 25px 60px;
    font-size: 40px;
    border-radius: 30px;
    letter-spacing: 12%;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.header-open-section__info-link span {
    text-shadow: 5px 4px 4px rgba(0, 0, 0, 0.10);
}

.header-open-section__info-link:hover {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.60);
    padding: 25px 70px;
}

.nav-menu-list__item a {
    width: 100%;
    display: inline-block;
}

/* MAIN */

.advantages .main-info-title-text {
    max-width: 60%;
}

.advantages {
    margin: 20px 0;
    padding: 125px 0 110px;
}

.advantages-cards {
    font-family: 'Manrope';
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.advantages-cards__item {
    width: 490px;
    border: 5px solid #F76817;
    padding: 115px 30px 20px;
    box-shadow: 10px 5px 15px rgba(247, 104, 23, 0.5);
    border-radius: 15px; 
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden; /* Чтобы скрывать выезжающий блок */
    /* opacity: 0; */
    /* transform: translateY(100px); */
    transition: all 0.3s ease;
    cursor: pointer;
}

.advantages-cards__item:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transform: scale(1.03);
}

.advantages-cards__item-parag {
    font-size: 26px;
    margin-bottom: 72px;
    position: relative;
}

.advantages-cards__item-parag:after {
    content: url('../img/opening/line.svg');
    width: 220px;
    position: absolute;
    left: 0;
    bottom: -45px;
}

.advantages-cards__item-underparag {
    font-size: 22px;
    margin-bottom: 30px;
}

.advantages-cards__item-parag, .advantages-cards__item-underparag {
    text-transform: uppercase;
}

.advantages-cards__item-list, .advantages-cards__item-title-list {
    line-height: 1.7;
    font-size: 22px;
}

ul.advantages-cards__item-list, ul.advantages-cards__item-list li {
    list-style: disc;
}

.advantages-cards__item-list-li {
    margin-left: 35px;
}

/* choises-circles */

.choises {
    margin: 20px 0;
}

.choises-circles {
    position: relative;
    height: auto;
    padding: 220px 0;
}

.choises-circles-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60%;
    aspect-ratio: 1 / 1;
    border: 2px dashed #F76817;
    border-radius: 100%;
}

.choises-circles-link-main {
    position: absolute;
    left: 35px;
    bottom: 60px;
}

.choises-circles-link-main__link {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    color: #F76817;
    transition: all 0.3s ease-in-out;
}

.choises-circles-link-main__link:hover {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.choises-circles-link-main__link:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px; 
    top: 50%;
    margin-left: 20px;
    transform: translateY(-50%);
    background-image: url('../img/arrow-orange.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.choises-circles__cont {
    position: relative;
    display: flex;
}

.choises-circles__cont-circle {
    position: relative;
    width: 33.3%;
    aspect-ratio: 1 / 1;
    /* height: 454px; */
    border: 3px solid #F76817;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding-left: 80px;
    background-color: #F5F5F5;
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.25);
    overflow: hidden; /* Чтобы скрывать выезжающий блок */
    /* opacity: 0; */
    /* transform: translateY(100px); */
    transition: all 0.6s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.choises-circles__cont-circle:hover {
    transform: scale(1.1);
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.5);
}

.choises-circles__cont-circle:first-child {
    left: 35px;
    z-index: 10;
}

.choises-circles__cont-circle:nth-child(2) {
    z-index: 5;
}

.choises-circles__cont-circle:last-child {
    right: 35px;
    z-index: 1;
}

.choises-circles__cont-circle-num {
    font-weight: 700;
    font-size: clamp(18px, 2vw, 28px); 
    color: #F76817;
    margin-bottom: 8px;
}

.choises-circles__cont-circle-parag {
    font-size: clamp(17px, 1vw, 32px); 
    font-weight: 700;
    margin-bottom: 10px;
}

.choises-circles__cont-circle-num, .choises-circles__cont-circle-parag, .choises-circles__cont-circle-link {
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.choises-circles__cont-circle-link {
    font-size: clamp(15px, 2vw, 22px);
    font-weight: 300;
    position: relative;
}

.choises-circles__cont-circle-link:after {
    content: "";
    position: absolute;
    width: clamp(35px, 2vw, 70px);
    height: 10px; 
    top: 50%;
    margin-left: 20px;
    transform: translateY(-50%);
    background-image: url('../img/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

/* gradient-block */

.gradient-block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px; 
    z-index: -10;
    /* transform: rotate(45deg); */
}

.gradient-block__center {
    position: absolute;
    z-index: -3;
    width: 100%; 
    height: 80px; 
    background: linear-gradient(
        rgba(255, 157, 71, 0.8) 0%,  
        rgba(255, 157, 71, 0) 100%   
    );
    filter: blur(100px); 
    border-radius: 50px; /* Делаем мягкий изгиб */
}

.gradient-block__center.advantages-grad {
    transform: rotate(-10.5deg);
}

/* about-us-main */

.about-us-main {
    margin-bottom: 250px;
}

.about-us-main-cards {
    display: flex;
    flex-direction: column;
    gap: 110px;
}

.about-us-main-cards__item {
    display: flex;
    gap: 80px;
}

.about-us-main-cards__item-img {
    width: 50%; /* Уменьшается вместе с родителем */
    max-width: 660px; /* Ограничение по максимальной ширине */
    height: auto; /* Автоматический пересчет высоты */
    aspect-ratio: 660 / 468; /* Сохраняет пропорции */
    display: block; /* Убирает лишний отступ у inline-элементов */
    border-radius: 375px 375px 0 0;
    box-shadow: 0 10px 80px rgba(255, 157, 71, 1);
    object-fit: fill;
}

.about-us-main-cards__item-info {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-us-main-cards__item-info-title {
    font-weight: 600;
    font-size: 52px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.about-us-main-cards__item-text {
    font-size: 24px;
}

.about-us-main-cards__item:nth-child(2n) {
    flex-direction: row-reverse;
}

/* footer */

.footer {
    position: relative;
    color: #FFF;
    background-color: #FF9D47;
    padding: 65px 0;
    overflow: hidden;
}

.footer-shadow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 40%;
    background: radial-gradient(
        circle, 
        rgb(235, 57, 34) 100%,    /* Центр градиента */
        rgba(248, 60, 35, 0) 100%   /* Края градиента (полностью прозрачный) */
    );

    filter: blur(80px); 
}

.footer-logo-nav__logo {
    font-family: "Jura";
    font-weight: 600;
    font-size: 45px;
    white-space: nowrap;
}

.footer-logo-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo-nav__nav {
    font-family: 'Roboto';
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-logo-nav__nav-list {
    display: flex;
    gap: 124px;
    flex-wrap: wrap; 
}

.footer-logo-nav__nav-list-li {
    position: relative;
}

.footer-logo-nav__nav-list-li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -62px;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: #FFF;
}

.footer-logo-nav__nav-list-li:last-child::after {
    width: 0;
    height: 0;
}

.footer-description {
    width: 100%;
    font-size: 26px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.footer-description__text {
    font-size: 14px;
}

.footer-logo-details {
    text-align: center;
    margin: 30px 0;
    color: #f9f9f9;
}

.footer-logo-details__title {
    font-size: 22px;
    margin-bottom: 20px;
}

.footer-logo-details__title-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 14px;
}

.footer-logo-copyright__title {
    text-align: center;
}

.footer-logo-copyright__list {
    padding: 15px 0;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    display: flex;
    position: relative;
    z-index: 10;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
    color: #e8e5e5;
}
/* CATALOG_PAGE */

.header-catalog-section, .header-services-section {
    color: #FFF;
}

.header-catalog-section__info, .header-services-section__info {
    display: flex;
    flex-direction: column;
}

.header-catalog-section__info-parag, .header-services-section__info-parag {
    font-size: 55px;
    margin-bottom: 160px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}

.header-catalog-section__info-text, .header-services-section__info-text {
    text-align: right;
    width: 80%;
    align-self: self-end;
    font-size: 40px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.footer-logo-nav, .footer-logo-details, .footer-logo-copyright {
    position: relative;
    z-index: 10;
}

/* CATALOG_PAGE consultations */

.consultations-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.consultations-cards__item {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 35px 20px 54px;
    border: 1px solid #f68e51;
    border-radius: 30px;
    background-color: #F5F5F5;
    transition: all 0.3s ease;
    cursor: pointer;
}

.consultations-cards__item:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0px 10px 20px rgba(246, 142, 81, 0.3);
    border-color: #FD9A5A;
}

.consultations-cards__item-num {
    margin-bottom: 10px;
}

.consultations-cards__item-num, .consultations-cards__item-parag {
    font-size: 38px;
}

/* CATALOG_PAGE chat-bots */

.chat-bots .main-parag {
    text-align: right;
    font-family: "Roboto";
}

.chat-bots_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 70px;
    justify-content: space-evenly;
}

.chat-bots_buttons-item-link {
    position: relative;
    display: inline-block;
    font-weight: 300;
    font-size: 35px;
    padding: 6px 70px;
    background-color: #FFF;
    border: 1px solid #F76817;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.chat-bots_buttons-item-link:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0px 10px 20px rgba(246, 142, 81, 0.3);
    border-color: #FD9A5A;
}

/* CATALOG_PAGE education */

.education-cards-swiper {
    display: flex;
    align-items: center;
    position: relative;
}

.education-cards-swiper__wrapper {
    overflow: hidden;
    width: 100%;
}

.education-cards-swiper__list {
    display: flex;
    gap: 50px;
    transition: transform 0.3s ease-in-out;
}


.education-cards-swiper__btn {
    background-color: #FD9A5A;
    border: none;
    color: white;
    font-size: 24px;
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.education-cards-swiper__btn:hover {
    background-color: #E93A15;
}

.prev {
    margin-right: 10px;
}

.next {
    margin-left: 10px;
}


.education-cards-swiper__item {
    width: 300px;
    min-width: calc(30% - 50px);
    height: 340px;
    background: linear-gradient(135deg,  
        #FFA413 0%,   /* Желтый */
        #FD9A5A 50%,  /* Оранжевый */
        #E93A15 100%  /* Красный */
    );
    padding: 40px 28px 50px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: #FFFFFF;
    transition: all 0.3s ease;
    cursor: pointer;
}

.education-cards-swiper__item .consultations-text-ep {
    margin-top: auto; /* Элемент прижмется к низу контейнера */
}

.education-cards-swiper__item:hover {
    transform: translateY(-5px) scale(0.95);
    border-color: #FD9A5A;
}

.education-cards-swiper__item-icon {
    width: 105px;
    margin-bottom: 30px;
}

.education-cards-swiper__item-parag {
    margin-top: 20px; /* Элемент прижмется к низу контейнера */
    text-align: center; /* Центрируем текст */
    font-family: 'Roboto';
    font-size: 26px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

/* CATALOG_PAGE support */

.support-cards {
    display: flex;
    flex-direction: column;
    gap: 55px;
    margin-bottom: 150px;
}

.support-cards__item {
    width: 90%;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border: 2px solid #f68e51;
    background-color: #F5F5F5;
    border-radius: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.support-cards__item:hover {
    width: 100%;
    box-shadow: 0px 10px 20px rgba(246, 142, 81, 0.3);
    border-color: #FD9A5A;
}

.support-cards__item .support-cards__item-icon {
    transition: all 0.3s ease;
}

.support-cards__item:hover .support-cards__item-icon {
    transform: scale(0.7) rotate(180deg);
}

.support-cards__item-parag {
    font-size: 25px;
    text-transform: uppercase;
}

.support-cards__item-icon {
    width: 50px;
    height: 50px;
}

.support-cards__item-min-parag {
    margin-bottom: 42px;
    font-size: 20px;
    text-transform: uppercase;
}

.support-cards__item-min-parag:last-child {
    margin-bottom: 0;
}

/* development */

.development {
    margin: 150px 0;
}

.development .main-parag {
    text-align: center;
}

.development-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 30px;
    justify-content: center;
}

.development-cards__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: 3px solid #F76817; */
    border-radius: 20px;
    width: 450px;
    height: 610px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.development-cards__item:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0px 10px 20px rgba(246, 142, 81, 0.3);
    border-color: #FD9A5A;
}

.development-cards__item .development-cards__item-up-circle {
    transition: all 0.3s ease;
}

.development-cards__item:hover .development-cards__item-up-circle {
    transform: scale(0.90);
}

.development-cards__item-down-link:hover {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.60);
}

.development-cards__item-up .consultations-text-ep {
    padding-top: 20px;
}

.development-cards__item-up {
    height: 70%;
    width: 100%;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 3px solid #F76817;
    border-top: 3px solid #F76817;
    border-right: 3px solid #F76817;
    border-radius: 20px 20px 0 0;
}

.development-cards__item-up-circle {
    background: linear-gradient(135deg,  
        #FFA413 0%,   /* Желтый */
        #FD9A5A 50%,  /* Оранжевый */
        #E93A15 100%  /* Красный */
    );
    border-radius: 100%;
    min-height: 250px;
    min-width: 250px;
    width: 250px;
    height: 250px;
    position: relative;
    top: -50px;
    display: flex;
    justify-content: center;
}

.development-cards__item-up-circle-img {
    width: 170px;
    height: 170px;
    border-radius: 10px;
    
}

.development-cards__item-up-circle-parag {
    font-weight: 700;
    letter-spacing: 114%;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 35px;
}

.development-cards__item-down {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #FF9D47;
    height: 40%;
    padding: 30px 40px 50px;
    border: 3px solid #F76817;
    border-radius: 0 0 20px 20px;
}

.development-cards__item-down-parag {
    font-size: 16px;
    color: #F5F5F5;
    text-align: center;
}

.development-cards__item-down-link {
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    background-color: #F5F5F5;
    padding: 14px 100px;
    color: #F76817;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* SERVICES-PAGE advantages-work-list */

.advantages-work-list {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 30px;
}

.advantages-work-list__item {
    display: flex;
    font-size: 34px;
    text-transform: uppercase;
    justify-content: space-between;
    gap: 30px;
    max-height: 280px;
    align-items: stretch;
}

.advantages-work-list__item-line {
    display: flex;
    margin-left: auto;
    margin-top: 20px;
}

.advantages-work-list__item:nth-child(2n) .advantages-work-list__item-line {
    margin-left: 0;
    margin-right: auto;
}

.advantages-work-list__item-info {
    width: 50%;
    border: 3px solid #F76817;
    border-radius: 30px;
    padding: 60px 55px;
    background-color: #F5F5F5;
    transition: all 0.3s ease;
    margin: auto 0;
}

.advantages-work-list__item-info:hover {
    background-color: #e8e5e5;
    border-radius: 40px;
}

.advantages-work-list__item-info-text span {
    color: #F76817;
}

.advantages-work-list__item:nth-child(2n) {
    flex-direction: row-reverse;
}

.advantages-work-list__item:last-child {
    justify-content: flex-end;
}

/* SERVICES-PAGE price-policy */

.price-policy .main-parag {
    text-align: right;
}

.price-policy__content-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 55px;
    color: #FFF;
    margin-bottom: 135px;
}

.price-policy__content-cards-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 346px;
    height: 450px;
    padding: 38px 75px 90px;
    background-image: url(../img/back-card.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-in-out;
}

.price-policy__content-cards-item:hover {
    transform: scale(0.95);
}

.price-policy__content-cards-parag {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 40px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.price-policy__content-cards-text {
    font-size: 26px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.price-policy__content-slogan {
    display: flex;
    gap: 120px;
    align-items: center;
}

.price-policy__content-slogan-parag {
    font-size: 50px;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.30);
    text-transform: uppercase;
}

.price-policy__content-slogan-link {
    color: #FFF;
    background: linear-gradient(135deg,  
        #FFA413 0%,   /* Желтый */
        #FD9A5A 30%,  /* Оранжевый */
        #E93A15 100%  /* Красный */
    );
    border-radius: 20px;
    text-transform: uppercase;
    padding: 12px 30px;
    font-size: 65px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    display: inline-block;
    position: relative;
}

/* Эффект увеличения и свечения при наведении */
.price-policy__content-slogan-link:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 20px rgba(255, 164, 19, 0.4);
    background: linear-gradient(135deg,  
        #FFB833 0%,   
        #FE8C46 30%,  
        #E94D1B 100%  
    );
}

/* Анимация легкого подпрыгивания */
@keyframes jump {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Делаем кнопку подпрыгивающей каждые 3 секунды */
.price-policy__content-slogan-link {
    animation: jump 3s infinite ease-in-out;
}

/* Эффект всплеска при клике */
.price-policy__content-slogan-link:active {
    transform: scale(0.95);
    box-shadow: 0px 5px 15px rgba(255, 164, 19, 0.5);
}


/* SERVICES-PAGE faq */

.faq-box__item-question {
    font-size: 45px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-right: 30%;
    margin-bottom: 75px;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* Круг перед вопросом */
.faq-box__item-question:before {
    content: '';
    display: inline-block;
    min-width: 35px;
    max-height: 35px;
    width: 35px;
    height: 35px;
    border: 2px solid #F76817;
    border-radius: 100%;
    margin-right: 40px;
    vertical-align: middle;
    box-sizing: border-box;
    transition: background 0.3s ease, border-color 0.3s ease;
    position: relative;
}

/* Анимация при наведении */
.faq-box__item:hover .faq-box__item-question {
    transform: translateX(10px);
    color: #F76817;
}

.faq-box__item:hover .faq-box__item-question:before {
    background: #F76817;
    border-color: #F76817;
}

/* Добавляем "+" внутри круга при наведении */
.faq-box__item:hover .faq-box__item-question:before {
    content: '+';
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
}


.faq-box__item-responde {
    display: flex;
    align-items: center;
    padding: 82px 200px 82px 90px;
    width: 1225px;
    height: 354px;
    background-image: url(../img/card-question-back.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 30px;
    text-transform: uppercase;
    margin-left: auto;
    margin-bottom: 120px;
}

/* BUY_PAGE */

.popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  .popup-content {
    background: white;
    padding: 20px;
    border-radius: 12px;
    max-width: 400px;
    width: 100%;
  }

.buy-area .container {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.buy-area__img-cont {
    width: 300px;
    height: 525px;
    border-radius: 20px;
    
}

.buy-img {
    object-fit: fill;
    border-radius: 20px;
    box-shadow: 4px 4px 10px #49454F;
}

.buy-area__info-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 500px;
}

.buy__parag {
    font-size: 34px;
    font-weight: 500;
    color: #49454F;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.10);
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.buy__description {
    font-size: 28px;
    font-weight: 400;
    color: #49454F;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.10);
    margin-bottom: 30px;

}

.main-product {
    color: #FFF;
    background: linear-gradient(135deg,  
        #FFA413 0%,   /* Желтый */
        #FD9A5A 30%,  /* Оранжевый */
        #E93A15 100%  /* Красный */
    );
    border-radius: 20px;
    border: none;
    padding: 12px 30px;
    font-size: 38px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.main-product:hover {
    transform: scale(1.03);
    box-shadow: 0px 10px 20px rgba(255, 164, 19, 0.4);
}

.buy-area {
    margin: 100px 0 150px;
}

#buy-label {
    margin-bottom: 30px;
}

#accept-offer {
    width: 20px;
    height: 20px;
}

/* Слой для затемнения */
.dark-background {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.9); /* Полупрозрачный фон */
    z-index: 1000; /* Псевдоэлемент для затемнения фона */
}

#open-data-form {
    width: auto;
    margin: 0 auto 0 0;
    display: flex;
    color: #FFF;
    background: linear-gradient(135deg,  
        #FFA413 0%,   /* Желтый */
        #FD9A5A 30%,  /* Оранжевый */
        #E93A15 100%  /* Красный */
    );
    border-radius: 20px;
    border: none;
    padding: 12px 20px;
    font-size: 20px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

/* Попап, который будет сверху */
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%);      */
    /* width: 100vw; */
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001; /* Попап будет на переднем плане */
}

/* Контент попапа */
.popup-content {
    position: relative;
    z-index: 1010; /* Это чтобы попап контент был на самом верхнем уровне */
    background: white;
    padding: 20px 30px;
    border-radius: 12px;
    max-width: 400px;
    width: 100%;
}

.popup-content h3 {
    text-align: center;
    margin-bottom: 20px;
}

#user-data-form label {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

#user-data-form label input {
    padding: 10px 10px 10px 5px;
    border-radius: 5px;
    border: 2px solid #FFA413; /* Уточнил border */
    outline: none; /* Убираем синий контур браузера */
    transition: border-color 0.3s ease;
}

#user-data-form label input:focus {
    border-color: #E93A15;
}

#user-data-form button {
    width: auto;
    margin: 20px auto 0;
    display: flex;
    color: #FFF;
    background: linear-gradient(135deg,  
        #FFA413 0%,   /* Желтый */
        #FD9A5A 30%,  /* Оранжевый */
        #E93A15 100%  /* Красный */
    );
    border-radius: 20px;
    border: none;
    padding: 12px 20px;
    font-size: 20px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

/* About-us */

.img-main-ab-cont {
    border-radius: 20px;
    filter: sepia(60%) hue-rotate(-10deg) saturate(120%);
}

.aboutus-open__text, .aboutus-open__list, .contacts-open__list, .contacts-open__concl {
    font-size: 25px;
}

.contacts-open__list {
    margin: 60px 0;
}

.aboutus-open__list, .contacts-open__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.aboutus-open__list-it, .contacts-open__list-it {
    margin-left: 20px;
}

.contacts-open__concl {
    margin-top: 30px;
    font-weight: 700;
}

.aboutus-open__list:last-child, .contacts-open__concl {
    margin-bottom: 160px;
}

.contacts-open__list-it a {
    color: #FFA413;
}

.qr-code {
    margin: 30px auto 0;
    width: 40%;
}

.buy-area-cont {
    display: flex;
    flex-direction: column;
}

.thanks-text {
    font-size: 28px;
    margin-bottom: 20px;
}

.thanks-text-downl {
    font-size: 22px;
    margin-bottom: 20px;
}

.button-thanks-text {
    /* display: inline-flex; */
    width: auto;
    align-self: flex-start;
    color: #FFF;
    background: linear-gradient(135deg,  
        #FFA413 0%,   /* Желтый */
        #FD9A5A 30%,  /* Оранжевый */
        #E93A15 100%  /* Красный */
    );
    border-radius: 20px;
    border: none;
    padding: 12px 30px;
    font-size: 32px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.formatted-text-pagesproduction {
    white-space: pre-wrap;
}

.title-pagesproduction {
    margin: 20px auto;
    font-size: 24px;
    text-align: center;
}

.title-pagesproductionpost, .date-pagesproduction {
    text-align: center;
}

.offerpage {
    margin: 45px 0;
}