@media (max-width: 1024px){
    .banner_title {
        color: #FFFFFF;
        font-size: 35px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Mulish", sans-serif;
        width: 52%;
        text-align: center;
    }

    .catalog_banner {
        width: 100%;
        height: 100vh;
    }

    .catalog_banner img{
        object-fit: cover;
    }

    .uslugi_banner {
        width: 100%;
        height: 100vh;
    }

    .uslugi_banner img{
        object-fit: cover;
    }

    .contact_banner {
        width: 100%;
        height: 100vh;
    }

    .contact_banner img{
        object-fit: cover;
    }

    .otzyv_banner {
        width: 100%;
        height: 100vh;
    }

    .otzyv_banner img{
        object-fit: cover;
    }

    .main_about_name {
        color: #38362A;
        font-size: 21px;
        font-weight: 700;
        font-family: "Mulish", sans-serif;
        text-align: center;
    }

    .main_about_text {
        color: #555555;
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        width: 100%;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .footer_name {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: 400;
        padding-top: 30px;
        text-align: center;
    }

    .about_banner {
        width: 100%;
        height: 100vh;
    }

    .about_banner img{
        object-fit: cover;
    }
}

@media (max-width: 1023px) {
    .menu {
        display: block;
    }

    .burger-checkbox {
        position: absolute;
        visibility: hidden;
    }

    .burger {
        position: relative;
        z-index: 1;
        cursor: pointer;
        display: block;
        position: relative;
        border: none;
        background: transparent;
        width: 40px;
        height: 26px;
    }

    .burger::before,
    .burger::after {
        content: '';
        left: 0;
        position: absolute;
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 10px;
        background: #000;
    }
    
    .burger::before {
        top: 0;
        box-shadow: 0 11px 0 #000;
        transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
    }

    .burger::after {
        bottom: 0;
        transition: bottom .3s .15s, transform .3s;
    }

    .burger-checkbox:checked + .burger::before {
        top: 11px;
        transform: rotate(45deg);
        box-shadow: 0 6px 0 rgba(0,0,0,0);
        transition: box-shadow .15s, top .3s, transform .3s .15s;
    }

    .burger-checkbox:checked + .burger::after {
        bottom: 11px;
        transform: rotate(-45deg);
        transition: bottom .3s, transform .3s .15s;
    }

    .menu-list {
        top: 0;
        left: 0;
        position: absolute;
        display: grid;
        gap: 12px;
        margin: 0;
        background: #F7F7F7;
        list-style-type: none;
        transform: translateX(-100%);
        transition: .3s;
        width: 310px;
        z-index: 1000;
        height: 100vh;
        align-content: space-between;
    }

    .menu-item {
        display: block;
        padding: 8px;
        color: white;
        font-size: 18px;
        text-align: center;
        text-decoration: none;
    }

    .menu-item:hover {
        background: rgba(255,255,255,.2)
    }

    .burger-checkbox:checked ~ .menu-list {
        transform: translateX(0);
    }

    .menu_title {
        color: rgba(0, 0, 0, .1);
        font-weight: 400;
        font-size: 24px;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        padding: 30px 0px;
        border-bottom: 1px solid #666666;
        border-color: rgba(0, 0, 0, .1);
    }

    .menu-list li {
        border-bottom: 1px solid #666666;
        border-color: rgba(0, 0, 0, .1);
        padding: 25px;
    }

    .menu-list a {
        color: #666666;
        font-weight: 400;
        font-size: 24px;
        text-transform: uppercase;
        font-family: "Mulish", sans-serif;
    }

    .menu_tel {
        color: rgba(0, 0, 0, .1);
        font-weight: 400;
        font-size: 24px;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        padding: 30px 0px;
        border-top: 1px solid #666666;
        border-color: rgba(0, 0, 0, .1);
    }
}



@media (max-width: 768px) {
    .header_menu{
        display: none;
    }

    .main_banner {
        width: 100%;
        height: 106vh;
    }

    .main_banner video{
        filter: brightness(50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .otzyv_banner {
        width: 100%;
        height: 100vh;
    }

    .otzyv_banner img{
        object-fit: cover;
    }

    .otzyv_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .banner_title {
        color: #FFFFFF;
        font-size: 32px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Mulish", sans-serif;
        width: 52%;
        text-align: center;
    }

    .main_about_text {
        color: #555555;
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        width: 100%;
    }

    .main_about_name {
        color: #38362A;
        font-size: 19px;
        font-weight: 700;
        font-family: "Mulish", sans-serif;
        text-align: center;
    }

    .more_btn img{
        width: 50px;
    }

    .more_btn {
        display: flex;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(57%, -80%);
        z-index: 1;
    }

    .text_dop p {
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        background: #0064FF2E;
        border: 0;
        border-radius: 100px;
        padding: 10px 10px;
    }

    .footer_name {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: 400;
        padding-top: 30px;
        text-align: center;
    }

    .footer_body {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #D7D7D7;
        padding-bottom: 30px;
        flex-direction: column;
        gap: 20px;
    }

    .footer_links {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .slick-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: flex !important;
        justify-content: center;
        width: 100%;
    }

    .slick-dots li.slick-active button{
        background: #4D994D;
    }

    .slick-dots li button {
        font-size: 0;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ccc;
        border: none;
        margin: 0 5px;
        padding: 0;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .main_contacty_block {
        background-image: url(/img/banners/contact_modal.png);
        width: 60%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 20px;
    }

    .main_contacty_content {
        background: #F7F7F7;
        padding: 20px;
        width: 42%;
        border-left: 10px solid #fff;
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
    }

    .main_company_content {
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 19px;
    }

    .main_company_text {
        color: #555555;
        font-size: 16px;
        font-weight: 400;
    }

    .main_company_btns{
        display: flex;
        gap: 5px;
        justify-content: space-around;
    }

    .main_company_btns a:nth-child(1) {
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 400;
        background-color: #4D994D;
        border-radius: 12px;
        padding: 12px;
        border: 0;
        cursor: pointer;
        margin-right: 0px;
        text-align: center;
    }

    .main_company_btns a:nth-child(2) {
        color: #3684FC;
        font-size: 15px;
        font-weight: 400;
        border-radius: 12px;
        padding: 15px;
        border: 0;
        cursor: pointer;
        border: 1px solid #3684FC;
        text-align: center;
    }

    .menu-list {
        top: 0;
        left: 0;
        position: absolute;
        display: grid;
        gap: 12px;
        margin: 0;
        background: #F7F7F7;
        list-style-type: none;
        transform: translateX(-100%);
        transition: .3s;
        width: 450px;
        z-index: 1000;
        height: 100vh;
        align-content: space-between;
    }

    .menu-list li {
        border-bottom: 1px solid #666666;
        border-color: rgba(0, 0, 0, .1);
        padding: 15px;
    }

    .menu_tel {
        color: rgba(0, 0, 0, .1);
        font-weight: 400;
        font-size: 24px;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        padding: 30px 0px;
        border-top: 0;
        border-color: rgba(0, 0, 0, .1);
    }

    .menu-list a {
        color: #666666;
        font-weight: 400;
        font-size: 20px;
        text-transform: uppercase;
        font-family: "Mulish", sans-serif;
    }

    .about_banner {
        width: 100%;
        height: 100vh;
    }

    .about_banner img{
        object-fit: cover;
    }

    .about_statistics_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .about_block {
        width: 100%;
        height: 100vh;
        position: relative;
    }

    .product_flex {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 30px;
        gap: 20px;
        flex-wrap: wrap;
    }
    .product_img {
        width: 100%;
        order: 3;
    }

    .product_catalog_flex {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
    }

    .product_content {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-content: center;
        align-items: center;
    }

    .name_dop-dop{
        color: #000000;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 10px;
        text-align: center;
    }

    .text_dop-dop {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 5px;
        width: 100%;
    }

    .product_art {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 10px;
    }

    .product_item{
        background: #FFFFFF;
        padding: 30px 15px;
        display: flex;
        flex-direction: column;
        gap: 9px;
        width: 100%;
        border-radius: 16px;
    }

    .uslugi_banner {
        width: 100%;
        height: 100vh;
    }

    .uslugi_banner img{
        object-fit: cover;
    }

    .primus_text {
        text-align: center;
        color: #555555;
        font-weight: 400;
        font-size: 15px;
        width: 100%;
    }

    .primus_block {
        border: 1px solid #CFCFCF;
        padding: 15px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        border-radius: 16px;
    }

    .escort_block {
        border: 1px solid #CFCFCF;
        padding: 15px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        border-radius: 16px;
    }

    .escort_text {
        text-align: center;
        color: #555555;
        font-weight: 400;
        font-size: 15px;
        width: 100%;
    }

    .contact_banner {
        width: 100%;
        height: 100vh;
    }

    .contact_banner img{
        object-fit: cover;
    }

    .contact_flex {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-direction: column;
    }

    .contact_item {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 10px;
    }

    .contact_map {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .main_banner {
        width: 100%;
        height: 100vh;
    }

    .main_banner video{
        filter: brightness(50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner_wrap {
        position: absolute;
        top: 35%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .banner_title {
        color: #FFFFFF;
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Mulish", sans-serif;
        width: 100%;
        text-align: center;
    }

        .banner_text {
        color: #EBEBEB;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        width: 100%;
    }

    .main_about_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .main_about_name {
        color: #38362A;
        font-size: 15px;
        font-weight: 700;
        font-family: "Mulish", sans-serif;
        text-align: center;
    }

    .main_about_text {
        color: #555555;
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        width: 100%;
    }

    .menu-list {
        top: 0;
        left: 0;
        position: absolute;
        display: grid;
        gap: 12px;
        margin: 0;
        background: #F7F7F7;
        list-style-type: none;
        transform: translateX(-100%);
        transition: .3s;
        width: 316px;
        z-index: 1000;
        height: 100vh;
        align-content: space-between;
    }

    .text_dop p {
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        background: #0064FF2E;
        border: 0;
        border-radius: 100px;
        padding: 10px 3px;
    }

    .main_about {
        border: 1px solid #CFCFCF;
        border-radius: 16px;
        padding: 30px 6px;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .main_catalog_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .footer_body {
        display: flex;
        border-bottom: 1px solid #D7D7D7;
        padding-bottom: 30px;
        flex-direction: column;
        gap: 20px;
    }

    .main_contacty {
        display: flex;
        flex-direction: column-reverse;
    }

    .main_contacty_content {
        background: #F7F7F7;
        padding: 32px;
        width: 100%;
        border-left: 10px solid #fff;
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
    }

    .main_contacty_block {
        background-image: url(/storage/app/media/main/contact_modal.png);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px;
    }

    .main_contacty_item {
        width: 100%;
    }

    .main_company {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .main_company_img {
        width: 100%;
    }

    .main_company_content{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .header_menu{
        display: none;
    }

    .footer_menu ul {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .footer_menu a{
        margin-bottom: 10px;
    }

    .header_tel{
        display: none;
    }

    .more_btn {
        display: flex;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(56%, -75%);
        z-index: 1;
    }

    .more_btn img{
        width: 50px;
    }

    .slick-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: flex !important;
        justify-content: center;
        width: 100%;
    }

    .slick-dots li.slick-active button{
        background: #4D994D;
    }

    .slick-dots li button {
        font-size: 0;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ccc;
        border: none;
        margin: 0 5px;
        padding: 0;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .main_about_title {
        color: #38362A;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 50px;
        font-family: "Mulish", sans-serif;
    }

    .main_catalog_title {
        color: #38362A;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 50px;
        font-family: "Mulish", sans-serif;
    }

    .main_company_title {
        color: #000000;
        font-size: 30px;
        font-weight: 600;
        font-family: "Mulish", sans-serif;
    }

    .main_company_btns{
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
    }

    .main_company_btns a:nth-child(1) {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: 400;
        background-color: #4D994D;
        border-radius: 12px;
        padding: 15px;
        border: 0;
        cursor: pointer;
        margin-right: 0px;
    }

    .main_otzyv_title {
        color: #38362A;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 50px;
        font-family: "Mulish", sans-serif;
    }

    .main_contacty_title {
        color: #38362A;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 50px;
        font-family: "Mulish", sans-serif;
    }

    .main_partner_title {
        color: #38362A;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 50px;
        font-family: "Mulish", sans-serif;
    }

    .footer_name {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: 400;
        padding-top: 30px;
        text-align: center;
    }

    .footer_menu a {
        margin-right: 0px;
        text-transform: uppercase;
        color: #FFFFFF;
        font-size: 20px;
        font-weight: 400;
    }

    .footer_menu li{
        margin-bottom: 10px;
    }

    .footer_btns {
        margin-bottom: 5%;
    }

    .about_statistics_number {
        color: #4D994D;
        font-size: 42px;
        font-weight: 500;
        font-family: "Mulish", sans-serif;
        position: relative;
    }
    
    .about_statistics_text {
        color: #000000;
        font-size: 20px;
        font-weight: 400;
        font-family: "Mulish", sans-serif;
        text-align: center;
    }
    
    .about_history_timeline-item.right {
        left: 0;
        text-align: left;
    }

    .about_statistics_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .about_banner {
        width: 100%;
        height: 100vh;
    }

    .about_banner img{
        object-fit: cover;
    }

    .about_about {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .about_about_img {
        width: 100%;
    }

    .about_about_content{
        width: 100%;
    }

    .about_block {
        width: 100%;
        height: 176vh;
        position: relative;
    }

    .about_block img{
        object-fit: cover;
    }

    .about_block_flex {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 28px;
    }

    .about_block_title {
        color: #FFFFFF;
        font-size: 34px;
        font-weight: 600;
        font-family: "Mulish", sans-serif;
        margin-bottom: 35px;
    }
    
    .about_block_content {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .about_history_timeline::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 2px;
        background: #4CAF50;
        transform: translateX(-50%);
        height: 76%;
        margin-top: 20px;
    }

    .about_history_timeline-item.left{
        left: 0;
        margin-bottom: 30px;
    }

    .about_history_timeline-item {
        position: relative;
        width: auto;
        padding: 0px 25px;
        box-sizing: border-box;
    }

    .about_history_timeline-item::before{
        content: "";
        position: absolute;
        top: 22px;
        width: 14px;
        height: 14px;
        background: #4CAF50;
        border-radius: 50%;
        box-shadow: 0 0 0 2px #4CAF50;
        left: -7px;
    }

    .catalog_banner {
        width: 100%;
        height: 100vh;
    }
    
    .about_block_wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0px;
        justify-content: center;
    }

    .catalog_banner img {
        object-fit: cover;
    }

    .catalog {
        position: relative;
        width: 170px;
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 12px;
        transition: box-shadow 0.3s;
    }

    .product_flex {
        display: flex;
        margin-bottom: 30px;
        gap: 20px;
        align-items: center;
        flex-wrap: wrap;
    }

    .product_img {
        width: 100%;
        order: 3;
    }

    .product_item{
        background: #FFFFFF;
        padding: 30px 15px;
        display: flex;
        flex-direction: column;
        gap: 9px;
        width: 100%;
        order: 2;
    }

    .product_content {
        display: flex;
        flex-direction: column;
        gap: 20px;
        order: 1;
        align-content: center;
        align-items: center;
    }

    .product_text {
        color: #555555;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }

    .text_dop-dop {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px;
        width: 100%;
    }
    
    .otzyv_block {
        border: 1px solid #E6E6E6;
        border-radius: 16px;
        padding: 35px 10px;
    }

    .name_dop-dop {
        color: #000000;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 10px;
        text-align: center;
    }

    .product_art {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 10px;
    }

    .product_catalog_flex {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .product_catalog {
        position: relative;
        width: 170px;
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 12px;
        transition: box-shadow 0.3s;
        overflow: visible;
    }

    .product_catalog_desc {
        position: absolute;
        left: -1px;
        right: 0;
        background: #fff;
        padding: 12px 14px;
        border-radius: 0 0 12px 12px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        opacity: 0;
        pointer-events: none;
        transform: translateY(10px);
        transition: all 0.3s ease;
        z-index: 10;
        width: 170px;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 1.4;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .uslugi_banner {
        width: 100%;
        height: 100vh;
    }

    .uslugi_banner img{
        object-fit: cover;
    }

    .uslugi_about, .uslugi_about.reverse {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .uslugi_img {
        width: 100%;
    }

    .uslugi_item {
        width: 100%;
    }

    .primus_block {
        border: 1px solid #CFCFCF;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        border-radius: 16px;
    }

    .primus_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .primus_text {
        text-align: center;
        color: #555555;
        font-weight: 400;
        font-size: 15px;
        width: 100%;
    }

    .escort_block {
        border: 1px solid #CFCFCF;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        border-radius: 16px;
    }

    .escort_text{
        text-align: center;
        color: #555555;
        font-weight: 400;
        font-size: 15px;
        width: 100%;
    }

    .escort_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .contact_banner {
        width: 100%;
        height: 100vh;
    }

    .contact_banner img{
        object-fit: cover;
    }

    .contact_flex {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-direction: column;
    }

    .contact_item {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 20px;
    }

    .contact_map {
        width: 100%;
    }

    .otzyv_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .otzyv_banner {
        width: 100%;
        height: 100vh;
    }

    .otzyv_banner img{
        object-fit: cover;
    }
    
    .main_catalog {
        position: relative;
        width: 100%;
        padding: 9px;
        border: 1px solid #ddd;
        border-radius: 12px;
        transition: box-shadow 0.3s;
        overflow: visible;
    }
    
    .main_catalog_desc{
        position: absolute;
        left: -1px;
        right: 0;
        background: #fff;
        padding: 12px 14px;
        border-radius: 0 0 12px 12px;
        opacity: 0;
        pointer-events: none;
        transform: translateY(10px);
        transition: all 0.3s ease;
        z-index: 10;
        width: 170px;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 1.4;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    
    .otzyv_text {
        color: #555555;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .otzyv_content button{
        border: 0;
        background: #fff;
        }
        
    .modal-img {
        display:none;
    }
    
    .modal-body {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .modal-content{
        display: flex;
        width: 100%;
        background: #fff;
        height: auto;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
        pointer-events: auto;
        border-radius: 20px;
        outline: 0;
        padding: 20px;
    }
    
    .modal__input input {
        font-family: var(--font-family);
        font-weight: 500;
        font-size: 18px;
        line-height: 120%;
        color: #151515;
        background-color: transparent;
        padding-bottom: 10px;
        border: 0;
        margin-bottom: 10px;
    }
    
    .main_partner_text {
        margin: 25px 0 0;
        font-size: 16px;
    }
    
    .about_about-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    
    .about_block_grid{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:10px;
    }
    
    .about_block-block {
        width: 100%;
        height: 120vh;
        position: relative;
    }
    
    .about_block-block img{
        object-fit:cover;
    }
    
    .about_block_name {
        color: #FFFFFF;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 1.1;
    }
    
    .about_block_text {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 400;
    }
    
    .site_link-link{
        color: #555555;
        font-size: 20px;
        font-weight: 400;
        text-align: start;
        padding-top: 62px;
    }
        
    .tab-links {
        display: flex;
        justify-content: space-between;
        padding: 20px 0px;
        border-bottom: 1px solid #555555;
        flex-wrap: wrap;
    }
    
    .contact_banner_title {
        color: #FFFFFF;
        font-size: 26px;
        font-weight: 600;
        font-family: "Mulish", sans-serif;
    }
    
    .contact_banner_text {
        color: #CFCFCF;
        font-size: 16px;
        font-weight: 400;
    }
    
    .forma {
        width: 100%;
    }
    
    .category_title {
        color: #38362A;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 50px;
        font-family: "Mulish", sans-serif;
    }

}