
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "PT Sans", sans-serif;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}

a {
    text-decoration: none;
}

img, svg {
    max-width: 100%;
}

.full {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fimg {
    position: relative;
    overflow: hidden;
}

.fimg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 576px) {
    body {
        font-size: 9px;
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
}

.header__address {
    font-weight: 400;
    font-size: 18px;
    color: #232323;
    display: flex;
    align-items: center;
    gap: 9px;
}

.header__top {
    padding: 11px 0px 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d6dddd;
}

.header__right {
    display: flex;
    gap: 42px;
}

.header__phone {
    font-weight: 400;
    font-size: 18px;
    color: #232323;
    display: flex;
    align-items: center;
    gap: 11px;
}

.header__email a,
.header__phone a {
    color: #232323;
}

.header__email {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #232323;
    gap: 11px;
}

.header__review {
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline;
    color: #02584e;
    white-space: nowrap;
    cursor: pointer;
}

.header__middle {
    display: flex;
    align-items: center;
    margin: 8px 0px 0px 0px;
    justify-content: space-between;
}

.header__item {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #232323;
}

.header__btn {
    padding: 18px 18px 18px 18px;
    width: 100%;
    max-width: 360px;
}
.header__btn a {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 6px;
}
.header__btn:hover a {
    color: #02584e;
}

.btn {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: #00473e;
    border-radius: 6px 6px 6px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    cursor: pointer;
}

.btn:hover {
    background: #f0f0f0;
    color: #02584e;
}

.btn--inverse {
    background: #f0f0f0;
    color: #232323;
}

.btn--inverse:hover {
    color: #fff;
    background-color: #02584e;
}

.header__items {
    position: relative;
}

.header__inner {
    position: absolute;
    top: 100%;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    width: 200px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.header__items:hover .header__inner {
    opacity: 1;
    visibility: visible;
}

.header__item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__arrow {
    display: none;
}

.header__item--parent .header__arrow {
    display: flex;
}

.header__nav {
    display: flex;
    gap: clamp(8px, 2vw, 50px);
}

.header__link {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #232323;
    padding: 5px 0;
}

.header__burger {
    display: none;
}

@media screen and (max-width: 1050px) {
    .header__btn {
        max-width: 200px;
    }
}

@media screen and (max-width: 993px) {
    .header__email {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .header__burger {
        display: flex;
        cursor: pointer;
    }

    .header__nav {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .header__phone {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .header__address {
        font-weight: 400;
        font-size: 12px;
        color: #232323;
    }

    .header__review {
        font-weight: 700;
        font-size: 16px;
        text-decoration: underline;
        text-decoration-skip-ink: none;
        color: #02584e;
    }

    .header__top {
        padding-bottom: 7px;
    }

    .header__logo {
        max-width: 93px;
    }

    .header__btn {
        padding: 11px 4px;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        max-width: 156px;
        justify-content: center;
    }

    .header__btn svg {
        width: 18px;
        min-width: 18px;
    }

    .header__btn span {
        width: min-content;
    }
}

.nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1005;
}

.nav__bg {
    background: rgba(35, 35, 35, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.nav__body {
    position: absolute;
    width: calc(100% - 100px);
    background-color: #ffffff;
    height: 100dvh;
    max-height: 100dvh;
    overflow: auto;
    padding: 20px 22px;
}

.nav__close {
    width: 24px;
    height: 26px;
    margin-bottom: 16px;
}

.nav__title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #232323;
}

.nav__list {
    display: flex;
    flex-direction: column;
}

.nav__item {
    font-weight: 400;
    font-size: 18px;
    color: #232323;
    padding-top: 15px;
    display: block;
}

.nav__section + .nav__section {
    margin-top: 27px;
}

.nav__contact {
    margin-top: 27px;
}

.nav__info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #232323;
}

.nav__info a {
    color: #232323;
}

.nav__info svg {
    width: 18px;
    min-width: 18px;
}

.nav__address {
    margin-top: 16px;
}

.nav__phone,
.nav__mail {
    margin-top: 17px;
}

.nav__btn {
    margin-top: 16px;
    padding: 14px;
}

.nav .nav__body {
    transform: translateX(-100%);
    transition: all .4s;
    transition-delay: 0.3s;
}

@media screen and (max-width: 900px) {
    .nav.nav--active {
        opacity: 1;
        visibility: visible;
    }

    .nav--active .nav__body {
        transform: translateX(0);
    }
}

@media screen and (max-width: 576px) {
    .nav__body {
        width: calc(100% - 48px);
    }
}

main {
    padding-top: 190px;
}

.banner__img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner__title {
    font-weight: 700;
    font-size: 49px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 10;
}

.banner__desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    color: #fff;
    max-width: 334px;
    position: relative;
    z-index: 10;
}

.banner__img {
    border-radius: 20px 20px 20px 20px;
    position: relative;
    height: 550px;
    overflow: hidden;
}

.banner__text {
    background-color: #02584e;
    margin: -103px 45px 0px 45px;
    display: flex;
    padding: 62px 45px 62px 62px;
    position: relative;
    border-radius: 20px 20px 20px 20px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    overflow: hidden;
}

.banner__text::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/banner_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.banner--split .banner__img {
    height: 611px;
}

.banner--split .banner__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    color: #fff;
    max-width: 378px;
}

.banner--split .banner__title {
    font-weight: 700;
    font-size: 46px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
}

.banner--split .banner__text {
    padding: 43px 35px 40px 52px;
    margin-top: -98px;
    gap: 38px;
}

.banner--split .banner__text::after {
    background-image: url(/wp-content/uploads/2026/04/group-5408.png);
}

.banner__col {
    width: 1px;
    min-width: 1px;
    height: stretch;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.banner--about .banner__desc {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
    padding: 18px 0;
}

.banner--about .banner__text {
    padding: 47px 0px 44px 62px;
}

.banner--about .banner__text::after {
    background-image: url(/wp-content/uploads/2026/04/group-5409.png);
}

.banner--partner .banner__desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    color: #fff;
    padding: 0;
}

.banner--partner .banner__title {
    max-width: 563px;
}

.banner--partner .banner__text {
    padding-right: 29px;
}

.banner--partner .banner__text::after {
    background-image: url(/wp-content/uploads/2026/04/group-5410.svg);
}

.banner--small {
    margin-top: 20px;
}

.banner--small .banner__img {
    height: 322px;
}

.banner__text--center {
    justify-content: center;
}

.banner--small .banner__text {
    padding: 26px;
    margin-top: -51px;
}

.banner--small .banner__title {
    font-weight: 700;
    font-size: 46px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
}

.banner__text--catalog::after {
    background-image: url(/wp-content/uploads/2026/04/group-5412.svg);
}

.banner__text--stuff::after {
    background-image: url(/wp-content/uploads/2026/04/group-5413.png);
}

.banner--shops .banner__img {
    height: 429px;
}

.banner__text--shops::after {
    background-image: url(/wp-content/uploads/2026/05/group-5414.svg);
}

@media (max-width: 992px) {
    .banner__text {
        flex-direction: column;
        align-items: flex-start;
    }

    .banner__img {
        height: 450px;
    }

    .banner__col {
        display: none;
    }

    .banner--split .banner__text {
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .banner__title {
        font-weight: 700;
        font-size: 30px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #fff;
    }

    .banner__desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.1;
        color: #fff;

    }

    .banner__img {
        height: 362px;
    }

    .banner__text {
        margin: -70px 15px 0px 15px;
        padding: 22px 28px 23px 19px;
    }

    .banner__img {
        height: 361px;
    }

    .banner__desc {
        margin: 8px 0px 0px 0px;
    }
}

@media screen and (max-width: 576px) {
    main {
        padding-top: 157px;
    }

    .banner--split .banner__img {
        height: 382px;
    }

    .banner--split .banner__title {
        font-weight: 700;
        font-size: 24px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #fff;
    }

    .banner--split .banner__desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.1;
        color: #fff;
        margin-top: 2px;
    }

    .banner--split .banner__text {
        margin-top: -62px;
        padding: 24px 18px 26px 23px;
    }

    .banner--about .banner__title {
        font-weight: 700;
        font-size: 24px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #fff;
    }

    .banner--about .banner__desc {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.2;
        color: #fff;
        margin-top: 3px;
        padding: 0;
    }

    .banner--about .banner__text {
        margin-top: -51px;
        padding: 19px 0px 16px 20px;
    }

    .banner--partner .banner__title {
        font-weight: 700;
        font-size: 22px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #fff;
    }

    .banner--partner .banner__text {
        padding: 11px 20px 23px 17px;
    }

    .banner--partner .banner__desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.1;
        color: #fff;
    }

    .banner--small .banner__img {
        height: 353px;
    }

    .banner__text--center {
        justify-content: flex-start;
    }

    .banner--small .banner__title {
        font-weight: 700;
        font-size: 24px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #fff;
    }
}


.mix {
    margin: 101px 0px 0px 0px;
}

.mix__img {
    border-radius: 20px 20px 20px 20px;
    position: relative;
    height: 216px;
    overflow: hidden;
}

.mix__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mix__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 6px 0px 0px 0px;
    background: #f0f0f0;
}

.title {
    font-weight: 700;
    font-size: 46px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #02584e;
}

.mix__item {
    position: relative;
}

.mix__link {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #232323;
    padding: 13px 18px 15px 18px;
    border-radius: 10px;
    transition: all .4s;
}

.title span {
    color: #232323;
}

.mix__list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 14px 10px;
    margin: 39px 0px 0px 0px;
}

.mix__link svg {
    color: #02584e;
}

.mix__item:hover .mix__link {
    background: #02584e;
    color: #ffffff;
}

.mix__item:hover .mix__link svg {
    color: #ffffff;
}

.mix__item--inverse .mix__link {
    background: #02584e;
    color: #ffffff;
}

.mix__item--inverse .mix__link svg {
    color: #ffffff;
}

.mix__item--inverse:hover .mix__link {
    background: #f0f0f0;
    color: #232323;
}

.mix__item--inverse:hover .mix__link svg {
    color: #02584e;
}

@media (max-width: 1200px) {
    .mix__list {
        grid-template-columns:repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .mix__list {
        display: flex;
        flex-direction: column;
    }

    .mix__list {
        margin: 25px 0px 0px 0px;
        gap: 21px;
    }

    .mix {
        margin: 60px 0px 0px 0px;
    }

    .title {
        font-weight: 700;
        font-size: 30px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #02584e;
    }

    .mix__img {
        height: 176px;
    }

    .mix__link {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #232323;
    }

    .mix__link {
        padding: 7px 12px 7px 15px;
    }
}

.new__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #ffffff;
}

.new__desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    color: #ffffff;
    max-width: 240px;
}

.new {
    margin: 101px 0px 0px 0px;
    overflow: hidden;
}

.new__item {
    background-color: #02584e;
    border-radius: 20px 20px 20px 20px;
    height: 334px;
    padding: 44px 44px 26px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 393px;
    flex-shrink: 0;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

/*.new__item:nth-child(even) {*/
/*    background: #f0f0f0;*/
/*}*/

.new__item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    border-radius: 20px 20px 20px 20px
}
.new__item .new__desc,
.new__item .new__name {
    position: relative;
    z-index: 2;
}

.new__row {
    display: flex;
    gap: 10px;
    margin: 37px 0px 0px 0px;
    overflow: visible;
    flex-shrink: 0;
    animation: marquee 20s infinite linear;
}

.new__line {
    display: flex;
    gap: 10px;
    overflow: visible;
    flex-shrink: 0;
}

@media (max-width: 800px) {
    .new__item {
        width: 300px;
    }
}

@media (max-width: 576px) {
    .new__item {
        width: 288px;
    }

    .new__row {
        grid-template-columns:repeat(1, 1fr);
    }

    .new__row {
        margin: 23px 0px 0px 0px;
    }

    .new__title {
        font-weight: 700;
        font-size: 30px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #02584e;
    }

    .new {
        margin: 60px 0px 0px 0px;
    }

    .new__name {
        font-weight: 700;
        font-size: 17px;
        line-height: 1.1;
        text-transform: uppercase;
    }

    .new__desc {
        font-weight: 400;
        font-size: 13px;
        line-height: 1.1;
        max-width: 177px;
    }

    .new__item {
        padding: 34px 44px 26px 45px;
        height: 248px;
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - 10px));
    }
}

.quality__desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    color: #232323;
    margin: 35px 0px 0px 0px;
    max-width: 554px;
}

.quality__dot {
    display: flex;
}

.quality__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #232323;
}

.quality__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    color: #232323;
    max-width: 415px;
    margin: 12px 0px 0px 0px;
}

.quality__num {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    color: #02584e;
}

.quality {
    margin: 100px 0px 0px 0px;
}

.quality__item {
    padding: 35px 41px 43px 41px;
    background-color: #f0f0f0;
    flex-grow: 0;
    position: sticky;
    top: 200px;
    border-radius: 20px;
    overflow: hidden;
}

.quality__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2026/04/group-5105.svg);
    background-position: right top;
    background-repeat: no-repeat;
    z-index: -1;
}

.quality__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2026/04/group-5107.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: -1;
}

.quality__outer {
    width: 55.5%;
}

.quality__row {
    display: flex;
    gap: 10px;
}

.quality__imgs {
    flex-grow: 1;
    flex-shrink: 1;
}

.quality__slider {
    margin: 43px 0px 0px 0px;
    background-color: #ffffff;
    border-radius: 14px 14px 14px 14px;
    position: relative;
}

.quality__dots {
    position: absolute;
    width: calc(100% - 42px) !important;
    left: 21px !important;
    top: 17px !important;
    display: flex;
    gap: 10px;
}

.quality__dots .swiper-pagination-bullet {
    flex: 1;
    height: 2px;
    opacity: 1;
    margin: 0 !important;
    background-color: #d6dddd !important;
    z-index: 10;
    border-radius: 100px;
}

.quality__dots .swiper-pagination-bullet-active {
    background-color: #02584e !important;
}

.quality__wrapper {
    position: relative;
}

.quality__slide {
    padding: 48px 18px 22px 22px;
}

.quality__both {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.quality__wrap--mob {
    display: none;
}

.quality__image {
    display: none;
    border-radius: 20px;
    margin-top: 26px;
}

.quality__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quality__num--mob {
    display: none;
}

@media (max-width: 993px) {
    .quality__wrap--mob {
        display: block;
        background: #f0f0f0;
        border-radius: 20px;
    }

    .quality__wrapper,
    .quality__outer {
        width: 100%;
        max-width: unset;
    }

    .quality__imgs {
        display: none;
    }

    .quality__item {
        width: 100%;
        padding: 0px 0px 0px 41px;
        background-color: transparent;
    }

    .quality__slider {
        max-width: 100%;
        margin: 0px 0px 0px 0px;
        background-color: transparent;
    }

    .quality__item {
        padding: 0px 0px 0px 0px;
    }

    .quality__num {
        display: none;
    }

    .quality__top {
        padding: 30px;
        background: #f0f0f0;
        border-radius: 20px;
        position: relative;
    }

    .quality__wrapper {
        background: #f0f0f0;
        border-radius: 20px;
    }

    .quality__item::before,
    .quality__item::after {
        content: "";
        display: none;
    }

    .quality__top::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(/wp-content/uploads/2026/04/group-5105.svg);
        background-position: right top;
        background-repeat: no-repeat;
    }

    .quality__desc,
    .quality__title {
        position: relative;
        z-index: 1;
    }

    .quality__wrapper {
        margin-top: 52px;
    }

    .quality__dots {
        top: -25px !important;
        left: 0 !important;
        width: 100% !important;
    }

    .quality__image {
        display: block;
        position: relative;
        overflow: hidden;
        height: 260px;
        width: 100%;
    }

    .quality__num--mob {
        display: block;
    }

    .quality__name {
        margin-top: 18px;
    }
}

@media screen and (max-width: 576px) {
    .quality {
        margin-top: 64px;
    }

    .quality__name {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #232323;
    }

    .quality__text {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.1;
        color: #232323;
        margin: 20px 0px 0px 0px;
    }

    .quality__title {
        font-weight: 700;
        font-size: 22px;
        line-height: 1.1;
        text-transform: uppercase;
    }

    .quality__desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.1;
        margin-top: 20px;
        margin-right: 10px;
    }

    .quality__top {
        padding-right: 24px;
        padding-bottom: 40px;
    }

    .quality__top::before {
        background-position: calc(100% - -98px) top;
        background-repeat: no-repeat;
        background-size: 260px;
    }

    .quality__num--mob {
        font-weight: 700;
        font-size: 40px;
        line-height: 1.1;
        color: #02584e;
    }

    .quality__slide {
        padding: 31px 18px 11px 24px;
    }

    .quality__image {
        margin-top: 23px;
    }
}


.achievement {
    margin: 97px 0px 0px 0px;
}

.achievement .container {
    padding-top: 53px;
    padding-bottom: 47px;
    border-top: 1px solid #d6dddd;
    border-bottom: 1px solid #d6dddd;
}

.achievement__title {
    max-width: 300px;
}

.achievement__name {
    font-weight: 700;
    font-size: 83px;
    line-height: 1;
    color: #02584e;
}

.achievement__desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    color: #232323;
    margin: 3px 0px 0px 0px;
}

.achievement__list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: clamp(97px, 4vw, 40px);
}

.achievement__row {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}


.achievement__name span {
    font-weight: 400;
    font-size: 59px;
    line-height: 1.1;
    color: #02584e;
}

@media (max-width: 993px) {
    .achievement__row {
        flex-direction: column;
    }

    .achievement__title {
        margin: 0 0 0 0px;
        max-width: 100%;
        text-align: left;
    }

    .achievement__list {
        gap: 30px;
        width: 100%;
    }

    .achievement__desc,
    .achievement__name {
        text-align: center;
    }
}

@media screen and (max-width: 720px) {
    .achievement__list {
        display: flex;
        flex-direction: column;
        margin: 9px 0px 0px 0px;
        gap: 22px 12px;
    }
}

@media screen and (max-width: 576px) {

    .achievement {
        margin: 61px 0px 0px 0px;
    }

    .achievement .container {
        padding-top: 35px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 20px;
        margin-right: 20px;
    }

    .achievement__name {
        font-weight: 700;
        font-size: 62px;
        line-height: 1;
        color: #02584e;
        text-align: center;
    }

    .achievement__desc span {
        font-weight: 400;
        font-size: 44px;
        line-height: 1.1;
        color: #02584e;
    }

    .achievement__desc {
        font-weight: 400;
        font-size: 15px;
        line-height: 1.1;
        color: #232323;
        text-align: center;
        margin: 9px 0px 0px 0px;
    }
    .achievement__name span {
        font-weight: 400;
        font-size: 44px;
        line-height: 1.1;
        color: #02584e;
    }
}


.title span {
    color: rgb(35, 35, 35);
}

.article__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #232323;
    margin: 22px 0px 0px 0px;
}

.article__date {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    color: #232323;
}


.article__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrows {
    display: flex;
    align-items: center;
    gap: 25px;
}

.arrow--left {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 6px 6px 6px 6px;
}

.arrow--right {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 6px 6px 6px 6px;
}

.article {
    margin: 105px 0px 0px 0px;
}

.article__list {
    margin: 36px 0px 0px 0px;
}

.article__img {
    height: 286px;
    border-radius: 20px 20px 20px 20px;
}

.article__both {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0px 0px 0px;
}

.arrow {
    cursor: pointer;
}

.article__arrows--mob {
    display: none;
}

@media screen and (max-width: 576px) {
    .article__title {
        font-weight: 700;
        font-size: 30px;
        line-height: 1.1;
        text-transform: uppercase;
        color: rgb(2, 88, 78);
    }
}

@media (max-width: 576px) {
    #i8fen {
        font-weight: 700;
        font-size: 30px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #232323;
    }

    .article__arrows {
        display: none;
    }

    .article {
        margin: 62px 0px 0px 0px;
    }

    .article__list {
        margin: 23px 0px 0px 0px;
    }

    .article__name {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #232323;
    }

    .article__img {
        height: 240px;
    }

    .article__date {
        font-weight: 400;
        font-size: 13px;
        line-height: 1.1;
        color: #232323;
    }

    .article__both {
        margin: 5px 0px 0px 0px;
    }

    .article__arrows {
        display: none;
    }

    .article__arrows--mob {
        display: flex;
        justify-content: center;
        gap: 27px;
        margin-top: 26px;
    }

    .arrow--left,
    .arrow--right {
        width: 50px;
        height: 50px;
    }
}


.branch__title {
    max-width: 374px;
}

.branch__desc {
    max-width: 501px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    color: #232323;
}

.branch__top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.branch {
    margin: 96px 0px 0px 0px;
    overflow: hidden;
}

.branch .container {
    padding-top: 42px;
    border-top: 1px solid #f0f0f0;
}

.container.branch__container {
    border-top: none;
    padding-bottom: 52px;
    border-bottom: 1px solid #f0f0f0;
    padding-top: 0;
}

.branch__row {
    display: flex;
    margin: 51px 0px 0px 0px;
    gap: 10px;
    flex-shrink: 0;
    overflow: visible;
    animation: marquee 20s infinite linear;
}

.branch__item {
    flex-shrink: 0;
    width: 261px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
    border-radius: 20px 20px 20px 20px;
    position: relative;
}

.branch__marq {
    display: flex;
    gap: 10px;
    overflow: visible;
}

@media (max-width: 576px) {
    .branch__top {
        display: block;
        flex-direction: column;
        gap: 25px;
    }

    .branch {
        margin: 45px 0px 0px 0px;
        padding: 5px 0px 0px 0px;
    }

    .branch__desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.1;
        color: #232323;
        margin-top: 25px;
    }

    .branch__row {
        margin: 22px 0px 0px 0px;
    }

    .branch__item {
        width: 141px;
        height: 86px;
        border-radius: 11px 11px 11px 11px;
    }
    .container.branch__container {
        padding-bottom: 29px;
    }
}

.footer {
    margin-top: 100px;
}

.footer__top {
    display: flex;
    justify-content: space-between;
}

.footer__head {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.footer__wrap {
    background-color: #02584e;
    padding: 48px 48px 40px 54px;
    border-radius: 20px 20px 20px 20px;
}

.footer__slogan {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    color: #5d918b;
    max-width: 193px;
    margin: 0px 0px 18px 0px;
}

.footer__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 12px 0px 0px 0px;
}

.footer__link {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.footer__link {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.footer__link {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.footer__link {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.footer__link {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.footer__link {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.footer__link {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.footer__list {
    display: flex;
    flex-direction: column;
}

.footer__link {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.footer__col--last {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 247px;
    gap: 17px;
}

.footer__phone a,
.footer__mail a,
.footer__address {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.footer__col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__address {
    display: flex;
    gap: 10px;
}

.footer__btn {
    padding: 18px 18px 18px 18px;
    width: 100%;
}

.footer__mail {
    display: flex;
    gap: 10px;
}

.footer__phone {
    display: flex;
    gap: 10px;
}

.footer__both {
    margin: 39px 0px 0px 0px;
    padding: 42px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
}

.footer__text a,
.footer__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    color: #5d918b;
    width: 210px;
}

@media (max-width: 900px) {
    .footer__top {
        flex-wrap: wrap;
        gap: 10px;
    }

    .footer__col:nth-child(1) {
        width: 100%;
        flex-direction: row;
        align-items: center;
    }

    .footer__both {
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (max-width: 650px) {
    .footer__col--last {
        width: 100%;
        max-width: 100%;
    }

    .footer__wrap {
        padding: 26px 24px 40px 25px;
    }

    .footer__logo {
        width: 77px;
        min-width: 77px;
    }

    .footer__slogan {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.1;
        color: #5d918b;
    }

    .footer__col:nth-child(1) {
        gap: 21px;
    }

    .footer__head {
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
    }

    .footer__link {
        font-weight: 400;
        font-size: 14px;
        color: #fff;
    }

    .footer__top {
        gap: 13px;
    }

    .footer__list {
        gap: 16px;
    }

    .footer__address,
    .footer__phone a,
    .footer__mail a {
        font-weight: 400;
        font-size: 14px;
        color: #fff;
    }

    .footer__both {
        margin: 17px 0px 0px 0px;
        padding: 26px 0px 0px 0px;
    }

    .footer__btn {
        padding: 15px 15px 15px 15px;
    }

    .footer__text a,
    .footer__text {
        font-weight: 400;
        font-size: 12px;
        line-height: 1.1;
        color: #5d918b;
        width: 100%;
    }
    .footer {
        margin-top: 54px;
    }
}

.bread__row {
    display: flex;
    gap: 5px;
}

.bread__item {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #232323;
    display: flex;
    gap: 5px;
}

.bread__item::after {
    content: "|";
    display: block;
}

.bread__item:last-child::after {
    display: none;
}

.bread__item a {
    color: #a2a2a2;
}

@media screen and (max-width: 576px) {
    .bread__item {
        font-weight: 400;
        font-size: 12px;
        text-transform: uppercase;
    }
}


.seo__bg.seo__bg--second {
    position: absolute;
}

.seo__row {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 10px;
}

.seo__info {
    background-color: #f0f0f0;
    border-radius: 20px 20px 20px 20px;
    position: relative;
    padding: 72px 41px 68px 67px;
    overflow: hidden;
}

.seo__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
}

.seo__bg--first {
    background-position: right top;
}

.seo__bg--second {
    background-position: left bottom;
}

.seo__img {
    border-radius: 20px 20px 20px 20px;
    display: flex;
}

.seo__desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    color: #232323;
    margin: 30px 0px 0px 0px;
}

.seo__desc,
.seo__title {
    position: relative;
    z-index: 1;
}

.seo__row--inverse .seo__img {
    order: -1;
}

.seo__btn {
    position: relative;
    z-index: 1;
    padding: 18px;
    width: 331px;
    max-width: 100%;
    margin-top: 41px;
}

.seo__desc li {
    padding-left: 10px;
    list-style-type: none;
    position: relative;
}

.seo__desc li + li {
    margin-top: 15px;
}

.seo__desc li::after {
    content: "";
    position: absolute;
    left: -6px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #004e45;
    transform: translateY(-50%);
}

@media (max-width: 993px) {
    .seo__info {
        padding: 32px 32px 32px 32px;
    }
}

@media (max-width: 768px) {
    .seo__row {
        display: flex;
        flex-direction: column;
    }

    .seo__img {
        order: -1;
        height: 400px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .seo__img {
        height: 254px;
    }

    .seo__desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.1;
        color: #232323;
    }

    .seo__bg--first {
        background-size: 70px;
    }

    .seo__bg--second {
        background-size: 250px;
    }
}

@media (max-width: 360px) {
    .seo__desc {
        margin: 21px 0px 0px 0px;
    }

    .seo__img.seo__fimg {
        height: 254px;
    }

    .seo__info {
        padding: 32px 30px 32px 27px;
    }
}


.modern__icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.modern__desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    color: #232323;
    margin: 34px 0px 0px 0px;
}

.modern__imgs {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 10px;
    margin: 34px 0px 0px 0px;
}

.modern__img {
    height: 463px;
    border-radius: 20px 20px 20px 20px;
}


.modern__row {
    margin: 10px 0px 0px 0px;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 8px;
}

.modern__item {
    background-color: #02584e;
    border-radius: 14px 14px 14px 14px;
    padding: 29px 59px 27px 35px;
    position: relative;
}

.modern__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 1;
}

.modern__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    color: #fff;
    margin: 18px 0px 0px 0px;
    z-index: 1;
    position: relative;
}

.modern__item:not(:first-child) {
    background: #f0f0f0;
}

.modern__item:not(:first-child) .modern__text,
.modern__item:not(:first-child) .modern__name {
    color: #232323;
}

.modern__img--mob {
    display: none;
}

@media screen and (max-width: 900px) {
    .modern__row {
        grid-template-columns:repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .modern__imgs {
        display: block;
    }

    .modern__img {
        height: 247px;
    }

    .modern__img--second {
        display: none;
    }

    .modern__img--mob {
        display: flex;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .modern__desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.1;
        color: #232323;
    }

    .modern__row {
        display: flex;
        flex-direction: column;
    }

    .modern__name {
        font-weight: 700;
        font-size: 18px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #fff;
    }

    .modern__text {
        margin: 16px 0px 0px 0px;
    }

    .modern__desc {
        margin: 20px 0px 0px 0px;
    }

    .modern__row {
        margin: 10px 0px 0px 0px;
    }

    .modern__imgs {
        margin: 25px 0px 0px 0px;
    }

    .modern__item {
        padding: 29px 42px 24px 31px;
        min-height: 170px;
    }

    .modern__text {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.1;
    }
}

.history__name {
    font-weight: 700;
    font-size: 24px;
    color: #232323;
}

.history__text {
    font-weight: 400;
    font-size: 18px;
    color: #232323;
    margin: 10px 0px 0px 0px;
}

.history__year {
    font-weight: 700;
    font-size: 62px;
    text-transform: uppercase;
    color: #004e45;
    text-align: right;
}

.history__list {
    margin: 38px 0px 0px 0px;
    display: grid;
    grid-template-columns:1fr 30px 1fr;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 35px;
    row-gap: 17px;
    align-items: center;
    position: relative;
}

.history__list::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 3px;
    border-radius: 10px;
    background-color: #f0f0f0;
    height: 100%;
    z-index: -1;
}

.history__item {
    background-color: #f0f0f0;
    padding: 32px 28px 12px 43px;
    border-radius: 20px 20px 20px 20px;
    position: relative;
}

.history__item:last-child {
    background: #02584e;
}

.history__item:first-child {
    background: #02584e;
}

.history__item:first-child .history__year,
.history__item:last-child .history__year,
.history__item:first-child .history__text,
.history__item:last-child .history__text,
.history__item:first-child .history__name,
.history__item:last-child .history__name {
    color: #ffffff;
}

.history__round {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history__item:nth-child(even) .history__round {
    display: none;
}

.history__list > *:nth-last-child(2) .history__round--inner {
    background-color: #02584e;
}

.history__round--inner {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #02584e;
}

@media screen and (max-width: 768px) {
    .history__round {
        display: none;
    }

    .history__list {
        display: flex;
        padding-top: 75px;
        position: relative;
    }

    .history__list::after {
        content: "";
        position: absolute;
        width: 100%;
        left: 0;
        top: 37px;
        height: 3px;
        background-color: #f0f0f0;
    }

    .history__list::before {
        display: none;
    }

    .history__item {
        position: relative;
    }

    .history__item::before {
        content: "";
        position: absolute;
        top: -48px;
        width: 24px;
        height: 24px;
        background-color: #f0f0f0;
        border-radius: 50%;
        left: calc(50% - 12px);
    }

    .history__item::after {
        content: "";
        position: absolute;
        top: -42px;
        width: 12px;
        height: 12px;
        background-color: #02584E;
        border-radius: 50%;
        left: calc(50% - 6px);
    }

    .history__item:last-child::after {
        background-color: #02584e;
    }
}

@media (max-width: 576px) {
    .history__item {
        width: 100%;
    }

    .history__item {
        padding: 22px 28px 12px 24px;
    }

    .history__name {
        font-weight: 700;
        font-size: 18px;
        color: #232323;
    }

    .history__text {
        font-weight: 400;
        font-size: 14px;
        color: #232323;
    }

    .history__year {
        font-weight: 700;
        font-size: 30px;
        text-transform: uppercase;
        color: #004e45;
        margin: 73px 0px 0px 0px;
        text-align: left;
    }
    .history__list {
        margin-top: 24px;
        padding-top: 49px;
    }
}

.reward {
    overflow: hidden;
}

.reward__marq {
    display: flex;
    gap: 10px;
    overflow: visible;
    animation: marquee 20s infinite linear;
}

.reward__row {
    display: flex;
    gap: 10px;
    margin-top: 40px;
}

.reward__item {
    width: 305px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    border-radius: 20px;
    padding-top: 22px;
    padding-bottom: 19px;
}

@media screen and (max-width: 576px) {
    .reward__item {
        width: 215px;
        padding-top: 15px;
        padding-left: 17px;
        padding-right: 17px;
        padding-bottom: 13px;
    }
}


.deal__desc {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    color: #232323;
    margin: 30px 0px 0px 0px;
}

.deal__list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    margin: 41px 0px 0px 0px;
    gap: 10px;
}

.deal__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #232323;
    position: relative;
    z-index: 1;
}

.deal__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    color: #232323;
    margin: 17px 0px 0px 0px;
    position: relative;
    z-index: 1;
}

.deal__num {
    font-weight: 700;
    font-size: 62px;
    text-transform: uppercase;
    color: #e1e7e6;
    position: absolute;
    right: 11px;
    top: 4px;
}

.deal__item {
    background-color: #f0f0f0;
    border-radius: 14px 14px 14px 14px;
    padding: 30px 59px 26px 35px;
    position: relative;
}

.deal__item:first-child .deal__name,
.deal__item:last-child .deal__name,
.deal__item:first-child .deal__text,
.deal__item:last-child .deal__text {
    color: #ffffff;
}

.deal__item:first-child {
    background: #02584e;
}

.deal__item:first-child .deal__num {
    color: #024a43;
}

.deal__item:last-child {
    background: #02584e;
}

.deal__item:last-child .deal__num {
    color: #004e45;
}

@media (max-width: 993px) {
    .deal__list {
        grid-template-columns:repeat(2, 1fr);
    }
}

@media (max-width: 650px) {
    .deal__list {
        grid-template-columns:repeat(1, 1fr);
    }
}

@media (max-width: 576px) {
    .deal__list {
        margin: 27px 0px 0px 0px;
    }

    .deal__desc {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.1;
        color: #232323;
        margin: 27px 0px 0px 0px;
    }

    .deal__name {
        font-weight: 700;
        font-size: 18px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #232323;
        position: relative;
        z-index: 1;
    }

    .deal__text {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.1;
        color: #232323;
        margin: 14px 0px 0px 0px;
        position: relative;
        z-index: 1;
    }

    .deal__num {
        font-weight: 700;
        font-size: 50px;
        text-transform: uppercase;
        color: #e1e7e6;
        right: 14px;
        z-index: 0;
    }

    .deal__item {
        padding: 22px 41px 20px 19px;
        min-height: 141px;
    }
}


.easy__row {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    position: relative;
    gap: 30px;
    padding: 30px 0px 0px 0px;
}

.easy__line {
    position: absolute;
    width: 100%;
    height: 3px;
    min-height: 3px;
    background-color: #f0f0f0;
    left: 0px;
    top: 44px;
    z-index: -1;
}

.easy__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.easy__name {
    font-weight: 700;
    font-size: 24px;
    color: #232323;
}

.easy__desc {
    font-weight: 400;
    font-size: 18px;
    color: #232323;
    margin: 9px 0px 0px 0px;
}

.easy__inner {
    margin: 30px 0px 0px 0px;
    padding: 30px 30px 43px 30px;
    background-color: #f0f0f0;
    border-radius: 20px 20px 20px 20px;
    flex: 1;
}

.easy__round {
    width: 30px;
    height: 30px;
    background-color: #f0f0f0;
    border-radius: 50% 50% 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.easy__round--inner {
    width: 16px;
    height: 16px;
    background-color: #02584e;
    border-radius: 50% 50% 50% 50%;
}

.easy__item:first-child .easy__inner {
    background: #02584e;
}

.easy__wrap {
    position: relative;
}

.easy__item:first-child .easy__name,
.easy__item:first-child .easy__desc {
    color: #ffffff;
}

@media (max-width: 993px) {
    .easy__row {
        grid-template-columns:repeat(1, 1fr);
    }
}

@media (max-width: 360px) {
    .easy__name {
        font-weight: 700;
        font-size: 24px;
        color: #232323;
    }

    .easy__inner {
        margin: 13px 0px 0px 0px;
    }
}


.form__img {
    height: 445px;
    border-radius: 20px 20px 20px 20px;
}

.form__wrap {
    background-color: #02584e;
    margin: -174px 44px 0px 43px;
    position: relative;
    border-radius: 20px 20px 20px 20px;
    padding: 52px 60px 41px 61px;
    background-image: url(/wp-content/uploads/2026/04/group-5411.svg);
    background-repeat: no-repeat;
}

.form__text a {
    color: #ffffff;
    text-decoration: underline;
}

.form__head {
    font-weight: 700;
    font-size: 46px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
}

.form__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    color: #fff;
    max-width: 375px;
}

.form__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
}

.form__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.form__form {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 21px;
    margin: 33px 0px 0px 0px;
}

.form__input {
    font-weight: 400;
    font-size: 18px;
    width: 100%;
    padding: 17px 27px 17px 27px;
    color: #000000;
    outline: none;
    border: none;
    border-radius: 6px;
}

.form__input::placeholder {
    color: #8f8f8f;
}

.form__btn {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: #00473e;
    border-radius: 6px 6px 6px 6px;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.form__btn:hover {
    background-color: #f0f0f0;
    color: #000000;
}

.form__check {
    display: flex;
    align-items: center;
    gap: 19px;
    cursor: pointer;
}

.form__check input {
    display: none;
}

.form__checkbox {
    width: 25px;
    min-width: 25px;
    height: 25px;
    border: 1px solid #ffffff;
    border-radius: 4px 4px 4px 4px;
}

@media (max-width: 993px) {
    .form__form {
        grid-template-columns:repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .form__wrap {
        margin: -174px 20px 0px 20px;
        padding: 30px 17px 30px 17px;
    }
}

@media (max-width: 576px) {
    .form__desc {
        display: none;
    }

    .form__form {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 20px;
    }

    .form__head {
        font-weight: 700;
        font-size: 30px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #fff;
    }

    .form__wrap {
        padding: 30px 15px 30px 15px;
        margin: -174px 15px 0px 15px;
    }

    .form__input {
        font-weight: 400;
        font-size: 14px;
        color: #8f8f8f;
        padding: 15px 16px 15px 16px;
    }

    .form__btn {
        padding: 13px 0px 14px 0px;
    }

    .form__text {
        font-weight: 400;
        font-size: 12px;
        line-height: 1.2;
        color: #fff;
    }
}

.contacts__col {
    background-color: #f0f0f0;
    padding: 40px 69px 40px 54px;
    border-radius: 20px;
}

.contacts__row {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 10px;
    border-radius: 20px 20px 20px 20px;
    margin: 39px 0px 0px 0px;
}

.contacts__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #232323;
    margin: 0px 0px 28px 0px;
}

.contacts__info svg {
    width: 18px;
    min-width: 18px;
}

.contacts__info + .contacts__info {
    margin-top: 20px;
}

.contacts__btn.contacts__contacts__btn.contacts__btn--green {
    padding: 19px 0px 19px 0px;
    max-width: 480px;
}

.contacts__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #232323;
    margin: 0px 0px 28px 0px;
}

.contacts__info {
    font-weight: 400;
    font-size: 18px;
    color: #232323;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contacts__btn {
    margin-top: 30px;
    padding: 19px 0px 19px 0px;
    max-width: 480px;
}

.contacts__col:nth-child(1) .contacts__btn {
    background: #00473e;
}

.contacts__col:nth-child(1) .contacts__btn:hover {
    background: #f0f0f0;
}

@media (max-width: 993px) {
    .contacts__row {
        grid-template-columns:repeat(1, 1fr);
    }
}


@media (max-width: 576px) {
    .contacts__row {
        margin: 26px 0px 0px 0px;
    }

    .contacts__name {
        font-weight: 700;
        font-size: 18px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #232323;
    }

    .contacts__col {
        padding: 27px 32px 40px 32px;
    }

    .contacts__info svg {
        width: 13px;
        min-width: 13px;
    }

    .contacts__info {
        font-weight: 400;
        font-size: 14px;
        color: #232323;
    }

    .contacts__btn {
        padding: 13px 0px 16px 0px;
        margin-top: 20px;
    }

    .contacts__name {
        margin-bottom: 21px;
    }

    .contacts__info + .contacts__info {
        margin-top: 15px;
    }
}

.catalog {
    margin-top: 101px;
}

.catalog__list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 37px;
    row-gap: 28px;
}

.catalog__desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    color: #232323;
    margin-top: 36px;
}

.catalog .mix__info {
    margin-top: 10px;
}

.catalog .mix__img {
    border-radius: 10px;
}

.catalog__article + .catalog__article {
    margin-top: 94px;
}

@media screen and (max-width: 768px) {
    .catalog__list {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 26px;
        row-gap: 21px;
    }

    .catalog {
        margin-top: 54px;
    }

    .catalog__desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.1;
        color: #232323;
        margin-top: 26px;
    }

    .catalog .mix__link {
        font-weight: 700;
        font-size: 12px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #232323;
    }

    .catalog .mix__img {
        height: 85px;
    }

    .catalog .mix__link svg {
        width: 18px;
        height: 18px;
    }

    .catalog .mix__link {
        padding: 6px 7px 7px 10px;
    }

    .catalog__article + .catalog__article {
        margin-top: 61px;
    }
}

.products {
    margin-top: 100px;
}

.products__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    row-gap: 30px;
}

.product__item {
    background: #f0f0f0;
    padding: 12px 22px;
    position: relative;
    border-radius: 20px;
}

.product__badge {
    position: absolute;
    top: 18px;
    left: 13px;
    display: flex;
    background: #02584e;
    border-radius: 24px;
    padding: 7px 9px;
    align-items: center;
    gap: 5px;
}

.product__icon {
    display: flex;
}

.product__icon::after {
    content: '';
    display: flex;
    width: 1px;
    height: auto;
    background-color: #ffffff;
    margin-left: 5px;
}

.product__icon:last-child::after {
    display: none;
}

.product__img {
    height: 248px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__img img {
    max-height: 100%;
}

.product__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.product__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #232323;
}

.product__info {
    margin-top: 22px;
}

.product__char {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
    border-top: 1px solid #d6dddd;
    padding-right: 10px;
}

.product__prop,
.product__value {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    color: #8f8f8f;
}
.product__value {
    text-align: right;
}

.product__link {
    min-width: 35px;
}

.product__char {
    gap: 10px;
}

.recipe__btn {
    display: flex;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #232323;
    align-items: center;
    justify-content: space-between;
}

.recipes {
    margin-top: 100px;
}

.recipes__list {
    margin-top: 35px;
}

.recipes__img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 286px;
}

.recipes__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recipes .mix__info {
    margin-top: 20px;
}

@media screen and (max-width: 993px) {
    .products__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 700px) {
    .products__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 576px) {
    .products__list {
        display: flex;
        flex-direction: column;
        row-gap: 19px;
    }

    .products {
        margin-top: 60px;
    }

    .product__badge {
        top: 15px;
        left: 16px;
    }

    .product__top {
        margin-top: 10px;
    }

    .product__info {
        margin-top: 6px;
    }

    .recipes {
        margin-top: 61px;
    }

    .recipes__list {
        margin-top: 25px;
    }

    .recipes__img {
        height: 241px;
    }

    .recipe__btn {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #232323;
    }
}


.stuff {
    position: relative;
}

.stuff__row {
    display: grid;
    gap: 62px;
    grid-template-columns: 6fr 5fr;
    padding-top: 140px;
    position: relative;
}

.stuff__visual {
    display: flex;
    gap: 62px;
}

.stuff__img {
    height: 462px;
    flex: 1;
}

.stuff__img img {
    object-fit: contain;
}

.stuff__thumbs {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.stuff__thumb {
    width: 110px;
    min-width: 110px;
    height: 110px;
    padding: 14px;
    border-radius: 10px;
    background: #f0f0f0;
    border: 1px solid transparent;
    cursor: pointer;
}

.stuff__chars {
    margin-top: 22px;
}

.stuff__prop {
    padding-top: 15px;
    padding-bottom: 22px;
    border-top: 1px solid #e4e4e4;
}

.stuff__head {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #232323;
}

.stuff__val {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    color: #232323;
    margin-top: 14px;
}

.stuff__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    color: #232323;
    margin-top: 20px;
}

.stuff__text p + p {
    margin-top: 20px;
}

.stuff__header {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #232323;
}

.stuff__visual {
    position: sticky;
    top: 200px;
}

.stuff__thumb--active {
    border-color: #02584e;
}

.stuff__bg--first {
    position: absolute;
    top: -175px;
    left: 0;
    z-index: -1;
}

.stuff__bg--second {
    position: absolute;
    top: 194px;
    right: 0;
    z-index: -1;
}

@media screen and (max-width: 993px) {
    .stuff__visual,
    .stuff__row {
        display: flex;
        flex-direction: column;
    }

    .stuff__thumbs {
        flex-direction: row;
        justify-content: center;
    }

    .stuff__img {
        flex: unset;
    }
}

@media screen and (max-width: 576px) {
    .stuff__row {
        padding-top: 10px;
    }

    .stuff__img {
        height: 282px;
    }

    .stuff__thumbs {
        gap: 30px;
        justify-content: space-between;
    }

    .stuff__thumb {
        width: 81px;
        min-width: 81px;
        height: 84px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .stuff__visual {
        gap: 10px;
    }

    .stuff__title {
        font-weight: 700;
        font-size: 24px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #232323;
    }

    .stuff__row {
        gap: 31px;
    }

    .stuff__head {
        font-weight: 700;
        font-size: 18px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #232323;
    }

    .stuff__val {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.1;
        color: #232323;
        margin-top: 10px;
    }

    .stuff__prop {
        padding-top: 8px;
        padding-bottom: 9px;
    }

    .stuff__header {
        font-weight: 700;
        font-size: 18px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #232323;
        margin-top: 12px;
    }

    .stuff__text {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.1;
        color: #232323;
    }

    .stuff__thumbs {
        overflow: auto;
    }

    .stuff__bg--first {
        width: 50%;
        top: -29px;
    }

    .stuff__bg--second {
        width: 80%;
        top: unset;
        bottom: 160px;
    }
}

.content {
    margin-top: 30px;
}

.content__img {
    height: 504px;
    border-radius: 20px;
    margin-top: 40px;
}

.content__text {
    margin-top: 40px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    color: #000;
}
.content__row {
    display: grid;
    grid-template-columns: 4fr 8fr;
    gap: 30px;
    margin-top: 42px;
}
.content__row .content__img {
    margin-top: 0;
    height: 310px;
}
.content__text p + p {
    margin-top: 22px;
}
.content__fio {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 20px;
    font-weight: 700;
}
.content__row .content__text {
    margin-top: 22px;
}
.content__title {
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .content__row {
        display: flex;
        flex-direction: column;
    }
    .content__row .content__img {
        object-position: top center;
    }
    .content__row .content__img {
        height: 260px;
    }
}
@media screen and (max-width: 576px) {
    .content__img {
        height: 268px;
        margin-top: 18px;
    }

    .content__text {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.1;
        color: #000;
        margin-top: 18px;
    }
}

.maps__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.maps__header {
    background: #f0f0f0;
    border-radius: 20px;
    padding: 13px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.maps__left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.maps__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #232323;
}

.maps__map {
    margin-top: 10px;
    width: 100%;
    height: 548px;
    overflow: hidden;
    border-radius: 20px;
}

.maps__address {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    color: #232323;
    margin-top: 30px;
}

.maps__address ol {
    margin-left: 36px;
}

.maps__address li + li {
    margin-top: 5px;
}

.maps__address strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #232323;
    display: block;
    margin-top: 28px;
    margin-bottom: 28px;
}

.maps {
    margin-top: 60px;
}

.maps__item--address .maps__header {
    min-height: 84px;
    cursor: pointer;
}

.maps__arrow {
    min-width: 21px;
}

.maps__arrow svg {
    transition: all .4s;
}

.maps__item--address {
    background: #f0f0f0;
    border-radius: 20px;
}

.maps__item--address .maps__address {
    margin: 0;
    padding: 6px 23px;
    padding-bottom: 23px;
}

.maps__item--address .maps__address {
    display: none;
}

.maps__header--open .maps__arrow svg {
    transform: rotate(-180deg);
}
.maps__heading {
    margin-bottom: 40px;
}
.front .maps__left {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
}
.front .maps__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #232323;
}

@media screen and (max-width: 768px) {
    .maps__list {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 576px) {
    .maps__left {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .maps__logo {
        height: 35px;
    }

    .maps__logo img {
        max-height: 100%;
    }

    .maps__title {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #232323;
    }

    .maps__map {
        height: 300px;
    }

    .maps__address {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.1;
        color: #232323;
        margin-top: 21px;
    }

    .maps__address ol {
        margin-left: 31px;
    }

    .maps__address strong {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #232323;
        margin: 20px 0;
    }

    .maps__list {
        gap: 60px;
    }

    .maps__arrow {
        min-width: 12px;
        width: 12px;
    }

    .maps__list--address {
        gap: 19px;
    }
    .front .maps__title {
        font-weight: 700;
        font-size: 14px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #232323;
        max-width: 150px;
    }
    .maps__heading {
        margin-bottom: 24px;
    }
    .front .maps__header  {
        padding-left: 19px;
        padding-right: 19px;
    }
    .front .maps__list {
        gap: 17px;
    }
}

.contact__row {
    display: flex;
    gap: 6px;
}

.contact__row > * {
    width: calc(50% - 3px);
}

.contact__btn {
    padding: 19px;
    margin-top: 31px;
}

.contact__map {
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (max-width: 850px) {

    .contact__row {
        flex-direction: column;
        gap: 10px;
    }

    .contact__row > * {
        width: 100%;
    }

    .contact__map {
        width: 100%;
        height: 321px;
        order: -1;
    }
}

.vacancy__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 100px;
}

.vacancy__item {
    background-color: #f0f0f0;
    border-radius: 20px;
    padding: 28px 42px;
    padding-right: 32px;
    padding-bottom: 34px;
}

.vacancy__city {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 18px;
    color: #232323;
}

.vacancy__top {
    display: flex;
    justify-content: space-between;
}

.vacancy__salary {
    font-size: 24px;
    color: #02584e;
    font-weight: 700;
}

.vacancy__name {
    font-size: 25px;
    font-weight: 700;
    color: #232323;
    margin-top: 21px;
    line-height: 1.1;
}

.vacancy__btn {
    padding: 19px;
    margin-top: 21px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    z-index: 2000;
}

.modal--active {
    opacity: 1;
    visibility: visible;
}

.modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.modal__body {
    background: #fff;
    z-index: 10000;
    max-width: 607px;
    border-radius: 20px;
    overflow: auto;
    padding: 36px 41px;
    max-height: 100dvh;
}
.modal__top {
    display: flex;
    justify-content: space-between;
}
.modal__city {
    font-size: 18px;
    color: #232323;
}
@media screen and (max-width: 576px) {
    .modal__body {
        border-radius: 0;
    }
}
.vacancy__head {
    font-size: 25px;
    line-height: 1.1;
    color: #232323;
    font-weight: 700;
    margin-top: 16px;
}
.vacancy__content {
    font-size: 16px;
    margin-top: 16px;
}
.vacancy__content p + p {
    margin-top: 10px;
}
.vacancy__content em {
    font-style: normal;
    color: #8f8f8f;
}
.vacancy__content ol {
    margin-left: 15px;
    margin-top: 10px;
}
.vacancy__content strong {
    display: block;
    margin-top: 10px;
}
.vacancy__price {
    font-size: 24px;
    color: #02584e;
    font-weight: 700;
    margin-top: 30px;
}
.modal__close {
    cursor: pointer;
}

@media screen and (max-width: 993px) {
	.vacancy__list {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 576px) {
    .vacancy__city {
        font-size: 14px;
    }
    .vacancy__salary {
        font-size: 20px;
    }
    .vacancy__name {
        font-size: 20px;
    }
    .vacancy__btn {
        font-size: 18px;
        padding: 13px;
    }
    .vacancy__head {
        font-size: 20px;
    }
    .vacancy__content {
        font-size: 14px;
    }
    .vacancy__price {
        font-size: 20px;
    }
}

.news__list {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
.news {
    margin-top: 30px;
}
.news__list {
    margin-top: 40px;
}
@media screen and (max-width: 850px) {
    .news__list {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 576px) {
    .news__list {
        display: flex;
        flex-direction: column;
    }
}
.article__both .article__name {
    margin-top: 0;
}
.not__img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.not__title {
    font-size: 24px;
    color: #232323;
    font-weight: 700;
    line-height: 1.1;
    max-width: 721px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.not__btn {
    font-size: 18px;
    padding: 19px;
    background-color: #00473e;
    border-radius: 6px;
    width: 100%;
    max-width: 360px;
    color: #ffffff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 38px;
}
.not__btn a {
    color: #ffffff;
}
@media screen and (max-width: 576px) {
    .not__btn {
        font-size: 16px;
    }
}

.modal__head {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    color: #232323;
}
.modal__input {
    background: #f0f0f0;
}
.modal__form {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.input__file input {
    display: none;
}
.input__file--placeholder {
    display: flex;
    align-items: center;
    gap: 9px;
}
.input__file {
    display: flex;
    font-weight: 400;
    font-size: 18px;
    color: #8f8f8f;
    border: 1px dashed #8f8f8f;
    align-items: center;
    padding: 20px 26px;
    border-radius: 6px;
    cursor: pointer;
}
.modal__small {
    font-weight: 400;
    font-size: 14px;
    color: #232323;
}
.review__btn {
    padding: 19px;
    border: none;
    outline: none;
}
.form__check--inverse .form__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #8f8f8f;
}
.form__check--inverse .form__text a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #02584e;
}
.form__check--inverse .form__checkbox {
    border-color: #ada599;
}
.form__check input:checked + .form__checkbox {
    background-image: url(../img/check-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.form__check--inverse input:checked + .form__checkbox {
    background-image: url(../img/check.svg);
}
.input__file--name {
    font-weight: 700;
    color: #232323;
}
input.form__input--error {
    background-color: #ff9999;
}
.form__input--error .form__checkbox {
    background-color: #ff9999;
}
.modal--thq .modal__close {
    margin-left: auto;
    margin-bottom: 16px;
    text-align: right;
}
.modal__ttl {
    font-size: 48px;
}
.modal__txt {
    text-align: center;
    margin-top: 16px;
    font-size: 20px;
    color: #8f8f8f;
}
.products__back {
    background-color: #02584e;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px;
    border-radius: 30px;
    color: #ffffff;
    max-width: 200px;
    padding-right: 20px;
    margin-bottom: 16px;
    font-weight: 700;
}
.products__back svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
}
.stuff__back {
    margin-top: 64px;
}
@media screen and (max-width: 576px) {
    .stuff__back {
        margin-top: 24px;
    }
    .products__back {
        padding: 5px;
        padding-right: 15px;
        gap: 2px;
    }
}
.footer__dev {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #b9d1ce;
    display: block;
}