/*
Theme Name: chebshek
*/

@font-face {
    font-family: "Montserrat";
    src: url("/wp-content/themes/chebshek/assets/fonts/Montserrat-Regular.woff2") format("woff2"),
        url("/wp-content/themes/chebshek/assets/fonts/Montserrat-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

/*Обнуление*/

*,
*::before,
*::after {
    box-sizing: border-box;
    transition: all 0.2s ease;
}

* {
    -webkit-tap-highlight-color: transparent;
}

/* Убираем внутренние отступы */

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/* Убираем внешние отступы */

html,
body,
h1,
h2,
h3,
h4,
p,
/* ul[class], */
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
    margin-top: 0 !important;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:hover {
    color: var(--color-accent);
}

body {
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text-primary);
    background-color: var(--color-bg);
    overflow-x: hidden;
    /* letter-spacing: 0.5px; */
}

body.y-hidden {
    overflow-y: hidden;
}

input,
button,
textarea,
select {
    font: inherit;
    cursor: inherit;
    padding: 0;
    border: none;
    outline: none;
}

::-moz-selection {
    color: var(--color-bg-light);
    background: var(--color-accent);
}

::selection {
    color: var(--color-bg-light);
    background: var(--color-accent);
}

#wpadminbar {
    display: none !important;
}

button {
    outline: none;
    border: none;
    background-color: transparent;
    padding: 0;
    height: fit-content;
}

img {
    object-fit: contain;
}

pre {
    font-family: "Montserrat";
    font-size: 16px;
    white-space: pre-wrap;
    margin: 0;
    line-height: 26px;
}

pre ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
}

pre ol {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 20px;
}

pre ol li::marker,
pre ul li::marker {
    color: var(--color-accent);
}

pre ol li::marker {
    font-size: inherit;
    font-weight: inherit;
}

/*Обнуление*/

/* flex  */
.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

.position-relative {
    position: relative;
}

.position-sticky {
    position: sticky;
}

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.start-0 {
    left: 0;
}

.end-0 {
    right: 0;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

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

.justify-content-start {
    justify-content: start;
}

.justify-content-end {
    justify-content: end;
}

.align-items-start {
    align-items: start;
}

.align-items-end {
    align-items: end;
}

.align-items-center {
    align-items: center;
}

.align-items-stretch {
    align-items: stretch;
}

.align-self-center {
    align-self: center;
}

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

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.vh-100 {
    height: 100vh;
}

.h-max {
    height: max-content;
}

.w-fit {
    width: fit-content;
}

.pointer {
    cursor: pointer;
}

.fit-cover {
    object-fit: cover;
}

.text-uppercase {
    text-transform: uppercase;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.row-gap-15 {
    row-gap: 15px;
}

.row-gap-10 {
    row-gap: 10px;
}

.column-gap-5 {
    column-gap: 5px;
}

.column-gap-30 {
    column-gap: 30px;
}

.text-center {
    text-align: center;
}

.text-end {
    text-align: right;
}

.di-md-flex {
    display: none;
}

/* flex  */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: var(--color-muted);
}

::-webkit-scrollbar-thumb {
    background-color: var(--color-text-light);
    /* border-radius: 8px; */
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-second-accent);
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    background-color: var(--color-bg-light) !important;
    -webkit-text-fill-color: var(--color-text-primary) !important;
    color: var(--color-text-primary) !important;
    -webkit-box-shadow: 0 0 0 30px var(--color-bg-light) inset !important;
}

:root {
    --color-accent: #00826C;
    --color-second-accent: #00B8A0;
    --color-text-primary: #2A2A2A;
    --color-text-light: #6B6B6B;
    --color-bg: #F5F6F5;
    --color-bg-light: #ffffff;
    --color-border: #E0E0E0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-160 {
    margin-top: 160px;
}

.my-160 {
    margin-top: 160px;
    margin-bottom: 160px;
}

.py-114 {
    padding-top: 114px;
    padding-bottom: 114px;
}

.pt-40 {
    padding-top: 40px;
}

.bold {
    font-weight: 600;
}

.t-12 {
    font-size: 12px;
    line-height: 16px;
}

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

.t-16 {
    font-size: 16px;
    line-height: 22px;
}

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

.t-20 {
    font-size: 20px;
    line-height: 32px;
}

.t-26 {
    font-size: 26px;
    line-height: 32px;
}

.t-32 {
    font-size: 32px;
    line-height: 42px;
}

.t-42 {
    font-size: 42px;
    line-height: 58px;
}

.main-title {
    font-size: 80px;
    line-height: 100px;
    font-weight: 800;
}

.text-white {
    color: var(--color-bg-light);
}

.text-light {
    color: var(--color-text-light);
}

.text-muted {
    color: var(--color-bg);
}

.text-accent {
    color: var(--color-accent);
}

.bg-muted {
    background-color: var(--color-bg);
}

.bg-light {
    background-color: var(--color-bg-light);
}

.bg-dark {
    background-color: var(--color-text-primary);
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-40 {
    gap: 40px;
}

.gap-60 {
    gap: 60px;
}

.underline {
    text-decoration: underline;
}

.content-block {
    width: 1320px;
}

.swiper-slider {
    overflow: hidden;
}

header {
    height: 90px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    z-index: 20;
}

.header-logo {
    height: 50px;
}

.primary-icon {
    height: 20px;
}

.secondary-icon {
    height: 16px;
}

.mid-icon {
    width: 25px;
}
.min-icon {
    height: 12px;
}

.primary-btn {
    height: 60px;
}

.primary-btn .text-part {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: var(--color-accent);
}

.primary-btn:hover .text-part {
    background-color: var(--color-second-accent);
}

.primary-btn .icon-part {
    width: 60px;
    background-color: var(--color-second-accent);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.primary-btn:hover .icon-part {
    background-color: var(--color-accent);
}

.primary-btn:hover .icon-part img {
    transform: translateX(5px);
}

.secondary-btn {
    background-color: var(--color-second-accent);
    border-radius: 100px;
    padding: 20px 30px;
    column-gap: 10px;
    width: fit-content;
}

.secondary-btn:hover {
    background-color: var(--color-accent);
    color: var(--color-bg-light);
}

.secondary-btn:hover img {
    transform: rotate(-15deg);
}

.lang-btn {
    padding-left: 35px;
    padding-right: 35px;
}

.lang-btn:hover {
    background-color: var(--color-bg);
}

.soc-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-color: transparent;
}

.soc-btn:hover {
    background-color: var(--color-accent);
}

.soc-btn:hover img {
    filter: brightness(0) invert(1);
}

.header-nav {
    column-gap: 40px;
}

.header-nav li::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--color-accent);
    opacity: 0;
    margin-top: 10px;
}

.header-nav li:hover::after {
    opacity: 1;
}

.hero-slide {
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-gradient {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
}

.left-center-absolute {
    left: 50%;
    transform: translateX(-50%);
}

.hero-content {

    width: 50%;
    row-gap: 40px;
}

.hero-nav-block {
    row-gap: 80px;
    padding-bottom: 10vh;
    z-index: 1;
}

.swiper-pagination-bullet {
    width: 30px !important;
    height: 2px !important;
    border-radius: 20px !important;
    background-color: var(--color-border) !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: var(--color-accent) !important;
}

.call-btn {
    width: 60px;
    height: 60px;
    z-index: 10;
    bottom: 5vw;
    right: 5vw;
    border-radius: 50%;
}

.side-menu-modal {
    z-index: 10;
}

.side-menu-modal {
    z-index: 10;
    display: none;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.side-menu-modal.showing {
    display: block;
    opacity: 1;
    transform: translateX(0);
}

.adv-section {
    top: -20px;
    z-index: 9;
}

.adv-blocks {
    gap: 20px;
}

.adv-blocks-item {
    border-radius: 15px;
    padding: 30px;
    /* width: 230px; */
    height: 350px;
    overflow: hidden;
}

.adv-blocks-item:hover {
    transform: translateY(-10px);
}

.adv-blocks-item.big {
    height: fit-content;
    width: 100%;
}

.adv-blocks-item.big:hover .text-icon-block {
    color: var(--color-bg-light);
    background-color: var(--color-accent);
}

.adv-blocks-item.big:hover .text-icon-block img {
    filter: brightness(0) invert(1);
}

.adv-blocks-item .icon-block img {
    height: 60px;
}

.adv-blocks-item .text-block,
.adv-block-content .text-block {
    writing-mode: tb-rl;
    transform: scaleX(-1) scaleY(-1);
}

.text-icon-block {
    color: var(--color-second-accent);
    column-gap: 20px;
    background-color: rgba(224, 224, 224, 0.4);
    padding: 20px 40px;
    border-radius: 20px;
}

.adv-block {
    width: 310px;
    flex: 0 0 310px;
    border-radius: 15px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.adv-block-content {
    padding: 30px;
    padding-right: 60px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px);
}

.adv-section {
    height: 462px;
}

footer {
    padding-top: 84px;
    padding-bottom: 84px;
}

.footer-logo {
    height: 84px;
}

.ver-divider {
    width: 1px;
    height: 84px;
    background-color: var(--color-text-light);
    opacity: 0.4;
}

.footer-info {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
}

.footer-info .item:nth-child(1),
.footer-info .item:nth-child(2) {
    width: 350px;
}

.partner-slider .swiper-slide {
    width: 205px !important;
}

/* .about-section img{ */
.about-section-banner {
    width: 64%;
    height: 850px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.about-section-content {
    background: linear-gradient(to left, rgba(245, 246, 245, 0), #F5F6F5 70%);
}

.about-block {
    background-color: var(--color-bg);
    padding: 60px 60px 60px 0;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top: 1px solid var(--color-bg-light);
    border-right: 1px solid var(--color-bg-light);
    border-bottom: 1px solid var(--color-bg-light);
}

.about-block pre {
    max-width: 545px;
}

.contact-section {
    background: linear-gradient(to right, #F5F6F5, #ffffff);
}

.contact-section-info,
.contact-section-form {
    row-gap: 100px;
}

.contact-section-info {
    background-color: var(--color-bg);
    padding: 60px 60px 60px 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.contact-section-form {
    /* background-color: var(--color-bg-light); */
    padding: 60px 0px 60px 60px;
}

textarea {
    height: 100px;
}

input,
textarea {
    background-color: transparent;
    padding: 20px 0;
    border-bottom: 1px solid var(--color-second-accent);
}

input::placeholder,
textarea::placeholder {
    color: var(--color-text-primary);
}

.contact-section-form button {
    align-self: flex-end;
}

.lang-btn {
    position: relative;
    cursor: pointer;
}

.lang-dropdown {
    display: none;
    width: 100%;
    top: 100%;
    background: var(--color-bg-light);
    border: 1px solid rgba(107, 107, 107, 0.2);
    z-index: 1000;
}

.lang-dropdown.show {
    display: block;
}

.lang-list {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}

.lang-item {
    padding: 5px 10px;
}

.lang-item img {
    width: 20px !important;
    height: auto !important;
}

.lang-item.active {
    background-color: var(--color-bg);
    /* Фоновый цвет для активного языка */
}

.lang-item a {
    display: block;
    text-decoration: none;
}

.lang-flag {
    width: 24px;
    height: 16px;
    object-fit: cover;
}

.hero-block {
    background-repeat: no-repeat;
    background-size: cover;
}

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

.partner-card {
    border-radius: 20px;
    background-color: var(--color-bg-light);
    padding: 80px 20px;
}

.partner-card:hover {
    transform: translateY(-10px);
}

.partner-card img {
    width: 204px;
}

.pharma-slider {
    width: 630px !important;
}

.pharma-slider .swiper-slide {
    height: 660px !important;
}

.pharma-slider .swiper-slide img {
    border-radius: 20px;
}

.year-circle, .year-points {
    width: 50px;
    height: 50px;
}
.year-circle{
    background: rgba(0, 184, 160, 0.561);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50%;
    z-index: 1;
    
}
.year-und{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--color-text-primary);    
}
.year-line {
    width: 1px;
    min-height: 300px;
    background-color: var(--color-second-accent);
}

.about-year-txt {
    border-radius: 20px;
    padding: 30px;
}

.map-section {
    border-bottom: 1px solid var(--color-bg-light);
}

.map-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.tab-btn {
    padding: 30px;
    min-width: 200px;
    text-transform: uppercase;
    cursor: pointer;
}

.tab-btn:nth-child(1) {
    border-top-left-radius: 20px;
}

.tab-btn:nth-child(2) {
    border-top-right-radius: 20px;
}

.tab-btn.active {
    background-color: var(--color-accent);
    color: var(--color-bg-light);
}

.tab-btn:not(.active) {
    background-color: var(--color-bg);
    color: var(--color-accent);
}

.tab-btn:not(.active):hover {
    color: var(--color-bg-light);
    background-color: var(--color-second-accent);
}

.up-btn {
    width: 60px;
    height: 60px;
    border-radius: 3px;
    background-color: var(--color-second-accent);
}

.up-btn:hover img {
    transform: translateY(-5px);
}

.post-block {
    width: 70%;
}


/* Начальные стили для элементов */
.animation-from-bottom,
.animation-from-right,
.animation-from-left,
.animation-from-top {
    opacity: 0;
}

/* Анимация для движения снизу вверх */
.animation-from-bottom.animate-bottom {
    animation: animateBottom 1.5s ease-out forwards;
}

@keyframes animateBottom {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Анимация для движения справа налево */
.animation-from-right.animate-right {
    animation: animateRight 1.5s ease-out forwards;
}

@keyframes animateRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Анимация для движения слева направо */
.animation-from-left.animate-left {
    animation: animateLeft 1.5s ease-out forwards;
}

@keyframes animateLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Анимация для движения сверху вниз */
.animation-from-top.animate-top {
    animation: animateTop 1.5s ease-out forwards;
}

@keyframes animateTop {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

#loader {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    z-index: 9999;
    transition: opacity 0.5s ease;
}

.loader-content {
    width: 150px;
    height: 150px;
}

.loader-content img {
    object-fit: contain;
    opacity: 0;
    animation: dissolveIn 2s ease-in-out forwards;
}

.particle-burst {
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 10%, transparent 70%);
    animation: particleBurst 2s ease-in-out forwards, pulseBackground 1.5s ease-in-out infinite;
}

@keyframes dissolveIn {
    0% {
        opacity: 0;
        filter: blur(10px);
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: scale(1);
    }
}

@keyframes particleBurst {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

@keyframes pulseBackground {
    0% {
        background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 10%, transparent 70%);
    }
    50% {
        background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 20%, transparent 80%);
    }
    100% {
        background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 10%, transparent 70%);
    }
}

#loader.loader-hidden {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 1440px) {
    .content-block {
        width: 90%;
    }

    .main-title {
        font-size: 60px;
        line-height: 80px;
    }

    .hero-nav-block {
        row-gap: 60px;
    }
}

@media (max-width: 1300px) {

    .pharma-slider {
        width: 530px !important;
    }

    .pharma-slider .swiper-slide {
        height: 560px !important;
    }
}

@media (max-width: 1199px) {
    .my-160 {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .mb-160 {
        margin-bottom: 100px;
    }

    .mt-160 {
        margin-top: 100px;
    }

    .main-title {
        font-size: 40px;
        line-height: 60px;
    }

    .hero-content {
        row-gap: 20px;
    }

    .footer-info .item:nth-child(1),
    .footer-info .item:nth-child(2) {
        width: 290px;
    }

    .adv-blocks-item .text-block {
        writing-mode: horizontal-tb;
        transform: none;
        font-size: 28px;
    }

    .adv-blocks-item {
        height: 150px;
    }

    .adv-blocks-item .icon-block img {
        height: 45px;
    }

    .adv-blocks-fourth {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .about-section-banner {
        height: 750px;
    }

    .about-section-banner {
        width: 84%;
    }

    .contact-section .t-18 {
        font-size: 16px;
    }

    .contact-section-info {
        padding: 40px 40px 40px 0;
    }

    .contact-section-form {
        padding: 40px 0px 40px 40px;
    }

    .about-year-item .t-42 {
        font-size: 36px;
        line-height: 48px;
    }

    .about-year-item .t-26 {
        font-size: 20px;
    }

    .pharma-slider {
        width: 430px !important;
    }

    .pharma-slider .swiper-slide {
        height: 460px !important;
    }

    .about-slider-section .t-20 {
        font-size: 16px;
    }

    .about-slider-content .gap-60 {
        gap: 40px;
    }

    .about-slider-content .mb-60 {
        margin-bottom: 20px;
    }
}

@media (max-width: 1023px) {
    .di-md-none {
        display: none;
    }

    .di-md-flex {
        display: flex;
    }

    .header-nav {
        font-size: 20px;
        row-gap: 20px;
    }

    .footer-info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-info .item {
        width: fit-content;
    }

    .adv-blocks-item .text-block,
    .adv-blocks-item .text-icon-block {
        font-size: 24px;
    }

    .adv-blocks-item .icon-block img,
    .adv-blocks-item .text-icon-block img {
        height: 30px;
    }

    .adv-blocks-item {
        padding: 20px;
    }

    .adv-block {
        width: 200px;
        flex: 0 0 200px;
    }

    .contact-section-block {
        flex-direction: column;
        row-gap: 40px;
    }

    .contact-section-info,
    .contact-section-form {
        padding: 40px 0;
    }

    .contact-section-info {
        padding-right: 10px;
    }

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

    .about-slider-content {
        flex-direction: column;
    }

    .pharma-slider {
        width: 100% !important;
    }

    .about-year-item .t-42 {
        font-size: 24px;
        line-height: 32px;
    }

    .about-year-item .t-26 {
        font-size: 18px;
    }

    .about-year-txt {
        padding: 20px;
    }

    .post-block {
        width: 100%;
    }
    
    .hero-block.partner-page{
		background-position: top right;
	}
}

@media (max-width: 767px) {
    .content-block {
        width: 95%;
    }

    .hero-content {
        width: 100%;
    }

    .main-title {
        font-size: 35px;
        line-height: 55px;
    }

    .hero-nav-block {
        row-gap: 20px;
    }

    .t-18 {
        font-size: 16px;
    }

    /* .primary-btn {
        height: 40px;
    }

    .primary-btn .icon-part {
        width: 40px;
    }

    .primary-btn .text-part {
        padding-left: 20px;
        padding-right: 20px;
    } */

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

    .adv-section {
        height: 924px;
    }

    .adv-section-content {
        flex-direction: column-reverse;
    }

    .adv-blocks-fourth {
        grid-template-columns: repeat(1, 1fr);
    }

    .adv-block {
        width: 100%;
        flex: 0 0 100%;
    }

    .adv-block-content {
        justify-content: center;
    }

    .adv-block-content .text-block {
        writing-mode: horizontal-tb;
        transform: none;
        font-size: 26px;
    }

    .about-section-banner {
        width: 100%;
    }

    .about-section-content {
        background: transparent;
    }

    .about-block {
        border-radius: 20px;
        padding: 40px 20px;
        border: 1px solid var(--color-bg-light);
    }

    .py-114 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .form-item {
        gap: 20px;
    }

    .contact-section-info,
    .contact-section-form {
        row-gap: 60px;
    }

    .mid-icon {
        height: 20px;
    }

    .grid-3 {
        gap: 20px;
    }

    .partner-card {
        border-radius: 10px;
        padding: 60px 20px;
    }

    .partner-card img {
        width: 150px;
    }

    .about-year-section {
        row-gap: 40px;
        margin-bottom: 100px;
    }

    .about-year-item {
        flex-direction: column;
        row-gap: 20px;
    }

    .year-circle, .year-und {
        display: none;
    }

    .year-line {
        width: 100%;
        min-height: 1px;
    }

    .about-year-txt {
        border-radius: 10px;
    }

    .tab-btn-block {
        justify-content: center;
    }
}

@media (max-width: 550px) {
    .up-btn{
        top: -70px;
    }
}

@media (max-width: 424px) {
    .adv-block-content .text-block {
        font-size: 20px;
    }

    .adv-blocks-item .icon-block img,
    .adv-blocks-item .text-icon-block img {
        height: 40px;
    }

    .form-item {
        flex-direction: column;
    }

    .contact-info-item:nth-last-child(1) .mid-icon {
        margin-top: 5px;
    }

    .partner-card {
        border-radius: 10px;
        padding: 40px 10px;
    }

    .partner-card img {
       width: 105px;
    }

    .tab-btn {
        min-width: auto;
        flex: 1;
        padding: 30px 10px;
    }

    .post-block .t-32 {
        font-size: 26px;
    }
}