html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-family: var(--fontFamily-PFBeauSansPro);
  font-weight: 900;
  font-size: 21px;
  color: var(--colorText);
  background-color: white;
  overflow-x: hidden;
}

body.open {
  overflow: hidden;
}

.container {
  max-width: 1200px;
  box-sizing: content-box;
  padding: 0 30px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: var(--colorText);
}

.h2 {
  font-size: 32px;
  text-transform: uppercase;
}

.line {
  position: relative;
  text-align: center;
  z-index: 1;
}

.line span {
  background-color: white;
  padding: 0 26px;
}

.line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  z-index: -1;
}

/*  */

.header {
  margin-bottom: 10px;
}

.header__top {
  height: 18px;
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  color: white;
  background-color: var(--accentColor-blue);
}

/*  */
.header__center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
}

.header__contacts {
  font-weight: bold;
  display: flex;
  align-items: center;
  column-gap: 70px;
}

.header__contacts-phone {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.header__contacts-phone a {
  font-size: 24px;
}

.header__contacts-phone span {
  color: var(--accentColor-red);
}

.header__contacts-mail {
  width: 188px;
  height: 33px;
  font-size: 18px;
  text-decoration: underline;
  color: #ffffff;
  background-color: var(--accentColor-red);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__contacts-mail a {
  color: white;
}

/*  */
.header__menu {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.header__menu a {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 23px 62px;
  border-bottom: 4px solid var(--accentColor-blue);
  transition: 0.3s;
}

.header__menu a:hover,
.header__menu a.active {
  border-color: var(--accentColor-red);
}

/*  */

.products-sec {
  padding-top: 70px;
  margin-bottom: 60px;
}

.products-sec .h2.line {
  margin-bottom: 65px;
}

/*  */
.products {
  display: flex;
  gap: 10px 11px;
  margin-bottom: 35px;
}

.product {
  width: 292px;
}

.products__h3 {
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 4px solid var(--accentColor-red);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/*  */
.product__desc_img {
  position: relative;
}

.product__desc_img-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  filter: drop-shadow(0px 3px 3.5px rgba(24, 23, 28, 0.67));
}

/*  */

.questions-sec {
  height: 540px;
  background-image: url(../img/questions.jpg);
  background-size: cover;
  background-position: center;
}

.questions {
  height: 540px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.questions__inside {
  width: 50%;
  color: white;
  padding-left: 53px;
}

.questions__h2 {
  font-size: 50px;
  text-transform: uppercase;
}

.questions__h2-1 {
  line-height: 63px;
  display: block;
  transform: translateY(-46px);
}

.questions__h2-2 {
  display: block;
  transform: translateY(-20px);
}

.tmg-phone {
  width: fit-content;
  font-size: 40px;
  color: white;
  border: 15px solid var(--accentColor-red);
  display: block;
  border-radius: 8px;
  padding: 16px 14px;
}

.questions .tmg-phone {
  transform: translateY(8px);
}

.questions__desc {
  font-weight: normal;
  font-size: 22px;
  text-transform: uppercase;
  transform: translateY(38px);
}

/*  */

.company-sec {
  height: 1549px;
  background-image: url(../img/company.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 80px 0 0 0;
}

.company-sec .h2 {
  text-align: left;
  margin-bottom: 42px;
}

.company-sec .h2 span {
  text-transform: none;
}

.company__desc {
  font-size: 21px;
  font-weight: 400;
  border-left: 12px solid var(--accentColor-blue);
  line-height: 26px;
  padding-left: 46px;
}

.company__desc p:not(:last-child) {
  margin-bottom: 40px;
}

/*  */
.certificates-sec {
  height: 560px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: auto;
}

.certificates {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 144px;
}

.certificates-sec .h2 {
  text-align: center;
  padding: 55px 0 45px 0;
  margin-bottom: 0;
  overflow-x: hidden;
}

.certificates-sec .h2 span {
  position: relative;
  text-transform: uppercase;
}

.certificates-sec .h2 span::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -330px;
  width: 302px;
  height: 1px;
  background-color: #d2d2d2;
}

.certificates-sec .h2 span::after {
  content: '';
  position: absolute;
  top: 20px;
  right: -330px;
  width: 302px;
  height: 1px;
  background-color: #d2d2d2;
}

/*  */

.opportunities-sec {
  height: 718px;
  background-image: url(../img/opportunities.jpg);
  background-size: cover;
  background-position: center;
}

.opportunities-sec .container {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.opportunities-sec .h2 {
  font-size: 58px;
  line-height: 65px;
  color: white;
}

/*  */

.non-standard-sec {
  padding: 94px 0;
}

.non-standard {
  position: relative;
}

.non-standard::before {
  content: '';
  position: absolute;
  top: -20px;
  right: 16px;
  width: 721px;
  height: 552px;
  background-image: url(../img/zakaz-phone.png);
  background-repeat: no-repeat;
  background-position: 100% center;
  z-index: -1;
}

.non-standard .h2 {
  font-size: 46px;
  line-height: 54px;
}

.non-standard .h2 span {
  display: block;
}

.non-standard-span-2 {
  margin-top: 25px;
}

.non-standard .tmg-phone {
  color: var(--colorText);
  margin: 43px 0 44px 0;
}

.non-standard .questions__desc {
  transform: translateY(0);
}

/*  */

.news-sec {
  padding: 60px 0;
}

.news-sec h2 {
  margin-bottom: 30px;
}

.new__slider {
  position: relative;
}

.new__slider-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 640px;
  width: 100%;
  font-size: 58px;
  line-height: 66px;
  text-transform: uppercase;
  text-align: center;
  background-color: white;
  padding: 28px 40px;
}

.swiper-news .swiper-horizontal > .swiper-pagination-bullets,
.swiper-news .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;
  left: 50%;
  height: 32px;
  transform: translateX(-50%);
  width: fit-content;
  background-color: white;
  border-radius: 10px 10px 0 0;
  padding: 8px 27px 0 27px;
}

.swiper-news .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: var(--accentColor-blue);
  opacity: 1;
}

.swiper-news .swiper-pagination-bullet-active {
  background-color: var(--accentColor-red);
}

.swiper-news .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-news .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

/*  */

.contacts-sec {
  padding-top: 100px;
}

.contacts-sec .h2 {
  text-align: center;
  margin-bottom: 55px;
}

.contacts__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.contacts__data-bx-1 {
  font-size: 31px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.contacts__data-mail {
  width: fit-content;
  font-weight: 400;
  border-bottom: 1px solid var(--colorText);
}

/*  */

.footer {
  padding: 50px 0;
  overflow-x: hidden;
}

.footer__logo {
  position: relative;
}

.footer__logo::after {
  content: '';
  position: absolute;
  bottom: 11px;
  left: 363px;
  width: 100vw;
  height: 13px;
  background-image: url(../img/footer-line.jpg);
  background-repeat: repeat-x;
}

/*  */

.hamburger {
  display: none;
  position: fixed;
  top: 18px;
  right: 15px;
  z-index: 101;

  padding: 15px 15px;
  /* display: inline-block; */
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.is-active .hamburger-inner,
.is-active .hamburger-inner::before,
.is-active .hamburger-inner::after {
  background-color: white;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: '';
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*  */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*  */
.backdrop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  transition: opacity 0.3s;
}

.backdrop.open {
  opacity: 1;
  visibility: visible;
}

/*  */

.single-product {
  display: flex;
  gap: 20px;
  padding-top: 50px;
}

.single-product__img {
  width: 560px;
  flex-shrink: 0;
}

.single-product__desc {
  font-weight: 400;
  font-size: 28px;
  color: #4460ac;
  margin-top: 30px;
}

.single-product__desc span {
  color: #df3123;
}

/*  */
.char_items {
  display: flex;
  flex-wrap: wrap;
}

.char_item {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.subtitle {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #4460ac;
}

.char_item p,
.tube__desc {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 20px;
}

/*  */
.tube:not(:last-child) {
  margin-bottom: 20px;
}

.tube__desc {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 20px;
}

/*  */
.param {
  padding-left: 10px;
}

.param .subtitle {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  color: #4460ac;
}

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

.param_item {
  width: 33.33%;
  text-align: center;
  padding: 0 8px;
  margin-bottom: 20px;
}

.param_item p {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #000;
}

.param_item .in {
  display: flex;
  justify-content: center;
  margin: 0 -5px;
}

.param_item .in_space {
  justify-content: space-between;
}

.param_item .in > div {
  padding: 0 5px;
  text-align: center;
}

.icon {
  padding-top: 4px;
  display: block;
}

.param_item span {
  display: block;
  color: #003d7b;
  font-weight: 400;
  font-size: 14px;
}

.param__mark {
  display: block;
  font-weight: 300;
  font-size: 28px;
  color: #4460ac;
  margin-bottom: 20px;
}

/*  */

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

.products_tabs_caption li {
  width: 33.33%;
  text-align: center;
}

.products_tabs_caption li .in {
  width: 100px;
  min-height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  transition: 0.3s;
}

.products_tabs_caption li .title {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #003d7b;
  font-size: 18px;
  font-weight: 400;
}

.products_tabs_caption li p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

/*  */
.products_tabs_caption li.w_20 {
  width: 20%;
}
