@import url('https://fonts.googleapis.com/css2?family=Allan:wght@400;700&family=Arimo:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Onest:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Allan:wght@400;700&family=Arimo:ital,wght@0,400..700;1,400..700&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Onest:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "Handil Pro";
    src: url("../fonts/HandilPro-Medium.otf");
}

@font-face {
    font-family: "BOWLER";
    src: url("../fonts/Bowler.ttf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --sec-width: 68%;
    --pad-edge: calc(((100vw - 68vw) / 2));
}

button {
    cursor: pointer;
    /*font-family: Onest;*/
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

body {
    color: #FFF;
    /*font-family: Onest;*/
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    background: #131313;
}

.breadcrumb {
    background-color: transparent;
}

.mark {
    color: #5BB5FF;
    text-decoration-line: underline;
    background-color: transparent;
}

.section-content-pad {
    width: 100%;
    padding: 0 var(--pad-edge);
}

.section-content-wid {
    width: var(--sec-width);
    border-left: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2) -1%, rgba(255, 255, 255, 0.24) 44%, rgba(255, 255, 255, 0.005) 91%, rgba(255, 255, 255, 0) 129%) 1;
}

.intro-main .section-content-wid {
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2) -1%, rgba(255, 255, 255, 0.24) 44%, rgba(255, 255, 255, 0.15) 91%, rgba(255, 255, 255, 0) 129%) 1;
}

.light-14 {
    /* light 14 */
    /*font-family: Onest;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.text-16 {
    /*font-family: Onest;*/
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #131313;
}

.text-20 {
    /*font-family: Onest;*/
    font-weight: 400;
    font-size: 20px;
}

.white-tp-btn,
.black-b-btn {
    width: fit-content;
    border-radius: 1000px;
    border: 1px solid #FFF;
    padding: 22px 32px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    transition: .3s;
    background: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opacity-btn *,
.white-tp-btn *,
.black-b-btn * {
    position: relative;
    z-index: 10;
}

.black-b-btn, .active .white-tp-btn {
    border: 1px solid #000;
}

.black-b-btn *, .active .white-tp-btn * {
   fill: #131313;
}

.opacity-btn {
    height: 52px;
    position: relative;
    padding: 15px 26px;
    border-radius: 1000px;
    /*font-family: Onest;*/
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;

    background: transparent;
    border: 1px solid #8DC5FF;
    overflow: hidden;
    transition: color .25s ease;
}

.opacity-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
    #0899FE 0%,
    #8DC5FF 43%,
    #DAEEFF 87%);
    opacity: 0;
    transition: opacity .25s ease;
    z-index: -1;
}

.opacity-btn:hover::before {
    opacity: 1;
}

.opacity-btn:hover {
    color: #131313;
    text-decoration: none;
}

.opacity-btn::before,
.white-tp-btn::before,
.black-b-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    background: linear-gradient(90.01deg, #0899FE 0.01%, #8DC5FF 25%, #DAEEFF 50%, #8DC5FF 75%, #0899FE 100%);
    background-position: 0;
    background-size: 200%;
    transition: all 0.4s ease;
    z-index: 0;
    border-radius: 1000px;
}

 .opacity-btn {
    background: #fff;
    border: transparent;
    transition: all 0.4s ease;
    color: #fff;
    background-position: 0;
    background-size: 200%;
    background-image: linear-gradient(90.01deg, #0899FE 0.01%, #8DC5FF 25%, #DAEEFF 50%, #8DC5FF 75%, #0899FE 100%);
}

.news .opacity-btn {
    width: max-content;
    padding: 22px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opacity-btn:active, .opacity-btn:focus,
.black-b-btn:active:before, .black-b-btn:focus:before,
.white-tp-btn:active:before, .white-tp-btn:focus:before {
    background-position: 100%;
}

.opacity-btn::before {
    background: #131313;
    transition: all 0.4s ease;
    opacity: 1;
    z-index: 1;
    margin: 1px;
    border: none;
}

.white-tp-btn:focus,
.white-tp-btn:hover {
    color: #000;
}

.white-tp-btn:hover,
.white-tp-btn:focus,
.black-b-btn:hover,
.black-b-btn:focus {
    border-color: transparent;
}

.white-tp-btn:hover::before,
.white-tp-btn:focus::before,
.black-b-btn:hover::before,
.black-b-btn:focus::before {
    opacity: 1;
}

.opacity-btn:hover::before
/*.white-tp-btn:hover::before,*/
/*.white-tp-btn:focus::before */
{
    opacity: 0;
}

.white-tp-btn:hover svg path,
.white-tp-btn:focus svg path {
    fill: #000;
}

/* intro start */

.intro {
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    background-size: cover;
    align-items: center;
    position: relative;
    border-bottom: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2) -1%, rgba(255, 255, 255, 0.24) 100%) 1;
}

.intro::after {
    content: "";
    /*background: #00000063;*/
    background: rgba(19, 19, 19, 0.72);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.about-intro::after {
    content: url(/image/catalog/theme/intro-lines.png);
    background: #0000001e;
}

.production-intro {
    background-image: url(/image/catalog/theme/production_intro-bg.png);
}

.production-intro::after {
    display: none;
}

.supply-intro {
    background-image: url(/image/catalog/theme/supply_intro-bg.png);
}

.supply-intro::after {
    background: #131313B8;
}

.logistics-intro {
    background-image: url(/image/catalog/theme/logistics_intro-bg.png);
}

.logistics-intro::after {
    background: #131313B8;
}

.cariera-intro {
    background-image: url(/image/catalog/theme/cariera_intro-bg.png);
}

.cariera-intro::after {
    background: #000000CC;
}

.intro-main {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    z-index: 1;
}

header.header {
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
    border-left: none;
    border-right: none;
    z-index: 11;
}

.head-lk {
    width: 197px;
}

.head-lk img {
    max-width: 100%;
}

.head-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-socials {
    display: flex;
    align-items: center;
    gap: 19px;
}

.header-socials a {
    cursor: pointer;
}

.head-right img {
    cursor: pointer;
}

.burger-menu {
    height: 100vh;
    max-height: 100vh;
    padding: 30px 33px;
    padding-right: var(--pad-edge);
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    z-index: 11;
    transform: translateX(100%);
    transition: .3s;
}

.burger-menu.active {
    transform: translateX(0);
}

.glass {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

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

.burger-top img {
    cursor: pointer;
}

.burger-menu nav {
    width: 373px;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 48px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 47px;
}

.burger-menu nav::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    background: #5BB5FF;
}

.burger-menu nav::after {
    content: '';
    width: calc(100% - 66px);
    height: 1px;
    background: rgba(255, 255, 255, 0.60);
}

.burger-menu nav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.burger-menu a {
    text-decoration: none;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}

.burger-contact {
    display: flex;
    flex-direction: column;
    gap: 23px;
    padding-top: 36px;
}

.burger-contact a {
    font-weight: 700;
}

.intro-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 46px;
    justify-content: center;
}

.intro-content_2 {
    justify-content: flex-end;
    padding-bottom: 63px;
}

h1 {
    color: #D0D0D0;
    /*font-family: "Handil Pro";*/
    font-family: 'BOWLER';
    font-size: 75.354px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: pre-line;
}

.intro-content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
    white-space: pre-line;
}

/*
.intro-content>div {
    display: flex;
    gap: 13px;
    margin-top: 15px;
} */

.intro-top {
    gap: 31px;
    flex-direction: column;
}

.intro-top p {
    margin-top: 20px;
}

.intro-bottom {
    width: 100%;
    height: 151px;
    display: grid;
     /*grid-template-columns: repeat(6, var(--pad-edge)); */
    /*grid-template-columns: repeat(6, 1fr);*/
    grid-template-columns: var(--pad-edge) repeat(4, 1fr) var(--pad-edge);
}

.hide_text {
    font-weight: 300;
}

.intro-bottom_item {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: 1px solid #2A2A2A;
    border-top: 1px solid #2A2A2A;
    color: #fff;
    gap: 40px;
}

.intro-bottom_item p {
    /*white-space: pre-line;*/
    /*flex-shrink: 0;*/
}

.intro-bottom_item.active {
    background: linear-gradient(90.01deg, #DAEEFF 0.01%, #8DC5FF 43.41%, #82C8F9 86.81%);
    color: #131313;
}

.blue-btn {
    height: 52px;
    border-radius: 1000px;
    border: 1px solid #4AA3FD;
    padding: 15px 26px;
    color: #000;
    /*font-family: Onest;*/
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    position: relative;
    background: none;
    display: block;
    width: max-content;
    text-decoration: none;
}

.blue-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 1;
    background: linear-gradient(90.01deg, #0899FE 0.01%, #8DC5FF 43.41%, #DAEEFF 86.81%);
    border-radius: 1000px;
    z-index: -1;
    transition: .3s;
}

.blue-btn:has(span)::before {
    z-index: 1;
}

.blue-btn span {
    z-index: 2;
    position: relative;
}

.blue-btn:hover {
    color: #fff;
    text-decoration: none;
}

.blue-btn:hover::before {
    opacity: 0;
}

.intro-end {
    width: 100%;
    padding: 0 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.12);
    z-index: 11;
    border-left: none;
    border-right: none;
}


.intro-end-track {
    display: flex;
    align-items: center;
    gap: 20px;
    width: max-content;
    animation: scroll 20s linear infinite;
}

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

.intro-end div:not(:last-child)::after {
    content: '';
    min-width: 10px;
    width: 10px;
    height: 10px;
    background: url("/image/catalog/theme/Shape.png");
    background-size: cover;
    display: inline-block;
}


@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.intro-bottom_2 {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 63px;
}

/* intro end */

/* main start */

main {
    background: #131313;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* we start */

.we {
    display: flex;
    justify-content: space-between;
    border-left: 3px solid rgba(255, 255, 255, 0.1);
    /* gap: 131px; */
    gap: clamp(20px, calc(20px + (131 - 20) * ((100vw - 1200px) / (1920 - 1200))), 131px);
}

.we-right {
    padding-top: 141px;
    display: flex;
    flex-direction: column;
}

.section-top {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.title-2 {
    color: #FFF;
    font-family: BOWLER;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* letter-spacing: -3px; */
    text-transform: uppercase;
    white-space: pre-line;
}

.substitle {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    position: relative;
    padding-left: 10px;
}

.substitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    background: #5BB5FF;
}

.part-team .substitle {
    font-size: 16px;
}

.section-top p {
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}

.we-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 52px;
}

.we-item {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.we-item:last-of-type h3 {
    width: 256px;
}

.we-item:nth-of-type(3) h3 {
    width: 200px;
}

.we-item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Handil Pro";
    font-size: 60.211px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -3.474px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-top: 72px;
    border-bottom: 3px solid #FFF;
    width: fit-content;
    padding-right: 12px;
}

.we-item h3 span {
    font-feature-settings: 'sups' on;
    font-size: 20px;
}

.we-item p {
    line-height: 110%;
    white-space: pre-line;
}

.we-left {
    padding-top: 141px;
    position: relative;
}

.we-left::after {
    content: '';
    width: 1px;
    height: 150px;
    opacity: 0.5;
    position: absolute;
    left: 92px;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 36.4%, rgba(255, 255, 255, 0.00) 129.21%);
}

/* we end */

/* direction start */

.direction {
    padding-top: 112px;
    display: grid;
    grid-template-columns: 1fr 750px;
    gap: 20px;
    border-left: 3px solid transparent;
    border-image: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.1) 35%,
            rgba(255, 255, 255, 0.1) 70%,
            rgba(255, 255, 255, 0) 100%) 1;
}

.cariera-direction .direction-right>div:first-of-type {
    padding-top: 140px;
}

.direction-left>img {
    width: 100%;
    object-fit: cover;
    margin-top: 27px;
}

.direction-left>p, .map_city{
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.map_city {
    margin-left: 10px;
}

.min_desc {
    margin: 55px 0 114px;
    font-size: 18px;
    line-height: 130%;
}

.cat_desc * {
    line-height: 130%;
}

.signal {
    width: 13px;
    height: 13px;
    background: linear-gradient(90.01deg, #0899FE 0.01%, #8DC5FF 43.41%, #DAEEFF 86.81%);
    border-radius: 50%;
    position: relative;
}

.signal::before,
.signal::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(90.01deg, #0899FE 0.01%, #8DC5FF 43.41%, #DAEEFF 86.81%);
    animation: pulse 2s infinite;
}

.signal::after {
    animation-delay: 2s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.direction-to-catalog>img {
    margin-left: -50px;
    user-select: none;
}

.direction-right {
    display: grid;
    grid-template-columns: 380px 370px;
}

.direction_home {
    display: grid;

}

.direction_home .direction-right {
    grid-template-columns: 1fr;
}


.direction-item {
    padding: 30px 50px 50px 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 437px;
    border: 1px solid #4C4C4C;
    /*background: linear-gradient(90.01deg, #DAEEFF 0.01%, #8DC5FF 43.41%, #82C8F9 86.81%);*/
    position: relative;
    transition: all 0.4s ease;
}

.direction-item > * {
    z-index: 1;
}

.direction-item::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    background: linear-gradient(90.01deg, #DAEEFF 0.01%, #8DC5FF 43.41%, #82C8F9 86.81%);
    transition: opacity 0.4s
    ease;
    z-index: 0;
}

.direction-item-blue::before, .direction-item:hover::before {
    opacity: 1;
}

.logistics-direction .direction-item {
    min-height: 214px;
    padding: 31px 33px 34px 34px;
}

.direction-item a,
.direction-item button {
    display: none;
}

.direction-item-blue a,
.direction-item-blue button,
.direction-item:hover a,
.direction-item:hover button {
    display: flex;
}

.direction-item svg path {
    /*fill: #2A2A2A;*/
    fill: unset;
    stroke: #5F5F5F;
}

.direction-item-blue svg path, .direction-item:hover svg path {
    /*fill: #2A2A2A;*/
    fill: unset;
    stroke: #5F5F5F;
}

/*.direction-item-blue svg path, .direction-item:hover svg path {*/
/*    fill: #000;*/
/*}*/

.direction-item-blue svg:has(circle) path, .direction-item:hover svg:has(circle) path {
    fill: unset;
}

.logistics-direction .direction-item-blue, .logistics-direction  .direction-item:hover  {
    min-height: 322px;
}

.logistics-direction .direction-item>div {
    margin-top: 0;
}

.direction-item a,
.direction-item button {
    margin-top: 30px;
}

.direction-item>div {
    margin-top: 100px;
}

.direction-item-blue, .direction-item:hover {
    /*background: linear-gradient(90.01deg, #DAEEFF 0.01%, #8DC5FF 43.41%, #82C8F9 86.81%);*/
    color: #000;
    background-size: 100% 100%;
    /*background-position: 150%;*/
}

.direction-right>div:last-of-type .direction-item {
    border-right: 1px solid rgba(76, 76, 76, 0.5);
}

.direction-item>div {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.direction-item ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.direction-item>img,
.direction-item>svg {
    width: 80px;
    height: 80px;
}

.direction-item p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.direction-item-blue p, .direction-item:hover p {
    color: #000;
}

.direction-item ul li:not(:last-child) {
    display: flex;
    align-items: center;
    gap: 12px;
}

.direction-item ul li:not(:last-child)::after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(/image/catalog/theme/star-1.svg);
    background-size: cover;
    display: block;
}

.direction-item-blue ul li:not(:last-child)::after, .direction-item:hover ul li:not(:last-child)::after {
    background-image: url(/image/catalog/theme/Star-black.svg);
}



/* direction end */

/* scaling start */

.scaling {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scaling-section-top {
    width: 485px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 237px;
    z-index: 11;
}

.scaling-section-top>div {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.scaling-title-2 {
    color: #FFF;
    font-family: "BOWLER";
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -3px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

.scaling-section-top p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}

.scaling-substitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 1px;
}

.scaling .section-top p {
    text-align: center;
    white-space: pre-line;
}

.scaling .section-top>div {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.stage {
    opacity: .22;
    height: 120vh;
}

.sticky {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* padding-top: 145px; */
    z-index: 10;
}

.grow-box {
    width: 100px;
    height: 100px;
    background: url(/image/catalog/theme/cube-new.png);
    background-size: cover;
    transform: rotate(0deg);
    transition: width 180ms ease, height 180ms ease, transform 180ms ease;
}

.scaling-div {
    position: relative;
    margin-top: -250px;
}

/* scaling end */

/* culture start */

.culture {
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.culture-item, .culture-top {
    height: 410px;
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #303030;
    position: relative;
}

.culture-item::after {
    mix-blend-mode: luminosity;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.culture-item:hover::after {
    mix-blend-mode: unset !important;
}

.culture-item p {
    font-size: 24px;
    font-weight: 500;
}

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

.culture-item:first-of-type {
    position: relative;
    grid-column: 1/4;
}

.culture-item:first-of-type>* {
    z-index: 1;
}

.culture-top {
    grid-column: 4/8;
    background: url(/image/catalog/theme/cube.svg);
    background-size: 745px 970px;
    background-position: 50% -85px;
}

.culture-item:nth-of-type(3) {
    position: relative;
    grid-column: 1/4;
}

.culture-item > * {
    z-index: 1;
}

.culture-item:nth-of-type(4) {
    position: relative;
    grid-column: 4/6;
}

.culture-item:nth-of-type(5) {
    grid-column: 6/8;
}

.culture-item:nth-of-type(6) {
    position: relative;
    grid-column: 1/4;
}

.culture-item:nth-of-type(7) {
    position: relative;
    grid-column: 4/8;
}

/* culture end */

/* news start */

.news {
    display: flex;
    flex-direction: column;
    gap: 59px;
    margin-top: 103px;
}

.news .title-2 {
    white-space: pre-line;
}

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

.news-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.news-right {
    display: flex;
    align-items: center;
    gap: 29px;
}

.swiper-control {
    display: flex;
    gap: 7px;
    align-items: center;
    user-select: none;
}

.news-right a {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 130%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.swiper {
    width: 100%;
}

.swiper-pagination,
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullets {
    position: relative !important;
    margin: unset !important;
    left: unset !important;
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
}

.swiper-button-next img {
    transform: rotate(180deg);
}

.swiper-btn::after {
    display: none;
}

.swiper-btn {
    min-width: 57px;
    height: 52px;
    border: 1px solid #303030;
    position: relative;
}

.fraction-swiper .swiper-slide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.swiper-btn svg {
    max-width: 21px;
}

.swiper-btn:hover,
.swiper-btn:focus {
    border: 1px solid transparent;
    background:
        linear-gradient(#131313, #131313) padding-box,
        linear-gradient(90.01deg,
            #0899FE 0.01%,
            #8DC5FF 43.41%,
            #DAEEFF 86.81%) border-box;
}

.news-item {
    height: 391px;
    background-image: url(/image/catalog/theme/news-item.png);
    background-size: cover;
    padding: 26px 15px 29px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #303030;
}

.news-item>div {
    display: flex;
    flex-direction: column;
    gap: 57px;
}

.news-item h3 {
    font-family: "BOWLER";
    font-size: 32px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -3px;
    text-transform: uppercase;
}

.news-item h3 span {
    /*font-family: Onest;*/
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: normal;
}

.news-item p {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    white-space: pre-line;
}

/* news end */

/* part of team start */

.part-team {
    display: flex;
    justify-content: space-between;
    margin-top: 146px;
    padding-bottom: 101px;
}

.part-team_left {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.part-team_left-top {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.part-team .title-2 {
    background: linear-gradient(90deg, #DAEEFF 0.01%, #8DC5FF 43.41%, #82C8F9 86.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-left {
    background: url(/image/catalog/theme/cube.svg);
    background-position: 60px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.contact {
    padding-bottom: 96px;
    margin-top: 96px;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
}

.form-type-1 {
    width: 453px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.modal .form-type-1 {
    width: 100%;
}

.form-type-1 button {
    width: 100%;
}

.form-type-1>div {
    width: calc(100% - 23px);
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.input-type-1,
.input-type-1::placeholder {
    color: #FFF;
    /*font-family: Onest;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 1px;
}

.input-type-1 {
    padding-bottom: 15px;
    outline: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid #303030;
    transition: all 0.4s ease;
    width: 100%;
}

.input-type-1:focus, .input-type-1:active {
    border-image: linear-gradient(90.01deg, #0899FE 0.01%, #8DC5FF 50%, #DAEEFF 100%) 1;
}

.form-type-1 label {
    display: flex;
    gap: 7px;
}

.form-type-1 label input[type="checkbox"] {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
}

.form-type-1 label span {
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 12px;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: 1px;
    /* white-space: pre-line; */
}

.form-type-1 label span a {
    color: #5BB5FF;
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: 1px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.input-type-1.error, .file_btn.error {
    border-color: #B80000;
}

.label_inp {
    position: relative;
}
.label_inp .lab {
    position: absolute;
}

.lab span {
    color: #B80000;
}

.error_bl {
    display: none;
}

.label_inp .error + .error_bl {
    display: block;
    position: absolute;
    border: 5px;
    right: 0;
    top: 0;
}

.hide_inp {
    visibility: hidden;
    display: block;
}

/* part of team end */

/* main end */

/* footer start */

footer {
    padding: 44px 0 51px 0;
    background: #131313;
    border-top: 1px solid;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) -1%, rgba(255, 255, 255, 0.24) 44%, rgba(255, 255, 255, 0.005) 91%, rgba(255, 255, 255, 0) 129%) 1;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.footer-left>img {
    width: 197px;
}

.footer-agr {
    margin-top: 11px;
    display: flex;
    flex-direction: column;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-contact a {
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.footer-agr a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.footer-content ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    /*font-family: Onest;*/
}

.footer-content ul li span {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    background: var(--Linear, linear-gradient(90deg, #DAEEFF 0.01%, #8DC5FF 43.41%, #82C8F9 86.81%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    display: flex;
}

.footer-content ul li a {
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 250%;
    text-decoration: none;
}

/* footer end */

.what-you-get {
    padding-top: 169px;
    display: flex;
    flex-direction: column;
    gap: 53px;
}

.what-you-get h2 {
    margin-top: 15px;
}

.what-you-get_block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.what-you-get_block>div {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    gap: 29px;
    padding: 53px 24px 70px 23px;
    border: 1px solid #4C4C4C;
    border-left: none;
}

.what-you-get_block p,
.what-you-get_block span {
    width: 100%;
    color: #fff;
}

.what-you-get_block>div.active {
    background: linear-gradient(90.01deg, #0899FE 0.01%, #8DC5FF 43.41%, #DAEEFF 86.81%);
}


.what-you-get_block>div.active p,
.what-you-get_block>div.active span {
    color: #131313;
}

.certificates {
    margin-top: 93px;
    display: flex;
    flex-direction: column;
    gap: 47px;
}

.certificates-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-height: calc(445.5px * 2 + 18px);
    gap: 19px;
}

.certificates-block>div {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
    justify-content: space-between;
}

.certificates img {
    width: 100%;
    object-fit: cover;
    mix-blend-mode: Luminosity;
    max-height: 456px;
}

.certificates img:hover {
    mix-blend-mode: unset;
}

.certificates-block>img {
    position: sticky;
    top: 0px;
}

.mailings-swiper .swiper-slide {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.mails-item img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 430px;
    flex-grow: 1;
}

.vacancies-item {
    border: 1px solid #4C4C4C;
    padding: 54px 43px;
    background: #131313;
}

.vacancies-item-top {
    display: flex;
    gap: 47px;
    align-items: center;
}

.vacancies-item-top p {
    background: linear-gradient(90.01deg, #DAEEFF 0.01%, #8DC5FF 43.41%, #82C8F9 86.81%);
    background-clip: text;
    -webkit-background-clip: text;
    border-radius: 1000px;
    color: transparent;
    position: relative;
}

.vacancies-item p::before {
    content: '';
    width: calc(100% + 37px);
    height: calc(100% + 20px);
    position: absolute;
    background: linear-gradient(90.01deg, rgba(218, 238, 255, 0.2) 0.01%, rgba(141, 197, 255, 0.2) 43.41%, rgba(130, 200, 249, 0.2) 86.81%);
    top: 50%;
    left: 50%;
    border-radius: 1000px;
    transform: translateY(-50%) translateX(-50%);
}

.vacancies-item-middle {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 21px;
}

.vacancies-item-bottom {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 37px;
}

.vacancies-swiper {
    width: calc(100% + var(--pad-edge));
}

.principles {
    padding-top: 220px;
    display: flex;
    gap: 26px;
}

.principles-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 67px;
}

.principles-block>div {
    display: flex;
    flex-direction: column;
}

.principles-item {
    width: 100%;
    display: flex;
    max-height: 100px;
    overflow: hidden;
    padding: 35px 20px 24px 20px;
    flex-direction: column;
    gap: 26px;
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
    /* transition: 0.3s; */
}

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

.principles-top>div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.principles-top h3 {
    font-family: Handil Pro;
    font-weight: 500;
    font-style: Medium;
    font-size: 36px;
    line-height: 110.00000000000001%;
    letter-spacing: -3px;
    color: #fff;
    text-transform: uppercase;
}

.principles-item.active h3,
.principles-item.active p {
    color: #131313;
}

.principles-item p {
    white-space: pre-line;
}

.principles-item.active {
    max-height: 300px;
    gap: 10px;
    background: linear-gradient(90.01deg, #0899FE 0.01%, #8DC5FF 43.41%, #DAEEFF 86.81%);
}

.principles-item svg {
    transition: 0.3s;
}

.principles-item.active svg {
    transform: rotate(-90deg);
    transition: 0.3s;

}

.principles-item.active svg path {
    fill: #131313;
}

.copy_btn {
    background: transparent;
    border: none;
}

@media screen and (max-height: 900px) {
    .stage {
        height: 145vh;
    }
}

@media screen and (max-height: 800px) {
    .stage {
        height: 170vh;
    }
}

@media screen and (max-height: 700px) {
    .stage {
        height: 210vh;
    }
}

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

.contact-head {
    max-width: 100%;
    background: #131313;
    overflow: hidden;
    position: relative;
}

.contact-head:has(.glass.active) {
    overflow: visible;
}

.bread-crumb {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 7px;
    border-left: none;
    margin-top: 18px;
}

.bread-crumb a {
    text-decoration: none;
    color: #FFFFFF80;
}

.contact-top {
    margin-top: 37px;
}

.contact-top>div {
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.contact-top_item {
    border-left: none;
    border: 1px solid #4C4C4C;
    padding: 33px 26px;
}

.contact-top_item:first-of-type {
    border-left: 1px solid #4C4C4C;
}

.contact-top_item>p {
    margin-top: 24px;
    /*font-family: Onest;*/
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    color: #fff;
}

.organizations {
    border-left: none;
}

.organizations>a {
    margin-top: 37px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;

    background: linear-gradient(180deg, #4AA3FD 0%, #0066FE 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-decoration: none;
}

.organizations {
    margin-top: 200px;
}

.organization-table {
    margin-top: 37px;
    padding-top: 42px;
    border-top: 1px solid #4C4C4C;
}

.organization-item {
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    cursor: pointer;
}

.organization-item:hover {
    border-left: 1px solid #0066FE;
    background: #2B2929;
}

.organization-item:hover svg path {
    fill: #2171ea;

}

.organization-item p {
    /*font-family: Onest;*/
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 1%;
}

.organization-item>div{
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 22px;
}

.contact-photos {
    margin-top: 128px;
    display: grid;
    grid-template-columns: 0.4fr 1fr 1fr 1fr;
}

.contact-photos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity;
}

.contact-photos img:hover {
    mix-blend-mode: unset;
}

.contact-photos>img:first-of-type {
    grid-column: 1/3;
}

.contact-photos>img:nth-of-type(2) {
    grid-column: 3/5;
}

.contact-photos>img:nth-of-type(3) {
    grid-column: 1/3;
}

.contact-main .contact {
    overflow: hidden;
    padding-right: 0;
    gap: 100px;
}

.contact-main .contact .contact-left {
    flex-shrink: 0;
}

.intro-content .bread-crumb {
    position: absolute;
    top: 100px;
    padding: 0 0 24px 0;
    min-width: 100%;
}
.intro-content .bread-crumb:before, .intro-content .bread-crumb:after {
    content: '';
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2) -1%, rgba(255, 255, 255, 0.24) 100%) 1;
    border-right: 1px solid;
    height: 100vh;
    width: 100%;
    position: absolute;
    left: -25%;
    z-index: -1;
}

.intro-content .bread-crumb:before {
    border-bottom: 1px solid ;
    -moz-transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    bottom: 0;
}

.intro-content .bread-crumb:after {

    -webkit-transform: skew(-135deg);
    transform: skew(-135deg);
    top: 100%;
}

.navigation-intro .intro-content {
    position: relative;
}

.navigation-main {
    padding-top: 55px;
}

.navigation-main>p {
    font-size: 18px;
}

.navigation-block {
    margin-top: 67px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.navigation-block img {
    width: 100%;
}

.navigation-left {
    padding-top: 57px;
}

.navigation-block>div {
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.navigation-block>div div {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.navigation-block .title-2 {
    background: linear-gradient(90deg, #DAEEFF 0.01%, #8DC5FF 43.41%, #82C8F9 86.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    white-space: unset;
}

.navigation-block span {
    font-size: 16px;
}

.signal-item {
    display: flex;
    /* align-items: center; */
    gap: 12px;
    position: absolute;
    cursor: pointer;
    transition: opacity 0.4s
}

.signal-item p {
    display: none;
}

.signal-item:hover p {
    display: block;
    z-index: 1;
}

.direction_home {
    grid-template-columns: minmax(0, 1fr) 0.4fr;
}

.direction_home .direction-left {
    width: 100%;
    max-width: 100%;
}

.direction-left .title-2 {
    width: 50%;
}

.map-signals {
    position: relative;
    overflow-x: auto;
}

/*.map-signals::-webkit-scrollbar { width: 0; }*/

.map-signals .text-20 {
    position: absolute;
    top: calc(-100% - 10px);
    left: calc(-200%);
    width: max-content;
}

.map-signals>img {
    width: 905px;
    object-fit: cover;
    pointer-events: none;
}

.navigation-main .map-signals {
    width: fit-content;
    margin: auto;
    max-width: 100%;
}

.stainless-main .title-2, .modal .title-2 {
    background: linear-gradient(90deg, #DAEEFF 0.01%, #8DC5FF 43.41%, #82C8F9 86.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    white-space: unset;
}

.prokat-block {
    margin-top: 110px;
}

.prokat-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.prokat-bottom {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 60px;
    width: 671px;
}

.prokat-bottom>div {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.prokat-bottom>div p {
    font-size: 30px;
}

.prokat-tb-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
}

.prokat-tb-1>div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
    border-bottom: 1px solid #B8BEBF;
}

.prokat-tb-1>div>span {
    display: flex;
    align-items: flex-end;
    line-height: 1.2;
}

#product-category table {
    border-collapse: collapse;
}

#product-category th {
    text-align: left;
}

#product-category td {
    border-bottom: 1px solid #B8BEBF;
    padding: 30px 10px 10px 0;
}

.pr-1-3 {
    grid-column: 1/3;
}

.prokat-block>button {
    width: 100%;
    margin-top: 60px;
}

.prokrat-block-sec {
    overflow-x: auto;
}

.prokat-block-2 {
    min-width: 800px;
    margin-top: 28px;
    display: flex;
    flex-direction: column;
}

.prokat-table-top {
    background: #323232;
    padding: 21px 32px;
}

.prokat-block-2>div {
    display: grid;
    grid-template-columns: 1fr 0.8fr 1.5fr 3fr;
}

.prokat-block-2>div:not(:first-of-type) p {
    padding: 16px 17px;
    border: 1px solid #3F3F3F;
}

/*modal*/

.modal {
    background: rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px);
}

.modal-content {
    background: #000;
    padding: 58px 48px;
    position: relative;
    overflow: hidden;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding: 0 0 80px;
}
.modal-footer {
    border: none;
}

.modal-content ul {
    display: flex;
    gap: 21px 0;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.modal-content li::marker {
    display: none;
    content: none;
}

.modal-content li a {
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: max-content;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: lighter;
}

.modal-content li p {
    margin: 0 ;
}

.modal-content .title-2 {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
}

.btn-close {
    border: none;
    background: transparent;
    z-index: 2;
}

.required::after {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.back_abs {
    position: absolute;
    z-index: 0;
    left: 65%;
    top: 0;
}

.cookie_block {
    display: none;
}

.cookie_block.open {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    left: 0;
    right: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.cookie_block .content {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    min-width: 320px;
    max-width: 100%;
    width: 600px;
    background: #131313;
    border-radius: 3px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2) -1%, rgba(255, 255, 255, 0.24) 44%, rgba(255, 255, 255, 0.005) 91%, rgba(255, 255, 255, 0) 129%) 1;
}

.cookie_block .text {
    margin: 10px 0;
}

.cookie_block .content img {
    width: 50px;
    margin: 0 15px 0 0;
}

.cookie_block a:not(:hover) {
    color: #0d6acf;
}

/*
@media screen and (max-width:1775px) {
    .direction-right {
        grid-template-columns: 1.1fr 1fr;
    }

    .direction {
        grid-template-columns: 1fr 1.5fr;
    }

    .direction-item {
        padding: 30px 30px 80px 30px;
    }

    .direction-item p,
    .intro-content p,
    .culture-item p {
        font-size: 20px;
    }

    .title-2 {
        font-size: 46px;
    }
} */

@media screen and (max-width:1605px) {
    h1 {
        font-size: 68px;
    }

    .light-14,
    .substitle,
    .footer-content ul li a,
    .news-item h3 span,
    .section-top p {
        font-size: 12px;
    }

    .news-item p,
    .we-item h3 span,
    .news-right a {
        font-size: 18px;
    }

    .title-2 {
        font-size: 42px;
    }

    .part-team {
        gap: 20px;
    }

    .part-team>img {
        width: 45%;
        height: fit-content;
        object-fit: cover;
    }
}

@media screen and (max-width:1400px) {
    /* .direction-item {
        padding: 20px 10px 30px 20px;
        min-height: 340px;
    } */

    /* .direction-item p, */
    .intro-content p,
    .culture-item p {
        font-size: 14px;
    }

    .light-14,
    .substitle,
    .footer-content ul li a,
    .news-item h3 span,
    .section-top p {
        font-size: 10px;
    }

    .title-2 {
        font-size: 38px;
    }

    .form-type-1>div,
    .form-type-1 {
        width: 100%;
    }

    .we-left {
        width: 40%;
    }

    .we-left>img {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .we-right {
        width: 60%;
    }

    .we-item h3 {
        font-size: 50px;
    }

    .we-item p {
        font-size: 12px;
    }

    h1 {
        font-size: 64px;
    }

    .we-left::after {
        display: none;
    }

    .cariera-direction {
        grid-template-columns: 1fr 2fr;
    }

    .cariera-direction .direction-right {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width:1300px) {
    .intro-bottom {
        grid-template-columns: 1fr 1fr;
        height: 300px;
    }

    .intro-bottom_item p {
        white-space: unset;
        flex-shrink: unset;
    }

    .intro-bottom>div:first-of-type,
    .intro-bottom>div:last-of-type {
        display: none;
    }

    .intro-bottom_item {
        gap: 20px;
    }
}

@media screen and (max-width:1200px) {
    :root {
        --sec-width: 90%;
        --pad-edge: calc(((100vw - 90vw) / 2));
    }

    .culture-item, .culture-top {
        height: 295px;
    }

    .intro-end {
        padding: 0 20px;
    }

    h1 {
        font-size: 48px;
    }

    .intro-content {
        gap: 20px;
        padding-bottom: 60px;
    }

    .we-items .we-item h3 {
        width: 100%;
    }

    .we-items {
        row-gap: 30px;
        column-gap: 20px;
    }

    .we-right {
        padding-top: 100px;
    }

    .we-left {
        padding-top: 100px;
    }

    .culture-item, .culture-top {

        padding: 25px 15px;
    }

    .direction {
        padding-top: 80px;
    }

    .what-you-get_block {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width:1050px) {
    .cariera-direction {
        grid-template-columns: 1fr;
    }

    .principles {
        flex-direction: column-reverse;
        padding-top: 60px;
    }

    .principles-block {
        gap: 30px;
    }
}

@media screen and (max-width:991px) {
    .we-item h3 {
        width: 100%;
        font-size: 38px;
    }

    .title-2 {
        font-size: 30px;
    }

    .we-item h3 {
        padding-top: 64px;
    }

    .we-items {
        gap: 0;
        column-gap: 20px;
    }

    .news-item p,
    .we-item h3 span,
    .news-right a {
        font-size: 16px;
    }

    .navigation-block {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .navigation-block>div {
        gap: 40px;
        padding-top: 0;
    }

    .navigation-block>div:last-of-type {
        flex-direction: column-reverse;
    }

    .contact-left {
        background: none;
    }

    .contact {
        grid-template-columns: 1fr;
        gap: 20px;
        /* background: url(/image/catalog/theme/cube.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; */
    }

    .part-team_left {
        background: url(/image/catalog/theme/cube.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .contact-main .contact {
        padding-left: 0;
    }

    .contact-main .part-team_left {
        padding-right: var(--pad-edge);
        padding-left: var(--pad-edge);
    }

    .contact-pg>img {
        max-width: 100%;
    }

    .contact-photos {
        margin-top: 68px;
        grid-template-columns: 1fr;
    }

    .contact-photos>img {
        grid-column: 1/2 !important;
    }

    .contact-top>div {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .organizations {
        margin-top: 54px;
    }

    .organization-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .organization-item p {
        justify-content: space-between;
    }

    .organization-table {
        padding-top: 26px;
        margin-top: 26px;
    }

    .mailings-swiper .swiper-slide {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .news-top {
        gap: 20px;
    }

    .swiper-control {
        flex-shrink: 0;
    }

    .direction_home {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .direction-right {
        width: 100%;
        display: flex;
        overflow-x: auto;
    }

    .direction_home .direction-item {
        flex-shrink: 0;
        padding: 30px 16px;
    }

}

@media screen and (max-width:767px) {
    header .header-socials {
        display: none;
    }

    .burger-menu {
        width: 100%;
    }

    .intro-content {
        justify-content: space-between;
        padding-top: 87px;
        padding-bottom: 37px;
    }

    .intro-content>div {
        width: 100%;
        flex-direction: column;
    }

    .intro-content>div button {
        width: 100%;
    }

    h1 {
        font-size: 36px;
    }

    .section-content-pad {
        padding: 0 17px;
    }

    .section-content-wid {
        width: calc(100% - 34px);
    }

    /* .direction-item p, */
    .intro-content p,
    .culture-item p {
        font-size: 16px;
    }

    .we-left {
        padding-top: 0;
    }

    .we-right {
        width: 100%;
        padding-top: 0;
    }

    .we {
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }

    .title-2 {
        font-size: 24px;
    }

    .light-14,
    .substitle,
    .footer-content ul li a,
    .news-item h3 span,
    .section-top p {
        font-size: 14px;
    }

    .we-items {
        display: flex;
        flex-wrap: wrap;
        column-gap: 20px;
    }

    .we-item {
        width: calc(50% - 10px);
    }

    .we-items .we-item h3 {
        font-size: 46px;
    }

    .news-item p,
    .we-item h3 span,
    .news-right a {
        font-size: 18px;
    }

    .we-item p {
        font-size: 14px;
    }

    .direction {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .direction-to-catalog {
        display: none;
    }

    .direction-item p {
        font-size: 18px;
    }

    .direction-item {
        min-height: 276px;
        padding: 13px 18px;
    }

    .culture {
        margin-top: 20px;
        grid-template-columns: 1fr;
    }

    .culture .culture-item, .culture-top {
        height: 268px;
        grid-column: 1/2;
    }

    .culture-item.culture-top {
        grid-row: 1/2;
    }

    .culture-item.culture-top>div {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .news {
        position: relative;
        padding-bottom: 84px;
        gap: 43px;
    }

    .news-right {
        width: 100%;
        justify-content: space-between;
        position: absolute;
        bottom: 0;
        left: 0;
        gap: 0;
    }

    .news-right a {
        padding: 15px 26px;
        border-radius: 1000px;
        border: 1px solid #FFF;
        text-decoration: none;
        font-size: 14px;
    }

    .part-team {
        margin-top: 100px;
    }

    .fraction-swiper .swiper-slide {
        grid-template-columns: 1fr;
    }

    .fraction-swiper .swiper-slide .news-item:not(:first-child) {
        display: none;
    }

    .news-item p {
        font-size: 16px;
    }

    .news-item>div {
        gap: 26px;
    }

    .part-team {
        flex-direction: column;
        align-items: center;
        gap: 35px;
        padding-bottom: 40px;
    }

    .input-type-1,
    .input-type-1::placeholder {
        font-size: 14px;
    }

    .form-type-1 label span {
        font-size: 10px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        position: relative;
        padding-bottom: 107px;
    }

    .footer-content ul li a {
        font-size: 12px;
    }

    .footer-content ul li span {
        margin-bottom: 12px;
    }

    .footer-content ul:last-of-type {
        grid-row: 3/4;
    }

    .footer-agr {
        position: absolute;
        bottom: 0;
        left: 17px;
    }

    footer {
        padding: 14px 0 37px 0;
    }

    .direction-left {
        width: 100%;
    }

    .direction-right {
        max-width: 100%;
        grid-template-columns: 1fr 1fr;
    }

    .direction-right>div {
        max-width: 100%;
    }

    .direction-item ul,
    .direction-item ul li:not(:last-child) {
        gap: 6px;
        flex-wrap: wrap;
    }

    .direction-item ul li:not(:last-child)::after {
        width: 10px;
        height: 10px;
    }

    .burger-menu {
        overflow: auto;
        overflow-y: auto;
        height: calc(100vh - 57px);
    }

    .burger-menu nav {
        width: 100%;
    }

    .intro-end {
        padding: 0 16px;
    }

    .stage {
        display: none;
    }

    .scaling-div {
        height: fit-content;
        margin-top: 0;
    }

    .scaling-section-top {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
    }

    .scaling {
        width: 100%;
        margin: auto;
        max-width: 358px;
        height: 390px;
        background: url(/image/catalog/theme/cube-new.png);
        background-size: cover;
        background-position: center;
        margin-top: 28px;
        margin-bottom: 20px;
        padding: 0 14px;
    }

    .scaling-title-2 {
        font-size: 24px;
    }

    .scaling-section-top p {
        white-space: unset;
    }

    .scaling-section-top {
        width: 100%;
        gap: 21px;
    }

    .intro-bottom_item {
        flex-direction: column;
        align-items: flex-start;
        /* height: 134px; */
        padding: 20px;
    }

    .intro-bottom {
        height: fit-content;
    }

    .white-tp-btn,
    .black-b-btn {
        padding: 11px 19.5px;
    }

    .what-you-get_block {
        grid-template-columns: 1fr;
    }

    .certificates-block {
        grid-template-columns: 1fr;
        max-height: fit-content;
    }

    .certificates-block img {
        position: relative;
        max-height: fit-content;
        width: 100%;
    }

    .news-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .cariera-news .swiper-slide {
        display: none;
    }

    .cariera-news {
        gap: 18px;
        margin-top: 60px;
        padding-bottom: 0;
    }

    .principles-image img {
        width: 100%;
    }

    .cariera-news .swiper-slide:first-of-type {
        display: block;
        width: 100% !important;
    }

    .vacancies-swiper {
        width: 100%;
    }

    .vacancies-item {
        width: 100%;
    }

    .prokat-bottom {
        width: 100%;
    }

    .prokat-bottom>div p {
        font-size: 28px;
        line-height: 28px;
    }

    .prokat-tb-1>div {
        grid-template-columns: 1fr;
    }

    .prokat-bottom>div {
        gap: 20px;
    }
}

@media screen and (max-width:500px) {
    .we-item {
        width: 100%;
    }
}

@media screen and (min-width:1200px) {
    .modal-dialog {
        width: 50%;
    }
}

@media screen and (min-width:992px) {
    .direction-left {
        height: min-content;
        position: sticky;
        top: 30px;
    }

    .modal-dialog {
        width: 50%;
    }
}