html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Hind Madurai", sans-serif;
}
a, p, ol, ul, table{
font-family: "Hind Madurai", sans-serif;
}
a, a:visited, a:active{
    color:#e9a900;
}
*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Hind Madurai", sans-serif;
    font-weight: 700;
    line-height: 40px;
}
ul[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

html,
body {
  height: 100%;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 10px;
}

:focus,
:active {
  outline: none;
}

input {
  border: none;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__wrapper {
  background: #e5e5e5;
}

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #696969;
  flex-wrap: wrap;
  align-content: baseline;
}
.contacts__inner {
  gap: 30px;
}

.contacts__img {
  margin-right: 7px;
  width: 20px;
  height: 20px;
}

.contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 32px;
}

.btn__language {
  width: 175px;
  height: 50px;
  font-family: "Hind", sans-serif;
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  color: #feb800;
  background-color: #000;
  border: 2px solid #feb800;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}

.social__img {
  width: 15px;
  height: 15px;
  margin-left: 30px;
  margin-top: 5px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo .mobile_menu {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  font-size: 50px;
  width: 100vw;
  height: 100vh;
  background: #282828;
  color: #fff;
  padding: 0 20px;
  overflow: scroll;
}

.logo .mobile_menu__head {
  padding: 40px 0 30px;
  overflow: hidden;
  border-bottom: 1px solid #D1D1D1;
}

.logo .mobile_menu__close {
  margin-left: 15px;
  background: url("../images/close.png");
  width: 24px;
  height: 21px;
  float: left;
}

.logo .mobile_menu__info_block {
  color: #E4E4E4;
  line-height: 28px;
  font-size: 18px;
  font-family: "Hind Madurai", sans-serif;
  height: 63px;
}

.logo .mobile_menu__info_block__text {
  float: left;
  width: calc( 100% - 70px);
}

.logo .mobile_menu__info_block img {
  width: 40px;
  float: left;
  margin: -6px 15px;
}

.logo .mobile_menu__socials {
  border: 1px solid #414141;
  border-radius: 2px;
  overflow: hidden;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 40px;
}

.logo .mobile_menu__socials a {
  background: #FEB800;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  vertical-align: middle;
}

.logo .mobile_menu__socials a img {
  width: 65%;
  margin: 9px auto 0;
}

.logo .mobile_menu .btn__language {
  float: right;
  margin-top: -17px;
  text-align: center;
  line-height: 50px;
  background: #212121;
}

.logo .mobile_menu ul {
  list-style: none;
  margin-left: -40px;
  margin-bottom: 40px;
}

.logo .mobile_menu ul li {
  line-height: 60px;
  border-bottom: 1px solid #424242;
  text-indent: 25px;
  position: relative;
}

.logo .mobile_menu ul li a {
  color: #fff;
  font-size: 24px;
  font-family: "Hind Madurai", sans-serif;
}

.logo .mobile_menu ul li a + ul::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/icons/ico-arrow.png);
  position: absolute;
  background-size: cover;
  right: 20px;
  top: 20px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.logo .mobile_menu ul li ul {
  padding: 0;
  margin: 0;
}

.logo .mobile_menu ul li ul li {
  height: 0;
  visibility: hidden;
  padding: 0;
  margin: 0;
  text-indent: 0px;
}

.logo .mobile_menu ul li.active a + ul::before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.logo .mobile_menu ul li.active ul li {
  height: auto;
  visibility: visible;
  padding: auto;
  margin: auto;
}

.logo .mobile_menu ul li.active ul li a {
  font-size: 16px;
  line-height: 20px;
}

.logo .active + .mobile_menu {
  display: block;
}

.logo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo__title {
  max-width: 325px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  color: #696969;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 20px;
}

.logo_fs {
  font-size: 16px;
  line-height: 18px;
  width: 200px;
  margin: 0;
  -ms-flex-item-align: initial;
      -ms-grid-row-align: initial;
      align-self: initial;
  text-align: center;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__item {
  border-left: 1px solid #e3e3e3;
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  line-height: 32px;
  margin:0;
  font-weight: 600;
}

.about__title::before {
  content: '';
  background: url(../images/icons/ic-checked.svg) no-repeat;
  width: 23px;
  height: 23px;
  padding-right: 33px;
}

.about__text {
  font-family: "Hind", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #696969;
  padding-left: 33px;
  margin:0;
}

.delivery-img{
  width: 100%;
  margin: 60px 0 30px;
}

.delivery-img img{
  width: 100%;
  height: 623px;
  object-fit: cover;
}

.about-page__form-label.delivery-form{
  width: 100%;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}

.nav__wrapper {
  background: #000;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Hind", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.nav__item {
  position: relative;
}

.nav_activ {
  border-bottom: 6px solid #feb800 !important;
}

a.nav__link {
  color: #fff;
  padding: 17px 20px;
  padding-bottom: 16px;
  text-decoration:none;
}

.nav__link:hover {
  border-bottom: 6px solid #feb800;
}

.nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  color: #fff;
  padding: 20px 20px;
  border-bottom: 6px solid #000;
  height: 67px;
}
.nav__btn a{
 text-decoration:none;
}
.nav__btn:hover {
  border-bottom: 6px solid #feb800;
}

.nav__arrow {
  width: 20px;
  height: 20px;
}

.nav__burger-list {
  left: 0;
  top: 67px;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  background: #000;
  width: 360px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: none;
}

.nav__btn:hover .nav__burger-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__burger-item {
  padding: 10px;
  width: 100%;
    text-align: left;
}

.nav__burger-link {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  display:block;
  width:100%;
  color: #fff;
}

.nav__burger-link:hover {
  color: #FEB800;
}
.nav__burger-link:visited{
    color:#fff
}
.nav_activ_p.nav__burger-link{
    color:#feb800;
}
.nav__search {
  width: 270px;
  height: 43px;
  background: #202020;
  border: 1px solid #696969;
  color: #fff;
  padding: 0 10px;
  font-size: 18px;
  border-right:0;
}
.search-button{
  background: #202020;
  height: 43px;
    width: 43px;
    padding: 10px;
  border: 1px solid #696969;
  border-left:0;
}
.search-form{
    display:flex;
}

.form-consult__wrapper {
  background: url(../images/banner-min.jpg) center/cover no-repeat;
}

.form-consult__outer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, auto));
  gap: 50px;
  justify-content: space-between;
  padding: 50px 0;
}

.form-consult__inner {
  background: rgba(33, 33, 33, 0.95);
  width: 100%;
}
.form-consult__inner form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  gap: 35px;
  width: 80%;
  padding: 30px 0;
}
.form-consult__inner label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  width: 100%;
}

.form-consult__title {
  font-family: "Hind Madurai", sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.form-consult__placeholder {
  /*width: 80%;*/
  width: 100%;
  height: 55px;
  font-size: 18px;
  font-family: "Hind Madurai", sans-serif;
  line-height: 24px;
  font-weight: 500;
  padding: 15px 0 15px 20px;
  border: 1px solid #feb800;
  border-radius: 3px;
}

.form-consult__btn,
 .form-consult__btn-call{
  width: 100%;
  height: 65px;
  background: #feb800;
  border-radius: 3px;
  font-family: "Hind Madurai", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
 .form-consult__btn-call {
   width: 80%;
   margin: 0 40px 35px 40px;
 }

.advantages__wrapper {
  background: url(../images/picture/main.jpg) 100% 100%/100% 100% no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -1px;
}

.filter-select select{
  border: 1px solid #696969;
  padding: 10px 20px;
  appearance: none;
  width: 100%;
}

.lang_fixed{
  position: static !important;
}

.lang__link{
  padding: 10px 50px !important;
}

.lang__img{
  font-size: 18px !important;
}

.advantages__item {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

.advantages__title {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}

.advantages_color-title {
  color: #feb800;
}

.advantages__text_color {
  color: #fff;
  max-width: 450px;
  text-align: center;
}

.advantages__text_color-0 {
  color: #000;
  text-align: center;
}

.products__title {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products__title::after {
  content: '';
  background: url(../images/product/Line.png) no-repeat;
  width: 80%;
  height: 2px;
  margin: 20px 0 0 25px;
}

.cert.products__title::after {
    width: 63%;
}

.products__title-h3 {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  margin:0;
}

.products__line {
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 28px;
}

.products__content {
  margin-top: 30px;
}

.products__content .slick-track {
  display: flex;
}
.slick-initialized .slick-slide {
  height: auto;
}

.products__card {
  background: #EDEDED;
  min-width: 0;
  margin: 0 10px;
}
.products__card .generalText {
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.products__img {
  -o-object-fit: cover;
     object-fit: cover;
  /*height: 290px;*/
  width: 100%;
}

.products__name {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  text-align: center;
}

.products__text p {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 30px 0 0 0;
  text-align: center;
}

.first-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.first-slider .slick-dots li {
  list-style: none;
  margin: 20px 10px;
}

.first-slider .slick-dots button {
  font-size: 0;
  width: 24px;
  height: 24px;
  background: rgba(163, 163, 163, 0.7);
  border-radius: 50%;
}

.first-slider .slick-dots .slick-active button {
  background: #fff;
  border: 7px solid #FEB800;
}
.swiper-button-next:after, .swiper-button-prev:after{
  color: #FEB800;
}
.test-swiper{
  position: relative;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: -32px;
}
/* Основные стили для слайдера */
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

/* Стили для точек и навигации */
.swiper-pagination-bullet {
  background: rgba(163, 163, 163, 0.7);
  border: 10px solid;
}

.swiper-pagination-bullet-active {
  background: #fff;
  border: 10px solid #FEB800;
}

.services__title {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 45px;
}
.services__title p{
    margin:0;
    font-family: "Hind Madurai", sans-serif;
    font-weight: 700;
    line-height: 24px;
    font-size: 1.75rem;
}

.services__title::after {
  content: '';
  background: url(../images/uslugi/service-line.png) no-repeat;
  width: 100%;
  height: 2px;
  margin: 20px 0 0 25px;
}

.services__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services__card {
  margin: 30px auto 70px;
  max-width: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #EDEDED;
}

.services__link, .services__link:visited, .services__link:active {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  text-align: center;
  margin: 35px auto;
  max-width: 275px;
}
.services__link {
  padding: 0 10px;
}


.offers__wrapper {
  background: #EDEDED;
}

.offers__inner {
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.offers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0;
  scrollbar-width: 17px;
  scrollbar-color: #FEB800 #fff;
}

.offers__text::-webkit-scrollbar {
  width: 17px;
}

.offers__text::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 10px;
  margin: 5px;
}

.nav__burger-list.second{
    display:none !important;
    left: 100%;
    top: 0;
    border-left: 1px solid #feb800;
}
.nav__burger-list li:hover > .second{
    display:flex !important;
}
.offers__text::-webkit-scrollbar-thumb {
  background: #FEB800;
  border-radius: 10px;
}
.contacts-page__info-title p,
.contacts-page__info-title h3{
    margin:0;
}
.offers__title {
    margin:0;
  margin-left: 30px;
  font-family: "Hind Madurai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.offers__text {
    margin:0;
  margin-left: 115px;
  font-family: "Hind Madurai", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  padding-right: 10px;
  max-height: 250px;
  overflow-y: auto;
}

.offers__span {
  font-weight: 600;
  border-bottom: 1px solid #a9a9a9;
}

.offers__img {
  width: 85px;
}

.technologies__wrapper {
  background: url(../images/bg-technologies.jpg) center/cover no-repeat;
}

.technologies__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.technologies__content {
  margin: 75px 0;
  max-width: 50%;
}

.technologies__title {
  text-transform: uppercase;
  color: #FEB800;
  font-family: "Hind Madurai", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 15px 20px;
  background: #212121;
  text-align: center;
}

.technologies__text {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin: 20px 0;
}

.technologies__span {
  color: #FEB800;
}

.technologies__video {
  padding: 30px;
  border: 5px solid rgba(254, 184, 0, 0.3);
}

.gallery {
  min-width: 0;
  max-width: 50%;
}

.gallery .slick-slider {
  position: relative;
}

.gallery .slick-arrow {
  position: absolute;
  top: 40%;
  z-index: 10;
  font-size: 0;
  width: 37px;
  height: 37px;
}

.gallery .slick-prev {
  left: 3%;
  background: url(../images/icons/arrow-l.svg) 0 0/100% no-repeat;
}

.gallery .slick-next {
  right: 7%;
  background: url(../images/icons/arrow-r.svg) 0 0/100% no-repeat;
}

.gallery .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery .slick-slide {
  width: 630px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.cert.slick-slide {
    height:auto;
}

.gallery .slick-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 25%;
  bottom: 70px;
}

.gallery .slick-dots li {
  list-style: none;
  margin: 0 5px;
}

.gallery .slick-dots button {
  font-size: 0;
  width: 14px;
  height: 14px;
  background: rgba(163, 163, 163, 0.7);
  border-radius: 50%;
}

.gallery .slick-dots .slick-active button {
  background: #fff;
  border: 4px solid #FEB800;
}

.gallery__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery__text {
  margin: 20px 0;
  font-family: "Hind Madurai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.gallery__span {
  font-weight: 600;
}

.standards {
  width: 425px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}

.standards__wrapper {
  background-image: url("../images/bg-standards.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

.standards__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.standards__img-wrapper {
  max-width: 65%;
}


.standards__title {
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 45px;
  color: #feb800;
  margin: 40px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.standards__title::before {
  content: '';
  position: absolute;
  width: 111px;
  height: 3px;
  background: url('../images/line-standards.png') no-repeat center;
  bottom: -17px;
}

.standards__text {
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin: 40px 0;
  max-width: 297px;
}

.standards__btn {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  padding: 12px 30px;
  border: 3px solid #FEB800;
  color: #FEB800;
  background: transparent;
}

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px 0;
  overflow-y: auto;
}

.footer {
  background: #242424;
  padding: 50px 0;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__item {
  padding: 0 50px;
  border-left: 1px solid #7a7a7a;
  max-width: 400px;
}

.footer__title {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  color: #FEB800;
}

.footer__item-link {
  margin: 6px 0;
}

a.footer__link {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #cdcdcd;
}

#call-back .modal-content{
    background: rgba(33, 33, 33, 0.95);
}

#success .modal-content {
  background: rgba(33, 33, 33, 0.95);
}

a.footer__link.nav_activ_p{
    color:#e9a900;
}

.footer__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
}

.footer__ic-img {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.footer__contacts-text {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  margin:0;
}

.footer__social-link {
  margin-right: 16px;
}

.footer__social_marg {
  margin-top: 35px;
}

.under {
  background: #000;
  text-align: center;
  color: #949494;
  padding: 25px 0;
}

.contacts-page__banner {
  background: url(../images/contacts/contacts-banner.jpg) center/cover no-repeat;
}

.contacts-page__title {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 76px;
  line-height: 155px;
  color: #fff;
  padding: 55px;
  text-align: center;
  margin-bottom: 0;
}

.contacts-page__form {
  background: #f3f3f3;
}

.contacts-page__form-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
}

.contacts-page__form-h2 {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 600;
  font-size: 22px;
  text-align:center;
  line-height: 30px;
}

.contacts-page__form-p {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.contacts-page__form-line {
  padding: 30px 0;
}

.contacts-page__main-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.contacts-page__main-form form{
    width:100%;
}
.contacts-page__placeholder {
  width: 49%;
  padding: 15px 20px;
  font-family: "Hind Madurai", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

textarea.contacts-page__placeholder_border{
    margin-top: 21px;
    margin-bottom:21px;
    width: 100%;
    height: 150px;
    padding: 15px 20px;
}

.contacts-page__placeholder_border {
  border: 2px solid #bababa;
  border-radius: 3px;
}

.contacts-page__comments {
  width: 940px;
  height: 210px;
  resize: none;
  font-family: "Hind Madurai", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  border: none;
  margin: 20px 10px;
  padding: 20px 0 0 20px;
}

.contacts-page__btn {
    background: #232323;
    text-transform: uppercase;
    font-family: "Hind Madurai", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    max-width: 984px;
    color: #fff;
}

.contacts-page__info {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts-page__inner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.contacts-page__info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          width: 100%;
}

.contacts-page__info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.location__img {
  margin: 0 auto;
}

.about-page__banner {
  background: url(../images/about/about-banner.jpg) center/cover no-repeat;
}
.bg-img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.about-page__guarantees-bg {
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  display: flex;
  gap: 30px;
  background: #E5E5E5;
  /*-webkit-box-pack: end;*/
  /*    -ms-flex-pack: end;*/
  /*        justify-content: flex-end;*/
}

.about-page__inner {
  padding-top: 30px;
}

.about-page__h2 {
    margin:0;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 53px;
}

.about-page__text {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.about-page__text_color {
  color: #fff;
}

.about-page__text_padding {
margin:0;
  padding: 30px 100px 30px 0;
}

.about-page__guarantees {
  margin: 50px 0;
  font-family: "Hind Madurai", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.about-page__guarantees-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-page__guarantees-item::before {
  content: '';
  background: url(../images/icons/ic-checked2.png) center/100% no-repeat;
  width: 26px;
  height: 26px;
  padding: 15px;
  margin-right: 20px;
}

.about-page__our-company_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-page__our-company {
  padding: 50px 50px;
  width: 50%;
}

.about-page__btn {
  width: 260px;
  height: 70px;
  border: 3px solid #FEB800;
  border-radius: 3px;
  background: transparent;
  font-family: "Hind Madurai", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 100px;
}

.about-page__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-page__advantages-content {
  margin-left: 40px;
}

.about-page__h3 {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 40px;
}

.about-page__h3_color {
  color: #fff;
}

.about-page__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 70px 0;
}

.about-page__info-content {
  width: 50%;
}

.about-page__percentages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 580px;
  padding-top: 45px;
}
.about-page__info-content p {
    margin:0;
}
.about-page__h4 {
margin:0;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
}

.about-page__statistics {
  background: url(../images/about/bg2.jpg) center/cover no-repeat;
}

.about-page__statistics-title {
  text-align: center;
}

.about-page__statistics-h2 {
margin:0;
  font-family: "Hind Madurai", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 77px;
  color: #fff;
  padding-top: 50px;
  text-align: center;
}

.about-page__statistics-span {
  color: #FEB800;
}

.about-page__statistics-text {
  max-width: 880px;
  margin: 0 auto;
  font-family: "Hind Madurai", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFF;
}

.about-page__statistics-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.about-page__statistics-item {
  margin: 70px 0;
}

.about-page__statistics-h3 {
margin:0;
  font-family: "Hind Madurai", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #FEB800;
}

.about-page__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 60px 0;
}

.about-page__form-title {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  max-width: 570px;
  text-align: center;
}

.about-page__form-line {
  margin: 30px 0;
}

.about-page__form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}

.about-page__form-btn {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  width: 280px;
  height: 50px;
  background: #FEB800;
  border-radius: 3px;
}

.our-company__bg {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #E5E5E5), color-stop(50%, #1F1F1F));
  background: -o-linear-gradient(left, #E5E5E5 50%, #1F1F1F 50%);
  background: linear-gradient(to right, #E5E5E5 50%, #1F1F1F 50%);
}

.products-page__banner {
  background: url(../images/product/products-banner2.jpg) center/cover no-repeat;
  height: 148px;
}

.products-page__anchor {
  background: #efefef;
}

.products-page__anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Hind Madurai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.products-page__anchor-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 7px;
}

.products-page__anchor-item::after {
  content: '';
  background: url(../images/icons/ico-arrow-anhor.png) no-repeat;
  width: 22px;
  height: 22px;
}

.products-page__anchor-item:last-child::after {
  content: none;
}

.products-page__anchor-link {
  color: #414141;
}


.pattern-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pattern-page__nav-wrapper {
  max-width: 305px;
}

.pattern-page__nav-wrapper .pattern-page__btn {
  margin-top: 65px;
  background: #FEB800;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  padding: 20px 30px;
  width: auto;
}

.pattern-page__nav-item {
  padding: 10px 0;
}

.pattern-page__nav-h2 {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  padding: 25px 0;
  text-transform: uppercase;
}

.pattern-page__list {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.pattern-page__item {
  margin: 8px 0;
}

a.pattern-page__link {
  color: #5B5B5B;
}

a.pattern-page__link:hover,
a.pattern-page__link.nav_activ_l{
  color: #FEB800;
}

.pattern-page__btn {
  color: #fff;
  background: #000;
  border-radius: 5px;
  width: 185px;
  height: 62px;
  margin: 50px 0;
  transition: all .3s;
}
.pattern-page__btn:hover {
  opacity: .8;
}

.pattern-page__main-wrapper {
  padding: 50px 40px;
  max-width: 945px;
}

.pattern-page__main-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D7D2D2;
}

.pattern-page__h1 {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
}

.pattern-page__main-btn {
  border: 3px solid #FEB800;
  border-radius: 5px;
  width: 185px;
  height: 65px;
  background: transparent;
  font-family: "Hind Madurai", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.pattern-page__main-content {
  padding: 30px 0;
}

.pattern-page__h2 {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #FEB800;
}

.pattern-page__p {
  font-family: "Hind Madurai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin: 30px 0;
}

.blog__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3rem;
  gap: 3rem 2rem;
}

.blog__card {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #EDEDED;
}
.blog__card img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  margin: 0 auto;
}

.blog__card p {
  text-align: center;
}

.mobil-hidden {
  display: none;
}

.contacts__item .contacts__item_text {
  display: flex;
  height: min-content;
}

.search_nav__help{
  text-align: center;
}

.pagination-main-container{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.search_nav__navs{
  display: flex;
  gap: 1rem;
}

.pagination-container{
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.form-consult__text {
    padding: 30px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 20px;
    height: max-content;
}
.form-consult__text b {
    color: #feb800;
}
.form-consult__text a {
    text-decoration: underline;
}
/*<<<<<<< HEAD
.delivery .deliveryBlock .info-block .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.delivery .deliveryBlock .info-block .item .imgBlock {
  width: 100%;
  height: 100%;
}
.delivery .deliveryBlock .info-block .item .imgBlock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.delivery .deliveryBlock .info-block .item .textInfo {
  padding: 60px 100px 0 30px;
  font-size: 18px;
}
.delivery .deliveryBlock .info-block .item:nth-child(2n) .imgBlock {
  order: 2;
}
.delivery .deliveryBlock .info-block .item:nth-child(2n) .textInfo {
  order: 1;
  padding: 60px 30px 0 100px;
=======*/
.open-submenu {
  position: relative;
}
.open-submenu li > ul {
  position: absolute;
  display: none;
  top: 0;
  left: 100%;
  padding: 0;
  margin: 0;
  border-left: 2px solid #feb800;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #000;
  width: 360px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 2;
}
.open-submenu li > ul li {
  list-style: none;
}
.open-submenu li:hover > ul {
    display: flex !important;
}
.open-submenu li > ul li:hover a {
    text-decoration: none;
}
table {
  width: 100%;
}
table th {
  padding: 20px;
}
table td {
  padding: 11px 20px;
}

@media screen and (max-width: 900px) {
  .logo {
    flex-wrap: wrap;
    gap: 10px;
  }
  .about__item:first-of-type {
    border: 0;
  }
  .nav {
    justify-content: center;
  }
  .logo__title {
    font-size: 20px;
    line-height: 25px;
  }
  .logo__inner {
    align-items: center;
  }
  .logo {
    margin: 15px 0;
  }
  .logo__inner a {
    min-width: 80px;
  }
  .about__item {
    justify-content: center;
  }
  .contacts__inner {
    gap: 15px;
  }
  .footer__item {
    padding: 0 20px;
  }
  .footer__ic-img {
    margin-right: 10px;
  }
  .logo__title {
    padding-right: 10px;
  }
  .about__item {
    padding: 10px 20px;
  }
  .offers__inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    gap: 50px;
  }
  .offers__text,
  .offers__title {
    margin-left: 0;
    margin-top: 10px;
  }
  .offers__title {
    width: 100%;
  }
  .offers__item {
    margin: 0;
  }
}

@media screen and (max-width: 736px) {
  /*.swiper-container{*/
  /*  width: 50%;*/
  /*}*/

  .about-page__guarantees-item,
  .about-page__text_padding{
    padding: 15px 0;
    font-size: 16px;
  }
  .contacts-page__form-line {
    display: none;
  }
  .technologies__title {
    background-color: transparent;
  }
  .mobile-show {
    display: block;
  }
  .mobile-none {
    display: none;
  }
  .standards {
    margin: 0 auto 100px auto;
    width: auto;
  }
  .standards__wrapper {
    background: url('../images/bg-standards.jpg') no-repeat center/cover;
  }
  .contacts__wrapper {
    display: none;
  }
  .logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 15px;
  }
  .logo__title {
    display: none;
  }
  .logo__btn {
    width: 52px;
    height: 52px;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about {
    display: none;
  }
  .nav__wrapper {
    display: none;
  }
  .form-consult__text {
    order: 2;
  }
  .form-consult__inner {
    order: 1;
  }
  .advantages__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: none;
  }
  .advantages__item {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .advantages__item:nth-child(1) {
    background-image: url("../images/picture/advantage1.jpg");
  }
  .advantages__item:nth-child(2) {
    background-image: url("../images/picture/advantage2.jpg");
  }
  .advantages__item:nth-child(3) {
    background-image: url("../images/picture/advantage3.jpg");
  }
  .products__title-h3 {
    width: 400px;
  }
  .services__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offers__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .offers__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .offers__title {
    margin: auto;
  }
  .offers__text {
    margin: auto;
    text-align: center;
  }
  .technologies__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .technologies__content {
    max-width: 100%;
    margin: 0;
  }
  .technologies__inner {
    padding: 75px 0;
    gap: 75px;
  }
  .infoCompany {
    margin-top: 70px;
  }
  .gallery .slick-slide {
    transform: translateX(5%);
  }
  .gallery .slick-dots {
    justify-content: center;
  }
  .technologies__title {
    width: 100%;
  }
  .gallery {
    max-width: 100%;
  }
  .gallery__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gallery .slick-dots {
    left: auto;
    margin: 0 65px;
  }
  .standards {
    width: auto;
  }
  .partners {
    display: none;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__item {
    border: none;
  }
  .contacts-page__title {
    font-size: 46px;
    line-height: 1.2;
    padding: 40px;
  }
  .contacts-page__placeholder {
    width: 100%;
    margin-top: 20px;
  }
  .contacts-page__placeholder_border {
    margin: 10px 0;
  }
  .contacts-page__comments {
    width: 330px;
  }
  .contacts-page__btn {
    width: 330px;
  }
  .contacts-page__inner-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-page__guarantees-bg {
    flex-direction: column;
  }
  .bg-img{
    width: 100%;
  }

  .about-page__inner {
    padding: 0 10px;
    max-width: none;
  }
  .about-page__our-company {
    width: 100%;
    padding: 0 10px;
  }
  .about-page__our-company:last-child {
    background: #000;
  }
  .about-page__our-company_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-page__btn {
    margin: 30px 0;
  }
  .about-page__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-page__info-content {
    width: 100%;
  }
  .about-page__statistics-item {
    margin: 35px 0;
  }
  .about-page__statistics-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-page__form-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .about-page__form-btn {
    width: 300px;
  }
  .about-page__advantages-content{
    margin-left: 20px;
  }
  .products__card{
    margin: 0;
  }
  .pattern-page__wrapper {
    background: #fff;
  }
  .pattern-page__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .pattern-page__main-wrapper {
    padding: 10px 0;
  }
  .pattern-page__main-h1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pattern-page__h1 {
    margin: 25px 0;
  }
  .our-company__bg {
    background: #fff;
  }
  .blog__card {
    width: 100%;
  }
  .form-consult__outer {
    gap: 30px;
  }
  .services__card {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .services__inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    gap: 30px;
    margin: 30px 0 70px;
  }
  .pattern-page__main-h1 {
    padding: 40px 0 0 0;
  }
  .pattern-page__btn {
    margin: 0
  }
}
@media screen and (max-width: 480px) {
  .about-page__statistics-h2{
    font-size: 53px;
  }
  .pagination-btn{
    display: none;
  }

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

  .form-consult__text {
    font-size: 18px;
  }
  .form-consult__inner label,
  .form-consult__inner form {
    gap: 10px;
  }
  .contacts-page__title {
    font-size: 35px;
  }
  .contacts-page__btn {
    width: 100%;
  }
  .contacts-page__info-title h3 {
    font-size: 25px;
  }
}
.slick-slider-bar {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #ddd;
  margin-top: 20px;
}

.slick-slider-bar .slick-slider-bar-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #333;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 420px) {
  .swiper-container{
    width: 80%;
  }
  .products__content.first-slider {
    display: flex;
    flex-direction: column;
  }

  .products__card.cert {
    width: 100%;
    margin-bottom: 15px;
  }

  .products__card_wrapper {
    width: 100%;
  }
  .about-page__advantages-content{
    margin-left: 10px;
  }
  .about-page__h3{
    font-size:16px;
  }
  .about-page__text{
    font-size: 14px;
  }
}