@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100;8..144,200;8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,900;8..144,1000&display=swap");

:root {
    --blue:#23232b;
    --blue-grad: #23232b;
    --grey: #9a999b;
    --light-grey: #f8f8f8;
    --green: #00cd69;

    --main-font: "Roboto Flex", sans-serif;
}

::-webkit-scrollbar {
    width: 0.5rem;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #E4272D;
}

::-moz-selection {
    /* Code for Firefox */
    color: white;
    background: var(--blue);
}

::selection {
    color: white;
    background: var(--blue);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--main-font) !important;
}

@media screen and (min-width: 1920px) {
    .container {
        max-width: 1712px !important;
        margin: 0 auto;
    }
}

* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:active,
:focus {
    outline: none;
}
a:active,
a:focus {
    outline: none;
}
aside,
footer,
header,
nav {
    display: block;
}
body,
html {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
button,
input,
textarea {
    font-family: inherit;
}
input::-ms-clear {
    display: none;
}
button {
    cursor: pointer;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
a,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}
i {
    line-height: 100%;
}
p {
    margin-bottom: 0 !important;
}
.inner .row div{
    position: relative;
}
.category__list{
    position: sticky !important;
    top: 120px;
}
.nav {
    background: white;
    z-index: 9999;
}
.nav__top {
    padding: 1rem 0;
    align-items: center;
    transition: 0.5s;
}
.search {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.search-wrap {
    position: relative;
    background: #f8f8f8;
    border-radius: 8px;
    padding: 20px;
    width: 80%;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--grey);
}
.search input {
    background: transparent;
}
.search label {
    margin-left: -40px;
    color: var(--grey);
    font-size: 20px;
    display: flex;
    align-items: center;
}
.lang img {
    width: 100%;
    height: 20px;
    object-fit: contain;
}
.nav__item {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}
.nav__icon {
    font-size: 24px;
    padding: 20px;
    background: var(--light-grey);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--blue);
}
.nav__txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
.nav__item-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: var(--blue);
    text-decoration: none;
    transition: 0.3s;
}
.lang {
    position: relative;
}
.lang__item,
.lang__txt {
    display: flex;
    align-items: center;
}
.lang__item {
    gap: 24px;
    cursor: pointer;
    margin-bottom: 0.5rem;
}
.lang__item:last-child {
    margin-bottom: 0;
}
.lang__drop {
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 30px;
    left: -15px;
    background: var(--light-grey);
    padding: 1rem;
    border-radius: 4px;
    z-index: 9999999;
    width: 150px;
}
.lang__drop a {
    color: var(--blue);
    text-decoration: none;
}
.lang__flag-wrapper {
    position: relative;
}
/* .lang__flag-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: var(--light-grey);
  border-radius: 50%;
  z-index: -1;
} */
.lang__flag{
    width: 30px !important;
    height: 20px !important;
    object-fit: cover !important;
}

.search-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
}
.form__input {
    border: 1px solid #c3c3c2;
    border-radius: 8px;
    width: 100%;
    background: transparent;
    padding: 12px;
}
.form__item {
    margin-bottom: 25px;
}
.lang__txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
.form__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}
.form__header {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9a999b;
    margin-bottom: 14px;
}
.form__button {
    background: var(--blue);
    border-radius: 8px;
    color: white;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    width: 200px;
    padding: 20px 0;
}
.next__lang {
    transition: 0.3s;
}
.lang:hover .lang__drop {
    opacity: 1;
    visibility: visible;
    height: initial;
}
.lang i {
    transition: 0.3s;
}
.lang:hover i {
    transform: rotate(180deg);
}
.nav__bottom {
    width: 100%;
    padding: 24px 0;
    transition: 0.5s;
    background: white;
    z-index: 999;
}
.nav__links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav__link {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: black;
    text-decoration: none;
    transition: 0.3s;
}
.nav__link:hover,
.nav__link-active {
    color: var(--blue);
}
.dropdowner {
    position: relative;
}
.link__dropdown {
    position: absolute;
    top: 30px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    background: var(--light-grey);
    padding: 1rem;
    width: 100%;
    z-index: 9;
    border-radius: 4px;
    min-width: 200px;
}
.link__dropdown ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.dropdown__link a {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: black;
    text-decoration: none;
    transition: 0.3s;
}
.dropdown__link a:hover,
.nav__item-link:hover,
.next__lang:hover {
    color: var(--blue);
}
.dropdowner:hover .link__dropdown {
    opacity: 1;
    visibility: visible;
}
.dropdowner i {
    transition: 0.3s;
}
.dropdowner:hover i {
    transform: rotate(180deg);
}
.dropdowner a {
    display: flex;
    align-items: center;
}
.scroll-header .nav__bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(34, 60, 80, 0.17);
    -moz-box-shadow: 0px 0px 7px 0px rgba(34, 60, 80, 0.17);
    box-shadow: 0px 0px 7px 0px rgba(34, 60, 80, 0.17);
}
.hidden__brand {
    display: none;
}
.scroll-header .hidden__brand {
    display: block;
}
.nav__top {
    justify-content: space-between;
    align-items: center;
}
.burger {
    justify-content: flex-end;
    display: none;
    width: 20% !important;
    position: relative;
}
.burger__button {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: transparent;
}
.stick {
    width: 30px;
    height: 2px;
    background: black;
}
.stick__1,
.stick__3 {
    transition: 0.3s;
}
.mobile__info {
    display: none;
}

.home__slide {
    height: 80vh !important;
    background: url(../img/home.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.home__content {
    max-width: 1034px;
    margin: 0 auto;
    text-align: center;
}
.home__title {
    font-weight: 600;
    font-size: 64px;
    line-height: 72px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 24px;
}
.home__sub {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: white;
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 24px !important;
}
.home__btn {
    width: 312px;
    padding: 24px 0;
    color: var(--blue);
    background: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    position: relative;
    overflow: hidden;
}
.home__btn p{
    position: relative;
    z-index: 99;
}
.home__btn::after {
    background: var(--blue);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: 0.5s;   
    display: flex;
    align-items: center;
    justify-content: center;
}
.home__btn:hover {
    color: white;
}
.home__btn:hover.home__btn::after {
    transform: translateX(0);
}
.home__slide::after {
    background: #000000b3;
    opacity: 0.45;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
}
.catalog {
    padding: 104px 0;
}
.cat__txt {
    display: block;
    text-align: center;
    margin-top: 72px !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    max-width: 1136px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.cat__item {
    display: grid;
    grid-template-columns: 10% 15% 60% 15%;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
    cursor: pointer;
}
.cat__item:first-child {
    border-top: 1px solid #ebebeb;
}
.item__num {
    text-align: center;
}
.pagination{
    padding-top: 2rem;
}
.active>.page-link, 
.page-link.active{
    background: var(--blue) !important;
}
.page-item{
    width: 50px !important;
    height: 50px !important;
}
.page-item span,
.page-link{
    font-size: 18px !important;
    font-weight: 500 !important;
    height: 100% !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.list__link.active{
    font-weight: 600;
    color: var(--blue);
}
.cat__items a{
    color: black;
    text-decoration: none;
}
.item__num p {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    opacity: 0.4;
    transition: 0.5s;
    color: black;
    text-decoration: none !important;
}
.item__pic {
    width: 100%;
    height: 112px;
    object-fit: cover;
    border-radius: 4px;
    mix-blend-mode: luminosity;
    transition: 0.5s;
}
.item__name {
    padding-left: 3rem;
}
.item__name p {
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    opacity: 0.4;
    transition: 0.5s;
    color: black;
    text-decoration: none !important;
}
.item__btn button {
    width: 100%;
    height: 80px;
    border-radius: 8px;
    background: var(--blue);
    color: white;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    transform: translateX(101%);
    transition: 1s;
}
.cat__item:hover .item__num p,
.cat__item:hover .item__name p {
    opacity: 1;
}
.cat__item:hover .item__pic {
    mix-blend-mode: initial;
}
.cat__item:hover .item__btn button {
    transform: translateX(0);
}
.products {
    background: var(--blue);
    color: white;
    padding: 64px 0 80px 0;
}
.prod__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* border: 0.5px solid rgba(255, 255, 255, 0.06); */
}
.button__box {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.prod__btn {
    background: transparent;
    padding: 1rem 24px;
    color: white;
    border: 1px solid white;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    z-index: 3;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
.prod__btn::after {
    background: white;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: 0.4s;
    z-index: -1;
}
.prod__btn:hover {
    color: var(--blue);
}
.prod__btn:hover.prod__btn::after {
    transform: translateX(0);
}
.prod__pic {
    width: 100%;
    height: 320px;
    object-fit: contain;
    z-index: 9;
    margin-bottom: 24px;
}
.prod__slide-pic {
    height: 550px;
    object-fit: contain;
}
.prod__name {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 9;
}
.prod__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}
.prod__item::after {
    background: white;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    transition: 0.5s;
    transform: translateX(-101%);
}
.prod__item:hover.prod__item::after {
    transform: translateX(0);
}
.prod__item:hover {
    color: var(--blue);
}
.prod__btn-round {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: transparent;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    text-decoration: none;
}
.prod__btn-round::after {
    background: white;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 250px;
    height: 250px;
    border-radius: 50%;
    transition: all 0.5s;
}
.btn__txt {
    position: relative;
    z-index: 9;
}
.prod__btn-round:hover .btn__txt {
    color: var(--blue);
}
.prod__btn-round:hover.prod__btn-round::after {
    transform: translate(-50%, -50%) scale(1);
}
.prod__link {
    z-index: 9;
    color: white;
    text-decoration: none;
    transition: 0.5;
}
.prod__item:hover .prod__link {
    color: var(--blue);
}
.prod__items-wrap {
    border-top: 0.5px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
}
.button__item.prod__item::after {
    display: none;
}
.about {
    padding: 104px 0 0 0;
}
.about__sub {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    margin-top: 42px !important;
    max-width: 1136px;
    margin: 0 auto;
}
.about__big {
    margin: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.img {
    width: 100%;
    height: auto;
    display: none;
}
.title-wrap {
    width: 100%;
    position: relative;
}
.video {
    height: 400px;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}
.news {
    padding: 60px 0;
    background: white;
    position: relative;
    z-index: 9;
}
.news .title {
    margin-bottom: 40px;
}
.news__wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.news__item {
    padding: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    height: 500px;
    z-index: 4;
}
.news__item::after {
    background: #ebebeb;
    border-radius: 24px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.5s;
    transform: translateX(-101%);
}
.news__item:hover.news__item::after {
    transform: translateX(0);
}
.news__item:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.news__pic {
    width: 100%;
    height: 296px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 1rem;
}
.news__txt {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #002856;
    margin-bottom: 1rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news__date {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #002856;
    display: none;
}
.news__link {
    color: var(--blue);
    text-decoration: none;
}
.button__item.news__item::after {
    display: none;
}
.button__item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.news__btn {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    border: 1px solid var(--blue);
    background: transparent;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: var(--blue);
    position: relative;
    transition: 0.5s;
}
.news__btn::after {
    background: var(--blue);
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    transform: scale(0);
    transition: 0.5s;
}
.news__btn:hover {
    color: white;
}
.news__btn:hover.news__btn::after {
    transform: scale(1);
}
.partners {
    padding: 60px 0;
    position: relative;
    z-index: 99;
    background: white;
}
.partnersSlider {
    margin-top: 40px;
    padding: 24px 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.partnersSlider .swiper-slide {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.iframe {
    filter: invert(90%);
}
.contacts {
    background: #f5f5f7;
    padding: 96px 0;
    margin: 120px 0;
}

.contact__title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 48px;
    font-family: var(--exo);
    text-transform: uppercase;
    line-height: 58px;
}

.contact__input {
    width: 100%;
    padding: 16px 0;
    background: transparent;
    border-bottom: 1px solid #dadada;
    font-size: var(--20px);
    font-weight: 600;
    font-family: var(--exo);
    color: black;
}

.contact__input::placeholder {
    color: black;
}

.flexer,
.radio {
    margin-bottom: 64px;
}

.radio {
    font-size: var(--18px);
    font-family: var(--exo);
}

.big__input {
    margin-bottom: 32px;
}

.contact__btn {
    background: var(--blue);
    border-radius: 4px;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: white;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding: 20px 0;
    width: 218px;
    justify-content: center;
}
.contact {
    padding: 60px 0 0 0;
    position: relative;
    z-index: 99;
    background: white;
}
.contact .title {
    margin-bottom: 72px;
}
footer {
    color: white;
    background: var(--blue) !important;
    padding-bottom: 80px;
    margin-top: -250px;
    z-index: 99;
    position: relative;
}
.footer__brand {
    text-align: center;
}
.footer__info {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 88px;
    row-gap: 2rem;
}
.foot__txt {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: white;
    text-decoration: none;
    margin-bottom: 0.5rem !important;
}
.foot__txt:hover,
.foot__link:hover {
    color: white;
}
.foot__txt-sub {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: white;
    opacity: .7;
}
.footer__links {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap:  2rem;
}
.foot__link-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.foot__link {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    text-decoration: none;
}
.page__top {
    background: var(--blue);
    padding: 48px 0 56px 0;
    color: white;
}
.page__title {
    font-weight: 600;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 0.5rem;
}
.crumbs {
    display: flex;
    align-items: center;
    gap: 14px;
}
.last__page {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: white;
    opacity: .7;
    text-decoration: none;
}
.last__page:hover {
    opacity: 1;
    color: white;
}
.this__page {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
.about__contento {
    padding: 32px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.about__txt {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}
.big__img img,
.small__img img {
    width: 100%;
    height: 576px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 24px;
}
.one__more,
.list {
    max-width: 1136px;
    margin: 0 auto;
    margin-bottom: 24px;
}
.small__img {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.list__txt {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0.5rem !important;
}
.about__content-wrap {
    padding-bottom: 100px;
}
.contact__content {
    background: #f5f5f7;
    border-radius: 4px;
    width: 100%;
    max-width: 560px;
    padding: 40px 72px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: absolute;
    top: -200px;
    left: 15%;
    z-index: 99;
}
.con__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 12px;
}
.con__item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
.con__item i {
    color: var(--blue);
    font-size: 24px;
}
.con__item a {
    color: black;
    text-decoration: none;
}
.map {
    position: relative;
}
.part__pic {
    width: 100% !important;
    height: 157px !important;
    object-fit: contain !important;
}
.part__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.part__item {
    overflow: hidden;
    position: relative;
    padding: 36px 56px;
    border: 1px solid rgba(194, 194, 194, 0.295);
}
.part__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--blue);
    border-radius: 24px;
    z-index: 1;
    transform: translateX(-101%);
    transition: 0.5s;
}
.part__item:hover.part__item::after {
    transform: translateX(0);
}
.part__pic {
    position: relative;
    z-index: 2;
}
.inner {
    padding: 32px 0 44px 0;
}
.category__list {
    border: 1px solid #ebebeb;
}
.list__item {
    border-bottom: 1px solid #ebebeb;
}
.list__item a,
.list__title{
    padding: 32px;
    display: block;
}
.list__header {
    background: var(--blue);
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
}
.list__link {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #020105;
    text-decoration: none;
    transition: 0.3s;
}
.cat__sort {
    display: grid;
    gap: 20px;
    margin-bottom: 32px;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-end;
}
.cat__sort .btn{
    width: 100%;
    height: 40px;
}
.batton{
    background: var(--blue) !important;
    border: none !important;
    border-radius: 0 !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 24px !important;
}
.sort__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 1rem !important;
}
.sort__select {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #5d5d5f;
    padding: 8px 32px 8px 32px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
}
.page-link{
    border: none !important;
    color: black !important;
}
.page-item.active .page-link{
    color: white !important; 
}
.cat__info-txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2rem !important;
    width: 100%;
    max-width: 95%;
}
.youtube iframe {
    height: 236px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 12px;
}
.youtube a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: 0.3s;
}
.youtube i {
    color: #e31e24;
}
.youtube__img {
    padding: 28px 0 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.youtube__img img {
    width: 100%;
    height: 138px;
    object-fit: cover;
    border-radius: 4px;
}
.part__wrap {
    margin: 32px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.inner__prods {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
}
.inner__prods .prod__item {
    border:0.5px solid rgba(255, 255, 255, 0.1);
}
.inner__prods .prod__link {
    color: black;
}
.inner__prods .prod__item::after {
    background: var(--blue);
}
.inner__prods .prod__item:hover .prod__link {
    color: white;
}
.cat__info {
    padding-bottom: 32px;
}
.prod__items {
    display: none;
}
.active__tab {
    display: grid;
}
.prod__btn.active__tab {
    background: white;
    color: var(--blue);
}
.product__header .row {
    padding: 40px 1rem 80px 1rem;
    background: #f5f5f7;
    border-radius: 4px;
    margin: 32px 0 40px 0;
}
.prod__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 1rem;
}
.prod__sub,
.specs__list li {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0.5rem;
    list-style: disc;
    color: #5d5d5f;
}
.prod__sub {
    margin-bottom: 32px !important;
}
.specs__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 1rem !important;
}
.spec__btn {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    background: transparent;
    color: var(--blue);
    text-decoration: underline;
}
.prod__specs {
    display: flex;
    align-items: center;
}
.product__btn {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: var(--blue);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    position: fixed;
    right: 8%;
    z-index: 1
}
.swiper-slide-thumb-active .prod__pic-small {
    border: 2px solid var(--blue);
}
.prod__pic-small {
    height: 128px !important;
    border-radius: 4px;
}
.special {
    max-width: 600px;
}
.desc__tab {
    display: none;
}
.desc__tab.active__tab {
    display: block !important;
}
.desc__wrap {
    padding: 32px 56px;
    background: #f5f5f7;
    border-radius: 4px;
    margin-bottom: 40px;
    max-width: 1280px;
    position: relative;
}
.desc__wrap p, 
.desc__wrap span,
.no__cont p,
.no__cont span,
.desc__wrap li,
.no__cont li{
    background: transparent !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #5D5D5F;
    max-width: 90%;
    margin-bottom: .5rem !important;
}
.desc__wrap h1, 
.desc__wrap h2,
.desc__wrap h3, 
.desc__wrap h4,
.desc__wrap h5, 
.desc__wrap h6,
.no__cont h1,
.no__cont h2,
.no__cont h3,
.no__cont h4,
.no__cont h5,
.no__cont h6,
.no__cont .container{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #020105;
}
.desc__wrap p{
    max-width: 100% !important;
}
.desc__wrap img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    margin-bottom: 2rem !important;
}
.desc__wrap .container,
.no__cont .container{
    display: none;
}
.no__cont ul,
.desc__wrap ul{
    padding: 1rem 0;
}
.desc__btn-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px;
    margin-bottom: 28px;
}
.desc__btn {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #9a999b;
    background: transparent;
    text-decoration: underline;
}
.active__tab.desc__btn {
    color: var(--blue);
}
.prod__desc li {
    margin-bottom: 1rem;
}
.images__wrap {
    max-width: 1280px;
    background: #f5f5f7;
    border-radius: 4px;
    padding: 56px;
}
.images__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 22px;
}
.images__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.image__pic {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 4px;
}
/*.image__pic:nth-child(1) {
    width: calc(60% - 1rem);
}
.image__pic:nth-child(2) {
    width: 40%;
}
.image__pic:nth-child(3) {
    width: 40%;
}
.image__pic:nth-child(4) {
    width: calc(60% - 1rem);
}
.image__pic:nth-child(5) {
    width: calc(60% - 1rem);
}
.image__pic:nth-child(6) {
    width: 40%;
}
.image__pic:nth-child(7) {
    width: 100%;
}
.image__pic:nth-child(8) {
    width: 100%;
}*/
.print__wrap {
    background: #f5f5f7;
    border-radius: 4px;
    padding: 56px;
    margin-top: 40px;
    margin-bottom: 120px;
    max-width: 1280px;
}
.print__pic {
    width: 100%;
    height: 726px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 40px;
}
.print__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    gap: 2rem;
}
.print__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 1rem !important;
}
.print__txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.news__grid .news__item {
    border-bottom: 0.1px solid rgba(0, 0, 0, 0.1);
    border-right: 0.1px solid rgba(0, 0, 0, 0.1);
}
.more {
    text-align: center;
    padding: 32px 0;
}
.more__btn {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    padding: 32px 48px;
    background: var(--blue);
    border-radius: 4px;
    color: white;
}
.new__inner {
    max-width: 1380px;
    margin: 0 auto;
    padding: 32px 0;
}
.new__pic {
    width: 100%;
    height: 640px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 24px;
}
.new__date {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #9a999b;
    margin-bottom: 1rem !important;
}
.new__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #020105;
    margin-bottom: 2rem;
}
.new__txt,
.new__inner p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 2rem !important;
}
.spec__item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 26px 32px;
    background: white;
}
.spec__item:nth-child(even) {
    background: transparent;
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.spec__name {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: -4px;
    padding-right: 1rem;
}
.spec__value {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #353437;
    white-space: nowrap;
    margin-bottom: -3px;
    padding-left: 1rem;
}
.spec__border {
    border-bottom: 2px dashed #9a999b;
    width: 100%;
}
.more__prods {
    background: white;
    z-index: 9;
    position: relative;
    padding: 60px 0;
}
.prods__wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 40px 0 0 0;
}
.prods__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.prods__item {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px 24px 32px 24px;
}
.prods__item:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.prods__pic {
    width: 100%;
    height: 380px;
    object-fit: contain;
}
.prods__name {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: black;
}
.prods__link {
    text-decoration: none !important;
}
.input__name {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 1rem !important;
    color: #5d5d5f;
}
.searcher {
    width: 100%;
    padding: 14px 1rem;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #5d5d5f;
    border: 1px solid #c2c2c3;
    margin-bottom: 40px;
}
.error__main {
    height: 100vh;
    background: url(../img/error.png) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    position: relative;
}
.error__main::after {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
}
.error__content {
    position: relative;
    z-index: 2;
}
.error__num {
    font-weight: 900;
    font-size: 480px;
    line-height: 100%;
    color: white;
}
.error__txt {
    font-weight: 400;
    font-size: 48px;
    line-height: 72px;
    color: white;
    margin-bottom: 24px !important;
}
.error__link {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: white;
    padding: 24px 56px;
    background: linear-gradient(0deg, #00008b, #00008b), #ffffff;
    border-radius: 8px;
    display: inline-block;
}
.help {
    margin: 40px 0;
}
.help__wrap {
    background: #f5f5f7;
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 24px;
    gap: 24px;
}
.help__pic {
    height: 480px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.help__title {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: var(--blue);
    margin-bottom: 24px !important;
}
.help__item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
.help__name {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #5d5d5f;
}
.help__txt {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #020105;
}
.up {
    position: fixed;
    bottom: 10%;
    right: 5%;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.up-btn {
    display: flex;
}
.up:hover {
    box-shadow: 0px 0px 30px rgba(24, 119, 243, 0.123);
}
.up a {
    text-decoration: none;
    padding: 16px;
}
.up i {
    color: white;
    font-size: 32px;
}
.show-btn {
    opacity: 1;
    visibility: visible;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    color: white;
}
.swiper-pagination-bullet-active {
    background: white !important;
}
/* .modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
} */
.modal__con-title {
    font-size: 20px;
    line-height: 150%;
}
.modal-dialog {
    height: 100%;
    width: 100%;
    max-width: 100%;
}
.modal-content {
    width: 700px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form__textarea {
    height: 160px;
}
.red {
    color: red;
}
.forma {
    max-width: 1000px;
    overflow: auto;
    padding-bottom: 1rem;
}
.contact__title {
    font-size: 20px;
    line-height: 150%;
}
.rev__name {
    color: var(--blue);
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0.5rem;
}
.rev__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #030400;
    opacity: 0.64;
    margin-bottom: 1rem !important;
}
.rev__txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-width: 880px;
}
.rev__item {
    padding: 24px;
    /* border-bottom: 1px solid #e1e1e1; */
    background: white;
}
.rev__item:nth-child(even) {
    background: transparent;
}
.leave__btn {
    position: absolute;
    top: 100px;
    right: 48px;
}
.leave {
    color: var(--blue);
    text-decoration: underline;
    background: transparent;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
#form {
    display: none;
}
.show {
    display: block !important;
}
.hide {
    display: none !important;
}
.partnersSlider .swiper-slide{
    width: 400px !important;
    height: 400px !important;
}
.brand{
    object-fit: contain;
}
table th,
table td{
    padding: 12px;
    border: 1px solid #e6e6e6;
}
.list__link.active{
    color: #E4272D;
} 
.help{
    display: none;
}
@media screen and (max-width: 1900px) {
    .foot__txt{
        font-size: 24px;
    }
}
@media screen and (max-width: 1440px) {
    .nav__item-link,
    .nav__txt {
        font-size: 14px;
        line-height: 150%;
    }
    .nav__icon {
        padding: 10px;
    }
    .news__btn {
        height: 250px;
        width: 250px;
    }
    .prod__items {
        grid-template-columns: repeat(3, 1fr);
    }
    .prod__pic {
        height: 320px;
    }
    .nav__item,
    .lang__item {
        gap: 5px;
    }
    .lang__flag {
        width: 20px !important;
    }
    .nav__icon {
        padding: 0;
    }
    .cat__sort {
        flex-wrap: wrap;
        gap: 2rem;
    }
    .print__wrap,
    .images__wrap {
        max-width: 900px;
    }
    .special {
        max-width: 400px;
    }
    .product__btn {
        top: 70%;
        width: 200px;
        height: 200px;
    }
    .print__pic {
        height: 570px;
    }
    .prods__pic {
        height: 200px;
    }
}
@media screen and (max-width: 1200px) {
    .hidden__brand {
        display: none !important;
    }
    .nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .nav__bottom {
        padding: 0;
    }
    .mobile__hide {
        display: none;
    }
    .burger {
        display: flex;
    }
    .mobile__info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }
    .nav__links {
        background: white !important;
        z-index: 999;
        padding: 4rem 2rem;
        left: 0;
        top: 0;
        width: 70%;
        height: 100%;
        background: white;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
        position: fixed;
        -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.09);
        -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.09);
        box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.09);
        transition: 0.5s;
        transform: translateX(-100%);
    }
    .mobile__search {
        justify-content: flex-start;
    }
    .mobile__search input {
        width: 100%;
        max-width: 100%;
    }
    .mobile__icon {
        background: none;
        padding: 0;
    }
    .nav__link {
        font-size: 20px;
    }
    .show-menu {
        transform: translateX(0);
    }
    .close-btn .stick__1 {
        transform: rotate(-45deg);
        position: absolute;
        top: 0;
    }
    .close-btn .stick__2 {
        height: 0;
    }
    .close-btn .stick__3 {
        transform: rotate(45deg);
        position: absolute;
        top: 0;
    }
    .home__title {
        font-size: 56px;
        line-height: 120%;
    }
    .item__name {
        padding-left: 1rem;
    }
    .item__name p {
        font-size: 32px;
        line-height: 150%;
    }
    .news__items {
        grid-template-columns: repeat(3, 1fr);
    }
    .news__item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
    .footer__brand img {
        width: 100px;
    }
    .foot__txt {
        font-size: 18px;
        line-height: 120%;
    }
    .foot__txt-sub {
        font-size: 16px;
    }
    .footer__links {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 4rem;
    }
    .page__top {
        margin-top: 100px;
    }
    .page__title {
        font-size: 32px;
        line-height: 150%;
    }
    .last__page,
    .this__page {
        font-size: 16px;
    }
    .product__btn {
        position: static;
    }
    .prod__specs {
        flex-direction: column;
    }
    .crumbs {
        flex-wrap: wrap;
        gap: 5px;
    }
    .prodSlider2 {
        margin-bottom: 4rem;
    }
    .special {
        max-width: 100%;
        margin-bottom: 2rem;
    }
    .desc__btn {
        font-size: 24px;
    }
    .specs__title,
    .print__title {
        font-size: 18px;
        line-height: 150%;
    }
    .print__items {
        grid-template-columns: repeat(2, 1fr);
    }
    .image__pic {
        height: 130px;
    }
    .print__pic {
        height: 300px;
    }
    .print__wrap,
    .images__wrap,
    .desc__wrap {
        padding: 2rem;
    }
    .prods__items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .prods__item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
}
@media screen and (max-width: 967px) {
    .cat__sort {
        display: grid;
        gap: 20px;
        margin-bottom: 32px;
        grid-template-columns: repeat(1, 1fr);
        align-items: flex-end;
    }
    .sort__item{
        width: 100%;
    }
    .cat__sort{
        justify-content: space-between;
    }
    .sort__select{
        width: 100%;
    }
    .sort__title::last-child{
        display: none;
    }
    .help__wrap {
        grid-template-columns: repeat(1, 1fr);
        padding: 1rem;
    }
    .help__title {
        margin-bottom: 1rem !important;
    }
    .help__name,
    .help__txt {
        font-size: 16px;
    }
    .help__pic {
        height: 300px;
    }
    .help__item {
        display: grid;
        grid-template-columns: 40% 60%;
    }
    .about__contento {
        grid-template-columns: repeat(1, 1fr);
    }
    .big__img img,
    .small__img img {
        height: 300px;
    }
    .list__txt,
    .about__txt {
        font-size: 16px;
        line-height: 150%;
    }
    .home__title {
        font-size: 40px;
    }
    .home__btn {
        width: 276px;
        font-size: 20px;
        padding: 1rem 0;
    }
    .title {
        font-size: 32px;
        line-height: 150%;
    }
    .cat__txt {
        font-size: 16px;
        line-height: 150%;
        margin-top: 2rem !important;
    }
    .cat__item {
        grid-template-columns: auto;
        gap: 0.5rem;
    }
    .item__num {
        text-align: start;
    }
    .item__name {
        padding-left: 0;
    }
    .item__name p,
    .item__num p {
        opacity: 1;
    }
    .item__pic {
        mix-blend-mode: initial;
        height: 170px;
    }
    .item__btn button {
        transform: translateX(0);
    }
    .button__box {
        flex-wrap: wrap;
    }
    .prod__btn {
        font-size: 16px;
        padding: 1rem;
    }
    .prod__items {
        grid-template-columns: repeat(2, 1fr);
    }
    .prod__pic {
        height: 245px;
    }
    .news__items {
        grid-template-columns: repeat(2, 1fr);
    }
    .partnersSlider .swiper-slide {
        height: 300px;
    }
    .footer__info {
        flex-wrap: wrap;
        gap: 2rem;
    }
    .category__list {
        margin-bottom: 4rem;
    }
    .list__item {
        padding: 1rem;
    }
    .list__link {
        font-size: 16px;
    }
    .prods__items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .part__items {
        grid-template-columns: repeat(2, 1fr);
    }
    .error__num {
        font-size: 200px;
    }
    .modal-content {
        width: 100% !important;
    }
}
@media screen and (max-width: 767px) {
    .partnersSlider .swiper-slide{
        width: 200px !important;
        height: 200px !important;
    }
    .more__btn {
        padding: 1rem 2rem;
        font-size: 16px;
    }
    .new__pic {
        height: 300px;
    }
    .new__title {
        font-size: 24px;
        line-height: 150%;
    }
    .new__txt {
        font-size: 16px;
        line-height: 150%;
    }
    .small__img {
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }
    .small__img img {
        margin: 0;
    }
    .small__img div {
        width: 100%;
    }

    .prod__name {
        font-size: 18px;
        line-height: 150%;
    }
    .news__items {
        grid-template-columns: repeat(1, 1fr);
    }
    .button__item {
        justify-content: center;
    }
    .partnersSlider .swiper-slide {
        height: 250px;
    }
    .partners__pic {
        height: 70px;
        object-fit: contain;
        width: 100%;
    }
    .footer__links {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact .title {
        margin-bottom: 2rem;
    }
    .contact__content {
        position: static;
        margin-bottom: 2rem;
        max-width: 100%;
    }
    .con__page {
        padding-top: 60px !important;
    }
}
@media screen and (max-width: 576px) {
    .part__items {
        grid-template-columns: repeat(1, 1fr);
    }
    .part__pic {
        height: 120px;
    }
    .prods__items {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .prods__pic {
        height: 200px;
    }
    .prods__name {
        font-size: 16px;
    }
    .title {
        font-size: 24px;
    }
    .brand {
        width: 120px;
    }
    .burger {
        justify-content: center;
    }
    .nav__links {
        width: 80%;
        gap: 1rem !important;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .nav__link {
        font-size: 16px;
    }
    .home__title {
        font-size: 24px;
    }
    .home__sub {
        font-size: 15px;
        line-height: 120%;
    }
    .home__btn {
        font-size: 15px;
    }
    .item__name p,
    .item__num p,
    .item__btn button {
        font-size: 20px;
    }
    .prod__items {
        grid-template-columns: repeat(1, 1fr);
    }
    .prod__btn-round::after,
    .prod__btn-round {
        width: 245px;
        height: 245px;
        border: 1px solid white;
    }
    .prod__btn {
        font-size: 12px;
        padding: 7px;
    }
    .button__box {
        gap: 10px;
    }
    .item__btn button {
        font-size: 16px;
        padding: 1rem;
        height: initial;
        line-height: 150%;
    }
    .about {
        padding: 2rem 0 0 0;
    }
    .news__item {
        height: initial;
    }
    .foot__txt,
    .foot__txt-sub {
        text-align: center;
    }
    .news__txt {
        font-size: 16px;
        line-height: 150%;
    }
    .partnersSlider .swiper-slide {
        height: 200px;
    }
    .partners__pic {
        height: 70px;
        object-fit: contain;
        width: 100%;
    }
    .footer__info {
        flex-direction: column;
    }
    .footer__links {
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
        text-align: center;
        gap: 2rem;
    }
    .link__dropdown {
        width: initial;
    }
    .about__content-wrap {
        padding-bottom: 0;
    }
    .desc__btn-box {
        gap: 8px;
    }
    .print__items {
        grid-template-columns: repeat(1, 1fr);
    }
    .contact__content {
        padding: 2rem;
    }
    .con__title {
        font-size: 18px;
    }
    .con__item {
        font-size: 15px;
    }
    .error__num {
        font-size: 80px;
    }
    .error__txt {
        font-size: 32px;
    }
    .error__link {
        padding: 1rem;
    }
    .contact__title {
        font-size: 24px;
        line-height: 150%;
    }
    .page__title {
        font-size: 28px;
        line-height: 150%;
    }
    .prod__title {
        font-size: 24px;
        line-height: 120%;
    }
    .print__wrap,
    .images__wrap,
    .desc__wrap {
        padding: 1rem;
    }
    .leave__btn {
        position: static;
        margin-bottom: 2rem;
    }
    .rev__item {
        padding: 1rem;
    }
    .contacts {
        padding: 3rem 0;
        margin-bottom: 0;
    }
    .video{
        height: 200px;
    }
}
@media screen and (max-width: 345px) {
    .home {
        padding: 100px 0 0 0;
    }
    .item__btn button {
        height: 50px;
    }
    .about__sub {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 4rem !important;
    }
    .about {
        padding: 60px 0;
    }
    .news__btn {
        width: 250px;
        height: 250px;
    }
    .news__pic {
        height: 250px;
    }
    .news__item {
        height: initial;
    }
}
/* @media screen and (min-width: 1920px) {
    .brand {
        width: 100%;
    }
    .nav__txt,
    .nav__link,
    .nav__item-link {
        font-size: 16px;
    }
    .nav__top div {
        padding: 0;
    }
} */
.partners__pic{
    width: 100%;
    height: 120px;
    object-fit: contain;
}
.product__btn{
    bottom: 12px;
    right: 120px !important;
    font-size: 16px;
    line-height: 22px;
    padding: 8px;
}
.up{
    right: 32px !important;
}
.images__wrap{
    display: none;
}
.desc__wrap{
    margin-bottom: 0;
}

.prodSlider2 img{
    margin: 0 !important;
    object-fit: cover;
}
.prod__pic{
    height: 400px !important;
}
.prod__pic-small{
    height: 100px !important;
}
.inner__prods .prod__pic{
    height: 240px !important;
}
.category__list{
    border-radius: 8px;
    overflow: hidden;
}
.cat__sort .btn{ 
    border-radius: 4px !important;
}
.batton:focus{
    box-shadow: none !important;
}
.prod__name{
    font-size: 20px;
    line-height: 130%;
    -webkit-line-clamp: 3;
}
.contact iframe{
    height: 500px !important;
}
.map{
    position: relative;
}
.map::after{
    background: linear-gradient(180deg, rgba(0, 40, 86, 0) 2.14%, #23232b 32.38%, #23232b 100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
}
footer{
    padding-top: 28px !important;
    margin-top: -20px !important;
}
.con__title{
    display: none !important;
}
.contact__content{
    padding: 24px 32px !important;
}
.zero .partners{
    padding-bottom: 0 !important;
}
.zero .swiper{
    padding-bottom: 64px !important;
}