html {
    position: relative;
    box-sizing: border-box;
    outline: none;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    min-width: 320px;
    min-height: 100vh;
    font-family: "Inter", sans-serif;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

ol,
ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

button {
    cursor: pointer;
}

figure,
fieldset,
input,
textarea {
    padding: 0;
    border: none;
    margin: 0;
}

.wrapper {
    max-width: 1220px;
    padding: 0 20px;
    margin: 0 auto;
}

.thanks-block {
    text-align: center;
    display: none;
    margin-top: 15px;
    color: #00bd00;
    font-weight: 700;
}

.section {
    padding-top: 120px;
}

.caption {
    display: flex;
    align-items: center;
    color: #00bd00;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 12px;
}

.caption::before {
    display: block;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #00bd00;
    margin-right: 8px;
}

.title {
    color: #151414;
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
}

.info {
    padding: 15px 0;
    background-color: #dafbda;
}

.goods-botton {
    margin: 0 0 -15px 0;
    display: block;
    font-weight: 600;
}

.info__wrapper {
    display: flex;
    align-items: center;
}

.info__contact {
    display: flex;
    align-items: center;
    color: #151414;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-right: 80px;
}

.info__contact-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.info__social {
    display: flex;
    align-items: center;
}

.info__list {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: 8px;
}

.info__item {
    width: 24px;
    height: 24px;
}

.info__link {
    width: 24px;
    height: 24px;
}

.info__icon {
    width: 24px;
    height: 24px;
}

.info__signature {
    color: #151414;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.header {
    padding: 12px 0 24px 0;
}

.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo {
    width: 180px;
}

.header__list {
    display: flex;
    align-items: center;
    gap: 35px;
}

.header__link {
    color: #151414;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.header__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 38px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    border: 1px solid #00bd00;
    border-radius: 6px;
    background-color: #00bd00;
    margin-bottom: 4px;
}

.header__button:hover,
.home-feedback__button:hover,
.goods__button:hover,
.contacts-block__btn:hover {
    background: #00D900;
}

.header__icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.header__signature {
    color: #151414;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}

.home {
    padding: 45px 0;
    background-image: url("../img/home.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.home__content {
    padding-top: 33px;
}

.home__title {
    width: 654px;
    color: #ffffff;
    font-size: 64px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 24px;
}

.home__subtitle {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.home-feedback {
    padding: 24px;
    padding-bottom: 7px;
    background-color: #ffffff;
    border-radius: 24px;
}

.home-feedback label {
    font-size: 11px;
    max-width: 200px;
    display: block!important;
    width: 100%;
    margin-top: 15px;
}

.home-feedback__title {
    color: #00bd00;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 8px;
}

.home-feedback__description {
    width: 316px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 24px;
}

.home-feedback__form {
    margin-bottom: 24px;
}

.home-feedback__input {
    display: block;
    width: 316px;
    height: 38px;
    color: #151414;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    padding: 0 16px;
    border: 1px solid rgb(0, 189, 0);
    border-radius: 6px;
    margin-bottom: 8px;
}

.home-feedback__button {
    width: 117px;
    height: 38px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    border: 1px solid rgb(0, 189, 0);
    background-color: #00bd00;
    border-radius: 6px;
}

.home-feedback__right {
    display: flex;
    width: 316px;
    color: #151414;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}

.home-feedback__right::before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("../img/right.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 4px;
}

.assortment {
    padding: 120px 0;
}

.assortment__subtitle {
    display: flex;
    align-items: center;
    color: #00bd00;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 12px;
}

.assortment__subtitle::before {
    display: block;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #00bd00;
    margin-right: 8px;
}

.assortment__title {
    color: #151414;
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 40px;
}

.assortment__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.assortment__item {
    display: flex;
    align-items: center;
}

.assortment__picture {
    width: 180px;
    height: 180px;
    border-radius: 180px;
    margin-right: 20px;
}

.assortment__name {
    color: #00bd00;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 8px;
}

.assortment__text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.assortment__description {
    color: #151414;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.goods {
    margin-bottom: 120px;
}

.goods__title {
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 40px;
}

.goods__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.goods__item {
    border-radius: 24px;
    background-color: #f1fcf1;
    overflow: hidden;
}

.goods__picture {
    height: 244px;
    object-fit: cover ;
}

.goods__content {
    padding: 24px 24px 32px;
}

.goods__name {
    color: #00bd00;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 8px;
}

.goods__description {
    color: #151414;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 24px;
}

.goods__text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.goods__price {
    color: #151414;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
}

.goods__button {
    width: 87px;
    height: 38px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    background-color: #00bd00;
    border: 1px solid #00bd00;
    border-radius: 6px;
}

.about-us {
    padding: 54px 0;
}

.about-us__subtitle {
    display: flex;
    align-items: center;
    color: #00bd00;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 12px;
}

.about-us__subtitle::before {
    display: block;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #00bd00;
    margin-right: 8px;
}

.about-us__title {
    color: #151414;
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 28px;
}

.about-us__text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 822px;
}

.about-us__description {
    color: #151414;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.advantage {
    padding: 120px 0;
    background-color: #dafbda;
}

.advantage__subtitle {
    display: flex;
    align-items: center;
    color: #00bd00;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 12px;
}

.advantage__subtitle::before {
    display: block;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #00bd00;
    margin-right: 8px;
}

.advantage__title {
    color: #151414;
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 70px;
}

.examples img {
        height: 100%;
    object-fit: cover;
}

.advantage__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 72px 24px 54px;
    border-radius: 24px;
    background-color: #ffffff;
    position: relative;
}

.advantage__icon {
    border-radius: 100px;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
}

.advantage__name {
    color: #00bd00;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    margin-bottom: 8px;
}

.advantage__description {
    color: #151414;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
}

.stars__overflow {
    margin-top: 40px;
    overflow: auto;
}

.stars__scroll {
    width: 100%;
    overflow-x: auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.stars__item {
    width: 33%;
}

.stars__img img {
    object-fit: cover;
    height: 255px;
}

.stars__img {
    border-radius: 24px;
    overflow: hidden;
}

.stars__name {
    font-size: 24px;
    margin-top: 16px;
    font-family: "Inter";
    font-weight: 600;
}

.stars__description {
    margin-top: 8px;
    font-weight: 400;
    font-family: "Inter";
    font-size: 16px;
    line-height: 150%;
}

.swiper {
    margin-top: 40px;
    width: 100%;
    height: 780px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  not supported by any browser */
}

.swiper-slide {
    border-radius: 24px;
    text-align: center;
    overflow: hidden;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 20px) / 2) !important;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-disabled {
    opacity: 0.3;
}

.swiper-button-custom {
    width: 48px;
    height: 48px;
    background-color: #00BD00;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.swiper-button-custom_prev {
    left: 0;
}

.swiper-button-custom_next {
    right: 0;
}

.contacts__caption {
    margin-top: 28px;
}

.contacts-block {
    padding: 48px;
    background-color: #F1FCF1;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.contacts-block__info {
    max-width: 320px;
}

.contacts-block__title {
    font-weight: 400;
    font-size: 16px;
}

.contacts-block__list {
    margin-top: 24px;
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.contacts-block__item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 24px;
}

.contacts-block__socials {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 12px;
}

.contacts-block__socials a {
    display: flex;
}

.contacts-block__form {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
}

.contacts-block__form label {
    max-width: 320px;
}

.contacts-block__input {
    outline: none;
    border-style: solid;
    margin-bottom: 8px;
    border-width: 1px;
    border-color: #00BD00;
    border-radius: 6px;
    padding: 8px 16px;
}

.contacts-block__input_mt {
    margin-top: 16px;
}

textarea.contacts-block__input {
    height: 120px;
}

.contacts-block__btn {
    border-radius: 6px;
    background-color: #00BD00;
    border: none;
    padding: 8px 16px;
    align-self: start;
    color: #fff;
    margin-bottom: 31px;
}

.footer {
    margin-top: 120px;
    padding: 33px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #00BD00;
}

.footer__logo {
    max-width: 180px;
}

.footer__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.footer__list {
    display: flex;
    align-items: center;
    gap: 35px;
}

dialog {
    border: none;
    background: none;
    padding: 0;
}

.modal {
    position: relative;
    background-color: #fff;
    padding: 24px;
    border-radius: 24px;
    max-width: 364px;
    width: 100%;
}

#close-modal-btn {
    display: flex;
    width: 44px;
    height: 45px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.modal__title {
    font-weight: 24px;
    color: #00BD00;
    font-weight: 600;
}

.modal__subtitle {
    margin-top: 8px;
    font-size: 16px;
}

.modal__form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
}

.modal__input {
    padding: 8px 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #00BD00;
    border-radius: 6px;
    outline: none;
}

.modal__btn {
    padding: 8px 16px;
    background-color: #00BD00;
    border-radius: 6px;
    border: none;
    color: #fff;
    border: none;
    align-self: start;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: start;
    user-select: none;
    opacity: 0.5;
    font-size: 12px;
}

.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox:checked+label::before {
    border-color: #000;
    background-color: #000;
    background-image: url("../img/data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}


/* стили при наведении курсора на checkbox */

.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #d0d0d0;
}


/* стили для активного состояния чекбокса (при нажатии на него) */

.custom-checkbox:not(:disabled):active+label::before {
    background-color: #d0d0d0;
    border-color: #d0d0d0;
}


/* стили для чекбокса, находящегося в фокусе */

.custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}


/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */

.custom-checkbox:focus:not(:checked)+label::before {
    border-color: #838383;
}


/* стили для чекбокса, находящегося в состоянии disabled */

.custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
}

.advantage__list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.advantage__item {
    flex-basis: 24%;
}

.btn-up {
  position: fixed; /* фиксированная позиция */
  background-color: #00bd00; /* цвет заднего фона */
  right: 20px; /* расстояние от правого края */
  bottom: 0px; /* расстояние от нижнего края */
  border-top-left-radius: 8px; /* скругление верхнего левого угла */
  border-top-right-radius: 8px; /* скругление верхнего правого угла */
  cursor: pointer; /* форма курсора */
  display: flex; /* не отображать элемент */
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-in-out;
  width: 60px;
  height: 50px;
  opacity: 1;
  z-index: 1;
}

.btn-up::before {
  content: "";
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
  display: none;
}

.btn-up_hiding {
  opacity: 0;
}

.mobile-menu-dropdown-content {
    display: flex;
}

.menu-btn {
    display: flex;
flex-direction: column;
    gap: 4px;
}

.menu-btn.active span {
    margin: -2.34px;
}

.menu-btn.active span:nth-child(2){
    display: none;
}

.menu-btn.active span:first-child {
        transform: rotate(45deg);
}

.menu-btn.active span:last-child {
        transform: rotate(-45deg);
}

.mobile-menu-dropdown{ 
        display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.menu-btn span {
    border-radius: 8px;
    display: block;
    width: 20px;
    height: 1px;
    background: #151414;
}

.about-us__wrap {
    display: flex;
}

.about-us__img {
    max-width: max-content;
}

@media (max-width: 924px) {
    .about-us__wrap {
        flex-direction: column-reverse;
    }
}


@media (hover: hover) and (pointer: fine) {
  .btn-up:hover {
    background-color: #512da8; /* цвет заднего фона при наведении */
  }
}

@media (max-width: 1220px) {
    .swiper {
        height: 600px;
    }
    .advantage__list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .advantage__item {
        flex-basis: 46%;
    }
    .home__wrapper {
        flex-direction: column;
    }
}

@media (max-width: 992px) {
    .swiper {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .header__link {
        font-size: 14px;
    }
    
    .info__wrapper {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
        
    .info__contact {
        margin-right: 0;
        margin-bottom: 8px;
        font-size: 14px;
    }
    
    .info__signature {
        font-size: 14px;
    }
    .header {
        padding: 0;
    }
    
    .header__wrapper {
        padding: 0;
    }
    
    .header__logo {
        width: 100px;
    }
    .header__list {
        align-items: start;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 20px;
    }
    .header__container {
        display: flex;
        flex-basis: 100%;
        flex-direction: column;
        align-items: center;
    }
    .header__button {
        width: 100%;
           font-size: 14px;
        margin-bottom: 24px;
    }
    
    .header__signature-mob {
        margin-left: 24px;
        
    }
    
    .header__signature {
        color: #fff;
    }
    
    .header__signature {
        font-size: 10px;
    }
    .home {
        padding: 32px 0;
    }
    .home__wrapper {
        flex-direction: column;
    }
    .home__content {
        padding-top: 0;
        margin-bottom: 24px;
    }
    .home__title {
        width: 280px;
        font-size: 34px;
        margin-bottom: 12px;
    }
    .home__subtitle {
        font-size: 14px;
    }
    .home-feedback {
        width: 100%;
        padding: 24px 16px;
    }
    .home-feedback__title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .home-feedback__description {
        width: 248px;
        font-size: 14px;
        margin-bottom: 16px;
    }
    .home-feedback__form {
        margin-bottom: 16px;
    }
    .home-feedback__input {
        width: 100%;
        height: 32px;
        font-size: 14px;
        padding: 0 16px;
    }
    .home-feedback__button {
        width: 100%;
        height: 32px;
        font-size: 14px;
    }
    .home-feedback__right {
        width: 248px;
        font-size: 10px;
    }
    .assortment {
        padding: 60px 0;
    }
    .assortment__subtitle {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .assortment__subtitle::before {
        width: 50px;
    }
    .assortment__title {
        width: 210px;
        font-size: 28px;
        margin-bottom: 24px;
    }
    .assortment__list {
        gap: 24px;
    }
    .assortment__item {
        align-items: flex-start;
        flex-direction: column;
    }
    .assortment__picture {
        width: 130px;
        height: 130px;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .assortment__name {
        font-size: 20px;
    }
    .assortment__text {
        gap: 14px;
    }
    .assortment__description {
        width: 280px;
        font-size: 14px;
    }
    .goods {
        margin-bottom: 60px;
    }
    .goods__title {
        width: 280px;
        font-size: 28px;
        margin-bottom: 24px;
    }
    .goods__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
    .goods__picture {
        height: 180px;
    }
    .goods__content {
        padding: 16px 16px 20px;
    }
    .goods__name {
        width: 280px;
        font-size: 20px;
        margin-bottom: 4px;
    }
    .goods__description {
        width: 280px;
        font-size: 14px;
        margin-bottom: 12px;
    }
    .goods__price {
        font-size: 20px;
    }
    .goods__button {
        width: 64px;
        height: 32px;
        font-size: 14px;
    }
    .about-us {
        padding: 0 0 180px 0;
    }
    .about-us__subtitle {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .about-us__subtitle::before {
        width: 50px;
    }
    .about-us__title {
        width: 280px;
        font-size: 28px;
        margin-bottom: 12px;
    }
    .about-us__text {
        gap: 16px;
    }
    .about-us__description {
        font-size: 14px;
    }
    .advantage {
        padding: 40px 0;
    }
    .advantage__subtitle {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .advantage__subtitle::before {
        width: 50px;
    }
    .advantage__title {
        width: 280px;
        font-size: 28px;
        margin-bottom: 24px;
    }
    .advantage__item {
        padding: 16px 16px 24px;
    }
    .advantage__icon {
        width: 54px;
        height: 54px;
        position: static;
        transform: translateX(-0%);
        margin-bottom: 12px;
    }
    .advantage__name {
        width: 248px;
        font-size: 20px;
        margin-bottom: 4px;
    }
    .advantage__name_four {
        width: 208px;
    }
    .advantage__description {
        width: 248px;
        font-size: 14px;
    }
    .contacts-block {
        gap: 20px;
        flex-direction: column;
        padding: 40px 20px;
    }
    .title {
        font-size: 28px;
        margin-bottom: 24px;
    }
    .caption {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .contacts-block__item {
        font-size: 16px;
    }
    .footer__logo {
        margin-inline: auto;
    }
    .footer__list {
        flex-direction: column;
        flex-basis: 100%;
    }
    .footer__rights {
        text-align: center;
        width: 100%;
    }
    .stars__scroll {
        width: 800px;
    }
    .modal {
        padding-inline: 16px;
    }
    .modal__title {
        font-size: 20px;
    }
    .modal__subtitle {
        font-size: 14px;
    }
    .modal__input {
        padding-block: 6px;
    }
    .modal__btn {
        width: 100%;
    }
    .advantage__item {
        flex-basis: 100%;
    }
    .mobile-menu-dropdown {
           display: flex;
    }
    .mobile-menu-dropdown-content {
        display: none;
    }
    
    .mobile-menu-dropdown-content.active {
        display: block;
    }

}