body {
    font-family: 'Avenir Next Cyr', sans-serif !important;
    background-color: #F1F1F1 !important;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: bold !important;
	font-style: normal !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
}

.nav-up {
    top: -200px;
}

header {
    position: fixed;
    top: 0;
    transition: .3s all;
    width: 100%;
    z-index: 99;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.head_fixed {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: rgba(0, 0, 0, .8);
}

header .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

header .col > a {
    flex-shrink: 0;
}

header .col > ul {
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

header a {
    color: #fff;
}

header a:hover {
    color: #C62534;
}

header .col > div > a {
    font-size: 20px;
    font-weight: bold;
}

header .col > div {
    display: flex;
    align-items: center;
    gap: 3rem;
}

header .col > div button {
    background-color: transparent;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    color: #fff;
}

header .col > div button picture {
    flex-shrink: 0;
}

header .col > div button img {
    transition: .3s all;
}

header .col > div button.show img {
    transform: rotate(180deg);
}

.dropdown-menu {
    min-width: auto !important;
    background-color: #333 !important;
    padding: .25rem .75rem !important;
}

header .col > div > picture {
    display: none;
}

#menu {
    background-color: #222 !important;
}

#menu > picture {
    position: fixed;
    top: 1rem;
    right: 1rem;
}

#menu ul {
    list-style: none;
    padding: 0;
    margin: 1rem;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#menu ul li {
    border-bottom: 1px solid #333;
    width: 100%;
    padding-bottom: 1rem;
}

#menu a {
    color: #fff;
}

#menu > div > a {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 3rem 1.5rem 3rem 1.5rem;
    display: block;
}

.owl-carousel {
    position: relative;
}

.slider,
.slider .item {
    height: 630px;
}

.slider .item > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slider .item > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.slider .item > picture::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000050;
}

.slider .item > picture::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #000000, #00000000);
    opacity: .75;
}

.slider .item .container {
    position: relative;
    z-index: 2;
}

.slider .item .container,
.slider .item .container .row {
    height: 100%;
}

.slider .item .container .row {
    align-items: end;
    padding-bottom: 3rem;
}

.slider .item h1 {
    font-size: 2rem;
    color: #fff;
    margin: 0 0 2rem 0;
}

.slider .item a {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: 1rem 1.5rem;
    border-radius: 4px;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    gap: 2rem;
}

.slider .item a:hover {
    background-color: #C62534;
    border-color: #C62534;
}

.slider .owl-nav {
    width: 100%;
    max-width: 1296px;
    height: 0;
    position: absolute;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: end;
    right: 0;
    left: 0;
    margin: 0 auto;
    gap: 1rem;
}

.slider .owl-nav button {
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 4px !important;
    background-color: transparent !important;
    border: 1px solid #fff !important;
    font-size: 0 !important;
    margin-top: -9rem !important;
}

.slider .owl-nav button:hover {
    background-color: #C62534 !important;
    border-color: #C62534 !important;
}

.slider .owl-nav .owl-prev {
    background: url(../img/left.svg) center no-repeat !important;
}

.slider .owl-nav .owl-next {
    background: url(../img/right.svg) center no-repeat !important;
}

.benefits__block {
    margin-top: 3.5rem;
}

.card__1 {
    padding: 2rem;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1.5rem;
    height: 100%;
}

.card__1 picture {
    flex-shrink: 0;
    max-width: 2rem;
    max-height: 2rem;
}

.card__1 b {
    font-size: 1rem;
}

.categories__block {
    margin-top: 2rem;
}

.categories__block h2 {
    font-size: 2rem;
    margin: 0 0 2rem 0;
}

.category__card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.category__card > a:first-child {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
}

.category__card > a:first-child > picture {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: start;
    transition: .3s all;
}

.category__card > a:first-child > picture img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.category__card > a:first-child span {
    width: 80%;
}

.category__card > a:first-child:hover picture {
    opacity: .7;
}

.category__card > a:first-child:hover {
    color: #C62534;
}

.category__card > a:last-child {
    width: 3rem;
    height: 3rem;
    background-color: #C62534;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.category__card > a:last-child:hover {
    background-color: #333;
}

.products__carousel {
    margin-top: 2rem;
    position: relative;
}

.products__carousel > a {
    color: #000;
    font-size: 1rem;
    height: 54px;
    padding: 0 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    border-radius: 4px;
    border: 1px solid #c1c1c1;
    position: absolute;
    top: 0;
    right: .75rem;
    font-weight: 500;
}

.products__carousel > a:hover {
    border-color: #000;
}

.products__carousel .nav button {
    background-color: transparent;
    border: 0;
    padding: 0 2rem;
    height: 59px;
    border-radius: 4px 4px 0 0;
    font-size: 20px;
    font-weight: 500;
    color: #999;
}

.products__carousel .nav button:hover {
    color: #000;
}

.products__carousel .nav button.active {
    background-color: #fff;
    color: #000;
}

.products__carousel .tab-content {
    background-color: #fff;
    padding: 2rem;
    border-radius: 0 4px 4px 4px;
}

.product__card {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    padding: 2rem;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    transition: .3s all;
}

.product__card:hover {
    border-color: #C62534;
}

.product__card a {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
}

.product__card a picture {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__card a picture img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    transition: .3s all;
}

.product__card a:hover {
    color: #C62534;
}

.product__card a:hover img {
    opacity: .8;
}

.product__card p {
    font-size: .75rem;
    margin: 0;
}

.carousel__1 .owl-dots,
.carousel__2 .owl-dots,
.carousel__4 .owl-dots {
    height: 1px;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.carousel__2 .owl-dots {
    margin-top: .5rem;
}

.carousel__1 .owl-dots button,
.carousel__2 .owl-dots button,
.carousel__4 .owl-dots button {
    width: 100% !important;
    max-width: 5rem !important;
    height: 1px !important;
    background-color: #e1e1e1 !important;
    border-radius: 2px !important;
}

.carousel__2 .owl-dots button {
    background-color: #444 !important;
}

.carousel__4 .owl-dots button {
    background-color: #e1e1e1 !important;
}

.carousel__1 .owl-dots button:hover,
.carousel__1 .owl-dots button.active,
.carousel__4 .owl-dots button:hover,
.carousel__4 .owl-dots button.active {
    background-color: #000 !important;
}

.carousel__2 .owl-dots button:hover,
.carousel__2 .owl-dots button.active {
    background-color: #fff !important;
}

.about__block {
    margin-top: 3.5rem;
    background-color: #C62534;
}

.about__photo {
    position: relative;
}

.about__photo picture {
    position: absolute;
    width: calc(100% - .75rem);
    height: 100%;
}

.about__photo picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.text__block {
    display: flex;
    justify-content: end;
    color: #fff;
}

.text__block > div {
    width: 490px;
    padding: 6rem 3rem 6rem 0;
}

.text__block h2 {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}

.text__block p {
    font-size: 1rem;
    margin: 1rem 0 0 0;
}

.text__block > div > a {
    height: 54px;
    padding: 0 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    border-radius: 4px;
    border: 1px solid #ffffff50;
    margin-top: 2rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}

.text__block > div > a:hover {
    border-color: #fff;
}

.numbers__block {
    margin-top: 3.5rem;
}

.numbers__block .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.number {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 1.5rem;
}

.numbers__block .col b {
    font-size: 5rem;
    color: #C62534;
    margin: 0;
    line-height: 130%;
}

.articles__block {
    background-color: #222;
    margin-top: 3.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.articles__block h2 {
    color: #fff;
    font-size: 2rem;
    margin: 0 0 2rem 0;
}

.article__card a {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.article__card a picture {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.article__card a picture::after {
    content: '';
    width: 3rem;
    height: 3rem;
    background: url(../img/more.svg) center no-repeat #C62534;
    border-radius: 4px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.article__card a picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.article__card a:hover {
    color: #C62534;
}

.article__card a:hover img {
    transform: scale(1.1);
}

.article__card a span {
    padding: 1.5rem;
    font-size: 1rem;
    font-weight: 500;
}

.clients__block {
    margin-top: 3.5rem;
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-radius: 4px;
}

.clients__block h2 {
    font-size: 2rem;
    margin: 0 0 3rem;
}

.clients__block .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F0F0F0;
    border-radius: 4px;
}

.clients__block .ratio picture img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 80% !important;
    max-height: 80% !important;
    transition: .3s all;
}

.clients__block .ratio picture:hover {
    border-color: #e1e1e1;
}

.clients__block .ratio picture:hover img {
    opacity: .8;
}

.carousel__3 .owl-nav,
.carousel__5 .owl-nav {
    background-color: red;
    top: 0;
    height: 0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 636px;
}

.carousel__3 .owl-nav button,
.carousel__5 .owl-nav button {
    width: 11px !important;
    height: 18px !important;
    font-size: 0 !important;
    margin-top: -4.7rem;
}

.carousel__5 .owl-nav button {
    margin-top: -3.4rem;
}

.carousel__3 .owl-nav .owl-prev,
.carousel__5 .owl-nav .owl-prev {
    background: url(../img/left2.svg) center no-repeat !important;
}

.carousel__3 .owl-nav .owl-next,
.carousel__5 .owl-nav .owl-next {
    background: url(../img/right2.svg) center no-repeat !important;
}

.footer__1 {
    margin-top: 3.5rem;
    background-color: #111111;
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.footer__1 .col-lg-3 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.social {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.social a {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    border: 1px solid #ffffff30;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.inner__contacts .social a {
    border: 1px solid #00000030;
}

.social a picture {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social a:hover {
    border-color: #fff;
}

.inner__contacts .social a:hover {
    border-color: #000;
}

.footer__1 .col-lg-9 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer__1 .col-lg-9 hr {
    margin: 0;
    width: 100%;
    border-color: #ffffff10;
    opacity: 1;
}

.footer__1 a {
    color: #fff;
}

.footer__1 a:hover {
    color: #C62534;
}

.footer__1 .col-lg-9 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
}

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

.contact {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 14px;
}

.inner__contacts .contact {
    font-weight: 500;
}

.inner__contacts .contact a {
    color: #000;
}

.inner__contacts .contact a:hover {
    color: #C62534;
}

.contact picture {
    flex-shrink: 0;
}

.contact p {
    margin: 0;
}

.footer__2 {
    background-color: #000;
    color: #fff;
    font-size: .75rem;
}

.footer__2 .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
}

.footer__2 p {
    margin: 0;
    color: #ffffff50;
}

.footer__2 a {
    color: #fff;
}

.footer__2 a:hover {
    color: #C62534;
}

.inner__header {
    background: url(../img/slide.png) center no-repeat;
    background-size: cover !important;
    padding-top: 96px;
    padding-bottom: 1.5rem;
    position: relative;
}

.inner__header::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000075;
    top: 0;
    left: 0;
    z-index: 1;
}

.inner__header .col {
    position: relative;
    z-index: 2;
}

.inner__header ul {
    list-style: none;
    margin: 0 0 1rem 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
    color: #ffffff30;
    font-size: .75rem;
}

.inner__header a {
    color: #fff;
}

.inner__header a:hover {
    color: #C62534;
}

.inner__header h1 {
    color: #fff;
    font-size: 2rem;
    margin: 0;
}

.inner__content__block {
    margin-top: 3.5rem;
}

.inner__content__block p {
    color: #000;
    font-size: 1rem;
    line-height: 160%;
    margin: 0 0 1.5rem 0;
}

.inner__content__block p:last-child {
    margin-bottom: 0;
}

.inner__content__block p img {
    max-width: 100%;
    border-radius: 4px;
}

ul .active a {
    color: #C62534;
}

.about__block__inner {
    background-color: #fff;
}

.about__block__inner p,
.about__block__inner h2 {
    color: #000;
}

.benefits__block__inner {
    margin-top: 3.5rem;
    margin-bottom: 2rem;
}

.benefits__block__inner h2 {
    font-size: 2rem;
    margin: 0 0 2rem 0;
}

.card__2 {
    background-color: #fff;
    padding: 2rem;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 100%;
}

.card__2 b {
    color: #C62534;
    font-size: 1rem;
}

.card__2 p {
    font-size: 14px;
    margin: 0;
}

.about__block__reverse .col-lg-5 {
    justify-content: start;
}

.about__block__reverse .text__block > div {
    margin-right: 0;
    margin-left: 3rem;
}

.carousels__block {
    margin-top: 3.5rem;
    position: relative;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.carousels__block::before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
}

.carousels__block .row {
    position: relative;
    z-index: 2;
}

.carousels__block h2 {
    font-size: 2rem;
    margin: 0 0 3rem 0;
}

.reviews__block {
    padding-right: 44px;
}

.certificates__block {
    padding-left: 44px;
}

.fancybox__thumbs,
.fancybox__counter {
    display: none;
}

.carousel__4 .item img {
    transition: .3s all;
    cursor: pointer;
}

.carousel__4 .item img:hover {
    opacity: .8;
}

.paginator {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.paginator span,
.paginator a {
    width: 3rem;
    height: 3rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    background-color: #C62534;
}

.paginator a {
    color: #000;
    background-color: #fff;
}

.paginator a:hover {
    background-color: #f9f9f9;
}

.p__arrow span {
    opacity: .3;
    background-color: #fff;
    color: #000;
}

.products__grid .product__card {
    background-color: #fff;
}

.category__text {
    align-items: center;
    margin-bottom: 3.5rem;
}

.category__text .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

.category__text .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 4px;
}

.category__text .col-md-8 > div {
    padding-left: 3rem;
    font-size: 1rem;
    font-weight: 500;
}

.category__text .col-md-8 > div p:last-child {
    margin: 0;
}

.other__categories {
    margin-top: 3.5rem;
}

.other__categories h2 {
    font-size: 2rem;
    margin: 0 0 2rem 0;
}

.carousel__5 .category__card {
    margin-bottom: 0;
}

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

.product__photos picture {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #E1E1E1;
    cursor: pointer;
}

.product__photos picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.product__photos picture:hover img {
    opacity: .8;
}

.product__description {
    padding-left: 43px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: start;
}

.product__description > span {
    font-size: .75rem;
}

.product__description p {
    margin: 0;
    font-size: 1rem;
}

.order__button {
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: space-between;
    padding-left: 1.5rem;
    font-size: 1rem;
    width: 100%;
    border-radius: 4px;
}

.order__button button {
    padding: 0 1.5rem;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #C62534;
    color: #fff;
    font-size: 1rem;
    border: 0;
    font-weight: 500;
}

.order__button button:hover {
    background-color: #333;
}

.product__table {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    width: 100%;
}

.product__table > b {
    font-size: 1rem;
    font-weight: 500;
}

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

.product__table > div > div {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 14px 0;
    border-bottom: 1px solid #e1e1e1;
    color: #000;
    font-size: 14px;
    justify-content: space-between;
}

.product__table > div > div:last-child {
    border: 0;
}

.product__benefits {
    padding-left: 43px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.product__benefits > div {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    background-color: #fff;
    padding: 1.5rem;
}

.product__benefits > div picture {
    flex-shrink: 0;
}

.tab-content p {
    font-size: 1rem;
    line-height: 160%;
    color: #000;
    margin: 0 0 1rem 0;
}

.tab-content p:last-child {
    margin-bottom: 0;
}

.articles__grid a {
    color: #000;
}

.promotion__card {
    display: flex;
    align-items: center;
    gap: 67px;
}

.promotion__card .ratio {
    max-width: 306px;
}

.promotion__card .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

.promotion__card .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.promotion__card .ratio picture:hover img {
    opacity: .8;
}

.promotion__card > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1.5rem;
}

.promotion__card > div:last-child span {
    color: #C62534;
    font-size: 1rem;
    font-weight: 500;
}

.promotion__card > div:last-child p a {
    color: #000;
    font-size: 1.5rem;
    display: block;
    font-weight: 600;
    margin-bottom: .75rem;
}

.promotion__card > div:last-child p a:hover {
    color: #C62534;
}

.promotion__card > div:last-child p {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}

.promotion__card > div:last-child > a {
    font-size: 1rem;
    font-weight: 500;
    padding: 0 1.5rem;
    height: 46px;
    background-color: #C62534;
    color: #fff;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.promotion__card > div:last-child > a:hover {
    background-color: #333;
}

.promotion__inner .col-lg-10 img {
    width: 100% !important;
    border-radius: 4px;
}

.map {
    width: 100%;
    height: 400px;
    margin-bottom: 3.5rem;
}

.inner__contacts {
    margin-bottom: 3.5rem;
}

.inner__contacts .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.application__block {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background: url(../img/slide.png) center no-repeat;
    background-size: cover !important;
}

.application__block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000075;
}

.application__block b {
    font-size: 1rem;
}

.wa__block {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    z-index: 2;
    align-items: start;
    color: #fff;
}

.wa__block a {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    height: 54px;
    padding: 0 1.5rem;
    border-radius: 4px;
    border: 1px solid #ffffff30;
    color: #fff;
}

.wa__block a:hover {
    border-color: #fff;
}

.form__block {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    z-index: 2;
}

.form__block b {
    color: #fff;
    font-size: 1rem;
}

.form__block form {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.form__block form input,
.form__block form button {
    width: 100%;
    height: 54px;
    padding: 0 1rem;
    border-radius: 4px;
    font-size: 1rem;
    border-color: transparent;
    color: #fff;
}

.form__block form input {
    background-color: #ffffff10;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.form__block form input::placeholder {
    color: #fff !important;
}

.form__block form input:focus {
    color: #fff;
}

.form__block form input:focus {
    border-color: #fff;
    background-color: transparent;
}

.form__block form button {
    background-color: #C62534;
    font-weight: 500;
}

.form__block form button:hover {
    background-color: #fff;
    color: #000;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {
    .text__block > div {
        width: 440px;
        padding: 6rem 3rem 6rem 0;
    }
}

@media (max-width: 1200px) {
    header .col > ul {
        display: none;
    }
    
    header .col > div {
        gap: 2rem;
    }

    header .col > div > picture {
        display: block;
        cursor: pointer;
        flex-shrink: 0;
    }

    .slider .owl-nav {
        max-width: 1116px;
    }
    
    .category__card {
        padding: 1.5rem;
    }
    
    .category__card > a:last-child {
        display: none;
    }

    .text__block > div {
        width: 375px;
        padding: 6rem 3rem 6rem 0;
    }
    
    .numbers__block .col {
        flex-wrap: wrap;
        gap: 3rem 1.5rem;
    }

    .number {
        width: calc(50% - 1.5rem);
    }

    .category__text .ratio {
        margin-bottom: 1.5rem;
    }

    .category__text .col-md-8 > div {
        padding-left: 0;
        font-size: 1rem;
        font-weight: 500;
    }

}

@media (max-width: 992px) {
    .slider .owl-nav {
        max-width: 936px;
    }

    .text__block {
        justify-content: center !important;
    }

    .text__block > div {
        width: 100%;
        max-width: 696px;
        padding: 3rem 0;
    }

    .about__block__reverse .text__block > div {
        margin: 0;
    }

    .about__block {
        border-radius: 0 0 4px 4px;
    }
    
    .about__photo picture {
        position: relative;
        width: 100%;
        border-radius: 4px;
        overflow: hidden;
        height: 300px;
        margin-bottom: 1rem;
        display: block;
    }

    .footer__1 .col-lg-3 {
        flex-direction: row;
        margin-bottom: 3rem;
        justify-content: space-between;
    }

    .footer__2 .col {
        flex-direction: column;
        gap: .75rem;
    }

    .carousels__block::before {
        display: none;
    }

    .reviews__block,
    .certificates__block {
        padding: 0;
    }

    .product__benefits,
    .product__description {
        padding-left: 0;
        margin-top: 2rem;
    }

    .product__tabs {
        overflow-x: scroll !important;
        overflow-y: hidden;
        flex-wrap: nowrap !important;
        white-space: nowrap;
    }

    .inner__contacts .col {
        flex-direction: column;
        align-items: start;
        gap: 1.5rem;
    }

}

@media (max-width: 768px) {
    .slider .owl-nav {
        max-width: 696px;
    }

    .text__block > div {
        max-width: 516px;
        padding: 3rem 0;
    }

    .contacts__block {
        flex-direction: column;
        align-items: start;
        gap: 2rem;
    }
    
    .promotion__card {
        gap: 1.5rem;
    }

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

@media (max-width: 576px) {
    header {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    header .col > div > a {
        display: none;
    }

    header .col > div button {
        font-size: 1.5rem;
    }

    header .col > div .dropdown-menu {
        font-size: 1.5rem;
    }

    .slider .item h1 {
        font-size: 1.5rem;
    }

    .slider .item a {
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
        height: 3rem;
        padding: 0 1rem;
        border-radius: 4px;
        border: 1px solid #fff;
        display: inline-flex;
        align-items: center;
        gap: 1rem;
    }

    .slider .owl-nav {
        padding-right: 1.5rem;
    }

    .card__1 {
        padding: 1.5rem;
    }

    .category__card {
        padding: 1rem;
    }

    .category__card > a:first-child {
        gap: 1rem;
        font-size: .75rem;
    }

    .category__card > a:first-child picture {
        height: 100px;
    }

    .products__carousel > a {
        display: none;
    }

    .products__carousel .nav {
        flex-wrap: nowrap;
    }

    .products__carousel .nav li {
        width: 100%;
    }

    .products__carousel .nav button {
        width: 100% !important;
        padding: 0;
        height: 3rem;
        font-size: .9rem;
    }

    .products__carousel .tab-content {
        padding: .75rem .75rem 1rem .75rem;
    }

    .product__card {
        padding: .75rem;
    }

    .product__card a {
        font-size: .75rem;
        gap: 1rem;
    }

    .product__card p {
        font-size: 10px;
        color: #999;
    }

    .carousel__1 .owl-dots {
        margin-top: 1rem;
    }

    .text__block > div {
        max-width: 516px;
        padding: 2rem .75rem;
    }

    .about__block__reverse .text__block > div {
        margin: 0;
        padding-top: 0;
    }

    .numbers__block .col {
        justify-content: start;
        align-items: start;
        gap: 1.5rem;
    }

    .number {
        font-size: 1rem;
        width: calc(50% - .75rem);
    }

    .number b {
        font-size: 2.2rem !important;
    }

    .articles__block h2 {
        font-size: 1.75rem;
    }

    footer ul {
        display: none !important;
    }
    
    .footer__1 .col-lg-3 {
        flex-direction: column;
        align-items: center;
        margin-bottom: 1.5rem;
    }

    .footer__1 .col-lg-9 {
        gap: 1.5rem;
    }

    .card__2 {
        padding: 1rem;
        gap: 1rem;
    }

    .card__2 b {
        font-size: .75rem;
    }

    .card__2 p {
        font-size: 10px;
    }

    .carousels__block {
        padding-top: 0;
        padding-bottom: 0;
    }

    .carousels__block h2 {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }

    .other__categories h2 {
        font-size: 1.5rem;
    }

    .product__tabs button {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .promotion__card {
        flex-direction: column;
        margin-bottom: 1.5rem;
    }

    .promotion__card .ratio {
        max-width: 100%;
    }

}