:root {
    --arrow-bg: rgba(255, 255, 255, 0.3);
    --arrow-icon: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg);
    --option-bg: #3f3f3f;
    --select-bg: rgba(255, 255, 255, 0.2);
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;

    text-decoration: none;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
}

html,
body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    scroll-behavior: smooth;
}

.mt10 {
    margin-top: 10px;
}

.preview__title {
    color: #fff;
    text-align: center;
    font-size: 90px;
    font-weight: 700;
    line-height: 96px;
}

.preview__describe {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 auto;
}

.delivery .preview__describe.col {
    width: 50%;
    text-align: center;
}

.delivery .preview__describe.col-2 {
    width: 33%;
    text-align: center;
}

.title__section {
    color: #000;
    text-align: center;
    font-size: 55px;
    font-weight: 500;
    line-height: 60px;
    padding-bottom: 10px;
}

.describe__section {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

@media (max-width: 1280px) {
    .preview__title {
        font-size: 70px;
        line-height: 80px;
    }

    .title__section {
        font-size: 50px!important;
        line-height: 55px;
    }
}

@media (max-width: 1024px) {
    .preview__title {
        font-size: 60px;
        line-height: 70px;
    }

    .preview__describe {
        font-size: 18px;
        line-height: 18px;
    }

    .title__section {
        font-size: 45px!important;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .preview__title {
        font-size: 50px;
        line-height: 60px;
    }

    .describe__section {
        font-size: 16px;
    }
    main .health .health__container .health__info .describe__section {
        margin-right: 0!important;
    }
}

@media (max-width: 539px) {
    .preview__title {
        font-size: 30px;
        line-height: 40px;
    }

    .preview__describe {
        font-size: 16px;
        line-height: 18px;
    }

    .title__section {
        font-size: 40px!important;
        line-height: 45px;
    }
}

.button__desible {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 118px;
    background: transparent;
    border: 1.5px solid #2c2f24;
    color: #2c2f24;
    text-align: right;
    transition: all 0.3s ease-in-out;
    position: relative;
    background: rgba(180, 163, 48, 0.7882352941);
}

@media (max-width: 1024px) {
    .button__desible {
        height: 44px;
    }
}

.button__link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 118px;
    background: transparent;
    border: 1.5px solid #000;
    color: #000;
    text-align: right;
    transition: all 0.3s ease-in-out;
    position: relative;
    background: #fff;
    background-size: 300%;
    transition: all 0.3s ease;
}

@media (max-width: 1024px) {
    .button__link {
        height: 44px;
    }
}

.button__link svg {
    transition: all 0.3s ease;
}

.button__link:hover, .button__link.active {
    color: #fff;
    background: #000;
}

.button__link:hover svg, .button__link.active svg {
    fill: #fff !important;
}

.button__yellow {
    color: #fff;
    border: 1.5px solid #fff;
}

.button__yellow:hover {
    background: #000;
    color: #fff;
    border: 1.5px solid #000;
}

.yellow__preview {
    background: transparent;
}

.yellow {
    cursor: pointer;
    width: 100%;
    /*color: #000;*/
    /*border: 1.5px solid transparent;*/
}

.loader {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    outline: 1.5px solid transparent;
    /*width: 165px;*/
}

@media (max-width: 768px) {
    .loader {
        width: 100%;
    }
}

.load {
    pointer-events: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    animation: anLoad 1s ease infinite;
}

@keyframes anLoad {
    0% {
        transform: rotate(0turn);
    }
    100% {
        transform: rotate(1turn);
    }
}

.social__link {
    display: block;
    transform: translateY(1.5px);
}

.social {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    cursor: pointer;
}

.slick-dots {
    bottom: -35px !important;
}

.slick-dots li {
    height: 65px !important;
    opacity: 1 !important;
}

.slick-dots li button {
    height: 30px !important;
    width: 30px !important;
    opacity: 1 !important;
}

.slick-dots li button:before {
    font-size: 17px !important;
    color: #a9330e !important;
}

.slick-dots li.slick-active button::before {
    background: #a9330e;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slick-dots li {
    height: 0px !important;
    opacity: 1 !important;
}

header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    position: fixed;
    background: #fff;
    box-shadow: 0 0px 5px 0.5px;

}

header ul {
    list-style: none;
}

header .headerUp {
    width: 100%;
    background: #16181c;
}

header .headerUp .headerUp__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
    padding: 10px;
    gap: 25px;
}

header .headerUp .headerUp__container .headerUp__left {
    display: flex;
    align-items: center;
    gap: 25px;
}

header .headerUp .headerUp__container .headerUp__left a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #f9f9f7;
    font-size: 15px;
}

header .headerUp .headerUp__container .headerUp__right {
    display: flex;
    align-items: center;
    gap: 5px;
}

header .headerUp .headerUp__container .headerUp__right .headerUp__rightTwo {
    display: flex;
    gap: 5px;
}

header .headerUp .headerUp__container .headerUp__right .headerUp__rightTwo .bg__lang {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #313337;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .headerUp .headerUp__container .headerUp__right .headerUp__rightTwo .bg__lang.active {
    background: #56595f;
}

header .headerUp .headerUp__container .headerUp__rightTwo {
    display: none;
    gap: 5px;
}

header .headerUp .headerUp__container .headerUp__rightTwo .bg__lang {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #313337;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .headerUp .headerUp__container .headerUp__rightTwo .bg__lang.active {
    background: #56595f;
}

header .headerUp .headerUp__container .headerUp__rightTwo .bg__lang a {
    border-radius: 50%;
    color: rgb(249, 249, 247);
    font-size: 12px;
}

header .header__container {
    height: 55px;
    display: flex;
    max-width: 1300px;
    margin: 15px auto;
    padding: 0px 10px;
    align-items: center;
    justify-content: space-between;
}

header .header__container .header__logo {
    gap: 5px;
    display: flex;
    align-items: center;
}

header .header__container .header__logo svg {
    display: none;
}

header .header__container .header__logo img {
    width: 80px;
}
a.logo_header-cust {
    display: flex;
    align-items: center;
    gap: 5px;
}
header .header__container .header__logo h1,
header .sidebar .sidebar__header a h1 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.4px;
}
header .sidebar .sidebar__header a h1 {
    color: #fff;
}
header .header__container .nav .nav__list {
    display: flex;
    align-items: center;
    gap: 8px;
}

header .header__container .nav .nav__list .nav__link {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    padding: 11px 16px;
    border-radius: 118px;
    transition: all 0.3s ease;
}

header .header__container .nav .nav__list .nav__link.active,
header .header__container .nav .nav__list .nav__link:hover {
    color: #fff;
    background: #000;
    transition: all 0.3s ease;
}

header .sidebar {
    position: fixed;
    top: 47px;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    max-width: 272px;
    background: #16181c;
    transition: all 0.3s ease-in-out;
    transform: translateX(-100%);
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    z-index: 3;
}

header .sidebar.open {
    transform: translateX(0);
}

header .sidebar .sidebar__header {
    display: flex;
    align-items: center;
    gap: 5px;
}

header .sidebar .sidebar__header a {
    display: flex;
    align-items: center;
    gap: 5px;
}

header .sidebar .sidebar__header a img {
    width: 60px;
}

header .sidebar .sidebar__main {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
}

header .sidebar .sidebar__main nav .sidebar__list {
    display: flex;
    flex-direction: column;
}

header .sidebar .sidebar__main nav .sidebar__list .sidebar-navigation p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    margin-left: 5px;
}

header .sidebar .sidebar__main nav .sidebar__list .sidebar__item a {
    display: flex;
    align-items: center;
    padding: 15px;
    width: 100%;
    background: #313337;
    margin-bottom: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

header .sidebar .sidebar__main .sidebar__footer {
    display: flex;
    flex-direction: column;
}

header .sidebar .sidebar__main .sidebar__footer .sidebar__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 700;
    margin: 10px 0;
    padding: 8px 16px;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #fff;
    font-size: 14px;
}

header .sidebar .sidebar__main .sidebar__footer .sidebar__contact svg {
    width: 24px;
    height: 24px;
}

header .sidebar .sidebar__main .sidebar__footer .sitebar__social {
    display: flex;
    align-items: center;
    gap: 5px;
}

header .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

header .overlay.open {
    display: none !important;
}

@media (max-width: 1040px) {
    header .headerUp .headerUp__right .headerUp__rightTwo {
        display: none !important;
    }

    header .headerUp .headerUp__rightTwo {
        display: flex !important;
    }

    header .headerUp .headerUp__container .headerUp__left {
        display: none !important;
    }

    header .header__container {
        margin: 5px auto;
    }

    header .header__container .header__logo svg {
        display: block;
    }

    header .header__container .header__logo img {
        width: 60px !important;
    }

    header .header__container .header__logo h1,
    header .sidebar .sidebar__header a h1{
        font-size: 18px;
        line-height: 18px;
    }

    header .header__container .nav {
        display: none;
    }

    header .header__container .delivery {
        font-size: 14px !important;
        padding: 8px 20px !important;
    }

    header .overlay.open {
        display: block !important;
    }

    header .open__menu {
        display: block !important;
    }

    header .sidebar {
        display: flex !important;
    }
}

main {
    margin-top: 133px;
}

@media (max-width: 1040px) {
    main {
        margin-top: 113px;
    }
}

main .preview {
    width: 100vw;
    height: 100vh;
    background-size: cover !important;
    background-position: 25% center !important;
    background-repeat: no-repeat;
    background: url(../img/preview/preview.jpg);
    position: relative;
}

@media (max-width: 1040px) {
    main .preview {
        height: calc(100vh - 113px);
    }
}

@media (max-width: 560px) {
    main .preview {
        background: url(../img/preview/preview.jpg) !important;
        background-position: center center !important;
        background-size: cover !important;
    }
}

main .preview .preview__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 900px;
    padding: 0 10px;
}

main .preview .preview__container .preview__buttons {
    display: flex;
    align-items: center;
    gap: 20px 40px;
    flex-wrap: wrap;
    justify-content: center;
}

main .preview .preview__container .preview__buttons .button__link {
    padding: 15px 50px;
}

@media (max-width: 600px) {
    a.button__link.button__yellow.yellow__preview.first {
        order: 1;
    }
    p.preview__describe.third{
        order: 2;
    }
    a.button__link.button__yellow.yellow__preview.second {
        order: 3;
    }
}

main .health {
    padding: 50px 0;
}

@media (max-width: 1279px) {
    main .health {
        padding: 20px 0;
    }
}

.slider__captions {
    width: 100%;
    color: white;
}

.caption {
    font-size: 40px;
    text-align: center;
}

.delivery__button {
    max-width: 320px;
    margin: 10px auto 0;
}

.healthThree .about__container {
    max-width: 500px;
    margin: auto;
}

.about__slider {
    margin-top: 30px;
}

.slick-slide img {
    width: 100%;
    height: auto;
    margin: auto;
}

@media only screen and (max-width: 576px) {
    .slick-slide {
        padding: 20px;
    }
}

#map {
    width: 100%;
    height: 400px;
    margin-top: 30px;
}

.healthFive {
    padding: 50px 0;
}

.menu .preview__describe {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: normal;
    color: #a9330e;
}

.menu .delivery__button {
    max-width: 100%;
    margin-top: 50px;
}

.menu .preview__img {
    max-width: 100%;
    height: auto;
}

.menu .preview__title {
    font-size: 100px;
    line-height: normal;
}

main .health .health__container img.zurek__preview {
    position: absolute;
    width: 250px;
    bottom: 0;
    right: 0;
    transform: translate(0, 25%);
}

@media (max-width: 1279px) {
    main .health .health__container img.zurek__preview {
        width: 150px;
        transform: translate(0, 0);
    }
}

@media (max-width: 576px) {
    main .health .health__container img.zurek__preview {
        width: 100px;
        transform: translate(0, -50%);
    }

    main .preview .preview__container .preview__buttons {
        flex-direction: column;
    }

    .caption {
        font-size: 25px;
    }
}

main .health .health__container .health__info .describe__section {
    margin-right: 100px;
}

main .health .health__info {
    position: relative;
}

main .events .events__container .events__list .event__item img.zurek__preview, .feed__wraper .zurek__preview {
    object-fit: contain !important;
}

.feed__wraper .zurek__preview {
    height: 480px;
}

.contact__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0px auto;
    padding: 0px 10px;
}

.contact__item a, .contact__item a:hover {
    color: white;
}

.contact__item svg {
    width: 24px;
    height: 24px;
}

.contact__item svg path {
    stroke: #a9330e;
}

main .delivery {
    width: 100vw;
    height: calc(100vh - 133px);
    background-size: cover !important;
    background-position: 25% center !important;
    background-repeat: no-repeat;
    background: url(../img/preview/preview.jpg);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.delivery__container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
    gap: 40px;
}

.delivery .preview__title {
    padding: 20px 0;
    color: #fff;
}

.delivery .preview__describe {
    color: grey;
    text-align: left;
    font-size: 14px;
    line-height: initial;
}

.delivery__container .delivery__card {
    min-width: 300px;
    max-width: 502px;
    padding: 20px 40px;
    background: white;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.delivery__container .delivery__card a.button__link.button__yellow {
    color: #fff;
    border: 1.5px solid #000;
    background: #000;
}
.delivery__container .delivery__card a.button__link.button__yellow:hover {
    color: #000;
    background: #fff;
}
.delivery__container .delivery__card.card__2 {
    /*background: #000;*/
    /*color: #fff;*/
    position: relative;
}
/*.delivery__container .delivery__card.card__2 a.button__link.button__yellow {*/
/*    border: 1.5px solid #fff;*/
/*    color: #fff;*/
/*    background: transparent;*/
/*}*/
/*.delivery__container .delivery__card.card__2 a.button__link.button__yellow:hover {*/
/*    color: #000;*/
/*    background: #fff;*/
/*}*/
.delivery__container .delivery__card.card__2 .svg__box {
    transform: translateX(65px);
    display: flex;
    justify-content: flex-end;
}

.delivery__container .delivery__card.card__2 .svg__box svg{
    height: 80px;
}

.delivery__container .delivery__card.card__2 .mobile__svg{
    display: none;
}

@media (max-width: 1040px) {
    
    .delivery__container .delivery__card {
        max-width: 900px;
    }
    
    .delivery__container .delivery__card.card__2 .svg__box{
        display: flex;
        justify-content: flex-end;
        transform: translateX(40px);
    }

    .delivery__container .delivery__card.card__2 .desktop__svg{
        display: none;
    }

    .delivery__container .delivery__card.card__2 .mobile__svg{
        display: block;
    }
    .delivery__container .delivery__card.card__2 .svg__box svg {
        height: 100px;
    }
}


.delivery__container .delivery__types, .contact__container .contact__types {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}

.contact__section .contact__container {
    flex-direction: column;
}

.contact__container .contact__types .contact__link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    background: #000;
    border-radius: 20px;
    height: 40px;
    padding: 0 30px 0 70px;
    position: relative;
    margin: 5px 15px;
    color: #fff;
}
.contact__container .contact__types .contact__link a {
    color: #fff;
}
@media only screen and (max-width: 576px) {
    .contact__container .contact__types .contact__link {
        width: 100%;
    }
}

.contact__link svg {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
}

main .contact__section {
    height: unset;
    min-height: 59.5vh;
    padding: 70px 0;
}

main .contact__section .preview__title {
    margin-bottom: 20px;
}

.viber__link svg {
    width: 45px;
    height: 45px;
}

.delivery__container .delivery__card .button__link {
    margin: 20px 0;
}


.delivery__container .delivery__card .delivery__title {
    font-size: 26px;
    line-height: 28px;
    text-align: center;
}

.delivery__container .delivery__card .delivery__list li {
    margin: 10px 0;
}

.delivery__img {
    position: absolute;
}

.delivery__img.img__1 {
    width: 300px;
    height: auto;
    bottom: 0;
    left: 0;
}

.delivery__img.img__2 {
    width: 350px;
    height: auto;
    bottom: 0;
    right: 0;
}

.delivery__container .delivery__card span {
    position: absolute;
    padding: 5px 15px;
    left: -38px;
    bottom: 36px;
    background: red;
    z-index: 999;
    color: white;
    font-size: 20px;
    transform: rotate(45deg);
    opacity: 0.7;
}

@media (max-width: 1250px) {
    .delivery__img.img__1 {
        width: 250px;
    }

    .delivery__img.img__2 {
        width: 300px;
    }
}

@media (max-width: 1150px) {
    .delivery__img.img__1 {
        width: 200px;
    }

    .delivery__img.img__2 {
        width: 250px;
    }
}

@media (max-height: 650px) {
    .delivery__img.img__1 {
        width: 150px;
    }

    .delivery__img.img__2 {
        width: 200px;
    }
}


@media (max-width: 1040px) {
    main .delivery {
        height: 100%;
    }
    main .contact__section {
        height: auto;
    }
    .delivery__container {
        flex-direction: column;
        gap: 40px;
    }

    .delivery__img.img__1, .delivery__img.img__2 {
        display: none;
    }

    .delivery__container .delivery__card.card__2 {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {

    .delivery__img.img__1 {
        width: 200px;
    }

    .delivery__img.img__2 {
        width: 250px;
    }

}

main .health .health__container {
    max-width: 1300px;
    margin: 0px auto;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


@media (max-width: 1279px) {
    main .health .health__container {
        flex-direction: column;
        gap: 30px;
    }

    main .health .health__container img {
        order: 2;
        max-width: 557px !important;
    }

    main .health .health__container .health__info {
        align-items: center !important;
    }
}

main .health .health__container img {
    width: 100%;
    max-width: 557px;
    border-radius: 12px;
}

main .health .health__container .health__info {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    width: 100%;
    max-width: 557px;
}

main .health .health__container .health__info .title__section {
    text-align: start;
    font-size: 60px;
    margin-bottom: 30px;
}

main .health .health__container .topSquares {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    gap: 20px;
}

main .health .health__container .topSquares .healthy__square {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 280px;
    border-radius: 8px;
    border: 2px solid #5e5e5e;
    background: #3f3f3f;
}

main .health .health__container .topSquares .healthy__square h3 {
    color: white;
    text-align: center;
    font-size: 55px;
    font-weight: 500;
    line-height: 60.5px;
}

@media (max-width: 868px) {
    main .health .health__container .topSquares .healthy__square h3 {
        font-size: 45px;
    }
    main .health .health__container .health__info .title__section {
        padding: 0;
        margin: 0;
    }
}

main .health .health__container .topSquares .healthy__square p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

main .health .health__containerTwo {
    max-width: 1300px;
    margin: 0px auto;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1279px) {
    main .health .health__containerTwo {
        flex-direction: column;
        gap: 30px;
    }

    main .health .health__containerTwo .about__slider {
        order: 2;
        max-width: 557px !important;
    }

    main .health .health__containerTwo .health__info {
        align-items: center !important;
    }
}

main .health .health__containerTwo .about__slider {
    width: 100%;
    max-width: 600px;
}

main .health .health__containerTwo .about__slider img {
    border-radius: 12px;
}

main .health .health__containerTwo .health__info {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    width: 100%;
    max-width: 557px;
}

main .health .health__containerTwo .health__info .title__section {
    text-align: start;
}

main .health .health__containerTwo .health__info .topSquares {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    gap: 20px;
}

main .health .health__containerTwo .health__info .topSquares .health__square {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 280px;
    border-radius: 8px;
    border: 1px solid #dbdfd0;
    background: #f9f9f7;
}

main .health .health__containerTwo .topSquares {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    gap: 20px;
}

main .health .health__containerTwo .topSquares .healthy__square {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 280px;
    border-radius: 8px;
    border: 1px solid #dbdfd0;
    background: #f9f9f7;
}

main .health .health__containerTwo .topSquares .healthy__square h3 {
    color: #2c2f24;
    text-align: center;
    font-size: 55px;
    font-weight: 500;
    line-height: 60.5px;
}

@media (max-width: 868px) {
    main .health .health__containerTwo .topSquares .healthy__square h3 {
        font-size: 45px;
    }
}

main .health .health__containerTwo .topSquares .healthy__square p {
    color: #414536;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

main .healthTwo {
    padding: 20px 0 100px;
}

@media (max-width: 1279px) {
    main .healthTwo {
        padding: 20px 0 0px;
    }
}

main .healthThree {
    padding: 50px 0 0px;
}

@media (max-width: 1279px) {
    main .healthThree {
        padding: 50px 0;
    }
}

main .events {
    padding: 50px 0;
}

@media (max-width: 1279px) {
    main .events {
        padding: 20px 0;
    }
}

main .events .events__container {
    max-width: 1300px;
    margin: 0px auto;
    padding: 0px 10px;
}

main .events .events__container .events__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
    justify-items: center;
    justify-content: center;
    list-style: none;
    max-width: 1000px;
    margin: 0px auto;
}

/*@media (max-width: 1279px) {*/
/*    main .events .events__container .events__list {*/
/*        gap: 40px;*/
/*    }*/
/*}*/

/*@media (max-width: 868px) {*/
/*    main .events .events__container .events__list {*/
/*        margin-top: 24px;*/
/*    }*/
/*}*/

main .events .events__container .events__list .event__item {
    width: 100%;
    max-width: 306px;
    transition: all 0.3s ease-in-out;
    margin-top: 30px;
}

main .events .events__container .events__list .event__item img {
    border-radius: 12px;
    height: 320px;
    width: 306px;
    object-fit: cover !important;
}

main .events .events__container .events__list .event__item .event__title {
    color: #000;
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 10px;
    padding-left: 5px;
    text-decoration: 1px underline;
    min-height: 70px;
}
@media (max-width: 936px) {
    main .events .events__container .events__list .event__item .event__title {
        min-height: auto;
    }
}
main .events .events__container .events__list .event__item .event__describe {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 5px;
    /*height: 48px;*/
}
main .events .events__container .events__list .event__item .event__describe_link {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 5px;
    text-decoration: 1px underline;
    display: block;
    margin: 5px 0 0;
} 
main .set {
    padding: 50px 0;
}

@media (max-width: 1279px) {
    main .set {
        padding: 20px 0;
    }
}

main .set .set__container {
    max-width: 1300px;
    margin: 0px auto;
    padding: 0px 10px;
}

main .set .set__container .describe__section {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 766px) {
    main .set .set__container .describe__section {
        max-width: 350px;
    }
}

main .set .set__container .set__menu {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
    justify-items: center;
    justify-content: center;
    margin: 54px 0;
}

@media (max-width: 1279px) {
    main .set .set__container .set__menu {
        gap: 40px;
    }
}

main .set .set__container .set__menu .set__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 306px;
    transition: all 0.3s ease;
    border-radius: 12px;
}

main .set .set__container .set__menu .set__item img {
    width: 100%;
    height: 191.25px;
    max-width: 306px;
    border-radius: 12px;
    object-fit: cover !important;

}

main .set .set__container .set__menu .set__item .set__padding {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
}

main .set .set__container .set__menu .set__item .set__padding .set__title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

main .set .set__container .set__menu .set__item .set__padding p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

main .set .set__container .set__menu .set__item:hover {
    transform: translateY(-5px);
}

main .set .set__container .btn__more {
    display: flex;
    align-items: center;
    justify-content: center;
}

main .set .set__container .btn__more .set__more {
    display: inline-flex;
    padding: 20px 32px;
    border-radius: 118px;
    background: #e4bd11;
    color: #2c2f24;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

main .reviews {
    padding: 50px 0;
}

@media (max-width: 1279px) {
    main .reviews {
        padding: 20px 0;
    }
}

main .reviews .reviews__container {
    max-width: 1300px;
    margin: 0px auto;
    padding: 0px 10px;
}

@media (max-width: 767px) {
    main .reviews .reviews__container .title__section {
        max-width: 350px;
        margin: 0 auto;
    }
}

main .reviews .reviews__container .reviews__slick {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

main .reviews .reviews__container .reviews__slick .reviews__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    padding: 35px;
    max-width: 416px;
    border-radius: 12px;
    background: #a9330e;
    margin: 0 10px;
    margin-top: 54px;
    height: 311px;
}

@media (max-width: 868px) {
    main .reviews .reviews__container .reviews__slick .reviews__item {
        height: 356px;
        margin-top: 24px;
    }
}

main .reviews .reviews__container .reviews__slick .reviews__item .reviews__title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.72px;
}

@media (max-width: 868px) {
    main .reviews .reviews__container .reviews__slick .reviews__item .reviews__title {
        font-size: 20px !important;
        line-height: 26px !important;
    }
}

main .reviews .reviews__container .reviews__slick .reviews__item .reviews_describe {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

@media (max-width: 868px) {
    main .reviews .reviews__container .reviews__slick .reviews__item .reviews_describe {
        font-size: 16px !important;
        line-height: 26px !important;
    }
}

main .reviews .reviews__container .reviews__slick .reviews__item .reviews__people {
    border-top: 2px solid #000;
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

main .reviews .reviews__container .reviews__slick .reviews__item .reviews__people img {
    width: 40px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    main .reviews .reviews__container .reviews__slick .reviews__item .reviews__people img {
        width: 30px;
    }
}

main .reviews .reviews__container .reviews__slick .reviews__item .reviews__people .reviews__peopleTwo .reviews__people__title {
    color: #2c2f24;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

main .reviews .reviews__container .reviews__slick .reviews__item .reviews__people .reviews__peopleTwo .reviews__people__describe {
    color: #414536;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

main .feet {
    overflow-x: hidden;
    padding: 50px 0;
}

@media (max-width: 1279px) {
    main .feet {
        padding: 20px 0;
    }
}

main .feet .feet__container {
    max-width: 1300px;
    margin: 0px auto;
    padding: 0px 10px;
}

main .feet .feet__container .feed__form {
    margin-top: 24px;
}

@media (max-width: 868px) {
    main .feet .feet__container .feed__form {
        margin-top: 24px;
    }
}

main .feet .feet__container .feet__textarea {
    width: 100%;
    height: 90px;
    resize: none;
    background: #fff;
    color: #000;
    padding: 10px;
    font-size: 16px;
    border-radius: 12px;
    border: 2px solid #5f5f5f;
}

main .feet .feet__container .form__container {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

main .feet .feet__container .form__container .feed__inputs {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

main .feet .feet__container .form__container .feed__inputs input {
    color: #000;
    padding: 10px;
    background: #fff;
    font-size: 16px;
    border-radius: 12px;
    border: 2px solid #5f5f5f;
}

main .feet .feet__container .form__container button {
    height: 44px;
}

@media (max-width: 768px) {
    main .feet .feet__container .form__container {
        flex-direction: column;
    }

    main .feet .feet__container .form__container button {
        width: 100%;
        align-items: center !important;
        justify-content: center;
    }

    main .feet .feet__container .form__container .feed__inputs {
        flex-direction: column;
    }

    main .feet .feet__container .form__container .feed__inputs input {
        width: 100% !important;
    }
}

main .feet .feet__container .feed__wraper {
    display: flex;
    align-items: center;
}

main .feet .feet__container .feed__wraper img {
    width: 100%;
    max-width: 615px;
}

@media (max-width: 1023px) {
    main .feet .feet__container .feed__wraper img {
        display: none;
    }
}

main .feet .feet__container .feed__container {
    width: 50%;
    margin-top: 50px;
}

@media (max-width: 1023px) {
    main .feet .feet__container .feed__container {
        width: 100%;
    }
}

main .feet .feet__container .feed__container .feed__items {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
    gap: 10px;
}

main .feet .feet__container .feed__container .feed__items::-webkit-scrollbar {
    width: 5px;
}

main .feet .feet__container .feed__container .feed__items::-webkit-scrollbar-thumb {
    background-color: #a9330e;
    border-radius: 5px;
}

main .feet .feet__container .feed__container .feed__items::-moz-scrollbar {
    width: 5px;
}

main .feet .feet__container .feed__container .feed__items::-moz-scrollbar-thumb {
    background-color: #a9330e;
    border-radius: 5px;
}

main .feet .feet__container .feed__container .feed__items::-ms-scrollbar {
    width: 5px;
}

main .feet .feet__container .feed__container .feed__items::-ms-scrollbar-thumb {
    background-color: #a9330e;
    border-radius: 5px;
}

main .feet .feet__container .feed__container .feed__items .feed__item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    padding: 10px;
    background: #27292c;
    border-radius: 12px;
    border: 2px solid #5f5f5f;
}

main .feet .feet__container .feed__container .feed__items .feed__item .feed__header {
    display: flex;
    align-items: center;
    gap: 5px;
}

main .feet .feet__container .feed__container .feed__items .feed__item .feed__header .feed__img {
    width: 25px;
}

@media (max-width: 1023px) {
    main .feet .feet__container .feed__container .feed__items .feed__item .feed__header .feed__img {
        display: block;
    }
}

main .feet .feet__container .feed__container .feed__items .feed__item .feed__header .feed__name {
    color: #fff;
}

main .feet .feet__container .feed__container .feed__items .feed__item .feed__text {
    color: #fff;
    padding-left: 5px;
}

main .menu {
    padding: 20px 0 100px;
}

main .menu .menu__container {
    max-width: 1300px;
    margin: 0px auto;
    padding: 0px 10px;
}

main .menu .menu__container .allButtons {
    margin-top: 50px;
}

@media (max-width: 1030px) {
    main .menu .menu__container .allButtons {
        display: none;
    }
}

main .menu .menu__container .menu__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 10px 0;
}

@media (max-width: 768px) {
    main .menu .menu__container .menu__buttons {
        gap: 5px;
        flex-wrap: wrap;
        margin: 25px 0;
    }
}

main .menu .menu__container .menu__button {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 118px;
    background: transparent;
    border: 1.5px solid #2c2f24;
    color: #2c2f24;
    text-align: right;
    transition: all 0.3s ease-in-out;
    position: relative;
    background: #a9330e;
    background-size: 300%;
    transition: all 0.3s ease;
}

@media (max-width: 1024px) {
    main .menu .menu__container .menu__button {
        height: 44px;
    }
}

main .menu .menu__container .menu__button.active {
    color: #fff;
    background-position: 100%;
    transform: translateY(-0.25rem);
    background: #3f3f3f;
}

main .menu .menu__container .allSelect {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

@media (min-width: 1030px) {
    main .menu .menu__container .allSelect {
        display: none;
    }
}

@media (max-width: 1030px) {
    main .menu .menu__container .allSelect {
        display: flex;
    }
}

main .menu .menu__container .allSelect .menu__select {
    z-index: 1;
    appearance: none;
    font: inherit;
    width: 100%;
    max-width: 20rem;
    padding: 1rem 4rem 1rem 1rem;
    background: var(--arrow-icon) no-repeat right 0.8em center/1.4em, linear-gradient(to left, var(--arrow-bg) 3em, var(--select-bg) 3em);
    color: white;
    border-radius: 0.25em;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

main .menu .menu__container .allSelect .menu__select::-ms-expand {
    display: none;
}

main .menu .menu__container .allSelect .menu__select:focus {
    border: none;
}

main .menu .menu__container .allSelect .menu__select option {
    color: inherit;
    background-color: var(--option-bg);
}

main .menu .menu__container .menu__section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
    justify-items: center;
    justify-content: center;
    margin: 54px 0;
}

@media (max-width: 1279px) {
    main .menu .menu__container .menu__section {
        gap: 40px;
    }
}

main .menu .menu__container .menu__section .menu__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 306px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.menu__item ul {
    padding-left: 18px;
}

.menu__item ol {
    padding-left: 18px;
}

.menu__item {
    overflow: hidden;
}

.menu__item img {
    width: 100%;

}

main .menu .menu__container .menu__section .menu__item .menu__padding {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
}

main .menu .menu__container .menu__section .menu__item .menu__padding .menu__title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

main .menu .menu__container .menu__section .menu__item .menu__padding p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

main .news {
    padding: 20px 0 100px;
}

main .news .news__container {
    max-width: 1300px;
    margin: 0px auto;
    padding: 0px 10px;
}

main .news .news__container .news__section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 50px;
}

main .news .news__container .news__section .news__item {
    width: 100%;
    max-width: 557px;
    border-radius: 12px;
    background: #a9330e;
}

main .news .news__container .news__section .news__item .news__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

main .news .news__container .news__section .news__item .news__info img {
    width: 60px;
    padding: 10px;
}

main .news .news__container .news__section .news__item .news__info span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

main .news .news__container .news__section .news__item img {
    width: 100%;
}

main .news .news__container .news__section .news__item .news__text {
    padding: 10px;
}

main .news .news__container .news__section .news__item .news__text .news__title {
    color: #000;
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 600;
}

main .news .news__container .news__section .news__item .news__text .news__describe {
    color: #000;
    font-size: 16px;
}

main .collage {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    max-width: 1300px;
    padding: 50px 10px;
    margin: 0 auto;
}

main .collage .collage__item a p {
    color: #fff;
    font-size: 24px;
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    main .collage .collage__item a p {
        font-size: 18px;
    }
}

main .collage img {
    width: 100%;
    max-width: 600px;
}

main .post {
    width: 100%;
    padding: 10px;
    background: #16181c;
}

main .post .post__container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

main .post .post__container .fr-box.fr-basic .fr-element {
    min-height: 200px !important;
}

main .post .post__container .post__title {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

main .post .post__container .input__col {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

main .post .post__container label {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    margin-bottom: 5px;
}

main .post .post__container .add__input {
    width: 100%;
    color: #c5c5c5;
    border: 1px solid #2f3135;
    height: 40px;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    display: block;
    background: #27292c;
}

main .post .post__container .add__textarea {
    -webkit-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    background: #27292c;
    border-radius: 8px;
    padding: 8px 10px 10px 10px;
    font-size: 14px;
    line-height: 19px;
    color: #c5c5c5;
    border: 1px solid #2f3135;
    text-align: left;
    text-transform: none;
    width: 100%;
    outline: 0;
    margin: 0;
    display: block;
    transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    resize: none;
    min-height: 70px;
    height: 70px;
    font-family: Arial, Helvetica, sans-serif;
}

main .post .post__container #dragger_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
}

main .post .post__container #dragger {
    width: 100%;
    max-width: 600px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px dashed #e4ecf1;
    border-radius: 5px;
    background-color: #fff;
}

main .post .post__container #dragger.active {
    border: 2px dashed #e4ecf1;
}

main .post .post__container #dragger img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

main .post .post__container #fileName {
    width: 100%;
}

main .post .post__container .fileName {
    padding: 5px;
    width: 100%;
    margin: 10px 0 0 0;
    color: #ffffff;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

main .post .post__container .fileName p {
    color: #000000;
}

main .post .post__container .fa-trash-can {
    color: red;
    cursor: pointer;
}

main .post .post__container .icon {
    color: #474747;
    font-size: 45px;
    margin: 10px 0;
}

@media (max-width: 768px) {
    main .post .post__container .icon {
        font-size: 35px;
    }
}

main .post .post__container h2,
main .post .post__container h3 {
    margin: 5px 0;
    color: #474747;
}

@media (max-width: 768px) {
    main .post .post__container h2,
    main .post .post__container h3 {
        font-size: 18px;
    }
}

main .post .post__container button {
    color: #fff;
}

main .post .post__container button svg {
    fill: #fff;
}

main .post .post__container .btn__submit {
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 10px;
    background-color: #474747;
    color: #ffffff;
    border: none;
    cursor: pointer;
    width: 100%;
}

main .post .post__container select {
    user-select: none;
    cursor: pointer;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    color: #c5c5c5;
    display: block;
    border-radius: 5px;
    background: #27292c;
    margin-bottom: 20px;
}

main .post .post__container option {
    cursor: pointer;
    display: block;
    border-radius: 5px;
    width: 100%;
    padding: 5px;
}

main .post .post__container input[type=file] {
    display: none;
}

main .post .post__container .label {
    display: block;
    position: relative;
    background-color: #212121;
    color: #ffffff;
    font-size: 1.1em;
    text-align: center;
    width: 100%;
    padding: 0.6em 0;
    border-radius: 0.3em;
    cursor: pointer;
    margin-bottom: 10px;
}

main .post .post__container #image-display {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

main .post .post__container #image-display figure {
    width: 100%;
}

main .post .post__container #image-display img {
    width: 100%;
}

main .post .post__container #image-display figcaption {
    font-size: 0.8em;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

main .post .post__container .active {
    border: 0.2em dashed #025bee;
}

main .post .post__container #error {
    text-align: center;
    color: #ff3030;
}

main .post .ql-snow .ql-stroke {
    color: #fff;
    stroke: #fff;
}

main .post .ql-snow .ql-fill, main .post .ql-snow .ql-stroke.ql-fill {
    color: #fff;
    stroke: #fff;
}

main .post .ql-snow .ql-picker {
    fill: #fff;
    color: #fff;
    stroke: #fff;
}

main .post .ql-snow .ql-picker-options {
    background: #16181c;
}

main .post #editor {
    background: #fff;
    font-size: 16px;
    height: 300px;
}

footer {
    width: 100%;
    padding: 20px 0;
    background: #000;
    list-style: none;
}
footer ul {
    list-style: none;
}

footer .footer__container {
    max-width: 1300px;
    margin: 0px auto;
    padding: 0px 10px;
    display: flex;
    align-items: last baseline;
    justify-content: space-between;
}

@media (max-width: 767px) {
    footer .footer__container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
}

footer .footer__container .footer__left {
    width: 100%;
    max-width: 293px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 1023px) {
    footer .footer__container .footer__left {
        gap: 15px;
    }
}

@media (max-width: 767px) {
    footer .footer__container .footer__left {
        align-items: center;
    }
}

@media only screen and (max-width: 576px) {
    .delivery .preview__describe.col, .delivery .preview__describe.col-2 {
        width: 20%;
    }

    .delivery__container .delivery__card {
        padding: 20px 30px;
        max-width: 576px;
    }

    .delivery__container .delivery__card.card__2 .svg__box {
        transform: translateX(30px);
    }

    .delivery__container .delivery__card .button__link {
        margin: 10px 0;
    }

}

footer .footer__container .footer__left .footer__logo {
    display: flex;
    align-items: center;
    gap: 5px;
}

footer .footer__container .footer__left .footer__logo svg {
    display: none;
}

footer .footer__container .footer__left .footer__logo img {
    width: 161px;
}

footer .footer__container .footer__left .footer__logo h1 {
    color: #fff;
    font-size: 42.667px;
    font-style: italic;
    font-weight: 600;
    line-height: 29.333px;
    letter-spacing: -0.4px;
}

footer .footer__container .footer__left p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

footer .footer__container .footer__nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

@media (max-width: 767px) {
    footer .footer__container .footer__nav {
        align-items: center;
    }
}

footer .footer__container .footer__nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

footer .footer__container .footer__nav ul li .footer__class {
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

footer .footer__container .footer__nav ul li a {
    color: #fff;
}

footer .footer__container .footer__nav .footer__mail {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
}
footer .footer__container .footer__nav .footer__mail svg {
    fill: #fff;
}
footer .footer__container .footer__nav .footer__social {
    display: flex;
    gap: 10px;
}

footer .line {
    width: 100%;
    height: 2px;
    background: #414536;
    margin: 20px 0;
}

footer .footer__end {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}
/*.download::after {*/
/*    content: url("data:image/svg+xml,%3csvg width='14' height='67' viewBox='0 0 14 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath opacity='0.9' d='M4.43965 6.33346C1.49978 2.91703 0.356501 1.24949 0.152344 0.842773L2.26187 2.9523C4.79329 5.06182 13.6533 15.6094 13.6533 32.4856C13.6533 47.1356 7.44734 58.3585 4.79329 62.0189L7.50201 60.4876C7.50201 60.4876 9.44783 59.6742 9.85615 60.4876C10.2645 61.3011 11.1768 60.8743 8.72695 61.8504C5.66459 63.0705 4.43965 64.9008 2.60223 66.1209C1.1323 67.097 0.356501 66.5276 0.152344 66.1209C0.152344 65.5108 1.11865 64.6464 1.60863 62.6942C2.2211 60.2539 1.60863 57.5799 2.2211 56.3597C2.71108 55.3836 3.24188 55.953 3.44604 56.3597L3.44604 60.4876C6.10009 55.607 11.9657 44.1991 11.9657 32.4856C11.9657 21.938 8.11448 10.604 4.43965 6.33346Z' fill='black'/%3e%3c/svg%3e");*/
/*    position: absolute;*/
/*    right: 20px;*/
/*    top: 61%;*/
/*    transform: translate(0, -61%) rotate(15deg);*/
/*}*/
.download p {
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    font-weight: 700;
    width: 100%;
}
.download .down_link {
    width: 100%;
    margin: 10px 0 0 0 !important;
}
.download .market {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 10px;
}
/*.download .market a svg {*/
/*    width: 54px;*/
/*    height: 54px;*/
/*}*/
/*html[lang='ua'] .download::after {*/
/*    top: 50%;*/
/*    transform: translate(0, -50%) rotate(25deg);*/
/*}*/
/*@media (max-width: 1040px) {*/
/*.download::after {*/
/*    right: 20px;*/
/*    top: 50%;*/
/*    transform: translate(0, -50%) rotate(25deg);*/
/*}*/
/*}*/

@media (min-width: 1200px) {
    .delivery__container .delivery__card .delivery__title {
    min-height: 84px;
}
}
@media (max-width: 539px) {
    .delivery__container .delivery__card .delivery__title {
        font-size: 17px;
        line-height: 22px;
    }
    html[lang="ua"] .delivery__container .delivery__card .delivery__title {
        font-size: 17px;
        line-height: 22px;
    }
    .delivery__container {
        gap: 20px;
    }
    .download p {
        font-size: 17px;
        line-height: 22px;
        text-align: center;
        font-weight: 700;
        width: 100%;
    }
    main .events .events__container .events__list .event__item img {
        width: 100%;
        object-position: top;
    }
    main .events .events__container .events__list .event__item {
        max-width: 100%;
    }
}
@media (min-width: 901px) and (max-width: 1200px) {
    header .header__container .nav .nav__list .nav__link,
    .button__link,
    header .header__container .header__logo h1 {
        font-size: 18px;
        line-height: 22px;
    }
    header .header__container .header__logo img {
        width: 70px;
    }
}
@media (max-width: 400px) {
    header .header__container .header__logo img {
        width: 50px!important;
    }
    header .header__container .header__logo h1,
    .button__link{
        font-size: 16px;
        line-height: 20px;
    }
}

.delivery__container .delivery__card .delivery__list li:last-child {
    min-height: 55px;
}
/*# sourceMappingURL=style.css.map */
