@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    font-family: Montserrat;
    color: #262626;
}

a{
    font-family: Montserrat;
    color: #262626;
    text-decoration: none;
}

body {
    margin: 0 auto;
}


.header {
    width: 100%;
    padding-bottom: 174px;
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.navbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 108px;
    z-index: 9;
    position: fixed;
    top:0px;
    transition: background-color 0.3s ease;
}

.navbar a{
    padding: 5px 10px;
    border-radius: 10px;
    background: #FFD21D;
}

.transparent {
    background-color: rgba(255, 255, 255, 0); /* Прозрачный */
}
.solid {
    background-color: white; /* Белый */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-hero {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header-hero h1 {
    font-weight: 900;
    color: #FFF;
    font-size: 54px;
    line-height: 64px;
    letter-spacing: 0%;
    text-align: center;
}

.header-hero h2 {
    font-weight: 600;
    font-size: 24px;
    color: #FFF;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 12px;
}

.header-hero img {
    margin-top: 24px;
    max-width: 602px;
    width: 90%;
}

.header-bg__1 {
    position: absolute;
    max-width: 888px;
    width: 100%;
    top: 0px;
    z-index: -1;
    transform: translateX(100px);
}

.header-bg__2 {
    position: absolute;
    top: 354px;
    left: 0px;
    z-index: -1;
}

.header-bg__2-mobile {
    display: none;
}

.header-hero__buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 34px;
    margin-top: 42px;
}

.btn {
    font-family: Montserrat;
    padding: 20px 44px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24.38px;
    text-transform: uppercase;
    border: none;
    background-color: #FFD21D;
    cursor: pointer;
}

.difference {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 87px;
    padding: 90px 212px 78px;
    background-color: #E3EBEF;
    position: relative;
}

.difference-title {
    width: 100%;
    display: flex;
    max-width: 1536px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.difference-title__block{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.difference-title__block p{
    font-weight: 500;
    font-size: 20px;
}

.difference-title h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 48.76px;
    letter-spacing: 0%;
}

.difference-bg_3 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.difference-wecome {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 44px;
    position: relative;
    z-index: 2;
}

.difference-wecome__cards {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

.difference-wecome__card {
    max-width: 184px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
}

.difference-wecome h2 {
    font-weight: 800;
    font-size: 31px;
    line-height: 37.79px;
    text-align: center;
}

.difference-wecome__card p {
    font-weight: 800;
    font-size: 24px;
    line-height: 29.26px;
    letter-spacing: 0%;
    text-align: center;
}

.products {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 88px 212px;
}

.product-saving {
    position: absolute;
    top: 0px;
    left: 40px;
    width: 112px !important;
    border-radius: 0px !important;
}

.product {
    width: 100%;
    height: 890px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    border-radius: 32px;
    overflow: hidden;
    background-color: #E3EBEF;
    position: relative;
}

.product img {
    width: 100%;
    border-radius: 30px;
}

.product-desc {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    padding: 24px 32px;
    gap: 20px;
}

.product-desc h3 {
    font-weight: 900;
    font-size: 28px;
    line-height: 34.13px;
}

.product-price {
    background-image: url('../images/price2.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 140px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 18px;
}

.product-price p {
    font-weight: 700;
    font-size: 20px;
    line-height: 29.26px;
    color: #FFF;
}

.product-list {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    /* gap: 5px; */
    padding-left: 20px;
}

.product-item {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.product button {
    position: absolute;
    bottom: 32px;
    max-width: 535px;
    width: 90%;
}

.gifts {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 107px;
    position: relative;
    padding: 90px 212px 88px;
    background-color: #E3EBEF;
}

.gifts-title {
    width: 392px;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 32px;
}

.gifts-iframe {
    width: 517px;
    position: relative;
    z-index: 2;
}

.gifts-title h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 48.76px;
    letter-spacing: 0%;
}

.gifts-title p {
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0%;
}

.gifts img {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.partners {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 80px;
    padding: 100px 108px;
}

.partners-more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    background-color: #E3EBEF;
    padding: 64px 104px;
    border-radius: 32px;
    flex-wrap: wrap;
}

.partners-more__card {
    max-width: 496px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}

.partners-more__card h3 {
    font-weight: 900;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
}

.partners-more__card p {
    font-weight: 400;
    font-size: 22px;
    line-height: 26.82px;
    text-align: center;
}

.partners-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-logo img {
    max-width: 960px;
    width: 95%;
}

.service {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
    position: relative;
    background-color: #E3EBEF;
    padding: 88px 108px;
}

.service h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 48.76px;
    letter-spacing: 0%;
    text-align: center;
}

.service-bg_5 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}

.service-cards {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    position: relative;
    z-index: 2;
}

.service-card {
    width: 100%;
    height: 220px;
    background-color: #FFF;
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 20px 16px;
    gap: 12px;
    position: relative;
    border-radius: 20px;
}

.service-card__title {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}

.service-card__title h3 {
    font-weight: 900;
    font-size: 18px;
    line-height: 21.94px;
    letter-spacing: 0%;
}

.service-card__title p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
}

.service-card__price {
    cursor: pointer;
    width: 107px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 13px;
    background-image: url('../images/price.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 20px;
    left: 84px;
}

.service-card__price p {
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 24.38px;
    letter-spacing: 0%;
}

.table {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    padding: 88px 108px;
}


table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    text-align: left;
}

th {
    font-weight: 900;
    font-size: 24px;
    line-height: 29.26px;
    letter-spacing: 0%;
}

td {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    letter-spacing: 0%;
}

.table-brbottom {
    border-bottom: 1px solid #ccc;
}

.table-bold {
    font-weight: 600;
}


.table-flex img {
    transform: translateY(5px) translateX(-5px);
}

.faq {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    position: relative;
    padding: 88px 108px;
}

.faq h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 48.76px;
    letter-spacing: 0%;
    text-align: center;
}

.faq-questions {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}

.faq-question {
    width: 100%;
    max-width: 808px;
    background-color: #E3EBEF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 32px;
    border-radius: 20px;
    cursor: pointer;
}

.faq-question__title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.3s ease;
}

.faq-question__title h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
}

.faq-icon {
    width: 49px;
    height: 49px;
    border: 2px solid #FFD21D;
    padding: 10px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-question__desc {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-out, padding 0.3s ease;
    justify-content: center;
}

.faq-question.open .faq-question__desc {
    max-height: 200px;
    padding: 10px 15px;
    margin-top: 12px;
}

.faq-icon img {
    transition: transform 0.3s ease;
}

.faq-question.open .faq-icon img {
    transform: rotate(180deg);
}

.faq-question__desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.5px;
    letter-spacing: 0%;
}

.faq-question__desc {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-out, padding 0.3s ease;
    padding: 0 15px;
}

.faq-question.open .faq-question__desc {
    max-height: 200px;
    padding: 10px 15px;
}

.faq-bg_6 {
    position: absolute;
    bottom: -250px;
    left: -200px;
    transform: rotate(180deg);
    z-index: -1;
}

.footer {
    width: 100%;
    padding: 80px 108px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    background-color: #000;
    align-items: start;
}

.footer-location {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.footer-location h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #FFF;
}

.footer-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer-item {
    color: #FFF;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    list-style: none;
}

.footer-item a {
    color: #FFF;
    text-decoration: none;
}

.footer-menu {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 30px;
}

.footer-menu__more {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.footer-menu__more h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #FFF;
}

.modal {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: .4s;
    z-index: -1;
    background-color: #0000009e;
}

.modal.show {
    opacity: 1;
    z-index: 10;
}

.modal-content {
    width: 95%;
    max-width: 640px;
    /*height: 391px;*/
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    gap: 16px;
    flex-direction: column;
    border-radius: 32px;
    background-color: #F0F5F7;
    padding: 40px;
}

.modal-content img {
    cursor: pointer;
}

.modal-content h2 {
    font-weight: 900;
    font-size: 32px;
    line-height: 39.01px;
    letter-spacing: 0%;
    text-align: center;
}

.modal-content input {
    max-width: 432px;
    width: 100%;
    height: 64px;
    background-color: #FFF;
    outline: none;
    border: none;
    padding-left: 24px;
    border-radius: 12px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18.29px;
    letter-spacing: 0%;
}

.modal-content input::placeholder {
    font-weight: 400;
    font-size: 15px;
    color: #B0B0B0;
    line-height: 18.29px;
    letter-spacing: 0%;
}

.modal-content img {
    position: absolute;
    top: 32px;
    right: 32px;
}

.modal-content button {
    /*position: absolute;*/
    /*bottom: 40px;*/
}

.date-click{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    overflow-x: auto;
}
.date-click__card{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.date-click__card-date{
    width: 100%;
    padding: 20px 30px;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.date-click__card-date span{
        font-weight: 700;
        font-size: 30px;
}
.date-click__card-time{
    width: 100%;
    height: 88px;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    gap:5px;
}
.date-click__card-time span{
    font-weight: 400;
    font-size: 16px;
    cursor:pointer;
    width:100%;
    text-align:center;
}
.date-click__card-time span:hover{
    background: #39b972;
    border-radius: 5px;
    transition: .4s;
    color: #FFF !important;
}
.time-slot.selected {
    border-radius: 5px;
    color: #FFF !important;
    background: #39b972;
}

  .form-step {
    transition: all 0.3s ease;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
    flex-direction: column;
  }
  
  .button-group {
    width:100%;
    display: flex;
    align-items:center;
    justify-content: center;
    gap:16px;
  }
  
  .back-btn {
    background-color: #ccc;
  }
  
  .continue-btn {
    background-color: #FFD21D;
  }

@media(max-width:991px) {
    .header {
        padding-bottom: 48px;
    }

    .header-bg__1 {
        display: none;
    }

    .header-bg__2 {
        display: none;
    }

    .header-hero h1 {
        color: #262626;
        font-weight: 900;
        font-size: 30px;
        line-height: 36.57px;
    }

    .header-hero h2 {
        color: #262626;
        width: 300px;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
    }

    .header-hero img {
        margin-top: 82px;
    }

    .header-bg__2-mobile {
        display: flex;
        position: absolute;
        z-index: -1;
        right: 0px;
        top: 220px;
    }

    .navbar {
        justify-content: center;
        flex-wrap:wrap;
        gap:20px;
        padding:20px;
    }

    .header-hero__buttons {
        margin-top: 20px;
        gap: 12px;
    }

    .btn {
        width: 90% !important;
    }

    .difference,
    .products,
    .partners,
    .service,
    .gifts,
    .table,
    .faq,
    .footer {
        padding: 30px;
    }

    .difference-title {
        flex-direction: column;
    }

    .difference-title h2 {
        text-align: center;
        font-weight: 900;
        font-size: 24px;
        line-height: 29.26px;
    }

    .difference-bg_3 {
        width: 127px;
    }

    .service-cards {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .difference-title__block{
        align-items: center;
    }
}

@media(max-width:600px) {
    .products {
        grid-template-columns: 1fr;
    }
    
    .product{
        height:max-content;
        padding-bottom:100px;
    }

    .partners {
        gap: 20px;
    }

    .partners-more {
        padding: 30px;
    }

    .service {
        gap: 16px;
    }

    .service h2 {
        font-weight: 900;
        font-size: 24px;
        line-height: 32px;
    }

    .service-cards {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .service-card {
        height: max-content;
        padding-bottom: 80px;
    }

    .service-bg_5 {
        display: none;
    }

    .table h2 {
        font-weight: 900;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }

    th {
        font-weight: 900;
        font-size: 14px;
        line-height: 17.07px;
        letter-spacing: 0%;
    }

    td {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;

    }

    .faq-question__title h3 {
        font-family: Montserrat;
        font-weight: 900;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0%;
    }

    .footer {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-item {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 12px;
        line-height: 28px;
        letter-spacing: 0%;
    }

    .footer-location h3 {
        font-family: Montserrat;
        font-weight: 900;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0%;

    }

    .footer-menu__more h3 {
        font-family: Montserrat;
        font-weight: 900;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0%;
    }

    .modal-content {
        /*height: 100%;*/
        border-radius: 16px;
        padding: 32px 16px;
    }

    .modal-content input {
        max-width: 100%;
    }
    .gifts{
        gap: 16px;
    }
    .gifts-title{
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .gifts-title h2 {
        font-weight: 900;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0%;
        text-align: center;
    }

    .gifts-title p {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;
        text-align: center;
    }

    .gifts-bg_4 {
        display: none;
    }
}

@media(max-width:500px){
    .service-cards{
        grid-template-columns: 1fr 1fr 1fr;
        gap:5px
    }
    .service-card__title p {
        display: none;
    }
    .service-card{
        flex-direction:column;
        align-items: center;
        justify-content: center;
        height:100%;
        padding-bottom: 75px;
    }
    .service-card__title{
        align-items: center;
        text-align:center;
    }
    .service-card__price{
        left:auto;
        width:80%;
        height:40px;
    }
    .service-card__title h3{
        font-size:12px;
    }
}