/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 30 version
*/

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: Strong;
    src: url(../fonts/Strong-Regular.ttf);
}

a {
    text-decoration: none;
}

img {
    max-width: 1280px;
    -o-object-fit: cover;
    object-fit: cover;
}

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

body {
    font-family: Montserrat;
    margin: 0;
    overflow-x: hidden;
}

.between {
    -o-object-position: center;
    object-position: center;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    max-width: 100vw;
}

.between img {
    max-width: none;
}

header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 999;
}

.menu-items {
    gap: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.menu-items a {
    color: #fff;
}

header .button {
    color: #fff;
    background: rgba(255, 60, 60, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 32px;
    font-weight: 900;
}

footer {
    background: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}



.content table {
    width: 100%;
}

.content table,
.content th,
.content td {
    border: 1px solid black;
}

.content th,
.content td {
    padding: 10px;
}

.warranty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -6rem;
    background-repeat: no-repeat;
    background-size: 100%;
}

.between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.production {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0;
}

.about__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.manufacture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rotation {
    -webkit-transform: translatex(-50%) translatey(-50%);
    -ms-transform: translatex(-50%) translatey(-50%);
    transform: translatex(-50%) translatey(-50%);
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.m-swiper .swiper-slide {
    width: 500px;
}

.m-swiper {
    width: 100%;
    max-width: 1280px;
    overflow: hidden;
}

.w-swiper {
    width: 100%;
    overflow: hidden;
    display: flex;
}

.w-swiper .swiper-wrapper {
    display: flex;
    width: 100%;
}

.w-swiper .swiper-slide {
    display: flex;
    width: 100% !important;

}

.w-swiper img {
    width: 100%;
}


.scroll-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.scroll-caption {
    margin: 1rem;
}

.throttle-container {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 0.5em 1em;
}

.throttle-container p {
    margin: 0.125em 0;
}


/**Styling scrollable elements*/

.js-scroll {
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.js-scroll.scrolled {
    opacity: 1;
}

.scrolled.fade-in {
    -webkit-animation: fade-in 1s ease-in-out both;
    animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
    -webkit-animation: fade-in-bottom 1s ease-in-out both;
    animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
    -webkit-animation: slide-in-left 1s ease-in-out both;
    animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
    -webkit-animation: slide-in-right 1s ease-in-out both;
    animation: slide-in-right 1s ease-in-out both;
}

footer .email {
    color: #fff;
    font-size: 110px;
    font-weight: 700;
    line-height: 134.2px;
    text-align: left;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.about-company p {
    font-size: 30px;
    font-weight: 400;
    line-height: 35.85px;
    text-align: center;
    color: rgba(255, 59, 59, 1);
    max-width: 1080px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-family: Strong;
}

.production .row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.warranty .warranty__wrap {
    max-width: 1280px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#headerButton {
    width: 530px;
    height: 100px;
}

.production .container {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

header .container {

}

.header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1280px;
    gap: 30px;
}

.header {
    width: 100%;
    background: #000;
}

.footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background: #000;
    gap: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer h4 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    width: 100%;
    margin: 0 0 2rem;
}

/* rework by AkVaL */

.index-banner {
    max-width: 1280px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.index-banner__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-height: 760px;
    padding: 100px 0 0;
}

.index-banner__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.catalog-banner {
    background: #EBEDF0;
}

.catalog-banner__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-height: 400px;
    max-width: 1280px;
    position: relative;
}

.catalog-banner__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.index-banner__top p {
    text-align: right;
    padding: 25% 10px 10%;
    position: relative;
    background: #fff;
    color: #000;
    font-family: Strong, sans-serif;
    font-size: 24px;
    line-height: 28px;
    display: block;
    max-width: 200px;
    margin: 0 0 0 auto;
    font-weight: 600;
}

.index-banner__title {
    position: relative;
    height: 100%;
    margin: 25px -45vw 75px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    inset: 0 auto 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-banner__title {
    height: 100%;
    font-size: 100px;
    line-height: 100%;
    margin: 50px -45vw 75px 0;
    text-transform: uppercase;
    font-weight: 900;
    font-stretch: 200%;
    -webkit-text-stroke: 3px #000;
    color: #fff;
    font-family: sans-serif;
    gap: 20px;
    inset: 0 auto 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
}

.catalog-banner__img img {
    width: 100%;
    height: 100%;
}

.index-banner__title h1 {
    position: absolute;
    inset: auto 0 auto 180px;
    margin: auto 0;
    font-size: 100px;
    line-height: 100%;
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    font-stretch: 200%;
    -webkit-text-stroke: 3px #000;
    color: #fff;
    font-family: sans-serif;
}

.index-banner__title:before {
    content: "";
    width: 100px;
    height: 100%;
    background: #000;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
}

.index-banner__img {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.index-banner__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.between__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
    color: #B1CAEF;
    font-size: 45px;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 900;
}

.between__content-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.between-item {
    -webkit-transform: skewX(12deg);
    -ms-transform: skewX(12deg);
    transform: skewX(12deg);
    text-transform: uppercase;
}

.production__title {
    background: #EBEDF0;
    width: 100%;
    text-align: center;
}

.production__title h3 {
    text-transform: uppercase;
    font-size: 45px;
    color: #000;
    font-weight: 900;
    padding: 18px 52px;
    background: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}

.prod-area_icon {
    grid-area: pai;
}

.prod-area_3 {
    grid-area: prtrio;
}

.prod-area_4 {
    grid-area: prquad;
}

.prod-area_2 {
    grid-area: prduo;
}

.production__grid {
    display: flex;
    flex-wrap: wrap;
}


.production__item {
    position: relative;
    border: 2px solid #000;
}

.production__item {
    flex: 1 1 50%;
}

.production__item:first-child,
.production__item:nth-child(2),
.production__item:nth-child(3) {
    flex: 1 1 33.333333%;
    max-width: 33.336%;
}


.production__item-text {
    position: absolute;
    z-index: 9;
    left: 1rem;
    top: 1rem;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #000;
    background: #fff;
    font-size: 24px;
    padding: 2px;
    text-transform: uppercase;
    font-family: Strong;
    line-height: 30px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

.production__item .ri-bg {
    width: 100%;
    height: 100%;
}

.production__item:hover .prod_arr {
    fill: #FF3B3B;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.production__item:hover .production__item-text {
    background: #FF3B3B;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.production__item:hover .ri-bg {
    background: #fff;
    opacity: 0;
}

.about__title {
    width: 100%;
    max-width: 1240px;
}

.manufacture__title {
    width: 100%;
    max-width: 1280px;
}

.manufacture__title h3 {
    text-transform: uppercase;
    font-size: 45px;
    color: #fff;
    font-weight: 900;
    padding: 18px 52px;
    background: #000;
    margin: 0 auto;
    text-align: center;
}

.about__title h3 {
    text-transform: uppercase;
    font-size: 45px;
    color: #000;
    font-weight: 900;
    padding: 18px 52px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
}

.about__text {
    margin: 4rem 0 0 0;
    color: #000;
    font-family: Strong;
    font-size: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    max-width: 920px;
}

.about__text img {
    object-fit: contain;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

.about__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.about__item {
    min-width: 180px;
    min-height: 180px;
    padding: 35px;
    font-size: 30px;
    font-family: Strong;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.scroll-container {
    max-width: 1380px;
}

.about__grid.slide-right {
    margin: 0 0 0 188px;
}

.about__item.base-text,
.about__item.wide-text {
    min-width: 340px;
    padding: 25px 55px;
}


.icon-point:after {
    content: url("../assets/content/between_clock.svg");
}

.icon-reword:after {
    content: url("../assets/content/between_medal.svg");
}

.m-swiper__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.m-swiper__text {
    padding: 20px 50px;
    color: #fff;
    font-size: 32px;
    font-family: Strong;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 180px;
    -ms-flex: 1 1 180px;
    flex: 1 1 180px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-logo {
    display: block;
}

.header-logo img {
    width: 100%;
    object-fit: cover;
}

.production__item-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 40px;
    gap: 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 50px;
    font-weight: 900;
}

.production__item-logo:before {
    content: url("../assets/content/catalog-logo.svg");
}

.product-title {
    font-size: 48px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    max-width: 700px;
    text-align: center;
}

.footer-policy {
    padding: 30px 0;
}

.footer-policy a {
    color: #fff;
}

.footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #fff;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 100px;
    font-weight: 600;
}

.footer-bottom__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.footer-bottom a {
    color: #fff;
}

.footer-bottom__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}

.footer-bottom__dev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;

}

.menu-items {
    gap: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.menu-items a {
    color: #fff;
}

header .button {
    color: #fff;
    background: rgba(255, 60, 60, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 32px;
    font-weight: 900;
}

footer {
    background: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 5rem;
    padding-bottom: 5rem;
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

.production {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.manufacture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rotation {
    -webkit-transform: translatex(-50%) translatey(-50%);
    -ms-transform: translatex(-50%) translatey(-50%);
    transform: translatex(-50%) translatey(-50%);
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.m-swiper .swiper-slide {
    width: 500px;
}

.m-swiper {
    width: 100%;
    max-width: 1280px;
    overflow: hidden;
}

.w-swiper {
    width: 100%;
    overflow: hidden;
}

.w-swiper img {
    width: 100%;
}

.ri {
    width: 360px;
    height: 360px;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    position: relative;
    overflow: hidden;
    border: 2px solid #000;
}

.ri-half {
    width: 50%;
    height: 360px;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    position: relative;
    overflow: hidden;
    border: 2px solid #000;
}

.ri-half-alt {
    width: 50%;
    height: 360px;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    position: relative;
    /* box-shadow: 0px 0px 0px 2px rgba(0,0,0,1); */
    overflow: hidden;
    border: 2px solid #000;
}

.ri .ri-bg {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 101%;
    margin-top: -1px;
    overflow: hidden;
}

.ri .ri-rk {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 101%;
    margin-top: -1px;
    overflow: hidden;
}

.ri-half .ri-bg {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    opacity: 0;
}

.ri-half-alt .ri-bg {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 103%;
    margin-top: -5px;
    overflow: hidden;
}

.ri-bg {
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.ri:hover .ri-bg {
    cursor: pointer;
    opacity: 0;
}

.ri-half:hover .ri-bg {
    cursor: pointer;
    opacity: 1;
}

.ri-half:hover .r-a {
    opacity: 1;
}

.ri-half:hover .w-a {
    opacity: 0;
}

.ri-half:hover .r-rh {
    opacity: 1;
}

.ri-half:hover .rh {
    opacity: 0;
}

.ri:hover .r-a {
    opacity: 1;
}

.ri:hover .w-a {
    opacity: 0;
}

.ri:hover .r-rh {
    opacity: 1;
}

.ri:hover .rh {
    opacity: 0;
}

.rh {
    position: absolute;
    z-index: 9;
    left: 1rem;
    top: 1rem;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.r-rh {
    position: absolute;
    z-index: 9;
    left: 1.1rem;
    top: 1.25rem;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.w-a {
    position: absolute;
    z-index: 9;
    right: 1rem;
    bottom: 1rem;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.r-a {
    position: absolute;
    z-index: 9;
    right: 1rem;
    bottom: 1rem;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ri-half-alt .rh {
    position: absolute;
    z-index: 9;
    left: 1rem;
    top: 1rem;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ri-half-alt .r-rh {
    position: absolute;
    z-index: 9;
    left: 1.1rem;
    top: 1.25rem;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ri-half-alt .r-a {
    position: absolute;
    z-index: 9;
    right: 1rem;
    bottom: 1rem;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ri-half-alt:hover .ri-bg {
    opacity: 0;
}

.ri-half-alt:hover .r-a {
    opacity: 1;
}

/*
.ri-half-alt:hover .w-a {
    opacity: 1;
} */

.ri-half-alt:hover .r-rh {
    opacity: 0;
}

.ri-half-alt:hover .rh {
    opacity: 1;
}

.scroll-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

/* .scroll-element,
.scroll-caption {
    width: 50%;
} */

/* .scroll-element {
    min-height: 300px;
    height: 100%;
    background-color: #eaeaea;
} */

.scroll-caption {
    margin: 1rem;
}

.throttle-container {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 0.5em 1em;
}

.throttle-container p {
    margin: 0.125em 0;
}


/**Styling scrollable elements*/

.js-scroll {
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.js-scroll.scrolled {
    opacity: 1;
}

.scrolled.fade-in {
    -webkit-animation: fade-in 1s ease-in-out both;
    animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
    -webkit-animation: fade-in-bottom 1s ease-in-out both;
    animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
    -webkit-animation: slide-in-left 1s ease-in-out both;
    animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
    -webkit-animation: slide-in-right 1s ease-in-out both;
    animation: slide-in-right 1s ease-in-out both;
}

.manufacture .m-swiper {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes scrollText {
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes scrollText {
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@-webkit-keyframes scrollTextAlt {
    from {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes scrollTextAlt {
    from {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

#numbers {
    display: none;
    width: 100%;
    margin: auto;
    max-width: 1080px;
    padding: 0 0 70px;
}

#numbers .content {
    display: none;
}

#scheme {
    display: none;
    text-align: center;
}

.product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5rem;
}

.product + .production {
    margin: 40px 0 0;
}

.tab {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    background: #ebedf0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tab:hover {
    cursor: pointer;
    border: 2px solid #000;
}

.tab.active {
    border: 2px solid #000;
}

.tab.red {
    background: #ff3b3b;
    color: #fff;
}

.dropdown {
    margin: 20px 0;
    width: 100%;
    background: #ebedf0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1080px;
    border: 2px solid #000;
    font-size: 25px;
    font-weight: bold;
    padding: 0 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}

.dropdown.active {
    color: #ff3b3b;
    border: 2px solid #ff3b3b;
}

.dropdown:hover {
    cursor: pointer;
    color: #ff3b3b;
    border: 2px solid #ff3b3b;
}

.content img {
    width: 100%;
    max-width: 1080px;
}

.cn-1,
.cn-2,
.cn-3 {
    display: none;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: slidein;
    animation-name: slidein;
}

#order {
    position: fixed;
    inset: 0 0 0 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

.modal-window {
    margin: 200px auto;
    max-width: 610px;
    background: #fff;
    position: relative;
    padding: 56px 40px;
}

.icon-close {
    background: url(../assets/icons/modal-cross.svg) no-repeat;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 42px;
    height: 42px;
}

.form-item label {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-bottom: 6px;
}

.form-item input,
.form-item input::placeholder,
.form-item textarea::placeholder,
.form-item textarea {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-bottom: 5px;
    color: #000;
}

.form-item {
    border: 1px solid #EBEDF0;
    padding: 10px 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.modal-window h3 {
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 0 0 32px;
}

.form-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.form-item:focus,
.form-item:focus-visible,
.form-item:target,
.form-item:focus-within {
    border: 1px solid #FF3B3B;
}

.form-item textarea {
    min-height: 160px;
}

.form-check {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.error-msg {
    color: red;
    font-size: 18px;
}

.error-msg .successMsg {
    font-size: 24px;
    color: #000;
}

.form-item [type="checkbox"] {
    content: "";
    border: 1px solid #D9D9D9;
    appearance: none;
    width: 20px;
    height: 20px;
    padding: 3px;
}

.form-item [type="checkbox"]:checked {
    content: url("../assets/icons/modal-checked.svg");
}

.captcha-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0 0 0;
}

.modal-window [type="submit"] {
    padding: 32px;
    background: #FF3B3B;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 100%;
    display: block;
    text-align: center;
}

.form-item.isHidden {
    display: none;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes slidein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slidein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

footer .email {
    color: #fff;
    font-size: 110px;
    font-weight: 700;
    line-height: 134.2px;
    text-align: left;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.about-company p {
    font-size: 30px;
    font-weight: 400;
    line-height: 35.85px;
    text-align: center;
    color: rgba(255, 59, 59, 1);
    max-width: 1080px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-family: Strong;
}

.production .row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.warranty .w-half {
    width: 670px;
}

.warranty .k-half {
    flex: 1 1 auto;
    max-width: 47%;
}

.warranty .container {
    max-width: 1280px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#headerButton {
    width: 530px;
    height: 100px;
}

.production .container {
    width: 1080px;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

header .container {
    max-width: 1280px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .email {
    color: #fff;
    font-size: 110px;
    font-weight: 700;
    line-height: 134.2px;
    text-align: left;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.about-company p {
    font-size: 30px;
    font-weight: 400;
    line-height: 35.85px;
    text-align: center;
    color: rgba(255, 59, 59, 1);
    max-width: 1080px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-family: Strong;
}

.production .row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.warranty .container {
    max-width: 1280px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#headerButton {
    width: 530px;
    height: 100px;
}

.production .container {
    width: 1080px;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

header .container {
    max-width: 1280px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background: #000;
    gap: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer h4 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
}

.dropdown.active img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}

#info {
    max-width: 1080px;
    padding: 0 1rem 40px;
}

#info > * {
    margin-bottom: 10px;
}

#info ul {
    padding: 0 0 0 24px;
}

.s-swiper {
    width: 100%;
    height: 100vh;
    max-width: 1280px;
    overflow: hidden;
}

.s-swiper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.s-swiper img {
    max-width: 900px;
    max-height: 600px;
    -o-object-fit: contain;
    object-fit: contain;
}

.tabs {
    max-width: 1080px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 2rem;
    margin-bottom: 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.w-half__wrap {
    display: grid;
    gap: 8px;
    grid-template-areas:
    "title title title subtitle"
    "certs certs certs subtitle"
    "certs certs certs subtitle";
}

.w-half__title {
    grid-area: title;
}

.w-half__certs {
    grid-area: certs;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.w-half__certs img {
    width: 100%;
    filter: grayscale(100%);
}

.w-half__subtitle h2 {
    font-family: Strong;
    text-transform: uppercase;
    font-size: 80px;
    width: 100%;
    height: 100%;
    writing-mode: horizontal-tb;
    transform-origin: center;
    letter-spacing: 25px;
    font-weight: 100;
    padding: 0 0 0 20px;
}

.w-half__subtitle {
    grid-area: subtitle;
    position: relative;
    background: rgba(255, 59, 59, 1);
    color: #fff;
    transform: translateY(386px) translateX(-374px) rotate(-90deg);
    height: 100px;
}

.w-half__title h2 {
    font-size: 90px;
    font-weight: 100;
    letter-spacing: 20px;
    text-transform: uppercase;
    font-family: Strong;
}

.w-half {
    /*    display: flex;
        flex-direction: row;
        gap: 8px;*/
}

.about__text img {

}

.about__grid.slide-left .about__item--wrap:first-child:before {
    content: "";
    min-width: 180px;
    min-height: 180px;
    padding: 35px;
    background: #000;
}

.about__item--wrap > br {
    display: none;
}

.about__item p,
.text-description {
    font-size: 30px;
    font-family: Strong;
    color: #fff;
    line-height: 45px;
    font-weight: 500;
}

.about__item.wide-text,
.about__item.wide-text h3 {
    color: #000;
    font-size: 100px;
    font-weight: 700;
    font-family: 'Montserrat';
    line-height: 100%;
}

.about__grid.slide-right .about__item--wrap:first-child:after {
    background: #000 url(../assets/content/about_tool.svg) no-repeat center;
    content: "";
    min-width: 180px;
    min-height: 180px;
    padding: 35px;
}

.about__grid.slide-left .about__item--wrap:nth-child(4n):before {
    content: "";
    background: #FF3B3B url("../assets/content/about_man.svg") no-repeat center;
    min-width: 180px;
    min-height: 180px;
    padding: 35px;
}

.about__item--wrap {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.m-swiper__content img {
    min-height: 530px;
    object-fit: cover;
}

.footer-container a {
    color: #fff;
    font-weight: bold;
}

.man-icon {
    background: #FF3B3B url("../assets/content/about_man.svg") no-repeat center;
}

.tool-icon {
    background: #000 url(../assets/content/about_tool.svg) no-repeat center;
}

.form-item.isCheckbox {
    flex-direction: row-reverse;
    gap: 10px;
}

.products-list{
    padding: 100px 0 0;
}


@media screen and (max-width: 1140px) {
    .s-swiper {
        width: 100%;
        height: 100vh;
        max-width: 991px;
    }

    .index-banner__title h1,
    .catalog-banner__title {
        font-size: 70px;
    }

    .index-banner__rotate {
        height: 100px;
        width: 100px;
    }

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

    .between__content .between__content-row:last-child {
        display: none;
    }

    .production .container {
        width: 100%;
    }

    .product-title {
        font-size: 50px;
    }

    .tab {
        font-size: 24px;
        height: auto;
        padding: 20px;
    }
}

.mob-scroll {
    overflow-x: scroll;
}

.simple-page {
    padding: 200px 0;
}

.policy-title {
    margin-bottom: 30px;
}

.policy-page a {
    color: #000;
    text-decoration: underline;
}

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

    .index-banner__wrap,
    .products-list{
        padding: 0;
    }

    .about__item.base-text, .about__item.wide-text {
        padding: 10px 24px;
    }

    .about__item--wrap {
        display: contents;
    }

    .production__item:first-child, .production__item:nth-child(2), .production__item:nth-child(3) {
        flex: 1 1 50%;
        max-width: 50%;
    }

    .mobile-remove {
        display: none;
    }

    .header-logo {
        height: 35px;
    }

    .product {
        margin-top: 3rem;
    }

    .about__item.base-text, .about__item.wide-text {
        padding: 10px 24px;
        min-width: inherit;
        min-height: inherit;
    }

    .about__grid.slide-right {
        margin: 0;
    }

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

    .about__item.wide-text {
        grid-column: 1 / 3;
    }

    .mob-off,
    .about__grid.slide-left .about__item--wrap:nth-child(4n):before,
    .about__grid.slide-left .about__item--wrap:first-child:before {
        display: none;
    }

    .production__item .ri-bg {
        max-height: 400px;
    }

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

    .hero {
        padding-top: 46px;
    }

    .index-banner__title h1,
    .catalog-banner__title {
        font-size: 50px;
    }

    .product-title {
        font-size: 36px;
    }

    .index-banner__title:before {
        flex: 0 0 100px;
        -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
    }

    .index-banner__title h1 {
        inset: auto 0 auto 110px;
    }

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

    .warranty .warranty__wrap {
        flex-direction: column;
        gap: 20px;
    }

    .warranty .k-half {
        max-width: 100%;
    }

    .s-swiper {
        width: 100%;
        height: 700px;
        max-width: 480px;
    }

    #headerButton {
        display: none;
    }

    .menu-items {
        display: none;
    }

    .header__inner {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 8px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .footer-bottom__dev {
        padding: 20px 0;
    }

    .header-logo img {
        width: 245px;
    }

    .m-swiper__content img {
        min-height: auto;
        height: 320px;
    }

    .m-swiper__text {
        padding: 20px;
        flex: inherit;
        font-size: 26px;
    }

    .manufacture .m-swiper {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .index-banner__title h1 {
        -webkit-text-stroke: 1px #000;
    }

    .catalog-banner__title {
        margin: 40px 20px;
    }

    .between {
        padding: 30px 0;
    }

    .between__content {
        font-size: 36px;
    }

    .w-half__title h2 {
        text-align: center;
        font-size: 50px;
    }

    .w-half__subtitle {
        transform: inherit;
        height: auto;
    }

    .w-half__subtitle h2 {
        font-size: 32px;
        text-align: center;
    }

    .w-half__wrap {
        grid-template-areas:
        "title title title title"
        "certs certs certs certs"
        "subtitle subtitle subtitle subtitle";
    }

    .index-banner__content {
        z-index: 5;
    }

    .index-banner__img {
        position: relative;
    }

    .index-banner__img:after {
        content: "";
        position: absolute;
        inset: 0 0 0 0;
        background: rgba(0, 0, 0, 0.5);
    }

    .index-banner__title {
        margin: 0;
        padding: 20px;
        height: inherit;
    }

    .index-banner__top p {
        padding: 20px;
        max-width: 100%;
        font-size: 20px;
        line-height: 24px;
    }

    .index-banner__content {
        justify-content: center;
        margin: 100px 0 0 0;
    }

    .index-banner__title h1 {
        inset: 0 0 0 0;
        position: relative;
        margin: 0;
    }

    .index-banner__top p {
        background: transparent;
        text-align: left;
        color: #fff;
        margin: 0;
    }

    .index-banner__wrap {
        position: relative;
        height: 670px;
    }

    .index-banner__content,
    .catalog-banner__content {
        position: relative;
    }

    .index-banner__img,
    .catalog-banner__img {
        position: absolute;
        inset: 0 0 0 0;
    }

    .index-banner__title:before {
        display: none;
    }

    .footer-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: #fff;
        background: #000;
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 1rem;
    }

    footer h4 {
        margin-left: 1rem;
    }

    .between img {
        height: 50px;
        /* margin-left: -50px; */
    }

    .production .ri-half {
        width: 100%;
        max-width: 360px;
    }

    .production .ri-half-alt {
        width: 100%;
        max-width: 360px;
    }

    main {
        overflow: hidden;
    }

    footer .email {
        font-size: 32px;
    }

    .warranty .warranty__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    /*.warranty .w-half {
        width: 100%;
    }*/
    /*.hero .rotation {
        display: none;
    }*/
    .index-banner__img img {
        width: 100%;
    }

    .about img {
        width: 100%;
    }

    .about .h {
        width: 100%;
        height: 60px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .manufacture .h {
        width: 100%;
        height: 60px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .manufacture img {
        width: 100%;
    }

    .m-swiper .swiper-slide {
        width: 100%;
    }

    footer img {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .scroll-container img {
        width: 100%;
        margin-left: 0 !important;
    }

    .about-company p {
        font-size: 20px;

        padding: 1rem;
    }

    .production .h {
        width: 100%;
        height: 60px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .production .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .warranty {
        margin-top: 2rem !important;
    }

    .production__title h3,
    .about__title h3,
    .manufacture__title h3 {
        font-size: 32px;
        padding: 10px 20px;
    }

    footer .email {
        margin: 2rem 0;
    }

    .footer-bottom {
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        margin-top: 100px;
    }

    .footer-bottom__logo {
        flex: 1 1 100%;
    }
}

@media screen and (max-width: 650px) {
    .about__text img {
        object-fit: contain;
        -webkit-flex: 0 0 155px;
        -ms-flex: 0 0 155px;
        flex: 0 0 155px;
    }

    .production__item:first-child, .production__item:nth-child(2), .production__item:nth-child(3),
    .production__item {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .product-title {
        font-size: 20px;
    }

    .production .container {
        margin-top: 2rem;
        padding: 0;
    }

    .dropdown img {
        height: 40px;
    }

    .dropdown {
        height: auto;
        padding: 10px 20px;
    }

    .tab {
        font-size: 21px;
        height: auto;
        padding: 10px 20px;
    }

    .catalog-banner__title,
    .index-banner__title h1 {
        font-size: 32px;
    }

    .about__item,
    .about__text {
        font-size: 22px;
    }

    .about__item.wide-text, .about__item.wide-text h3 {
        font-size: 44px;
    }

    .about__text {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .production__item-text {
        font-size: 18px;
        line-height: 21px;
    }

    .production__item .ri-bg {
        max-height: 100%;
        aspect-ratio: 5 / 5;
    }

    .production .container {
        width: 100%;
    }

    .production .ri-half {
        width: 100%;
        max-width: 360px;
    }

    .production .ri-half-alt {
        width: 100%;
        max-width: 360px;
    }

    main {
        overflow: hidden;
    }

    footer .email {
        font-size: 32px;
    }

    header .container {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0.5rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #headerButton {
        display: none;
    }

    .menu-items {
        display: none;
    }

    .warranty .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .warranty .w-half {
        width: 100%;
    }

    /*.hero .rotation {
        display: none;
    }
*/
    .index-banner__img img {
        width: 100%;
    }

    .about img {
        width: 100%;
    }

    .about .h {
        width: 100%;
        height: 60px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .manufacture .h {
        width: 100%;
        height: 60px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .manufacture img {
        width: 100%;
    }

    .m-swiper .swiper-slide {
        width: 100%;
    }

    footer img {
        width: 100%;
        padding: 1rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .scroll-container img {
        width: 100%;
        margin-left: 0 !important;
    }

    .about-company p {
        font-size: 20px;
        line-height: 24px;
        padding: 1rem;
    }

    .production .h {
        width: 100%;
        height: 60px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .production .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .warranty {
        margin-top: 2rem !important;
    }

    .tabs {
        width: 100% !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .tab {
        width: 100% !important;
    }

    .dropdown {
        font-size: 16px;
    }

    #scheme img {
        width: 420px;
        height: 300px;
    }

    #scheme .s-swiper p {
        font-size: 11px;
    }

    .product .h {
        width: 100%;
        padding: 1rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #info img {
        width: 100%;
        padding: 0.5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .scroll-container,
    .scroll-container:nth-of-type(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-content: inherit;
        -ms-flex-line-pack: inherit;
        align-content: inherit;
    }

    /*.scroll-element {
        height: 100%;
    }*/
    .scroll-element,
    .scroll-caption {
        width: 100%;
    }

    .header-logo {
        height: 30px;
    }

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

    .w-swiper {
        width: 400px;
    }

    .w-half__certs {
        padding: 0 20px;
    }

    .modal-window {
        margin: 100px auto;
        max-width: 420px;
        padding: 24px 14px;
    }

    .icon-close {
        background-size: contain;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
    }

    .modal-window h3 {
        padding: 0 0 12px;
        font-size: 32px;
        line-height: 38px;
    }

    .form-content {
        gap: 18px;
    }

    .form-item input, .form-item input::placeholder, .form-item textarea::placeholder, .form-item textarea {
        font-size: 16px;
        line-height: 22px;
    }

    .form-item {
        padding: 8px 12px;
    }

    .form-item textarea {
        min-height: 110px;
    }

    .modal-window [type="submit"] {
        padding: 8px;
        font-size: 25px;
        line-height: 28px;
    }
}

@media screen and (max-width: 560px) {
    .about__item.base-text, .about__item.wide-text {
        padding: 6px 16px;
        width: 100%;
    }

    .production__item-logo {
        gap: 30px;
        font-size: 32px;
        padding: 20px;
    }

    .w-a {
        width: 65px;
        right: 0rem;
        bottom: 0rem;
    }

    .production__item-logo:before {
    }

    .w-half__subtitle {
        display: none;
    }

    .w-half__subtitle h2,
    .w-half__title h2 {
        letter-spacing: 8px;
    }

    .w-half__wrap {
        grid-template-areas:
        "title title"
        "certs certs"
        "subtitle subtitle";
    }

    .production__title h3,
    .about__title h3,
    .manufacture__title h3 {
        font-size: 21px;
        padding: 10px 20px;
    }

    .tool-icon {
        display: none;
    }

    .about__grid {
        display: flex;
        flex-direction: column;
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 8px;
        gap: 8px;
    }

    .about__item--wrap {
        display: flex;
        flex-direction: column;
    }

    /*.about__item.wide-text {
        grid-column: inherit;
    }*/
    .between__content {
        font-size: 18px;
    }

    .index-banner__wrap {
        height: 520px;
    }

    .s-swiper {
        width: 100%;
        height: 545px;
        max-width: 400px;
    }

    .w-half__certs a {
        display: block;
    }

    .about__item p, .text-description {
        font-size: 24px;
        line-height: 32px;
    }

    .about__item, .about__text {
        font-size: 15px;
    }

    .about__item.wide-text, .about__item.wide-text h3 {
        font-size: 36px;
    }

    .about__inner .scroll-container {
        margin-top: 2rem;
        margin-bottom: 2rem;
        min-height: 600px;
    }

    #scheme img {
        width: 320px;
        height: 280px;
    }

    #scheme .s-swiper {
        height: 505px;
        max-width: 345px;
    }

    /* fix about tabs index */
    .about__grid {
        display: grid;
    }

    .about__grid.slide-left {
        grid-template-columns: 1fr 1fr;
    }

    .slide-left .about__item--wrap:first-child {
        grid-column: span 2;
    }

    .about__item--wrap {
        flex-direction: row;
    }

    .about__grid.slide-right .about__item--wrap:nth-child(2):after {
        background: #000 url(../assets/content/about_tool.svg) no-repeat center;
        content: "";
        min-height: 180px;
        padding: 35px;
        order: -1;
    }

    .about__grid.slide-right .about__item--wrap:nth-child(2) {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .about__grid.slide-right .about__item--wrap:first-child:after {
        content: none;
    }

    .about__item.base-text, .about__item.wide-text {
        word-break: break-word;
    }

}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes scrollText {
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes scrollTextAlt {
    from {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}


