
/**
  Нормализация блочной модели
 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/**
  Убираем внутренние отступы слева тегам списков,
  у которых есть атрибут class
 */
:where(ul, ol):where([class]) {
    padding-left: 0;
}

/**
  Убираем внешние отступы body и двум другим тегам,
  у которых есть атрибут class
 */
body,
:where(blockquote, figure):where([class]) {
    margin: 0;
}

/**
  Убираем внешние отступы вертикали нужным тегам,
  у которых есть атрибут class
 */
:where(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  dl
):where([class]) {
    margin-block: 0;
}

:where(dd[class]) {
    margin-left: 0;
}

/**
  Убираем стандартный маркер маркированному списку,
  у которого есть атрибут class
 */
:where(ul[class]) {
    list-style: none;
}

/**
  Упрощаем работу с изображениями
 */
img {
    display: block;
    max-width: 100%;
}

/**
  Наследуем свойства шрифт для полей ввода
 */
input,
textarea,
select,
button {
    font: inherit;
}

html {
    /**
      Пригодится в большинстве ситуаций
      (когда, например, нужно будет "прижать" футер к низу сайта)
     */
    height: 100%;
    /**
      Плавный скролл
     */
    scroll-behavior: smooth;
}

body {
    /**
      Пригодится в большинстве ситуаций
      (когда, например, нужно будет "прижать" футер к низу сайта)
     */
    min-height: 100%;
    /**
      Унифицированный интерлиньяж
     */
    line-height: 1.5;
}

/**
  Удаляем все анимации и переходы для людей,
  которые предпочитают их не использовать
 */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

body {
    font-size: clamp(14px, 0.83vw, 16px);
    font-weight: 400;
    line-height: 1.75;
    background-color: white;
    font-family: "Arial", sans-serif;

}

.container {
    max-width: calc(1900px + 15 * 2);
    margin: 0 auto;
    padding-inline: 350px;
}

section {
    padding-bottom: 80px;
    padding-top: 80px;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    flex-direction: row;
    width: 100%;
}

header:hover {
    transition: background 0.5s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.192);
    border-color: rgba(255, 255, 255, 0.192);
    background: rgba(255, 255, 255, 0.192);
    backdrop-filter: blur(10px);

}







.header-menu-list-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;


}

.header-logo {
    flex-shrink: 0;
}

.header-menu-link-main {
    display: inline-flex;
    min-height: 90px;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.header-menu-link-main:hover {
    color: #fc1058;
}

.header-menu-list-main a {
    color: white;
    font-weight: bold;
}

.main-banner {
    min-height: 100vh;
    background-color: #b8d0da;
    background-image: linear-gradient(180deg, rgba(243, 243, 243, 0), rgba(184, 208, 218, 0) 33%, hsla(0, 0%, 100%, 0.43) 66%, hsla(0, 0%, 100%, 0.72) 83%, #fff), url('./../img/bannerfransh.webp');
    color: black;
}

.main-banner {
    display: flex;
    flex-direction: column;
    gap: 17vh;

}

.banner-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    width: 100%;
}

.banner-str-button {
    /*background-color: white;*/
    padding: 25px 30px;
    display: inline-flex;
    align-items: center;
    /*border: 1px solid white;*/
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.72);

    border-bottom: 1px solid rgba(255, 255, 255, 0.192);
    border-color: rgba(255, 255, 255, 0.192);

    background: rgba(255, 255, 255, 0.192);

}

.banner-str-button:hover {
    background: rgba(63, 63, 63, 0.29);
    color: #fc1058;
    transition-duration: 0.5s;
    border:  rgba(255, 255, 255, 0.192);

}
/* OFFER */

.franshiza-name-block h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: clamp(35px, 2.08vw, 40px);
}

/*.franshiza-name-block {
    margin-bottom: 40px;
}*/


.offer-row-text h2, p {
    margin: 0;
    padding: 0;
}

.offer-row-text h2 {
    font-size: clamp(16px, 1.30vw, 25px);
}

.secret-row-text h2 {
    font-size: clamp(16px, 1.30vw, 25px);
}

.packet-row-text h2 {
    font-size: clamp(16px, 1.30vw, 25px);
}

.offer-body-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    width: 100%;

}

.offer-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    width: 50%;
}

.offer-row-logo {
    width: 64px;
    height: 64px;

}

.offer-row-logo img {
    max-width: 64px;
    height: 64px;
}


.offer-column-row {
    display: flex;
    flex-direction: row;

    gap: 25px;
    min-height: 120px;
}

.offer-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


/* Франшиза 2 */

.secret-text-block {
    text-align: center;
}
.secret-text-block p {
    font-size: clamp(20px, 1.14vw, 22px);
}



.secret-name-block h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: clamp(35px, 2.08vw, 40px);
}

.secret-name-block {
    margin-bottom: 5px;
}


.secret-row-text h2, p {
    margin: 0;
    padding: 0;
}


.secret-body-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%;
    gap: 20px;

}

.secret-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.secret-row-logo {
    width: 64px;
    height: 64px;

}

.secret-row-logo img {
    max-width: 64px;
    height: 64px;

}


.secret-column-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    min-height: 120px;
}

.secret-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Packet */


.packet-text-block {
    text-align: center;
}
.packet-text-block p {
    font-size: clamp(20px, 1.14vw, 22px);
}



.packet-name-block h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: clamp(35px, 2.08vw, 40px);
}

.packet-name-block {
    margin-bottom: 5px;
}


.packet-row-text h2, p {
    margin: 0;
    padding: 0;
}

.packet-row-text {
    text-align: center;
}


.packet-body-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
    gap: 15px;

}

.packet-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;

}

.packet-row-logo {
    width: 64px;
    height: 64px;


}



.packet-column-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    max-width: 100%;
    min-width: 120px;
    min-height: 100px;

}

.packet-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* FORM */



.franshiza-form-name-block h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: clamp(18px, 2.08vw, 40px);
}

.franshiza-form-name-block {
    margin-bottom: 40px;
}



.franshiza-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;

}

#name-franshiza {
    max-width: 500px;
    width: 450px;
    min-width: 175px;
}

#email-franshiza {
    max-width: 500px;
    width: 450px;
    min-width: 175px;
}

#phone-franshiza {
    max-width: 500px;
    width: 450px;
    min-width: 175px;
}

.franshiza-form input {
    border: none;
    border-bottom: 1px solid #dbdbdb;
    outline:none;
    background-color: transparent;
}


.franshiza-form-body {
    display: flex;
    justify-content: center;

}




#franshiza-submit {
    background-color: transparent;
    border: 1px solid #5a5a5a;
    border-radius: 10px;
    padding: 12px 32px;
    color: #0f0f0f;
    width: 450px;

}

#franshiza-submit:hover {
    background-color: black;
    color: white;
    transition: 0.5s;
}

.form-offline-wrapper {
    background: rgb(244, 244, 244);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.78);
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 50px;
    max-width: 1000px;
    width: 100%;
    min-width: 200px;


}
/* FOOTER */

/* FOOTER */
.footer {
    padding: 50px 0;
    background-color: #0c2434;
    color: white;
    font-size: clamp(14px, 1.04vw, 20px);

}

.footer-main {
    min-height: 100px;




}



.footer-main-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;



}


.footer-main-box-contacts {


}

.footer-agreement {
    font-size: 12px;

}


.divider-name-footer {
    border-bottom: 1px solid indianred;

}


.divider-name-footer {
    border-bottom: 1px solid indianred;

}

/* FONT */

.banner-title {
    font-weight: 700;
    font-size: clamp( 42px, 3.02vw, 58px);
    line-height: 1.27;
    color: white;



}

.banner-title h3 {
    margin: 0;
    padding: 0;
}

.banner-info {
    color: white;
    font-weight: 100;
    font-size: clamp(22px, 1.25vw, 24px);
    font-style: oblique;
    background: rgb(244, 244, 244);
    box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.08);
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.192);
    border-color: rgba(255, 255, 255, 0.192);
    background: rgba(255, 255, 255, 0.192);

}



@media (min-width: 1919px) {
    .main-banner {
        background-size: cover;
    }



    .container {
        padding-inline: 350px;
    }
}


@media (max-width: 1919px) {
    .main-banner {
        background-size: cover;
        gap: 20vh;
    }

    .header, .banner, .container{
        padding-inline: 250px;
    }


}

@media (max-width: 1440px) {
    .header, .banner, .container{
        padding-inline: 100px;
    }


}


@media (max-width: 1280px) {
    .header {
        flex-wrap: wrap;
        row-gap: 10px;
        padding-top: 20px;


    }

    .header, .banner, .container{
        padding-inline: 15px;
    }
    .header-menu {
        order: 1;
        flex-basis: 100%;
    }

    .header-menu-link {
        height: 50px;
    }



    .footer-main-box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .header-menu-list-main {
        gap: 20px;
    }





}

@media (max-width: 1024px) {

    .header-main {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    .header, .banner, .container{
        padding-inline: 15px;
    }

    .header-menu {
        order: 1;
        flex-basis: 100%;
    }

    .header-menu-link {
        height: 50px;
    }

    .inline-banner{
        display: flex;
        flex-direction: column;
        align-items: flex-start;

    }




    .footer-main-box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }









}


@media (max-width: 767px ){

    .offer-column {
        width: 100%;
    }



    #secret-column-top {
        margin-top: 20px;
    }

    .form-offline-wrapper {
        padding: 15px;
    }

    #name-franshiza {

        width: 200px;

    }

    #email-franshiza {

        width: 200px;

    }

    #phone-franshiza {

        width: 200px;

    }

    #franshiza-submit {

        width: 200px;

    }
    .header {
        flex-wrap: wrap;
        row-gap: 10px;
        padding-top: 20px;


    }

    .header, .banner, .container{
        padding-inline: 15px;
    }

    .header-menu {
        order: 1;
        flex-basis: 100%;
    }

    .header-menu-link {
        height: 50px;
    }

    .header-main {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }




    .footer-main-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
    }



    .main-banner {
        display: flex;
        flex-direction: column;
        gap: 17vh;
    }

    .offer-body-columns {
        display: flex;
        flex-direction: column;
    }

    .secret-body-columns {
        display: flex;
        flex-direction: column;
    }

    .packet-body-columns {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .packet-column-row {
        width: 100%;
    }


    .offer-column-row {
        height: 100%;
    }
}


.presentation-bg-container {
    background-color: #f1f4f4;
    background-image: linear-gradient(360deg, rgb(12, 36, 52), rgba(184, 208, 218, 0.89) 33%, hsla(0, 0%, 100%, 0.65) 66%, hsla(0, 0%, 100%, 0.74) 83%, #fff), url(./../img/footerbg.webp);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;

}

.bg-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;


}

.presentation-bg-secret-container {
    background-color: #b8d0da;
    background-image: linear-gradient(360deg, #fff, rgb(255, 254, 254), rgba(241, 243, 244, 0.86) 33%, hsla(0, 100%, 98%, 0.84) 66%, hsla(0, 0%, 100%, 0.9) 83%, #fff), url(./../img/footerbg.webp);
    background-size: 3840px , auto;
    background-repeat: no-repeat;
    padding-bottom: 40px;

}

.bg-secret-img {
    display: block;
    width: 100%;
    height: 100%;



}


.footer-main-box-about p {
    margin: 14px;
}