@font-face {
    font-family: Inter-400;
    src: url("../fonts/Inter-Regular.ttf");
}
@font-face {
    font-family: Inter-500;
    src: url("../fonts/Inter-Medium.ttf");
}
@font-face {
    font-family: Inter-700;
    src: url("../fonts/Inter-Bold.ttf");
}

@font-face {
    font-family: Inter-900;
    src: url("../fonts/Inter-Black.ttf");
}




*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
    outline: none!important;
}
a:focus, a:active{
    border:0;
    outline: none;
}

header{
    z-index: 200 !important;
}
img{
    z-index: 100 !important;
}
html,
body{
    height: 100%;
    /* overflow-x: hidden;  */
}


.container {
    max-width: 104rem;
    margin: 0 auto;
}
.wrapper {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.header {
    color: #fff;
    height: 7.5rem;
    width: 100%;
}
.header__menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem 0rem;
    justify-content: space-between;
}
.header__logo {
    user-select: none;
}
.header__menu__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3rem;
}
.header__menu__item {
    font-size: 1.5rem;
    font-family: Inter-400;
    letter-spacing: 0%;

}
.header__contacts {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    align-items: center;
}
.header__contacts__btn {
    padding: 1rem 1.5rem ;
    background-color: #B33029;
    color: #fff;
    font-size: 1.5rem;
    font-family: Inter-500;
    letter-spacing: 0%;
    line-height: 1.21rem;
    transition: 0.3s;
}
.error{
    border-bottom: .0625rem solid #B33029 !important;
}
.header__contacts__btn:hover{
    background: #8F2621;
    transition: 0.3s;
}

.header__contacts__btn:active{
    background: #6B1D19;
    transition: 0.3s;
}

.header__contacts__phone {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    align-items: center;
}
.header__contacts__phone>a{
    color: #fff;
    font-size: 1.25rem;
    font-family: Inter-700;
    letter-spacing: 0%;
}
.header__contacts__phone>p{
    color: #fff;
    font-size: .6875rem;
    font-family: Inter-400;
    letter-spacing: 0%;
}

.fullscreen{
    min-height: 100vh;
    display: flex;
}

.fullscreen__body{
    flex: 1 1 auto;
    width: 100%;
    background: url("../img/background-fullscreen.jpg") no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.fullscreen__content {

    width: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
    gap: 1rem;
}
.fullscreen__title {
    font-size: 5.5rem;
    font-family: Inter-900;
    line-height: 5.375rem;
    letter-spacing: 0%;
    text-transform: uppercase;
}
.fullscreen__description {
    font-size: 1.75rem;
    font-family: Inter-400;
    letter-spacing: 0%;
    padding-bottom: 3rem;
}
.fullscreen__btn {
    font-size: 2rem;
    font-family: Inter-400;
    letter-spacing: 0%;
    background-color: #B33029;
    padding: 1.25rem 2.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
}

.fullscreen__btn::after{
    content: "";
    height: 2rem;
    width: 2rem;
    background: url("../img/icon/arrow-right.svg") no-repeat center;
    margin-left: 1rem;
}
.fullscreen__more-detailed {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.fullscreen__btn-more-detailed {
    font-size: 2rem;
    font-family: Inter-400;
    letter-spacing: 0%;
    color: #fff;
}

.main {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.fullscreen-about {
    display: flex;
    flex-direction: column;

}
.fullscreen-about__body {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 4rem 0rem;
}
.fullscreen-about__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 62.5625rem;
    z-index: 2;
    gap: 32px;
    
}
.fullscreen-about__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.fullscreen-about__title {
    font-family: Inter-900;
    font-size: 4rem;
    line-height: 4.8406rem;
    letter-spacing: 0%;
}
.fullscreen-about__description {
    font-family: Inter-400;
    font-size: 1.5rem;
    line-height: 1.8156rem;
    letter-spacing: 0%;
    text-align: justify;

}
.fullscreen-about__advantages {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding-bottom: 2rem;
    align-items: center;
}
.fullscreen-about__advantages-title {
    font-family: Inter-700;
    font-size: 3rem;
    line-height: 3.6306rem;
    letter-spacing: 0%;
}
.fullscreen-about__advantage-list {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.fullscreen-about__advantage {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.fullscreen-about_advantage-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
    height: 100%;
}

.fullscreen-about__advantage:not(:last-child):after{
    content: "";
    height: 100%;
    width: .0625rem;
    background: #00000066;
    margin-left: 1rem;
}


.fullscreen-about__advantage-title {
    font-family: Inter-700;
    font-size: 2rem;
    line-height: 2.4206rem;
    letter-spacing: 0%;
}
.fullscreen-about__advantage-description {
    font-family: Inter-400;
    font-size: 1.2rem;
    line-height: 1.21rem;
    letter-spacing: 0%;
}

.card-factory{
    font-family: Inter-500;
    font-size: 1.5rem;
    line-height: 1.8156rem;
    letter-spacing: 0%;
    text-align: justify;
    text-decoration: underline;
    color: blue;
}
.black{
    color: black;
}

.tel-nav{
    display: none;
    font-family: Inter-700;
    font-size: 2rem;
    line-height: 1.8156rem;
    letter-spacing: 0%;
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    background-color: #555;
}

.fullscreen-about__right>img{
    max-height: 50rem;
    margin-left: -25rem;
    z-index: 1;
}

.products-screen {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.products-screen__body {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.products-screen__title {
    font-family: Inter-900;
    font-size: 4rem;
    line-height: 4.8406rem;
    letter-spacing: 0%;
}
.products-screen__products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}


.products-screen__products>a{
    min-width: 30%;
    flex: 1 1;
}
.products-screen__product {
    display: flex;
    width: 100%;
    height: auto;
    position: relative;
    cursor: pointer;
}


.products-screen__product>img{
    width: 100%;
    height: 100%;
}
.products-screen__product-title {
    font-family: Inter-900;
    color: #fff;
    font-size: 2.5rem;
    line-height: 3.0256rem;
    letter-spacing: 0%;
    position: absolute;
    bottom: .5rem;
    left: 1rem;
    z-index: 101;
}

.services-screen {
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.services-screen__body {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.services-screen__title {
    font-family: Inter-900;
    font-size: 4rem;
    line-height: 4.8406rem;
    letter-spacing: 0%;
}
.services-screen__services {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}
.services-screen__service{
    position: relative;
}
.services-screen__service>img{
    flex: 1 1;
    min-width: 40%;
    height: auto;
    cursor: pointer;
}
.services-screen__service-title {
    font-family: Inter-900;
    color: #fff;
    font-size: 2.5rem;
    line-height: 3.0256rem;
    letter-spacing: 0%;
    position: absolute;
    bottom: .5rem;
    left: 1rem;
    z-index: 101;
}

.form-link-screen {
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background: url("../img/background-form-1.jpg") no-repeat, #00000099;
    background-size: cover;
}


.vacancy{
    background: url("../img/background-form-2.jpg") no-repeat;  
    background-size: cover;
}

.form-link-screen__body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 auto;
    height: 100%;
}
.form-link-screen__title {
    color: #fff;
    font-family: Inter-900;
    font-size: 4rem;
    line-height: 4.8406rem;
    letter-spacing: 0%;
    flex: 50%;
    padding-right: 8rem;
}

.form-link-screen__body-left{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.form-link-screen__hh{
    color: #fff;
    font-family: Inter-500;
    font-size: 1.5rem;
    letter-spacing: 0%;
    text-decoration: underline;
}
.form-link-screen__form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex: 50%;
    border-left: solid .0625rem #FFFFFF66;
    padding-left: 8rem;
}

.form-link-screen__form>input{
    background: none;
    width: 100%;
    color: #fff;
    font-family: Inter-400;
    font-size: 1.5rem;
    line-height: 1.8156rem;
    letter-spacing: 0%;
    padding: .5rem;
    border-bottom: .0625rem solid #fff;
}
.form-link-screen__form>input::placeholder{
    color: #fff;
}
.form-link-screen__form>input:focus {
    outline: none;
  }

.form-link-screen__checkbox{
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}

.form-link-screen__checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
  }
.form-link-screen__checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    flex-grow: 0;
    border: .1875rem solid #ffffff;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    margin-right: 1.25rem;
  }
.form-link-screen__checkbox:checked+label::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  } 

  .form-link-screen__checkbox:focus+label::before {
    box-shadow: 0 0 0 3.2px rgba(224, 224, 224, 0.25);
  }
  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
  .form-link-screen__checkbox:focus:not(:checked)+label::before {
    border-color: #e7e7e7;
  }
  /* стили для чекбокса, находящегося в состоянии disabled */
  .form-link-screen__checkbox:disabled+label::before {
    background-color: #e9ecef;
  }
.form-link-screen__checkbox__agreement{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.form-link-screen__label>span{
    color: #fff;
    font-family: Inter-400;
    font-size: 1.5rem;
    line-height: 1.8156rem;
    letter-spacing: 0%;
    transition: color 1s ease; /* Плавное изменение цвета */
} 
/* Анимация для изменения цвета на красный */
@keyframes highlightRed {
    0% {
        color: #fff; /* Начальный цвет текста */
    }
    50% {
        color: #ffafaf; /* Красный цвет текста */
    }
    100% {
        color:#fff; /* Возвращаемся к исходному цвету */
    }
}

/* Класс, который добавляется при нажатии */
.form-link-screen__label>span.highlight {
    animation: highlightRed 1s ease; /* Анимация длится 0.5 секунды */
}

.form-link-screen__btn {
    font-family: Inter-400;
    font-size: 2rem;
    line-height: 2.4206rem;
    letter-spacing: 0%;    
    background-color: #B33029;
    color: #fff;
    padding: 1.25rem 0rem;
    text-align: center;
    width: 100%;
}

.examples-screen {
    min-height: 0rem;
    padding: 4rem 0rem;
}
.examples-screen__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.examples-screen__title {
    font-family: Inter-900;
    font-size: 4rem;
    line-height: 4.8406rem;
    letter-spacing: 0%;
    min-width: 0;
}
.examples-screen__examples {
    max-width: 64rem;
    height: 36rem;
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-wrapper {
    width: 100%;
    height: 100%;
}
.swiper-slide{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide-img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.swiper-slide-img video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: var(--swiper-pagination-bottom);
}

.swiper-pagination{
    margin-top: 1rem;
}
.swiper-pagination-bullet{
    border: .25rem solid #00000066;
    width: 1.25rem; /* Ширина квадрата */
    height: 1.25rem; /* Высота квадрата */
    background-color: #ffffff; /* Цвет фона */
    opacity: 1; /* Прозрачность */
    border-radius: 0; /* Убираем скругление углов */
    margin: 0 .3125rem; /* Отступы между буллетами */
    transition: opacity 0.3s ease; /* Плавное изменение прозрачности */
    
    
}

.swiper-pagination-bullet-active{
    border: .25rem solid #B33029;
    transition: opacity 0.3s ease; /* Плавное изменение прозрачности */
    box-shadow: 0 0 .3125rem rgba(0, 0, 0, 0.3)
}

.swiper-button-prev {
    font-size: 1.125rem;
    color: #fff;
}
.swiper-button-next {
    font-size: 1.125rem;
    color: #fff;
}
.swiper-button-prev:after, .swiper-button-next:after{
    padding: 35px;
}

.swiper-slide-img__title{
    width: 100%;
    padding-bottom: 1.5rem;
    display: inline-block;
    position: absolute;
    color: #fff;
    font-family: Inter-700;
    font-size: 2.5rem;
    line-height: 3.0256rem;
    letter-spacing: 0%;
    bottom: 0; /* Прижимаем к нижнему краю родителя */
    left: 50%; /* Сдвигаем вправо на 50% от ширины родителя */
    transform: translateX(-50%); /* Сдвигаем обратно на половину своей ширины */
}

.contacts-screen {
    padding: 4rem 0;
}
.contacts-screen__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 2rem;
}

.contacts-screen__title {
    font-family: Inter-900;
    font-size: 4rem;
    line-height: 4.8406rem;
    letter-spacing: 0%;
}

.contacts-screen__contacts {
    display: flex;
    flex-direction: column;
    width: 100%;

}
.contacts-screen__requisites {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: flex-start;
}
.contacts-screen__main-contacts {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex: 50%;
}

.contacts__items{
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.contacts__title {
    font-family: Inter-700;
    font-size: 1.5rem;
    line-height: 1.8156rem;
    letter-spacing: 0%;
}
.contacts__item {
    font-family: Inter-400;
    font-size: 1.5rem;
    line-height: 1.8156rem;
    letter-spacing: 0%;

}
.contacts-screen__map {
    padding-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer {
    background-color: #000000;
    width: 100%;
}

.footer__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 4rem 0;
    justify-content: center;
    width: 100%;
}

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

.footer__menu {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
}

.footer__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.3438rem 4rem;
    color: #fff;
    font-family: Inter-400;
    font-size: 1.25rem;
    line-height: 1.5125rem;
    justify-content: center;
    gap: .5rem;
    flex: 33%;
    text-align: center;
    width: 100%;
}
.underline{
    text-decoration: underline;
}

.footer__item li{
    gap: .5rem;
}


.footer__item:not(:last-child){
    border-right: .0625rem solid #FFFFFF66;
}

.footer__copyright {
    font-family: Inter-400;
    font-size: 1.25rem;
    line-height: 1.5125rem;
    letter-spacing: 0%;
    color: #FFFFFF66;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}


.header__menu__item_product{

    font-family: Inter-400;
    font-size: 1.5rem;
    line-height: 1.8156rem;
    letter-spacing: 0%;
    color: #000000;
}
.header_product{
    box-shadow: 0rem .25rem .25rem 0rem #00000040;
    background-color: #fff;
}

.header__contacts__phone_product{
    align-items: center;
}

.header__contacts__phone_product a{
    font-family: Inter-700;
    font-size: 1.25rem;
    line-height: 1.5125rem;
    letter-spacing: 0%;
    color: #000000;
}


.header__contacts__phone_product>p{
    font-family: Inter-400;
    font-size: .6875rem;
    line-height: .8319rem;
    letter-spacing: 0%;
    color: #000000;
}

.main-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 0;
}
.main-product__body {
    color: #000000;
}
.main-product__title {
    font-family: Inter-900;
    font-size: 4rem;
    letter-spacing: 0%;
    margin-bottom: 4rem;
}
.main-product__description {
    font-family: Inter-400;
    font-size: 1.5rem;
    line-height: 1.8156rem;
    letter-spacing: 0%;
    margin-bottom: 4rem;
}

.table{
	table-layout: fixed;
	width: 100%;
    border-spacing: 0;
}
.table th {
	background: #B33029;
    color: #fff;
    font-family: Inter-500;
    font-size: 1.5rem;
    line-height: 1.8156rem;
    letter-spacing: 0%;
    width: 20%;
    padding: 1rem 0;
}
.table td{
	text-align: center;
    font-family: Inter-500;
    font-size: 1.375rem;
    line-height: 1.6644rem;
    letter-spacing: 0%;
    padding: 1rem 0;
}


.table tbody tr:nth-child(odd){


	background: #fff;
}
.table tbody tr:nth-child(even){
	background: #00000029;
}

.products-screen__double-product{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.products-screen__product-width {
    flex: 1 1;
    min-width: 45%;
    height: auto;
}

.main-product__delivery {
    display: flex;
    flex-direction: column;
    padding: 4rem 0;
    gap: 2rem;
}
.delivery__title {
    font-family: Inter-900;
    font-size: 4rem;
    line-height: 4.8406rem;
    letter-spacing: 0%;
}
.delivery__description {
    font-family: Inter-400;
    font-size: 1.5rem;
    line-height: 1.8156rem;
    letter-spacing: 0%;
}
.delivery__description-down {
    font-family: Inter-700;
    font-size: 1.5rem;
    line-height: 1.8156rem;
    letter-spacing: 0%;
}

.link{
    color: #4e4e4e;
    text-decoration: underline;
}

.footer__item-certificate{
    color: rgba(0, 0, 255, 0.7);
}

.fullscreen__btn:hover{
    background: #8F2621;
    transition: 0.3s;
}

.fullscreen__btn:active{
    background: #6B1D19;
    transition: 0.3s;
}

.form-link-screen__btn:hover{
    background: #8F2621;
    transition: 0.3s;
}

.form-link-screen__btn:active{
    background: #6B1D19;
    transition: 0.3s;
}
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 25px;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 999;
    font-family: Inter-500;
    font-size: 1.5rem;
}

.notification.show {
    opacity: 1;
    transform: translateX(0);
}

.hidden {
    display: none;
}

.service{
    padding-top: 0;
}
.service-padding-0{
    padding-bottom: 0;
}
@media only screen and (max-width: 600px){
    .fullscreen-about__advantage:not(:last-child):after{
        display: none;
    }
    .fullscreen-about__advantage{
        border: 1px dashed;
        padding: 20px;
    }
    .fullscreen-about__advantage-description{
        text-align: justify;
    }
    
    .fullscreen-about__advantage-list {
        flex-direction: column;

    }

    .form-link-screen__body-left{
        align-items: center;
        padding-bottom: 25px;
        gap: 0.5rem;
    }

    .swiper-button-prev:after, .swiper-button-next:after{
        padding: 10px;
    }
    .form-link-screen{
        background: url(../img/background-form-1.jpg) no-repeat center, #00000099;
    }
    .vacancy{
        background: url(../img/background-form-2.jpg) no-repeat center;
    }
    .form-link-screen__title{
        padding-right: 0;
        text-align: center;
        flex: none;
        font-size: 2.5rem;
        line-height: normal;
        padding-bottom: 16px;
    }
    .changed{
        background-color: #fff !important;
    }
    .footer__item-mobile{
        display: none;
    }
    .map17{
        width: 330px;
        height: 330px;
    }
    .footer__item:not(:last-child){
        border-right: none;
    }    
    .swiper-slide-img video{
        width: 100%;
        height: 100%;
        object-fit: cover;
        user-select: none;
    }
    .swiper-slide-img__title{
        font-size: 20px;
        letter-spacing: 0%;
    }
    .examples-screen__examples {
        max-width: 330px;
        height: auto;
        position: relative;
    }
    .fullscreen-about__right{
        display: none;
    }
    .fullscreen-about__title{
        font-family: Inter-900;
        font-size: 4rem;
        line-height: 4.8406rem;
        letter-spacing: 0%;
    }
    .fullscreen-about__left{
        gap: 16px;
    }
    .fullscreen__btn::after{
        width: 3rem;
        height: 3rem;
    }
    .fullscreen-about__description{
        font-family: Inter-400;
        font-size: 1.5rem;
        line-height: 1.8156rem;
        letter-spacing: 0%;
    }
    .header__menu{
        padding-left: 16px;
        padding-right: 16px;
    }

    .header__menu__list{
        padding-left: 64px;
        padding-top: 64px;
    }
    html{
        font-size: 9px;
    }
    .container{
        padding-right: 1rem;
        padding-left: 1rem;
        max-width: none;
    }
    .products-screen__product-resize{
        min-width: 30 !important;
        flex: 1 1;
    }

    .produt-img__resize{
        width: 544px !important;
        height: auto !important;
    }

    /* Меню бургер */
    .header__contacts{
        display: none;
    }
    .burger-menu {
        display: flex;
    }
    .header__logo{
        display: block;
    }
    .header__logo>img{
        width: 70px;
    }
    .burger-menu {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        z-index: 1000;
    }
    
    .header__menu {
        display: flex;
        justify-content: space-between;
        padding: 5px;
    }
    .bar {
        user-select: none;
        width: 40px;
        height: 4px;
        background-color: #000;
        margin: 5px 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
    .header {
        position: fixed;
    }

    .header__menu-body {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        transform: translateX(-100%); /* Меню скрыто за пределами экрана */
        transition: transform 0.5s ease;
        z-index: 999;
    }
    .header__menu-body ul li a {
        color: #000;
        font-size: 24px;
        transition: color 0.3s ease;
    }

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

    .header__menu-body ul li a:hover {
        color: #ff6347; /* Цвет при наведении */
    }
    
    /* Анимация для открытия меню */
    .header__menu-body.active {
        transform: translateX(0); /* Меню появляется на экране */
    }
    
    /* Анимация для бургер-меню при открытии */
    .burger-menu.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(10px, 10px);
    }
    
    .burger-menu.active .bar:nth-child(2) {
        opacity: 0;
    }
    
    .burger-menu.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(10px, -10px);
    }
    .fullscreen__content{
        height: 100%;
        justify-content: center;
    }
    .fullscreen__title{
        font-family: Inter-900;
        font-size: 6rem;
        line-height: 7.2613rem;
        letter-spacing: 0%;
    
    }
    .products-screen__products>a{
        flex: none;
    }
    .products-screen__products{
        justify-content: center;
        align-items: center;
    } 
    .products-screen__product>img{
        width: 300px !important;
    }
    .services-screen__service>img{
        width: 300px !important;
    }
    .form-link-screen__body{
        display: flex;
        flex-direction: column;
    }
    .form-link-screen__form{
        border: none;
        padding-left: 0;
    }
    .white{
        transition: 0.3s;
        background: #fff;
    }
    /* Меню бургер */
    .title-product{
        font-size: 18px;
    }
    .header__logo-product>img{
        width: 70px;
        height: auto;
    }
    .main-product{
        margin-top: 64px;
    }
    .table th{
        font-size: 10px;
    }
    .tel-nav{
        display: block;
    }
}
@media only screen and (min-width: 600px) and (max-width:767){
    .header__menu__list{
        padding-left: 64px;
        padding-top: 64px;
    }
    html{
        font-size: 10px;
    }
    .container{
        padding-right: 1rem;
        padding-left: 1rem;
        max-width: none;
    }
    .products-screen__product-resize{
        min-width: 30 !important;
        flex: 1 1;
    }

    .produt-img__resize{
        width: 544px !important;
        height: auto !important;
    }

    /* Меню бургер */
    .header__contacts{
        display: none;
    }
    .burger-menu {
        display: flex;
    }
    .header__logo{
        display: block;
    }
    /* .header__logo>img{
        width: 100px;
    } */

    .burger-menu {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        z-index: 1000;
    }
    
    .header__menu {
        display: flex;
        justify-content: space-between;
    }

    .bar {
        width: 50px;
        height: 7px;
        background-color: #000;
        margin: 4px 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
    .header {
        position: fixed;
    }

    .header__menu-body {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        transform: translateX(-100%); /* Меню скрыто за пределами экрана */
        transition: transform 0.5s ease;
        z-index: 999;
    }
    .header__menu-body ul li a {
        color: #000;
        font-size: 24px;
        transition: color 0.3s ease;
    }

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

    .header__menu-body ul li a:hover {
        color: #ff6347; /* Цвет при наведении */
    }
    
    /* Анимация для открытия меню */
    .header__menu-body.active {
        transform: translateX(0); /* Меню появляется на экране */
    }
    
    /* Анимация для бургер-меню при открытии */
    .burger-menu.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .burger-menu.active .bar:nth-child(2) {
        opacity: 0;
    }
    
    .burger-menu.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    .fullscreen__content{
        height: 100%;
        justify-content: center;
        padding: 0 32px;
    }
    .fullscreen__title{
        font-family: Inter-900;
        font-size: 6rem;
        line-height: 7.2613rem;
        letter-spacing: 0%;
    
    }
    .products-screen__products>a{
        flex: none;
    }
    .products-screen__products{
        justify-content: center;
        align-items: center;
    } 
    /* Меню бургер */
}
@media only screen and (min-width: 768px) and (max-width:991px){
    .header__menu__list{
        padding-left: 64px;
        padding-top: 64px;
    }
    html{
        font-size: 11px;
    }
    .container{
        padding-right: 1rem;
        padding-left: 1rem;
        max-width: none;
    }
    .products-screen__product-resize{
        min-width: 30 !important;
        flex: 1 1;
    }

    .produt-img__resize{
        width: 544px !important;
        height: auto !important;
    }

    /* Меню бургер */
    .header__contacts{
        display: none;
    }
    .burger-menu {
        display: flex;
    }
    .header__logo{
        display: block;
    }
    /* .header__logo>img{
        width: 100px;
    } */

    .burger-menu {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        z-index: 1000;
    }
    
    .header__menu {
        display: flex;
        justify-content: space-between;
    }

    .bar {
        width: 50px;
        height: 7px;
        background-color: #000;
        margin: 4px 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
    .header {
        position: fixed;
    }

    .header__menu-body {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        transform: translateX(-100%); /* Меню скрыто за пределами экрана */
        transition: transform 0.5s ease;
        z-index: 999;
    }
    .header__menu-body ul li a {
        color: #000;
        font-size: 24px;
        transition: color 0.3s ease;
    }

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

    .header__menu-body ul li a:hover {
        color: #ff6347; /* Цвет при наведении */
    }
    
    /* Анимация для открытия меню */
    .header__menu-body.active {
        transform: translateX(0); /* Меню появляется на экране */
    }
    
    /* Анимация для бургер-меню при открытии */
    .burger-menu.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .burger-menu.active .bar:nth-child(2) {
        opacity: 0;
    }
    
    .burger-menu.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    .fullscreen__content{
        height: 100%;
        justify-content: center;
        padding: 0 64px;
    }
    .fullscreen__title{
        font-family: Inter-900;
        font-size: 6rem;
        line-height: 116.18px;
        letter-spacing: 0%;
    
    }
    .products-screen__products>a{
        flex: none;
    }
    .products-screen__products{
        justify-content: center;
        align-items: center;
    } 
    /* Меню бургер */
}
@media only screen and (min-width: 992px) and (max-width:1199px){
    .header__menu__list{
        padding-left: 64px;
        padding-top: 64px;
    }
    html{
        font-size: 11px;
    }
    .container{
        padding-right: 1rem;
        padding-left: 1rem;
        max-width: none;
    }
    .products-screen__product-resize{
        min-width: 30 !important;
        flex: 1 1;
    }

    .produt-img__resize{
        width: 544px !important;
        height: auto !important;
    }

    /* Меню бургер */
    .header__contacts{
        display: none;
    }
    .burger-menu {
        display: flex;
    }
    .header__logo{
        display: block;
    }
    /* .header__logo>img{
        width: 100px;
    } */

    .burger-menu {
        display: flex;
        flex-direction: column;
        cursor: pointer;
        z-index: 1000;
    }
    
    .header__menu {
        display: flex;
        justify-content: space-between;
    }

    .bar {
        width: 50px;
        height: 7px;
        background-color: #000;
        margin: 4px 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
    .header {
        position: fixed;
    }

    .header__menu-body {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        transform: translateX(-100%); /* Меню скрыто за пределами экрана */
        transition: transform 0.5s ease;
        z-index: 999;
    }
    .header__menu-body ul li a {
        color: #000;
        font-size: 24px;
        transition: color 0.3s ease;
    }

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

    .header__menu-body ul li a:hover {
        color: #ff6347; /* Цвет при наведении */
    }
    
    /* Анимация для открытия меню */
    .header__menu-body.active {
        transform: translateX(0); /* Меню появляется на экране */
    }
    
    /* Анимация для бургер-меню при открытии */
    .burger-menu.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .burger-menu.active .bar:nth-child(2) {
        opacity: 0;
    }
    
    .burger-menu.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    .fullscreen__content{
        height: 100%;
        justify-content: center;
        padding: 0 64px;
    }
    .fullscreen__title{
        font-family: Inter-900;
        font-size: 6rem;
        line-height: 116.18px;
        letter-spacing: 0%;
    
    }
    .products-screen__products>a{
        flex: none;
    }
    .products-screen__products{
        justify-content: center;
        align-items: center;
    } 
    /* Меню бургер */
}
@media only screen and (min-width: 1200px) and (max-width:1479px){
    html{
        font-size: 12px;
    }
    
    .products-screen{
        padding: 0;
    }
    .products-screen__products>a{
        flex: none;
    }
    .products-screen__products{
        justify-content: center;
        align-items: center;
    }
    .products-screen__product-resize{
        min-width: 30 !important;
        flex: 1 1;
    }

    .produt-img__resize{
        width: 544px !important;
        height: auto !important;
    }
}
/* @media only screen and (min-width: 1480px){
    html{
        font-size: 14px;
    }
    .services-screen{
        padding-right: 0;
        padding-left: 0;
    }

    .products-screen{
        padding-right: 0;
        padding-left: 0;
    }
    .products-screen__products>a{
        flex: 30%;
    }
    .products-screen__products>a:nth-child(4){
        width: 51.5rem;
        height: 28.9688rem;
    }
    .products-screen__product-width{
        width: inherit;
        height: inherit;
    }
} */

/* @media only screen and (min-width: 1680px){
    .container{
        padding: 0;
    }
    .products-screen__product-width:first-child{
        width: 51.5rem;
        height: 28.9688rem;
    }
} */