<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Gilroy';
    src: url('..//fonts/gilroy/Gilroy-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy/Gilroy-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy/Gilroy-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy/Gilroy-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy/Gilroy-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy/Gilroy-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/gilroy/Gilroy-Extrabold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'NeutralFace';
    src: url('/assets/fonts/neutral-face/NeutralFace.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
  }
  

:root {
    --main-color: #F879EB;
    --secondary-color: #DEDEDE;
}

/* ____РћСЃРЅРѕРІРЅРµ РѕР±РЅСѓР»РµРЅРЅСЏ СЃС‚РёР»С–РІ____ */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    font-family: 'Gilroy', sans-serif;
    line-height: 1.4;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

.site-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 1980px;
    margin: 0 auto;
}

main {
    flex: 1;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    color: #FFFFFF;
    font-weight: 400;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--main-color) !important;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
    border: none;
    outline: none;
    background: none;
}

button {
    cursor: pointer;
    background: none;
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: inherit;
    line-height: 1.2;
}

/* ________________________ */

.container {
    max-width: 1300px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

body {
    background: #1E1E1E;
    color: var(--secondary-color);
}

.over-hidden {
    overflow: hidden;
}

.site-wrapper {
    overflow: hidden;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #00000099;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.decorate-block {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(90deg, var(--main-color) 0%, #F05BE1 100%);
    filter: blur(120px);
    opacity: 0.8;
    pointer-events: none;
    z-index: 0;
    width: 247px;
    height: 230px;
    z-index: -1;
}

.mob-version {
    display: none;
}


/* ______________________HEADER_____________________ */

header.site-header.container {
    position: relative;
}

header.site-header .header-wrapper {
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 40px;
}

header.site-header .header-wrapper a {
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 400;
}

ul#menu-header-menu {
    display: flex;
    align-items: center;
    gap: 44px;
}

.header-wrapper_block {
    display: flex;
    align-items: center;
    gap: 56px;
}

.header-wrapper_block__language {
    font-weight: 400;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-wrapper_language {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    background-color: #fff;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    padding: 6px 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
    white-space: nowrap;
}

header.site-header .language-dropdown a {
    color: var(--main-color);
    text-decoration: none;
    font-weight: 500;
}

/* РџРѕРєР°Р·СѓС”РјРѕ РІРёРїР°РґР°СЋС‡РёР№ СЃРїРёСЃРѕРє РїСЂРё РЅР°РІРµРґРµРЅРЅС– РЅР° РІРµСЃСЊ РєРѕРЅС‚РµР№РЅРµСЂ */
.header-wrapper_language:hover .language-dropdown {
    opacity: 1;
    visibility: visible;
}


.header-wrapper_block__info {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 20px 24px;
    border: 1px solid var(--main-color);
    color: var(--secondary-color);
    font-weight: 400;
    font-size: 15px;
}

.header-wrapper_menu {
    display: flex;
    align-items: center;
    gap: 56px;
}

.header-wrapper_logo {
    width: 87px;
}

.header-wrapper_logo img {
    width: 100%;
}

.header-wrapper_block__burger {
    display: none;
}

.header-wrapper_block__burger .burger-button {
    display: inline-block;
    cursor: pointer;
}

.header-wrapper_block__burger .burger-button span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: var(--main-color);
    margin-bottom: 7px;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.header-wrapper_block__burger .burger-button span:last-child {
    margin-bottom: 0;
}

.header-menu_mobile {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 75px;
    width: 230px;
    background: #1E1E1E;
    position: absolute;
    top: 0;
    z-index: 10000;
    right: -100%;
    padding: 32px 20px;
    height: 100vh;
    transition: right 0.3s ease;
}

.header-menu_mobile.active {
    right: 0;
}

.header-menu_mobile ul#menu-header-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.header-menu_mobile ul#menu-header-menu a {
    color: var(--secondary-color);
}

.header-menu_mobile .close-button {
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.header-menu_mobile .close-button span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 1.5px;
    background-color: var(--main-color);
    transform-origin: center;
}

/* РџРµСЂС€Р° Р»С–РЅС–СЏ вЂ” РїРѕРІРѕСЂРѕС‚ РЅР° 45В° */
.header-menu_mobile .close-button span:first-child {
    transform: rotate(45deg);
}

/* Р”СЂСѓРіР° Р»С–РЅС–СЏ вЂ” РїРѕРІРѕСЂРѕС‚ РЅР° -45В° */
.header-menu_mobile .close-button span:last-child {
    transform: rotate(-45deg);
}



/* ______________________END_HEADER_____________________ */



/* ______________________BANER_____________________ */

.baner-section {
    padding: 33px 0;
    margin-bottom: 88px;
}

.baner-section-wrapper {
    display: flex;
    align-items: center;
    gap: 111px;
}

.baner-section_content {
    width: 40%;
    z-index: 2;
}

.baner-section_content h1 {
    font-size: 60px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.baner-section_content p {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
}

.header-wrapper_block__info.mob-version {
    display: none;
}

.template-section_content__link {
    margin-top: 25px;
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 21px;
    font-weight: 300;
    color: var(--main-color);
    text-decoration: underline;
}

.baner-section_content a.template-section_content__link {
    margin-top: 45px;
}

.baner-section_img {
    position: relative;
    max-width: 636px;
    width: 100%;
    z-index: 1;
}

.baner-section_img img {
    width: 100%;
}

.baner-section_img .decorate-block {
    top: 50%;
    transform: translateY(-50%);
    left: -10%;
}

/* ______________________END_BANER______________________ */

/* ______________________WHY-ME______________________ */

section.why-me {
    position: relative;
    display: flex;
    align-items: center;
    gap: 109px;
    margin-top: 70px;
}

section.why-me .decorate-block {
    right: -10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.9;
}

.why-me_image {
    position: relative;
    max-width: 407px;
    width: 100%;
}

.why-me_image::before {
    content: "";
    position: absolute;
    top: -35px;
    left: 0;
    width: 140px;
    height: 1px;
    background-color: var(--main-color);
}

.why-me_image img {
    width: 100%;
}

.why-me_content {
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.why-me_content__title {
    position: relative;
    display: inline-block;
    /* С‰РѕР± svg РЅРµ РІС–РґСЂРёРІР°РІСЃСЏ РґР°Р»РµРєРѕ */
}

.why-me_title__svg {
    position: absolute;
    bottom: 25px;
    right: -7px;
    width: 178px;
    height: 15px;
    pointer-events: none;
}

.why-me_content__title h2 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 41px;
    text-transform: uppercase;
    color: #ffffff;
}

.why-me_content__list ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 71px;
}

.why-me_content__list li {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 400;
}

.why-me_content__list .why-me_content__list-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 59px;
    height: 59px;
    font-size: 26px;
    font-weight: 400;
    color: var(--secondary-color);
    border-radius: 50%;
    border: 1px solid #fff;
}

.why-me_content__social {
    display: flex;
    gap: 140px;
}

.why-me_content__social a {
    font-size: 18px;
    font-weight: 400;
    color: var(--main-color);
    transition: 0.3s ease all;
    text-transform: uppercase;
}

.why-me_content__social a:hover {
    color: #ffffff !important;
}

/* ______________________END_WHY-ME______________________ */

/* ______________________STATISTIC_____________________ */

section.statistic {
    margin-top: 62px;
    margin-bottom: 130px;
}

.statistic-wrapper {
    padding-top: 23px;
    padding-bottom: 29px;
    max-width: 1153px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
    border-top: 1.6px solid var(--main-color);
    border-bottom: 1.6px solid var(--main-color);
}

.statistic-item {
    display: flex;
    flex-direction: column;
    gap: 4.5px;
    align-items: center;
}

.statistic-item_number {
    font-size: 42px;
    font-weight: 400;
    color: #ffffff;
}

.statistic-item_text {
    font-size: 14.8px;
    font-weight: 400;
}

/* ______________________END_STATISTIC_____________________ */

/* ______________________FOOTER_____________________ */

footer {
    padding: 45px 0;
    background: var(--main-color);
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

.footer-social {
    display: flex;
    gap: 54px;

}

.footer-social a {
    font-size: 18px;
    font-weight: 500;
    color: #1E1E1E;
    text-transform: uppercase;
}

.footer-menu ul {
    display: flex;
    gap: 44px;
}

.footer-menu ul a {
    font-size: 16px;
    font-weight: 500;
    color: #1E1E1E;
}

.footer-adress .footer-adress_wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-adress a,
.footer-adress {
    font-size: 15px;
    font-weight: 500;
    color: #1E1E1E;
    transition: 0.3s ease all;
}

footer a:hover {
    color: #ffffff !important;
}

/* ______________________END_FOOTER_____________________ */

/* ______________________PRICELIST_____________________ */

section.pricelist {
    margin-top: 90px;
    margin-bottom: 130px;
    position: relative;
}

section.pricelist .decorate-block {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    filter: blur(110px);
    opacity: 0.9;
    z-index: 0;
}

.pricelist_wrapper {
    display: flex;
    flex-direction: column;
    gap: 68px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.pricelist-title {
    position: relative;
    display: inline-block;
}

.pricelist-title__svg {
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    width: 211px;
    height: 14px;
    pointer-events: none;
}

.pricelist-title h2 {
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.pricelist-content {
    display: flex;
    gap: 60px;
}

.pricelist-content_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 36px 43px 30px;
    border: 2px solid var(--main-color);
    width: 294px;
}

.pricelist-content_item__title {
    margin-bottom: 44px;
}

.pricelist-content_item__title h3 {
    font-size: 38px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--main-color);
    text-align: center;
}

.pricelist-content_item__price {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 51px;
}

.pricelist-content_item__info {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    height: 100%;
    display: flex;
    align-items: end;
}

/* ______________________END_PRICELIST_____________________ */

/* ______________________REVIEWS_____________________ */

section.reviews {
    position: relative;
    margin-top: 90px;
    margin-bottom: 155px;
}

section.reviews .decorate-block {
    top: -60px;
    right: -8%;
    opacity: 1;
    z-index: 1;
}

.reviews-content p {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 300;
    color: var(--secondary-color);
}

.reviews-content h3 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 15px;
}

.reviews-title {
    position: relative;
    display: inline-block;
    margin-bottom: 72px;
}

.reviews-title__svg {
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 190px;
    height: 15px;
    pointer-events: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

.reviews-title__svg svg {
    width: 190px;
}

.reviews-title h2 {
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;

}

.reviews_wrapper.container .reviews-content.swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    position: relative;
}

.reviews-content {
    max-width: 934px;
    width: 100%;
    z-index: 2;
}

.reviews-content .swiper-slide {
    color: #f8f8f8;
    text-align: start;
    padding: 0 144px;
}

.reviews-content .custom-prev,
.reviews-content .custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    width: 80px;
    height: 80px;
}

.swiper-button-prev,
.swiper-button-next {
    background: none !important;
    color: transparent !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}

.custom-prev span.swiper-notification,
.custom-next span.swiper-notification {
    display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}


.reviews-content .custom-prev {
    left: 0;
}

.reviews-content .custom-next {
    right: 0;
}

/* РђРєС‚РёРІРЅР° СЃС‚СЂС–Р»РєР° вЂ” РєРѕР»С–СЂ var(--main-color) */
.swiper-button-prev.custom-prev:not(.swiper-button-disabled) svg circle,
.swiper-button-prev.custom-prev:not(.swiper-button-disabled) svg path,
.swiper-button-next.custom-next:not(.swiper-button-disabled) svg circle,
.swiper-button-next.custom-next:not(.swiper-button-disabled) svg path {
    stroke: var(--main-color);

    transition: all 0.3s ease;
}

/* РќРµР°РєС‚РёРІРЅР° СЃС‚СЂС–Р»РєР° вЂ” Р·Р°Р»РёС€Р°С”РјРѕ СЃС‚Р°РЅРґР°СЂС‚РЅРёР№ РєРѕР»С–СЂ var(--secondary-color) */
.swiper-button-disabled svg circle,
.swiper-button-disabled svg path {
    stroke: var(--secondary-color);
    opacity: 0.5;
    cursor: not-allowed;
}

/* ______________________END_REVIEWS_____________________ */

/* ______________________INSTAGRAM_____________________ */

.instagram-gallery_slider.swiper.swiper-initialized.swiper-horizontal {
    position: unset;
}

.instagram-gallery_slider {
    padding-right: 100px;
}

.instagram-gallery_title {
    text-align: center;
    margin-top: 153px;
    margin-bottom: 50px;

}

.instagram-gallery_title h2 {
    font-weight: 400;
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
}

.instagram-gallery_content {
    position: relative;
    padding: 0 108px 0 20px;
    border-top: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

.instagram-gallery_slider .swiper-slide {
    text-align: center;
    transition: transform 0.3s ease;
}

.instagram-gallery_slider .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.insta-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    transition: opacity 0.3s ease;
    z-index: 10;
}

span.swiper-notification {
    display: none !important;
}

.insta-next.swiper-button-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.swiper-button-next.insta-next {
    right: 8px;
}

section.instagram-gallery {
    margin-bottom: 55px;
}

section.instagram-gallery .template-section_content__link {
    justify-content: center;
    margin-top: 56px;
}


/* ______________________END_INSTAGRAM_____________________ */

/* ______________________CONTACTS_____________________ */

section.contacts {
    margin-top: 88px;
    margin-bottom: 100px;
    position: relative;
}

section.contacts .decorate-block {
    top: 50%;
    transform: translateY(-50%);
    right: -8%;
    opacity: 1;
    z-index: 1;
}

.contacts-wrapper {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.contacts-info_title h2 {
    display: block;
    width: fit-content;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 9px;
    border-bottom: 2px solid var(--main-color);
    margin-bottom: 49px;
    color: #ffffff;
}

.contacts-info_content {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.contacts-info_content a {
    color: var(--secondary-color);
}

p.contacts-info_content__title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5.5px;
    color: #ffffff;
}

p.contacts-info_content__descr {
    font-size: 18px;
    font-weight: 400;
}

.contacts-form {
    max-width: 578px;
    width: 100%;
}

.contacts-form_content .contact-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contacts-form_content .contact-form label {
    font-weight: 300;
    font-size: 18.6px;
    color: transparent;
    color: var(--secondary-color);
    margin-top: 15px;
}

.contacts-form_content .contact-form input,
.contacts-form_content .contact-form textarea {
    padding: 10px 14px;
    border: 1px solid var(--main-color);
    color: #ffffff;
    font-size: 14px;
    background: transparent;
    transition: border 0.2s ease;
}

.contacts-form_content .contact-form input:focus,
.contacts-form_content .contact-form textarea:focus {
    border-color: var(--main-color);
    outline: none;
}

.contacts-form_title h3 {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}

.contacts-form_content {
    max-width: 400px;
}

/* ______________________home-general-wrapper_____________________ */

.home-general-wrapper section.why-me {
    margin-top: 140px;
}

.home-general-wrapper section.contacts {
    margin-top: 140px;
}

/* ______________________END_home-general-wrapper_____________________ */


/* ______________________END_CONTACTS_____________________ */

/* ______________________MEDIA_____________________ */

@media (max-width: 1023px) {
    header.site-header .header-wrapper {
        gap: 25px;
    }

    .header-wrapper_block {
        gap: 36px;
    }

    .header-wrapper_logo {
        width: 53px;
    }

    .baner-section_content h1 {
        font-size: 42px;
        font-weight: 400;

        margin-bottom: 14px;
    }

    .baner-section_content p {
        font-size: 20px;
        font-weight: 400;
    }

    .template-section_content__link {
        font-size: 18px;
        font-weight: 300;
        margin-top: 34px;
    }

    .footer-social {
        gap: 32px;
        flex-direction: column;
    }

    .header-menu_mobile.active ul#menu-header-menu {
        flex-direction: column;
        gap: 20px;
        padding-left: 40px;
    }

    section.why-me {
        flex-direction: column;
        gap: 31px;
        align-items: start;
        padding: 0 20px;
    }

    .pricelist-title h2 {
        font-size: 36px;
    }

    .pricelist-content_item__title h3 {
        font-size: 29.4px;
    }

    .pricelist-content_item__info {
        font-size: 12.4px;
        font-weight: 400;
    }
}

@media (max-width: 767px) {
    .mob-version {
        display: flex;
    }

    footer {
        padding: 37px 0;
    }

    .footer-social a {
        font-size: 16px;
    }

    .header-wrapper_block__info.mob-version {
        margin-top: 52px;
        display: flex;
        width: fit-content;
    }

    .header-wrapper_block__info.mob-version p {
        font-size: 15px;
        font-weight: 400;
        color: var(--secondary-color);
    }

    .header-wrapper_block__info.mob-version a {
        font-size: 15px;
        font-weight: 400;
        color: var(--secondary-color);
    }

    section.reviews {
        margin-top: 27px;
        margin-bottom: 55px;
    }

    .header-wrapper_menu ul#menu-header-menu,
    .header-wrapper_block__info {
        display: none;
    }

    .header-wrapper_logo,
    .header-wrapper_block__burger {
        display: block;
    }

    header.site-header .header-wrapper {
        padding: 20px 0;
    }

    .baner-section {
        padding-top: 0;
        margin-bottom: 22px;
    }

    .baner-section-wrapper {
        flex-direction: column-reverse;
        gap: 32px;
        padding: 0;
    }

    .baner-section_content {
        padding: 0 20px;
    }

    .baner-section_content,
    .baner-section_img {
        width: 100%;
        display: block;
    }

    .baner-section_img {
        max-height: 390px;
        object-fit: cover;
    }

    .baner-section_img .decorate-block {
        top: auto;
        bottom: -50%;
        transform: translateY(-30%);
        left: auto;
        right: -15%;
        filter: blur(60px);
        opacity: 0.5;
    }

    .footer-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 35px;
    }

    .footer-social,
    .footer-menu {
        flex: 1 1 45%;
        max-width: fit-content;
    }

    .footer-adress_wrapper p {
        display: block;
        font-size: 14px;
        max-width: 120px;
    }

    .footer-menu ul#menu-header-menu {
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }

    .footer-adress {
        flex: 1 1 100%;
        /* С‚СЂРµС‚С–Р№ Р±Р»РѕРє РЅР° РІСЃСЋ С€РёСЂРёРЅСѓ */
    }

    .footer-adress .footer-adress_wrapper {
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 20px;
        align-items: end;
    }

    .footer-adress_wrapper a {
        white-space: nowrap;
    }

    .why-me_content__social {
        gap: 25px;
        justify-content: space-between;
    }

    .why-me_image {
        max-width: 55%;
    }

    .why-me_content__title h2 {
        font-size: 36px;
        margin-bottom: 36px;
    }

    .why-me_content__title {
        max-width: 285px;
        width: 100%;
    }

    .why-me_title__svg,
    .why-me_title__svg svg {
        width: 130px;
        right: 20px;
    }

    .why-me_content__social a {
        font-size: 14px;
    }

    .why-me_image::before {
        top: -17px;
        width: 83px;
        height: 0.6px;
    }

    .why-me_content__list li {
        font-size: 16px;
    }

    section.why-me .decorate-block {
        top: 30%;
    }

    

    section.why-me {
        margin-top: 22px;
    }

    .home-general-wrapper section.why-me {
        margin-top: 50px;
    }

    .why-me_content {
        width: 100%;
    }

    .why-me_content__list .why-me_content__list-number {
        width: 48px;
        min-width: 48px;
        height: 48px;
        font-size: 21px;
    }

    .statistic-item_number {
        font-size: 22.5px;
    }

    section.statistic {
        margin-top: 22px;
        margin-bottom: 55px;
    }

    section.pricelist .decorate-block {
        top: 100px;
        left: auto;
        right: 0;
        transform: translate(50%, 0%);
        filter: blur(80px);
        opacity: 0.6;
        z-index: 0;
    }

    .statistic-item_text {
        font-size: 10.47px;
    }

    .statistic-wrapper {
        gap: 20px;
        padding: 25px 10px;
    }

    .pricelist_wrapper {
        gap: 47px;
    }

    .pricelist-content {
        flex-direction: column;
        gap: 21.5px;
    }

    .pricelist-content_item {
        width: 229px;
    }

    .pricelist-content_item__title {
        margin-bottom: 37px;
    }

    .pricelist-content_item__price {
        margin-bottom: 52px;
        font-size: 18.5px;
    }

    .pricelist-title__svg,
    .pricelist-title__svg svg {
        width: 171px;
    }

    section.pricelist {
        margin-top: 20px;
        margin-bottom: 55px;
    }

    section.reviews .swiper-slide {
        padding: 0 0 75px;
    }

    .reviews-content .custom-prev,
    .reviews-content .custom-next {
        position: absolute;
        top: auto;
        bottom: 0;
        transform: none;
        cursor: pointer;
        display: flex;
        width: 80px;
        height: 80px;
    }

    .reviews-content .custom-next svg,
    .instagram-gallery .swiper-button-next.insta-next svg,
    .reviews-content .custom-prev svg {
        width: 53px;
        height: 53px;
    }

    .home-general-wrapper .instagram-gallery_title {
        margin-top: 65px;
    }

    .instagram-gallery_title {
        margin-top: 55px;
        margin-bottom: 40px;
    }

    .instagram-gallery_title h2 {
        font-size: 36px;
    }

    section.instagram-gallery {
        margin-bottom: 60px;
    }

    .swiper-button-next.insta-next {
        right: 20px;
    }

    section.instagram-gallery .template-section_content__link {
        margin-top: 36px;
    }

    .reviews-content .custom-prev {
        left: 50%;
        transform: translateX(-110%);
        right: auto;
    }

    .reviews-content .custom-next {
        right: auto;
        left: 50%;
        transform: translateX(10%);
    }

    .reviews-title__svg,
    .reviews-title__svg svg {
        width: 150px;
    }

    section.reviews .decorate-block {
        display: none;
    }

    .reviews-title {
        margin-bottom: 40px;
    }

    .reviews-title h2 {
        font-size: 36px;
    }

    .reviews-content h3 {
        font-size: 24px;
    }

    .reviews-content p {
        font-size: 16px;
    }

    .contacts-wrapper.container {
        flex-direction: column;
    }

    .home-general-wrapper section.contacts {
        margin-top: 54px;
    }

    section.contacts {
        margin-top: 44px;
    }

    .contacts-info_title h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    p.contacts-info_content__title {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .contacts-info_content {
        gap: 20px;
    }

    section.contacts .decorate-block {
        display: none;
    }

    .contacts-form_content .contact-form {
        gap: 10px;
    }

    p.contacts-info_content__descr {
        font-size: 16px;
    }

    .contacts-form_title h3 {
        font-size: 24px;
    }

    .contacts-form_content .contact-form label {
        font-size: 14px;
        margin-top: 14px;
    }
}

/* ______________________END_MEDIA_____________________ */</pre></body></html>