/***************GLOBAL***************/

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter";
    color: #28261B;
    background-color: #FFFFFC;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    position: relative;
}

.nowrap-text {
    white-space: nowrap;
}

.blur-bg {
    position: relative;
}

.blur-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    /*backdrop-filter: blur(6px);*/
    /*-webkit-backdrop-filter: blur(6px);*/
    background: rgba(255, 255, 255, 0.5);
    filter: blur(10px);
    border-radius: 0;
    pointer-events: none;
    z-index: -1;
}

.selected {
    /*text-decoration-line: underline;*/
    /*text-decoration-style: solid;*/
    /*text-decoration-skip-ink: none;*/
    /*text-decoration-thickness: auto;*/
    /*text-underline-offset: auto;*/
    /*text-underline-position: from-font;*/
    color: #FF7F55;
    text-transform: uppercase;
}

h1 b, h2 b{
    color: var(--texts-black, #28261B);
    font-family: Epilogue;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -0.96px;
    text-transform: capitalize;
}

h1 i{
    color: var(--texts-black, #28261B);
    font-family: Epilogue;
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -0.96px;
    text-transform: capitalize;
}

.mob {
    display: none !important;
}

.preloader {
    display: none;
    background: white;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0;
    z-index: 400;
    background-image: url("data:image/gif;base64,R0lGODlhEgIEAfEDACc6mUep1lin0wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgADACwAAAAAEgIEAQAC/5yPqcvtD6OctNqLs968+w+G4kiW5omm6sq27gvH8kzX9o3n+s73/g8MCofEovGITCqXzKbzCY1Kp9Sq9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+f0uv2Oz+v3/L7/DxgoOEhYaHiImKi4yNjo+AgZKTlJWWl5iZmpucnZ6fkJGio6SlpqeoqaqrrK2ur6ChsrO0tba3uLm6u7y9vr+wscLDxMXGx8jJysvMzc7PwMHS09TV1tfY2drb3N3e39DR4uPk5ebn6Onq6+zt7u/g4fLz9PX29/j5+vv8/f7/8PMKDAgQQLGjyIMKHChQwbOnwIMaLEiRQrWryIMaPGjf8cO3r8CDKkyJEkS5o8iTKlypUsW7p8CTOmzJk0a9q8iTOnzp08e/r8CTSo0KFEixo9ijSp0qVMmzp9CjWq1KlUq1q9ijWr1q1cu3r9Cjas2LFky5o9izat2jIA2rp9C9ftAwEB6tq9i1eAgLl4+97Vu1ZM3MGDG+j1i1jvXgaHEfdVHBgM4clyGTtOvHgB3ct+M0fmQplyA86JR5P2+9lL6MmmT/9t7dpu6i6rCcN2DZhBbLyzQdeOext3cNe9t/wGrnt3Xc8JlMsunuU43OGkmSNwXhd6dOmVFzjP7R27dizcuyvAbv0A9gDjr5RvS51zegPr21t5DyD+5fkD6tv7p4KffpgJ6Nh/AL5HYGcJomagFAEmpxx//jUIxYPhRbhgXxRGYaECm+EGnocR8rfhEQg68GF1JA6QonwrlmhEeXO16NiLjVUHY4467shjjz7+CGSQQg5JZJFGHolkkkouyWSTTj4JZZRSTklllVZeiWWWWm7JZZdefglmmGKOSWaZZp6JZppqrslmm26+CWeccs5JZ5123olnnnruyWeffv4JaKCCDkpooYYeimiiii7KaKOOPgpppJJOSmmlll6Kaaaabsppp55+Cmqooo5Kaqmmnopqqqquymqrrr4Ka6yyzkprrbbeimuuuu7Ka6++/gpssMIOS2whBQAAIfkECQoAAwAs4wB5AE4AFAAAApOcgqkrMg/jALTaW6U+q6dmcF7XONqDpen5NKNXvi/IqnbGijKzj+Z5u7EGvaLxpwnahsbmDClRqpjOKmMoXbGsXAQ0ksVQu9UvJHwZk49mFBp3Wpexb4pa3mtP6oA7XqbH17f1lxfI51cIQ1eXqHhVg0j4OMP45pjnVGKJNqRTBPIJqLfX6NlE4wI6dHbJqpr3UAAAIfkEBQoAAwAs4wB5AE4AFAAAApqcgqkrMg+jWVQ1iYHevG9zVFXjYE8jjpc5eK6bpqsZxkxpvvpmizjWG7FaO12Q8pMcGcOicYmYAaEBqcT5okaH2moT6+kmI+IvmFNmpXNnNNVKfo8hbfebq50/6rw8/s7Cp7E2BcjGl6c3kGhWR6jkFyj4GGeYMRlpQkknWBNEMuTZAyrJN3EEJyEakxohCII6BIHyKbtXN1AAADs=");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.5;
    border-radius: 8px;
}


.top-popup {
    background: #28261B;
    width: 100%;
    padding-block: 10px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: 0.3s ease;
    pointer-events: none;
    max-height: 0;
    margin-bottom: -20px;
}

.top-popup.active {
    opacity: 1;
    transform: scaleY(100%);
    pointer-events: all;
    max-height: 100px;
    height: auto;
    margin-bottom: 0px;
}

.top-popup p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
}

.top-popup p a {
    color: #FFF;
}

.top-popup span {
    text-decoration: underline;
}

.top-popup__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.top-popup__close {
    cursor: pointer;
}

.form__input.valid {
    color: #10b534;
    border: 1px solid #10b534;
}

.form__input.error {
    color: #c8102e;
    border: 1px solid #c8102e;
}

label.error {
    display: flex;
    transform-style: preserve-3d;
    position: absolute;
    z-index: 200;
    top: calc(100% + 4px);
    left: 0;
    min-width: 95%;
    border-radius: 8px;
    background: #c8102e;
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.05rem */
    padding: 5px 10px;
}

label.error::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 15px;
    height: 15px;
    background: #c8102e;
    border-radius: 2px;
    transform: translateZ(-1px) rotate(45deg);
    top: -8px;
    left: 11px;
    transform-style: preserve-3d;
}

.main__wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-top: 90px;
}

.swiper {
    width: 100%;
    position: relative;
    overflow: visible;
}

/***************GLOBAL***************/
/***************REUSABLE CLASSES***************/

/* Top container with flex-start layout */
.section__top-container--flex-start {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

/* Card items with white background */
.section__item--card-white {
    max-width: 282px;
    border-radius: 16px;
    background: var(--standarts-white, #FFF);
    padding: 24px;
    gap: 16px;
    justify-content: space-between;
    min-height: 390px;
}

/* Card items with grey background */
.section__item--card-grey {
    padding: 24px;
    justify-content: space-between;
    gap: 16px;
    min-height: 390px;
    border-radius: 16px;
    background: var(--primary-grey, #EBEBEB);
    max-width: 282px;
}

@media screen and (max-width:480px) {
    .section__item--card-grey,
    .section__item--card-white{
        min-height: auto;
    }

}

/* Item titles with word break */
.section__item-title--break {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* Items with overlay image */
.section__item--overlay {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
}

.section__item--overlay h4,
.section__item--overlay p {
    position: relative;
    z-index: 2;
    text-wrap: wrap;
    text-align: left;
    color: #fff !important;
}

.section__item--overlay img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

/* Row containers without wrap */
.section__row-container--nowrap {
    flex-wrap: nowrap;
}

/* Dark row containers */
.section__row-container--dark {
    flex-wrap: nowrap;
    border-radius: 16px;
    background: var(--primary-black_2, #3D3F42);
    padding: 24px;
    gap: 24px;
    align-items: center;
}

.section__row-container--dark h2 {
    text-transform: capitalize;
    color: #fff;
}

.section__row-container--dark .selected {
    text-transform: capitalize;
}

.section__row-container--dark p {
    color: #fff;
    font-family: "Inter";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 136.364% */
}

/* Dark items */
.section__item--dark {
    border-radius: 16px;
    background: var(--primary-black_2, #3D3F42);
    padding: 24px;
    color: #fff;
    gap: 16px;
}

/* Column container with relative position */
.section__column-container--relative {
    position: relative;
}

/* Image container with absolute position */
.section__image-container--absolute {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.60);
    display: flex;
    width: 267px;
    height: 390px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: 24px;
    bottom: 24px;
}

/* Items with contain image */
.section__item-image--contain {
    object-fit: contain;
}

/* Top container text left */
.section__top-container--text-left {
    text-align: left;
}

/***************REUSABLE CLASSES***************/
/***************BIG-BUTTON***************/

.big-button {
    position: relative;
    display: flex;
    padding: 16px 28px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: fit-content;
    z-index: 100;

    color: var(--texts-black, #28261B);

    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 109.091% */
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;

    transition: 0.3s ease;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    background: var(--primary-orange_lin, linear-gradient(270deg, #CBDE51 0%, #FFDF9B 100%));  
}

.big-button:hover {
    transform: scale(1.07);
}

form .big-button {
    color: #000;
    padding:16px 28px;
    background: var(--primary-orange_lin, linear-gradient(270deg, #CBDE51 0%, #FFDF9B 100%));
}


/***************BIG-BUTTON***************/
/***************TEXT***************/

h1 {
 
    font-family: "Epilogue", serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 64px */
    letter-spacing: -1.28px;
    text-transform: capitalize;
}

h2 {
    font-family: "Epilogue", serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 116.667% */
    letter-spacing: -0.96px;
    text-transform: capitalize;
}

h3 {
    font-family: "Epilogue", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -0.64px;
    text-transform: capitalize;
}

h4 {
    font-family: "Epilogue", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 114.286% */
    letter-spacing: -0.56px;
    text-transform: capitalize;
}

h5 {
    font-family: "Epilogue", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px;
    text-transform: capitalize;
}

#path h5 {
    color: var(--texts-black, #28261B);
    text-align: center;
    font-family: Epilogue;
    font-size: 19.444px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.222px; /* 114.286% */
    letter-spacing: -0.389px;
}

h6 {
    font-family: "Epilogue", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.36px;
    text-transform: capitalize;
}

p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

/***************TEXT***************/
/***************HEADER***************/

.header {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.header > .container {
    max-width: 100%;
    padding-inline: 24px;
}

.header__container {
    padding-block: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.header__logo {
    height: 40px;
}

.header__links-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.header__nav-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.header__nav-container .header__button {
    display: none;
}

.header__nav-link-container {
    position: relative;
}

.header__nav-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    text-decoration: none;
    color: #1d2727;
    white-space: nowrap;
    position: relative;
}

.header__nav-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #1d2727;
    bottom: 0;
    right: 0;
    transition: 0.3s ease;
}

.header__nav-link.active::before,
.header__nav-link:hover::before {
    transform: scaleX(1);
    left: 0;
    width: 100%;
}

.header__nav-sub-links-container {
    position: relative;
    padding-right: 20px;
}

.header__nav-sub-links-container::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url("../images/icons/chevron-down.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.3s ease;
}

.header__nav-sub-links-container:hover::after {
    transform: translateY(-50%) rotate(180deg);
}

.header__sub-list {
    position: absolute;
    top: 25px;
    left: 0;
    display: flex;
    transform: scaleY(0);
    transform-origin: top;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border-radius: 0 0 16px 16px;
    background: #fff;
    box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.15);
    z-index: 10;
    transition: 0.3s ease;
    overflow: hidden;
}

.header__nav-sub-links-container:hover .header__sub-list {
    transform: scaleY(1);
}

.header__button {
    max-width: 400px;
    z-index: 200;
}

.header__hamburger {
    cursor: pointer;
    padding: 10px;
}

.header__hamburger-container {
    position: relative;
    width: 36px;
    height: 24px;
}

.header__hamburger-item {
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #1d2727;
    transition: 0.3s ease;
}

.header__hamburger-item:nth-child(1) {
    top: 0;
}

.header__hamburger-item:nth-child(2) {
    top: 50%;
    width: 100%;
    right: 0;
    transform: translateY(-50%);
}

.header__hamburger-item:nth-child(3) {
    bottom: 0;
}

.header.active .header__hamburger-item:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.header.active .header__hamburger-item:nth-child(2) {
    opacity: 0;
    right: 50%;
}

.header.active .header__hamburger-item:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}

.header__buttons-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}

.header__lang {
    font-weight: 500;
    position: relative;
    z-index: 100000;
    /*margin-left: auto;*/
    padding: 12px 24px;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #7e7c74;

    user-select: none;
    text-transform: uppercase;
}

.header__lang span {
    text-underline-offset: 3px;
    text-decoration: underline;

}

.header__current-lang {
    display: flex;
    align-items: center;
    gap: 4px;
}

.header__list-lang {
    position: absolute;
    top: 56px;
    left: -1px;
    width: calc(100% + 2px);
    display: inline-flex;
    padding: 24px !important;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    z-index: -1;
    background: #fff;
    box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease;
    border: 1px solid #e5e5e1;
    border-radius: 4px;
}

.header__list-lang.active {
    opacity: 1;
    visibility: visible;
    transition: all 250ms ease;
    z-index: 99;
}

.header__item-lang a {
    text-decoration: none;
    color: #28261b;
}

/***************HEADER***************/
/***************START***************/

#start {
    color: #28261B;
    
}

#start .section__container >  .section__row-container:first-child {
    border-radius: 16px;
    background: var(--body-background, #FFFEFA);
    padding: 24px;
    gap: 24px;
    flex-wrap: nowrap;
}

#start .section__image,
#solutions .section__image,
#reg .section__image{
    width: auto;
}
#reg .section__image-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-image: url('../images/bl15_bg1.webp');
    background-repeat:no-repeat;
    background-size: cover;
    border-radius:16px;
    padding: 32px 0;
    
}


#start 
.section__container   
.section__row-container:nth-child(2) {
    border-radius: 16px;
    background: var(--primary-black_2, #3D3F42);
    padding: 24px;
    gap: 24px;
    flex-wrap: nowrap;
}

#start 
.section__container   
.section__row-container:nth-child(2) .section__item {
    color: var(--standarts-white, #FFF);
    padding: 0;
}

#start .section__container >  .section__row-container .section__column-container{
    gap: 16px;   
}

#start .section__container >  .section__row-container .section__column-container p{
    flex: 0 1 100%;
}

/* Replaced with .section__column-container--relative class */

/* Replaced with .section__image-container--absolute class */

#start .section__column-container:first-child > p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 136.364% */
}


/***************START***************/
/***************ABOUT***************/
.about{
    border-radius: 16px;
    background-image:url("../images/bl2_bg1.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 24px;
    margin-bottom: 24px;
}

/* Replaced with .section__top-container--text-left class */

/* Replaced with .section__top-container--flex-start class */

/* Replaced with .section__item--card-white class */

/* Replaced with .section__item--card-grey class */

#path .section__item{
    border-radius: 16px;
    background: var(--standarts-white, #FFF);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#tips .section__item p{
    color: var(--texts-light, #64666E);

    /* paragraphs/p - medium (regular) */
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

/* Replaced with .section__item-title--break class */

/* Replaced with .section__item--overlay class */

/* Replaced with .section__item--overlay class */

/* Replaced with .section__item--overlay class */

/* Replaced with .section__item-image--contain class */

.section__item-text-container p{
    color: var(--text-dark, #55544D);
}

/***************ABOUT***************/

/***************SOLUTIONS***************/


/* Replaced with .section__row-container--dark class */


#solutions .section__column-container:last-child {
    border-radius: 16px;
    overflow: hidden;
}

.for-whom{
    margin-top: 24px;
    margin-bottom: 24px;
}


/* Replaced with .section__row-container--nowrap class */

/* Replaced with .section__item--dark class */
#choose .section__item {
    max-width: 694px;
}

#choose .section__row-container .section__column-container:first-child{
    max-width: 482px;
}

#choose .section__row-container .section__column-container:last-child{
    gap: 10px;
}

/* #choose specific styles if needed */

#comparison{
    background-image: url("../images/bl6_bg1.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    padding-block: 100px;
    margin: -100px 0;
}


#comparison .section__item{
    border-radius: 16px;
    background: var(--standarts-white, #FFF);
    padding: 24px;
    gap: 24px;
}

#comparison .section__image-card img{
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#comparison .section__image-card-number{
    top: 40px;
    left: 40px;
}

#composition .section__column-container{
    max-width: 384px;
}

#composition .section__row-container{
    flex-wrap: nowrap;
}

#composition .section__card{
    gap: 13px;
}

#composition .section__card p{
    color: var(--texts-light, #64666E);

    /* paragraphs/p - medium (regular) */
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

#composition .section__card h4{
    position: relative;
    border-bottom:1px solid #000;
    width: 100%;
    padding-bottom: 8px;
}

#composition .section__card h4::after{
   content:'';
   position: absolute;
   bottom:-3px;
   left: 0;
    width: 4.33px;
    height: 5px;
    background: var(--texts-black, #28261B);
    border-radius:50%;
}

/***************STATS***************/

#stats .section__image {
    width: 100%;
    object-fit: cover;
}

/***************STATS***************/
/***************PRICE***************/

.price__main-container {
    display: flex;
    flex-direction: row;
    width: 100%;

    border-radius: 16px;
    gap: 0;
    overflow: hidden;
    background-color: #F7F5F2;
}

.price__top-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background: #F46629;
    
    color: #fff;
}

.price__text-container {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 24px;
}

.price__main-container .large {
    max-width: 600px;
}

.price__image {
    width: 100%;
    object-fit: cover;
}

.price__timer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.price__timer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 148px;
    width: 100%;
    color: #F42F29;
    border-radius: 8px;
    border: 1px dashed #F42F29;
    background: rgba(244, 47, 41, 0.10);
}

.price__timer-item p:first-child {
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px; /* 100% */
    letter-spacing: -1.6px;
}

.price__timer-item p:last-child {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 6px; /* 144.444% */
}

#price1 .section__container h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
    letter-spacing: -0.64px;
}

#price1 .section__container {
    padding: 24px;
    border-radius: 16px;
    border: 1.5px dashed #28261B;
    background: #E9F1FF;
}

#price1 .large {
    max-width: 544px;
}

.price__values-container {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.price__values-container > div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 18px;
    width: 100%;
}

.price__values-container > div > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.price__previous-value {
    border-radius: 58px 0 0 58px;
    border: 1px solid #E5E5E1;
    background: #FFF;
}

.price__previous-value p {
    color: #7C7B79;
    font-family: "Inter";
}

.price__previous-value p:last-child {
    text-decoration: line-through;
}

.price__values-container > div > div > p:first-child {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px; /* 200% */
}

.price__values-container > div > div > p:last-child {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px;
}

.price__current-value {
    padding: 10px 18px;
    border-radius: 0 40.278px 40.278px 0;
    background: #F46629;
    color: #fff;
}

/***************PRICE***************/
/***************DOCTOR***************/

#doctor .section__item p {
    color: #444a49;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 136.364% */
}

/***************DOCTOR***************/
/***************REVIEW***************/

#review .section__card {
    gap: 16px;
}

#review .section__card > .section__row-container {
    flex-wrap: nowrap;
}

.review__right,
.review__left {
    cursor: pointer;
}

/***************REVIEW***************/
/***************FAQ***************/



#faq .section__card {
    gap: 16px;
    border-radius: 16px;
    cursor: pointer;
}

/***************FAQ***************/
/***************REG***************/

#reg {
    scroll-margin-top: -300px;
}

#reg .container {
    max-width: 1220px;
    color: #fff;
}

#reg .section__column-container > p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 136.364% */
}

#reg .container > .section__row-container {
    /* align-items: center; */
}

/***************REG***************/
/***************PATH***************/

#path .section__form {
    gap: 6px;
    min-height: 332px;
}

#path .section__card-image {
    min-height: 332px;
    border-radius: 16px;
    overflow: hidden;
}


#path .section__form .section__form-row {
    gap: 6px;
}

#path .section__form h5 {
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

#path .section__form .price__values-container > div {
    padding: 7px 12px;
}

#path .section__form .price__values-container > div p:last-child {
    font-size: 17.135px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.847px; /* 133.333% */
    letter-spacing: -0.343px;
}

#path .section__form-price {
    padding: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
}

#path .section__form .section__form-input {
    padding: 8px 6px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

#path .section__form .big-button {
    padding: 8px 6px;
    font-size: 14px;
    color: var(--texts-black, #28261B);
    text-align: center;
    font-family: "Inter";
    font-size: 12.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 12.5px */
    text-transform: uppercase;
}

#app .section__item-text-container p{
    color: var(--texts-black, #28261B);
}

/***************PATH***************/
/***************START***************/
/***************START***************/
/***************START***************/
/***************START***************/
/***************START***************/
/***************FOOTER***************/

.footer {
    background: #fff;
    text-align: center;
    padding-block: 18px;
}

.footer__logo {
    /*filter: brightness(0) invert(1);*/
}

.footer__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.footer__nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.footer__links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.footer__link {
    text-decoration: none;
    color: #28261B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

/***************FOOTER***************/

@media (max-width: 1500px) {
    .header__logo {
        height: 25px;
    }

    .header__nav-container {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/***************MEDIA(1200px)***************/

@media (max-width: 1200px) {
    .container {
        padding-inline: 10px;
    }

    .main__wrapper {
        margin-top: 90px;
    }

    .mob {
        display: block !important;
    }

    .desk {
        display: none !important;
    }

    .section__image {
        max-width: 384px;
    }

    #formula .section__image {
        max-width: 200px;
    }

    /***************(1200px)TEXT***************/
    h1 {
        font-size: 40px;
        font-style: normal;
        line-height: 48px; /* 120% */
        letter-spacing: -0.8px;
        text-transform: capitalize;
    }

    

    h1, h2, h1 b, h2 b {
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 125% */
        letter-spacing: -0.8px;
        text-transform: capitalize;
    }

    h1 i{
        font-size: 40px;
        font-weight: 400;
        line-height: 40px; /* 125% */
        letter-spacing: -0.8px;
        text-transform: capitalize;
    }

    h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 133.333% */
        letter-spacing: -0.48px;
        text-transform: capitalize;
    }

    h4 {
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: -0.44px;
        text-transform: capitalize;
    }

    p {
        font-size: 18px;
        letter-spacing: -0.54px;
    }

    /***************(1200px)TEXT***************/
    /***************(1200px)HEADER***************/

    .header__container {
        justify-content: space-between;
    }

    .header__button {
        padding: 14px 24px;
    }

    .header__links-container {
        position: absolute;
        top: 80px;
        width: 0px;
        left: -200%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 32px;
        background: #fff;
        border-bottom: 1px solid #a8c8c9;
        box-shadow: 0 24px 34px 0 rgba(0, 0, 0, 0.25);
        padding: 32px 10px;
        transition: 0.3s ease;
        z-index: 120;
    }

    .header__nav-container {
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        text-align: left;
        gap: 32px;
    }

    .header__nav-sub-links-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 32px;
        padding-right: 0;
    }

    .header__nav-sub-links-container::after {
        display: none;
    }

    .header__sub-list {
        position: static;
        transform: none;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
        gap: 32px;
        top: auto;
    }

    .header__sub-list > * {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px;
    }

    /*.header__sub-list > *::before {*/
    /*  content: "•";*/
    /*  text-align: center;*/
    /*  width: 10px;*/
    /*  height: 100%;*/
    /*  left: 0;*/
    /*  top: 0;*/
    /*}*/
    .active .header__links-container {
        left: 0px;
        width: 100dvw;
    }

    .header__logo {
        height: auto;
        max-height: 24px;
    }

    /***************(1200px)HEADER***************/
    /***************(1200px)START***************/
    #start .large,
    #reg .large {
        max-width: 100%;
    }

    #start .section__container >  .section__row-container:first-child {
        flex-wrap: wrap;
    }
    
    #start .section__container >  .section__row-container .section__column-container:last-child .section__image-container,
    #solutions .section__image-container{
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 0;
        background: none;
    }

    #reg .section__image {
        height: 300px;
        object-fit: contain;
    }

    #start .section__column-container > p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 140% */
    }


    /***************(1200px)START***************/
    #solutions .section__row-container{
        flex-wrap: wrap;
    }
    #solutions .section__column-container:last-child .section__image-container + img{
        object-fit: cover;
        object-position: center;
        border-radius: 16px;
    }

    #solutions .section__image-container{
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.30);
    }


    #for-whom .section__row-container:first-child{
        flex-wrap: wrap;
        justify-content: flex-start;
    }


   

    /***************(1200px)NATURE***************/
    #nature .section__column-container:nth-child(2) {
        order: -1;
    }

    #nature .section__row-container {
        flex-direction: column;
        align-items: center;
    }

    /***************(1200px)NATURE***************/
    /***************(1200px)REVIEW***************/
    .swiper .section__card {
        padding: 16px;
    }

    /***************(1200px)REVIEW***************/
    /***************(1200px)STATS***************/
    #stats .section__image {
        max-width: 588px;
    }

    /***************(1200px)STATS***************/
    /***************(1200px)PRICE***************/
    .price__text-container {
        padding: 12px;
        gap: 10px;
    }

    .price__main-container {
        width: fit-content;
        margin-inline: auto;
    }

    .price__image {
        border-radius: 10px;
    }

    #price .section__row-container {
        flex-direction: column;
        align-items: center;
    }


    .price__values-container > div {
        display: flex;
        align-items: center;
        padding: 10px 18px;
    }


    .price__previous-value p {
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%; /* 24.2px */
        letter-spacing: -0.44px;
        text-decoration-line: line-through;
    }

    .price__current-value p {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%; /* 26.4px */
        letter-spacing: -0.48px;
    }

    /***************(1200px)PRICE***************/
    /***************(1200px)FOOTER***************/
    .footer__container {
        flex-direction: column;
        gap: 12px;
    }

    /***************(1200px)FOOTER***************/
}

/***************MEDIA(1200px)***************/
/***************MEDIA(991px)***************/

@media (max-width: 991px) {
    #start .section__container >  .section__row-container:first-child {
        flex-wrap: wrap;
    }
    
    #start .section__container >  .section__row-container:nth-child(2) {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #choose .section__row-container{
        flex-wrap: wrap;
    }
    #choose .section__column-container:last-child{
        max-width: 100%;
    }
    #choose .section__row-container .section__column-container:first-child{
        max-width: 100%;
    }
    #choose .section__item{
        max-width: 100%;
    }

    #composition .section__row-container{
        flex-wrap: wrap;
    }

    #composition .section__column-container{
        max-width: 100%;
    }

    #composition .section__card{
        max-width: 100%;
    }
}
/***************MEDIA(991px)***************/
/***************MEDIA(700px)***************/

@media (max-width: 700px) {
    .big-button {
        width: 100%;
        font-size: 18px;
    }

    


    /***************(700px)HEADER***************/
    .header__nav-container {
        width: 100%;
    }

    .header__nav-container .header__button {
        display: flex;
    }

    .active .header__links-container {
        align-items: flex-start;
    }

    .header__buttons-container .header__button {
        display: none;
    }

    .header__button {
        width: 100%;
        max-width: none;
    }

    .price-deco {
        width: 63px;
        height: 63px;
        bottom: 130px;
    }

    .price__timer-item {
        height: 100px;
    }


    .price__timer-item p:first-child {
        font-size: 60px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%; /* 66px */
        letter-spacing: -0.96px;
    }

    .price__timer-item p:last-child {
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 4px;
    }


    #start .section__container > .section__row-container,
    #solutions .section__row-container{
        padding: 16px !important;
    }

    /***************(700px)HEADER***************/
    /***************(700px)STATS***************/
    #stats .section__item {
        max-width: 100%;
    }

    /***************(700px)STATS***************/
    /***************(700px)REG***************/
    .reg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 0;

    }

    #about .section__top-container .section__row-container,
    #tips .section__top-container .section__row-container,
    #price .section__top-container,
    #path .section__top-container,
    #comparison .section__row-container:first-child{
        flex-wrap: wrap;
    }

    #about .section__item{
        min-height: auto;
    }

    #about .section__item{
        max-width: 100%;
    }

    #composition .section__row-container img{
        order: -1;
    }

    #composition .section__card{
        gap: 16px;
    }

    /***************(700px)REG***************/
}

/***************MEDIA(700px)***************/
/***************ANIMATIONS***************/
/***************ANIMATIONS***************/


.big-text-container{
    max-width: 996px;
    margin: 0 auto;
}

#formula p{
    color: var(--text-dark, #55544D);
}

.price__text-container > p{
    color: var(--text-dark, #55544D);
}

@media screen and (max-width:480px) {
    #comparison .section__item{
        padding: 16px;
        gap: 16px;
    }

    #path .section__item{
        gap: 16px;
        padding: 16px;
    }

 
}
#review h2{
    text-align: center;
}

#review .selected{
    color: var(--texts-black, #28261B);

    /* paragraphs/p - medium (bold) */
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    text-transform: none;
}

#review .section__card p{
    color: var(--texts-light, #64666E);
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

#faq .section__container {
    display: flex;
    flex-direction: row;
    gap: 24px;
}
@media screen and (max-width: 768px) {
    #faq .section__container {
        flex-direction: column;
    }
}
#faq .section__top-container{
    max-width: 476px;
}
#faq .section__card{
    border-radius: 16px;
background: var(--primary-black_2, #3D3F42);
}

#faq .section__card h4,
#faq .section__card p{
    color: var(--standarts-white, #FFF);
}

#reg .section__column-container > p{
    color: var(--texts-black, #28261B);
}

#reg .section__column-container {
    max-width: 540px;
 
}

#reg .section__column-container h4{
    color: var(--texts-black, #28261B);
}

@media screen and (max-width: 768px) {
    #reg .section__row-container {
        padding: 16px;
    }
}

#reg h2 i{
    font-weight: 400;
}




@media screen and (max-width:1199px) {
    #start .big-button{
        margin: 0 auto;
    }
}

@media screen and (max-width:991px) {
    #tips .section__row-container--nowrap{
        flex-wrap: wrap;
    }

    #tips .section__item--card-grey{
        min-height: auto;
    }
}

#start .section__column-container.desk{
    display: block !important;
}

#start .section__column-container.mob{
    display: none !important;
}

@media screen and (max-width:480px) {
    #start .section__column-container.desk{
        display: none !important;
    }

    #start .section__column-container.mob{
        display: flex !important;
    }

    #tips .section__item--card-grey{
        max-width: none;
    }
}

@media screen and (min-width:786px) {
    #start .section__image {
        max-width: none;
    }
}
#solutions .section__column-container.desk{
    display: flex !important;
}

#solutions .section__column-container.mob{
    display: none !important;
}

@media screen and (max-width:480px) {
    #solutions .section__column-container.desk{
        display: none !important;
    }

    #solutions .section__column-container.mob{
        display: flex !important;
    }
}

@media screen and (min-width:786px) {
    #solutions .section__image {
        max-width: none;
    }
}


@media (max-width: 1200px) {
    .section__card{
        padding: 24px;
    }
}

@media (max-width: 480px) {
  .section__card{
        padding: 16px;
    }
}

@media (max-width: 1280px) {
   .price__main-container{
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
   }
}